com.retek.component.supplier.impl.persistence
Interface SupplierDao

All Known Implementing Classes:
CacheSupplierDao, OracleSupplierDao

public interface SupplierDao


Method Summary
 java.util.Set findSuppliers(SupplierSearchCriteria criteria)
           
 java.lang.String getNextSupplierLocationId()
           
 java.lang.String getNextSupplierMethodId()
           
 SupplierDto read(java.lang.String id)
           
 SupplierDto submit(SupplierDto dto)
           
 

Method Detail

submit

public SupplierDto submit(SupplierDto dto)
                   throws SystemException
Throws:
SystemException

read

public SupplierDto read(java.lang.String id)
                 throws SystemException
Throws:
SystemException

findSuppliers

public java.util.Set findSuppliers(SupplierSearchCriteria criteria)
                            throws SystemException
Throws:
SystemException

getNextSupplierLocationId

public java.lang.String getNextSupplierLocationId()
                                           throws SystemException
Throws:
SystemException

getNextSupplierMethodId

public java.lang.String getNextSupplierMethodId()
                                         throws SystemException
Throws:
SystemException


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