com.retek.component.customer.impl.persistence.db.oracle
Class OracleCatalogTypeDao

java.lang.Object
  extended bycom.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
      extended bycom.retek.component.customer.impl.persistence.db.oracle.OracleCatalogTypeDao
All Implemented Interfaces:
CatalogTypeDao

public class OracleCatalogTypeDao
extends AbstractOracleDao
implements CatalogTypeDao


Constructor Summary
OracleCatalogTypeDao()
           
 
Method Summary
 ReferenceCache createReferenceCacheForCatalogType()
           
 java.util.Set find(CatalogTypeSearchCriteria criteria)
          Finds all catalog types in the system based on criteria.
 java.util.Set findAll()
          Finds all catalog types in the system.
protected  java.lang.String getDaoResourceProperty()
           
 CatalogTypeDto read(DistributedReference ref)
          Reads the catalog type for the given catalog type reference.
 CatalogTypeDto submit(CatalogTypeDto dto, DistributedReference userRef)
          Persists a catalog type.
 
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

OracleCatalogTypeDao

public OracleCatalogTypeDao()
Method Detail

findAll

public java.util.Set findAll()
                      throws SystemException
Description copied from interface: CatalogTypeDao
Finds all catalog types in the system.

Specified by:
findAll in interface CatalogTypeDao
Returns:
An empty set if no catalog types exist in the system.
Throws:
SystemException

find

public java.util.Set find(CatalogTypeSearchCriteria criteria)
                   throws SystemException
Description copied from interface: CatalogTypeDao
Finds all catalog types in the system based on criteria.

Specified by:
find in interface CatalogTypeDao
Returns:
An empty set if no catalog types exist in the system.
Throws:
SystemException

read

public CatalogTypeDto read(DistributedReference ref)
                    throws SystemException
Description copied from interface: CatalogTypeDao
Reads the catalog type for the given catalog type reference.

Specified by:
read in interface CatalogTypeDao
Returns:
Always either returns an CatalogTypeDto or throws an exception. Never returns null.
Throws:
SystemException

getDaoResourceProperty

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

submit

public CatalogTypeDto submit(CatalogTypeDto dto,
                             DistributedReference userRef)
                      throws SystemException
Description copied from interface: CatalogTypeDao
Persists a catalog type.

Specified by:
submit in interface CatalogTypeDao
Throws:
SystemException

createReferenceCacheForCatalogType

public ReferenceCache createReferenceCacheForCatalogType()
                                                  throws SystemException
Specified by:
createReferenceCacheForCatalogType in interface CatalogTypeDao
Throws:
SystemException


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