@AccessLevel(value=EXTERNAL)
public interface AuditPlanCriteria
Modifier and Type | Method and Description |
---|---|
void |
createAuditPlanCriteria(curam.caseaudit.entity.struct.AuditPlanCriteriaDtls details)
Method to insert a record onto the AuditPlanCriteria table.
|
curam.core.facade.struct.AuditPlanCriteriaListDetails |
listAuditPlanCriteria(curam.caseaudit.entity.struct.AuditPlanKey key)
Method to list all criteria selected by the audit coordinator on the audit
plan.
|
curam.core.facade.struct.ListSelectionCriteriaPageName |
resolveListSelectionCriteriaPageName(curam.caseaudit.entity.struct.AuditPlanKey key)
Returns the name of the list selection criteria page to display.
|
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.ListSelectionCriteriaPageName resolveListSelectionCriteriaPageName(curam.caseaudit.entity.struct.AuditPlanKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void createAuditPlanCriteria(curam.caseaudit.entity.struct.AuditPlanCriteriaDtls details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.core.facade.struct.AuditPlanCriteriaListDetails listAuditPlanCriteria(curam.caseaudit.entity.struct.AuditPlanKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException