com.retek.component.demand.impl.persistence.db.oracle
Class OracleDemandDao
java.lang.Object
com.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
com.retek.component.demand.impl.persistence.db.oracle.OracleDemandDao
- All Implemented Interfaces:
- DemandDao
- public class OracleDemandDao
- extends AbstractOracleDao
- implements DemandDao
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OracleDemandDao
public OracleDemandDao()
createReferenceCacheForMediaDemand
public ReferenceCache createReferenceCacheForMediaDemand()
throws SystemException
- Specified by:
createReferenceCacheForMediaDemand
in interface DemandDao
- Throws:
SystemException
createReferenceCacheForOrderDemandRecord
public ReferenceCache createReferenceCacheForOrderDemandRecord()
throws SystemException
- Specified by:
createReferenceCacheForOrderDemandRecord
in interface DemandDao
- Throws:
SystemException
createReferenceCacheForOrderLineDemandRecord
public ReferenceCache createReferenceCacheForOrderLineDemandRecord()
throws SystemException
- Specified by:
createReferenceCacheForOrderLineDemandRecord
in interface DemandDao
- Throws:
SystemException
getDaoResourceProperty
protected java.lang.String getDaoResourceProperty()
- Overrides:
getDaoResourceProperty
in class AbstractOracleDao
deleteOrderDemandRecords
public void deleteOrderDemandRecords(java.util.Set dtos)
throws SystemException
- Specified by:
deleteOrderDemandRecords
in interface DemandDao
- Throws:
SystemException
deleteOrderLineDemandRecords
public void deleteOrderLineDemandRecords(java.util.Set dtos)
throws SystemException
- Specified by:
deleteOrderLineDemandRecords
in interface DemandDao
- Throws:
SystemException
findAllOrderDemandRecords
public java.util.Set findAllOrderDemandRecords()
throws SystemException
- Specified by:
findAllOrderDemandRecords
in interface DemandDao
- Throws:
SystemException
findAllOrderLineDemandRecords
public java.util.Set findAllOrderLineDemandRecords()
throws SystemException
- Specified by:
findAllOrderLineDemandRecords
in interface DemandDao
- Throws:
SystemException
findMediaDemand
public MediaDemandDto findMediaDemand(DistributedReference mediaRef)
throws SystemException
- Specified by:
findMediaDemand
in interface DemandDao
- Throws:
SystemException
findAllMediaDemand
public java.util.Set findAllMediaDemand()
throws SystemException
- Specified by:
findAllMediaDemand
in interface DemandDao
- Throws:
SystemException
persist
public MediaDemandDto persist(MediaDemandDto dto)
throws SystemException
- Specified by:
persist
in interface DemandDao
- Throws:
SystemException
persist
public OrderDemandRecordDto persist(OrderDemandRecordDto dto)
throws SystemException
- Specified by:
persist
in interface DemandDao
- Throws:
SystemException
persist
public OrderLineDemandRecordDto persist(OrderLineDemandRecordDto dto)
throws SystemException
- Specified by:
persist
in interface DemandDao
- Throws:
SystemException
readMediaDemand
public MediaDemandDto readMediaDemand(DistributedReference ref)
throws SystemException
- Specified by:
readMediaDemand
in interface DemandDao
- Throws:
SystemException
readOrderDemandRecord
public OrderDemandRecordDto readOrderDemandRecord(DistributedReference ref)
throws SystemException
- Specified by:
readOrderDemandRecord
in interface DemandDao
- Throws:
SystemException
readOrderLineDemandRecord
public OrderLineDemandRecordDto readOrderLineDemandRecord(DistributedReference ref)
throws SystemException
- Specified by:
readOrderLineDemandRecord
in interface DemandDao
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28