com.retek.component.item.impl.persistence
Interface ItemAttributeScreenTypeDao

All Known Implementing Classes:
CacheItemAttributeScreenTypeDao, OracleItemAttributeScreenTypeDao

public interface ItemAttributeScreenTypeDao


Method Summary
 ReferenceCache createReferenceCacheForItemAttributeScreenType()
           
 ReferenceCache createReferenceCacheForItemAttributeScreenTypeRelation()
           
 java.util.Set find(ItemAttributeScreenTypeSearchCriteria criteria)
           
 java.util.Set findRelations(DistributedReference itemAttributeRef)
           
 ItemAttributeScreenTypeDto persist(ItemAttributeScreenTypeDto dto)
           
 ItemAttributeScreenTypeDto read(DistributedReference itemAttributeScreenTypeRef)
           
 ItemAttributeScreenTypeRelationDto readRelation(DistributedReference itemAttributeScreenTypeRelationRef)
           
 

Method Detail

createReferenceCacheForItemAttributeScreenType

public ReferenceCache createReferenceCacheForItemAttributeScreenType()
                                                              throws SystemException
Throws:
SystemException

persist

public ItemAttributeScreenTypeDto persist(ItemAttributeScreenTypeDto dto)
                                   throws SystemException
Throws:
SystemException

read

public ItemAttributeScreenTypeDto read(DistributedReference itemAttributeScreenTypeRef)
                                throws SystemException
Throws:
SystemException

find

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

createReferenceCacheForItemAttributeScreenTypeRelation

public ReferenceCache createReferenceCacheForItemAttributeScreenTypeRelation()
                                                                      throws SystemException
Throws:
SystemException

readRelation

public ItemAttributeScreenTypeRelationDto readRelation(DistributedReference itemAttributeScreenTypeRelationRef)
                                                throws SystemException
Throws:
SystemException

findRelations

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


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