com.retek.component.demand.impl.persistence.db.oracle
Class OracleDemandDao

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
      extended bycom.retek.component.demand.impl.persistence.db.oracle.OracleDemandDao
All Implemented Interfaces:
DemandDao

public class OracleDemandDao
extends AbstractOracleDao
implements DemandDao


Constructor Summary
OracleDemandDao()
           
 
Method Summary
 ReferenceCache createReferenceCacheForMediaDemand()
           
 ReferenceCache createReferenceCacheForOrderDemandRecord()
           
 ReferenceCache createReferenceCacheForOrderLineDemandRecord()
           
 void deleteOrderDemandRecords(java.util.Set dtos)
           
 void deleteOrderLineDemandRecords(java.util.Set dtos)
           
 java.util.Set findAllMediaDemand()
           
 java.util.Set findAllOrderDemandRecords()
           
 java.util.Set findAllOrderLineDemandRecords()
           
 MediaDemandDto findMediaDemand(DistributedReference mediaRef)
           
protected  java.lang.String getDaoResourceProperty()
           
 MediaDemandDto persist(MediaDemandDto dto)
           
 OrderDemandRecordDto persist(OrderDemandRecordDto dto)
           
 OrderLineDemandRecordDto persist(OrderLineDemandRecordDto dto)
           
 MediaDemandDto readMediaDemand(DistributedReference ref)
           
 OrderDemandRecordDto readOrderDemandRecord(DistributedReference ref)
           
 OrderLineDemandRecordDto readOrderLineDemandRecord(DistributedReference ref)
           
 
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

OracleDemandDao

public OracleDemandDao()
Method Detail

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