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

All Known Implementing Classes:
CacheItemCollectionDao, OracleItemCollectionDao

public interface ItemCollectionDao


Method Summary
 ReferenceCache createReferenceCacheForItemCollection()
           
 java.util.Set findItemCollections(ItemCollectionSearchCriteria criteria)
           
 ItemCollectionDto read(DistributedReference itemCollectionRef)
           
 ItemCollectionDto submit(ItemCollectionDto dto)
           
 

Method Detail

createReferenceCacheForItemCollection

public ReferenceCache createReferenceCacheForItemCollection()
                                                     throws SystemException
Throws:
SystemException

submit

public ItemCollectionDto submit(ItemCollectionDto dto)
                         throws SystemException
Throws:
SystemException

read

public ItemCollectionDto read(DistributedReference itemCollectionRef)
                       throws SystemException
Throws:
SystemException

findItemCollections

public java.util.Set findItemCollections(ItemCollectionSearchCriteria criteria)
                                  throws SystemException
Throws:
SystemException


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