com.retek.component.item.impl.persistence.db.oracle
Class OracleItemCollectionDao

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
      extended bycom.retek.component.item.impl.persistence.db.oracle.OracleItemCollectionDao
All Implemented Interfaces:
ItemCollectionDao

public class OracleItemCollectionDao
extends AbstractOracleDao
implements ItemCollectionDao


Constructor Summary
OracleItemCollectionDao()
           
 
Method Summary
 ReferenceCache createReferenceCacheForItemCollection()
           
 java.util.Set findItemCollections(ItemCollectionSearchCriteria criteria)
           
protected  java.lang.String getDaoResourceProperty()
           
 ItemCollectionDto read(DistributedReference itemCollectionRef)
           
 ItemCollectionDto submit(ItemCollectionDto dto)
           
 
Methods inherited from class com.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
buildReferenceCache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OracleItemCollectionDao

public OracleItemCollectionDao()
Method Detail

getDaoResourceProperty

protected java.lang.String getDaoResourceProperty()
Overrides:
getDaoResourceProperty in class AbstractOracleDao

createReferenceCacheForItemCollection

public ReferenceCache createReferenceCacheForItemCollection()
                                                     throws SystemException
Specified by:
createReferenceCacheForItemCollection in interface ItemCollectionDao
Throws:
SystemException

submit

public ItemCollectionDto submit(ItemCollectionDto dto)
                         throws SystemException
Specified by:
submit in interface ItemCollectionDao
Throws:
SystemException

read

public ItemCollectionDto read(DistributedReference itemCollectionRef)
                       throws SystemException
Specified by:
read in interface ItemCollectionDao
Throws:
SystemException

findItemCollections

public java.util.Set findItemCollections(ItemCollectionSearchCriteria criteria)
                                  throws SystemException
Specified by:
findItemCollections in interface ItemCollectionDao
Throws:
SystemException


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