com.retek.component.media.impl.persistence.db.oracle
Class OracleSellingListDao
java.lang.Object
com.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
com.retek.component.media.impl.persistence.db.oracle.OracleSellingListDao
- All Implemented Interfaces:
- SellingListDao
- public class OracleSellingListDao
- extends AbstractOracleDao
- implements SellingListDao
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OracleSellingListDao
public OracleSellingListDao()
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