@AccessLevel(value=EXTERNAL) public interface AdminIntegratedCaseDAO extends CaseConfigurationReaderDAO<AdminIntegratedCase>
AdminIntegratedCase
interface.Modifier and Type | Method and Description |
---|---|
java.util.List<AdminIntegratedCase> |
listActive()
Retrieves an immutable list all active AdminIntegratedCase
records.
|
AdminIntegratedCase |
readActiveByProductCategoryCode(curam.codetable.impl.PRODUCTCATEGORYEntry productCategoryCode)
Retrieves an active
AdminIntegratedCase record based on the passed
in product category code. |
java.util.List<AdminIntegratedCase> listActive()
listActive
in interface CaseConfigurationReaderDAO<AdminIntegratedCase>
AdminIntegratedCase readActiveByProductCategoryCode(curam.codetable.impl.PRODUCTCATEGORYEntry productCategoryCode) throws curam.util.exception.AppException, curam.util.exception.InformationalException
AdminIntegratedCase
record based on the passed
in product category code.productCategoryCode
- the product category code to read the admin integrated case by.curam.util.exception.AppException
curam.util.exception.InformationalException