com.retek.component.media.impl.persistence.db.oracle
Class OracleSellingListDao

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
      extended bycom.retek.component.media.impl.persistence.db.oracle.OracleSellingListDao
All Implemented Interfaces:
SellingListDao

public class OracleSellingListDao
extends AbstractOracleDao
implements SellingListDao


Constructor Summary
OracleSellingListDao()
           
 
Method Summary
 ReferenceCache createReferenceCacheForSellingList()
           
 ReferenceCache createReferenceCacheForSellingListItem()
           
 java.util.Set findSellingLists(SellingListSearchCriteria searchCriteria)
           
protected  java.lang.String getDaoResourceProperty()
           
 SellingListDto persist(SellingListDto dto)
           
 SellingListDto readSellingList(DistributedReference reference)
           
 SellingListItemDto readSellingListItem(DistributedReference reference)
           
 
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

OracleSellingListDao

public OracleSellingListDao()
Method Detail

persist

public SellingListDto persist(SellingListDto dto)
                       throws SystemException
Specified by:
persist in interface SellingListDao
Throws:
SystemException

readSellingList

public SellingListDto readSellingList(DistributedReference reference)
                               throws SystemException
Specified by:
readSellingList in interface SellingListDao
Throws:
SystemException

readSellingListItem

public SellingListItemDto readSellingListItem(DistributedReference reference)
                                       throws SystemException
Specified by:
readSellingListItem in interface SellingListDao
Throws:
SystemException

findSellingLists

public java.util.Set findSellingLists(SellingListSearchCriteria searchCriteria)
                               throws SystemException
Specified by:
findSellingLists in interface SellingListDao
Throws:
SystemException

createReferenceCacheForSellingList

public ReferenceCache createReferenceCacheForSellingList()
                                                  throws SystemException
Specified by:
createReferenceCacheForSellingList in interface SellingListDao
Throws:
SystemException

createReferenceCacheForSellingListItem

public ReferenceCache createReferenceCacheForSellingListItem()
                                                      throws SystemException
Specified by:
createReferenceCacheForSellingListItem in interface SellingListDao
Throws:
SystemException

getDaoResourceProperty

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


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