com.retek.component.customerorder.impl.persistence.db.oracle
Class OracleCustomerOrderCorrespondenceRequestDao

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
      extended bycom.retek.component.customerorder.impl.persistence.db.oracle.OracleCustomerOrderCorrespondenceRequestDao
All Implemented Interfaces:
CustomerOrderCorrespondenceRequestDao

public class OracleCustomerOrderCorrespondenceRequestDao
extends AbstractOracleDao
implements CustomerOrderCorrespondenceRequestDao


Constructor Summary
OracleCustomerOrderCorrespondenceRequestDao()
           
 
Method Summary
 ReferenceCache createReferenceCacheForCustomerOrderCorrespondenceRequest()
          Creates a reference for a new customerOrderCorrespondenceRequest.
 void delete(java.util.Set dtos)
          Deletes customerOrderCorrespondenceRequests.
 java.util.Set find(CustomerOrderCorrespondenceRequestDbSearchCriteria criteria)
          Retrieves all customerOrderCorrespondenceRequests that match the search criteria.
protected  java.lang.String getDaoResourceProperty()
           
 CustomerOrderCorrespondenceRequestDto persist(CustomerOrderCorrespondenceRequestDto dto)
          Persists a customerOrderCorrespondenceRequest.
 CustomerOrderCorrespondenceRequestDto read(DistributedReference ref)
          Retrieves a specific CustomerOrderCorrespondenceRequestDto based on the 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

OracleCustomerOrderCorrespondenceRequestDao

public OracleCustomerOrderCorrespondenceRequestDao()
Method Detail

createReferenceCacheForCustomerOrderCorrespondenceRequest

public ReferenceCache createReferenceCacheForCustomerOrderCorrespondenceRequest()
                                                                         throws SystemException
Description copied from interface: CustomerOrderCorrespondenceRequestDao
Creates a reference for a new customerOrderCorrespondenceRequest. Responsible for retrieving the next unique customerOrderCorrespondenceRequest id.

Specified by:
createReferenceCacheForCustomerOrderCorrespondenceRequest in interface CustomerOrderCorrespondenceRequestDao
Returns:
reference to a new customerOrderCorrepsondenceRequest
Throws:
SystemException

find

public java.util.Set find(CustomerOrderCorrespondenceRequestDbSearchCriteria criteria)
                   throws SystemException
Description copied from interface: CustomerOrderCorrespondenceRequestDao
Retrieves all customerOrderCorrespondenceRequests that match the search criteria.

Specified by:
find in interface CustomerOrderCorrespondenceRequestDao
Parameters:
criteria - used to filter customerOrderCorrespondenceRequests
Returns:
collection of CustomerOrderCorrespondenceRequestDto
Throws:
SystemException

getDaoResourceProperty

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

persist

public CustomerOrderCorrespondenceRequestDto persist(CustomerOrderCorrespondenceRequestDto dto)
                                              throws SystemException
Description copied from interface: CustomerOrderCorrespondenceRequestDao
Persists a customerOrderCorrespondenceRequest. If the customerOrderCorrespondenceRequestDto isPersisted and isDirty and update is done. If customerOrderCorrespondenceRequestDto is not persisted a insert is done.

Specified by:
persist in interface CustomerOrderCorrespondenceRequestDao
Parameters:
dto - customerOrderCorrespondenceRequest to be persisted.
Returns:
customerOrderCorrespondenceRequest that was persisted.
Throws:
SystemException

read

public CustomerOrderCorrespondenceRequestDto read(DistributedReference ref)
                                           throws SystemException
Description copied from interface: CustomerOrderCorrespondenceRequestDao
Retrieves a specific CustomerOrderCorrespondenceRequestDto based on the reference.

Specified by:
read in interface CustomerOrderCorrespondenceRequestDao
Parameters:
ref - reference for the customerOrderCorrespondenceRequest to be retrieved
Returns:
CustomerOrderCorrespondenceRequestDto specified by the reference
Throws:
SystemException

delete

public void delete(java.util.Set dtos)
            throws SystemException
Description copied from interface: CustomerOrderCorrespondenceRequestDao
Deletes customerOrderCorrespondenceRequests.

Specified by:
delete in interface CustomerOrderCorrespondenceRequestDao
Parameters:
dtos - collection of customerOrderCorrespondenceRequestDtos to be deleted
Throws:
SystemException


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