com.retek.component.supplier.impl.persistence.db.oracle
Class OracleSupplierDao

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
      extended bycom.retek.component.supplier.impl.persistence.db.oracle.OracleSupplierDao
All Implemented Interfaces:
SupplierDao

public class OracleSupplierDao
extends AbstractOracleDao
implements SupplierDao


Constructor Summary
OracleSupplierDao()
           
 
Method Summary
 java.util.Set findSuppliers(SupplierSearchCriteria criteria)
           
protected  java.lang.String getDaoResourceProperty()
           
 java.lang.String getNextSupplierLocationId()
           
 java.lang.String getNextSupplierMethodId()
           
 SupplierDto read(java.lang.String id)
           
 SupplierDto submit(SupplierDto dto)
           
 
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

OracleSupplierDao

public OracleSupplierDao()
Method Detail

submit

public SupplierDto submit(SupplierDto dto)
                   throws SystemException
Specified by:
submit in interface SupplierDao
Throws:
SystemException

findSuppliers

public java.util.Set findSuppliers(SupplierSearchCriteria criteria)
                            throws SystemException
Specified by:
findSuppliers in interface SupplierDao
Throws:
SystemException

read

public SupplierDto read(java.lang.String id)
                 throws SystemException
Specified by:
read in interface SupplierDao
Throws:
SystemException

getNextSupplierLocationId

public java.lang.String getNextSupplierLocationId()
                                           throws SystemException
Specified by:
getNextSupplierLocationId in interface SupplierDao
Throws:
SystemException

getNextSupplierMethodId

public java.lang.String getNextSupplierMethodId()
                                         throws SystemException
Specified by:
getNextSupplierMethodId in interface SupplierDao
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