com.retek.commons.component.impl
Class DeletableDto

java.lang.Object
  extended bycom.retek.commons.component.impl.Dto
      extended bycom.retek.commons.component.impl.DeletableDto
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AccommodationDto, BarDto, CountryNonBusinessDateDto, CountryZipCodeRangeDto, CustomerOrderPaymentDto, DropCodeDto, FooDto, ItemAttributeDto, ItemAttributeScreenTypeRelationDto, MediaDto, PaymentSettlementTransactionContainerDto, ProductInformationAttributeDto, PromotionBenefitDto, PromotionThresholdDto, RoleDto, SellingItemDepictionDto, SellingItemDto, SellingListItemDto, SellingSkuDto, ShippingRateTableDto, SourceCodeDto

public abstract class DeletableDto
extends Dto

See Also:
Serialized Form

Constructor Summary
DeletableDto(DistributedContext context, DistributedReference reference)
           
DeletableDto(DistributedReference reference, long version)
           
 
Method Summary
 java.lang.String attributesToString()
           
 boolean isDeleted()
          Dtos are never deleted by default; see DeletableDto.
 void markDeleted()
           
protected  void mergePropertiesFrom(DistributedContext context, Dto fromDto)
           
 
Methods inherited from class com.retek.commons.component.impl.Dto
checkConcurrency, deepClone, equals, equalValues, equalValues, equalValues, equalValuesDeep, equalValuesDeep, getContext, getDirtyProperties, getDistributedReferences, getDtosInTree, getDtosInTree, getDtosInTreeByRef, getPropertyMap, getReference, getVersion, hashCode, isConcurrenyCheckEnabled, isDirty, isDirtyDeep, isDirtyDeepIgnoreFields, isDirtyIgnoreFields, isPersisted, markClean, markDirty, markPersisted, mergeIntoContext, printDeep, purgeDeletedChildren, setConcurrenyCheckEnabled, toString, toStringDeep, writeReplace
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeletableDto

public DeletableDto(DistributedContext context,
                    DistributedReference reference)

DeletableDto

public DeletableDto(DistributedReference reference,
                    long version)
Method Detail

markDeleted

public final void markDeleted()

isDeleted

public final boolean isDeleted()
Description copied from class: Dto
Dtos are never deleted by default; see DeletableDto.

Overrides:
isDeleted in class Dto

attributesToString

public final java.lang.String attributesToString()
Overrides:
attributesToString in class Dto

mergePropertiesFrom

protected final void mergePropertiesFrom(DistributedContext context,
                                         Dto fromDto)
                                  throws SystemException
Overrides:
mergePropertiesFrom in class Dto
Throws:
SystemException


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28