|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Catalog types have a description, estimated number of days for delivery and are either active or not. This interface defines the persistence-layer operations available on a catalog type.
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. |
CatalogTypeDto |
read(DistributedReference ref)
Reads the catalog type for the given catalog type reference. |
CatalogTypeDto |
submit(CatalogTypeDto dto,
DistributedReference userRef)
Persists a catalog type. |
Method Detail |
public ReferenceCache createReferenceCacheForCatalogType() throws SystemException
SystemException
public CatalogTypeDto read(DistributedReference ref) throws SystemException
InvalidReferenceException
- if the reference cannot be resolved.
SystemException
public java.util.Set findAll() throws SystemException
SystemException
public java.util.Set find(CatalogTypeSearchCriteria criteria) throws SystemException
SystemException
public CatalogTypeDto submit(CatalogTypeDto dto, DistributedReference userRef) throws SystemException
java.lang.NullPointerException
- if dto is null.
SystemException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |