com.retek.component.media.impl
Class AbstractMediaThresholdableItem

java.lang.Object
  extended bycom.retek.commons.component.impl.BusinessObjectImpl
      extended bycom.retek.commons.component.impl.DistributedObjectImpl
          extended bycom.retek.component.media.impl.AbstractMediaThresholdableItem
All Implemented Interfaces:
BusinessObject, DistributedObject, MediaThresholdableItem, ThresholdableItem
Direct Known Subclasses:
SellingItemImpl, SellingSkuImpl

public abstract class AbstractMediaThresholdableItem
extends DistributedObjectImpl
implements MediaThresholdableItem


Nested Class Summary
 
Nested classes inherited from class com.retek.commons.component.impl.DistributedObjectImpl
DistributedObjectImpl.DtoBurgular
 
Field Summary
 
Fields inherited from class com.retek.commons.component.impl.BusinessObjectImpl
context
 
Constructor Summary
AbstractMediaThresholdableItem(DistributedContext context, DistributedReference reference)
           
AbstractMediaThresholdableItem(DistributedContext context, DistributedReference reference, boolean createHollow)
           
 
Method Summary
abstract  java.lang.String getDescription()
           
abstract  java.lang.String getItemDisplayCode()
           
 boolean match(java.lang.Object object)
           
abstract  boolean match(SellingSku sellingSku)
           
 
Methods inherited from class com.retek.commons.component.impl.DistributedObjectImpl
attributesToString, createEmptyDto, debugToString, discardChanges, discardChangesShallow, equals, getGenericDto, getId, getReference, getReference, getVersion, hashCode, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isHollow, isPersisted, markAllDeleted, readLatest, refresh, toString, wrap, wrap, wrap, wrap
 
Methods inherited from class com.retek.commons.component.impl.BusinessObjectImpl
checkRelation, checkRelation, getBusinessInterface, getContext
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.retek.commons.component.DistributedObject
getContext
 
Methods inherited from interface com.retek.commons.component.BusinessObject
getBusinessInterface
 

Constructor Detail

AbstractMediaThresholdableItem

public AbstractMediaThresholdableItem(DistributedContext context,
                                      DistributedReference reference,
                                      boolean createHollow)
                               throws SystemException

AbstractMediaThresholdableItem

public AbstractMediaThresholdableItem(DistributedContext context,
                                      DistributedReference reference)
                               throws SystemException
Method Detail

match

public boolean match(java.lang.Object object)
              throws SystemException
Specified by:
match in interface ThresholdableItem
Throws:
SystemException

match

public abstract boolean match(SellingSku sellingSku)
                       throws SystemException
Specified by:
match in interface MediaThresholdableItem
Throws:
SystemException

getItemDisplayCode

public abstract java.lang.String getItemDisplayCode()
                                             throws SystemException
Specified by:
getItemDisplayCode in interface ThresholdableItem
Throws:
SystemException

getDescription

public abstract java.lang.String getDescription()
                                         throws SystemException
Specified by:
getDescription in interface ThresholdableItem
Throws:
SystemException


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