com.retek.component.customer.impl.persistence.db.oracle
Class OracleCatalogTypeDao
java.lang.Object
com.retek.commons.domain.core.persistence.db.oracle.AbstractOracleDao
com.retek.component.customer.impl.persistence.db.oracle.OracleCatalogTypeDao
- All Implemented Interfaces:
- CatalogTypeDao
- public class OracleCatalogTypeDao
- extends AbstractOracleDao
- implements CatalogTypeDao
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OracleCatalogTypeDao
public OracleCatalogTypeDao()
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