com.retek.component.item.impl
Class ItemAttributeManagerImpl

java.lang.Object
  extended bycom.retek.commons.component.impl.DistributedObjectManagerImpl
      extended bycom.retek.component.item.impl.ItemAttributeManagerImpl
All Implemented Interfaces:
DistributedObjectManager, ItemAttributeManager

public class ItemAttributeManagerImpl
extends DistributedObjectManagerImpl
implements ItemAttributeManager


Constructor Summary
ItemAttributeManagerImpl(DistributedContext context)
           
 
Method Summary
 ItemAttribute buildCustomItemAttributeInstance()
           
 ItemAttributeImpl buildItemAttributeInstanceImpl(ItemAttributeType type)
           
 ItemAttributeScreenType buildItemAttributeScreenTypeInstance(Banner banner)
           
 ItemAttributeScreenTypeRelation buildItemAttributeScreenTypeRelationInstance(ItemAttribute itemAttribute, ItemAttributeScreenType itemAttributeScreenType)
           
protected  ReferenceCache fetchMoreReferences(java.lang.Class businessIface)
           
 java.util.Set findItemAttributes(ItemAttributeSearchCriteria criteria)
           
 java.util.Set findItemAttributeScreenTypeRelations(DistributedReference itemAttributeRef)
           
 java.util.Set findItemAttributeScreenTypes(ItemAttributeScreenTypeSearchCriteria criteria)
           
 ItemAttribute readItemAttribute(DistributedReference itemAttrRef)
           
 ItemAttributeScreenType readItemAttributeScreenType(DistributedReference screenTypeRef)
           
 ItemAttributeScreenTypeRelation readItemAttributeScreenTypeRelation(DistributedReference relationRef)
           
 
Methods inherited from class com.retek.commons.component.impl.DistributedObjectManagerImpl
getContext, getReferenceCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.retek.commons.component.DistributedObjectManager
getContext
 

Constructor Detail

ItemAttributeManagerImpl

public ItemAttributeManagerImpl(DistributedContext context)
Method Detail

buildCustomItemAttributeInstance

public ItemAttribute buildCustomItemAttributeInstance()
                                               throws SystemException
Specified by:
buildCustomItemAttributeInstance in interface ItemAttributeManager
Throws:
SystemException

buildItemAttributeScreenTypeInstance

public ItemAttributeScreenType buildItemAttributeScreenTypeInstance(Banner banner)
                                                             throws SystemException
Specified by:
buildItemAttributeScreenTypeInstance in interface ItemAttributeManager
Throws:
SystemException

buildItemAttributeScreenTypeRelationInstance

public ItemAttributeScreenTypeRelation buildItemAttributeScreenTypeRelationInstance(ItemAttribute itemAttribute,
                                                                                    ItemAttributeScreenType itemAttributeScreenType)
                                                                             throws SystemException
Specified by:
buildItemAttributeScreenTypeRelationInstance in interface ItemAttributeManager
Throws:
SystemException

buildItemAttributeInstanceImpl

public ItemAttributeImpl buildItemAttributeInstanceImpl(ItemAttributeType type)
                                                 throws SystemException
Throws:
SystemException

readItemAttribute

public ItemAttribute readItemAttribute(DistributedReference itemAttrRef)
                                throws SystemException
Specified by:
readItemAttribute in interface ItemAttributeManager
Throws:
SystemException

readItemAttributeScreenType

public ItemAttributeScreenType readItemAttributeScreenType(DistributedReference screenTypeRef)
                                                    throws SystemException
Specified by:
readItemAttributeScreenType in interface ItemAttributeManager
Throws:
SystemException

readItemAttributeScreenTypeRelation

public ItemAttributeScreenTypeRelation readItemAttributeScreenTypeRelation(DistributedReference relationRef)
                                                                    throws SystemException
Specified by:
readItemAttributeScreenTypeRelation in interface ItemAttributeManager
Throws:
SystemException

findItemAttributes

public java.util.Set findItemAttributes(ItemAttributeSearchCriteria criteria)
                                 throws SystemException
Specified by:
findItemAttributes in interface ItemAttributeManager
Throws:
SystemException

findItemAttributeScreenTypes

public java.util.Set findItemAttributeScreenTypes(ItemAttributeScreenTypeSearchCriteria criteria)
                                           throws SystemException
Specified by:
findItemAttributeScreenTypes in interface ItemAttributeManager
Throws:
SystemException

findItemAttributeScreenTypeRelations

public java.util.Set findItemAttributeScreenTypeRelations(DistributedReference itemAttributeRef)
                                                   throws SystemException
Throws:
SystemException

fetchMoreReferences

protected ReferenceCache fetchMoreReferences(java.lang.Class businessIface)
                                      throws SystemException
Specified by:
fetchMoreReferences in class DistributedObjectManagerImpl
Throws:
SystemException


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