com.retek.component.item
Interface ItemAttributeManager

All Superinterfaces:
DistributedObjectManager
All Known Implementing Classes:
ItemAttributeManagerImpl

public interface ItemAttributeManager
extends DistributedObjectManager


Method Summary
 ItemAttribute buildCustomItemAttributeInstance()
           
 ItemAttributeScreenType buildItemAttributeScreenTypeInstance(Banner banner)
           
 ItemAttributeScreenTypeRelation buildItemAttributeScreenTypeRelationInstance(ItemAttribute itemAttribute, ItemAttributeScreenType itemAttributeScreenType)
           
 java.util.Set findItemAttributes(ItemAttributeSearchCriteria criteria)
           
 java.util.Set findItemAttributeScreenTypes(ItemAttributeScreenTypeSearchCriteria criteria)
           
 ItemAttribute readItemAttribute(DistributedReference itemAttrRef)
           
 ItemAttributeScreenType readItemAttributeScreenType(DistributedReference screenTypeRef)
           
 ItemAttributeScreenTypeRelation readItemAttributeScreenTypeRelation(DistributedReference relationRef)
           
 
Methods inherited from interface com.retek.commons.component.DistributedObjectManager
getContext
 

Method Detail

buildCustomItemAttributeInstance

public ItemAttribute buildCustomItemAttributeInstance()
                                               throws SystemException
Throws:
SystemException

buildItemAttributeScreenTypeInstance

public ItemAttributeScreenType buildItemAttributeScreenTypeInstance(Banner banner)
                                                             throws SystemException
Throws:
SystemException

buildItemAttributeScreenTypeRelationInstance

public ItemAttributeScreenTypeRelation buildItemAttributeScreenTypeRelationInstance(ItemAttribute itemAttribute,
                                                                                    ItemAttributeScreenType itemAttributeScreenType)
                                                                             throws SystemException
Throws:
SystemException

readItemAttribute

public ItemAttribute readItemAttribute(DistributedReference itemAttrRef)
                                throws SystemException
Throws:
SystemException

readItemAttributeScreenType

public ItemAttributeScreenType readItemAttributeScreenType(DistributedReference screenTypeRef)
                                                    throws SystemException
Throws:
SystemException

readItemAttributeScreenTypeRelation

public ItemAttributeScreenTypeRelation readItemAttributeScreenTypeRelation(DistributedReference relationRef)
                                                                    throws SystemException
Throws:
SystemException

findItemAttributes

public java.util.Set findItemAttributes(ItemAttributeSearchCriteria criteria)
                                 throws SystemException
Throws:
SystemException

findItemAttributeScreenTypes

public java.util.Set findItemAttributeScreenTypes(ItemAttributeScreenTypeSearchCriteria criteria)
                                           throws SystemException
Throws:
SystemException


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