com.retek.component.demand.impl.persistence
Interface DemandDao
- All Known Implementing Classes:
- CacheDemandDao, OracleDemandDao
- public interface DemandDao
createReferenceCacheForMediaDemand
public ReferenceCache createReferenceCacheForMediaDemand()
throws SystemException
- Throws:
SystemException
createReferenceCacheForOrderDemandRecord
public ReferenceCache createReferenceCacheForOrderDemandRecord()
throws SystemException
- Throws:
SystemException
createReferenceCacheForOrderLineDemandRecord
public ReferenceCache createReferenceCacheForOrderLineDemandRecord()
throws SystemException
- Throws:
SystemException
persist
public MediaDemandDto persist(MediaDemandDto mediaDemandDto)
throws SystemException
- Throws:
SystemException
persist
public OrderDemandRecordDto persist(OrderDemandRecordDto orderDemandRecordDto)
throws SystemException
- Throws:
SystemException
persist
public OrderLineDemandRecordDto persist(OrderLineDemandRecordDto orderLineDemandRecordDto)
throws SystemException
- Throws:
SystemException
readMediaDemand
public MediaDemandDto readMediaDemand(DistributedReference mediaDemandRef)
throws SystemException
- Throws:
SystemException
readOrderDemandRecord
public OrderDemandRecordDto readOrderDemandRecord(DistributedReference orderDemandRecordRef)
throws SystemException
- Throws:
SystemException
readOrderLineDemandRecord
public OrderLineDemandRecordDto readOrderLineDemandRecord(DistributedReference orderLineDemandRecordRef)
throws SystemException
- Throws:
SystemException
findAllOrderDemandRecords
public java.util.Set findAllOrderDemandRecords()
throws SystemException
- Throws:
SystemException
findAllOrderLineDemandRecords
public java.util.Set findAllOrderLineDemandRecords()
throws SystemException
- Throws:
SystemException
findMediaDemand
public MediaDemandDto findMediaDemand(DistributedReference mediaRef)
throws SystemException
- Throws:
SystemException
findAllMediaDemand
public java.util.Set findAllMediaDemand()
throws SystemException
- Throws:
SystemException
deleteOrderDemandRecords
public void deleteOrderDemandRecords(java.util.Set orderDemandRecordDtos)
throws SystemException
- Throws:
SystemException
deleteOrderLineDemandRecords
public void deleteOrderLineDemandRecords(java.util.Set orderLineDemandRecordDtos)
throws SystemException
- Throws:
SystemException
Copyright © 2004 Retek Inc. All Rights Reserved.
- Generated at Fri, 10/22/2004 07:28