@AccessLevel(value=EXTERNAL)
public interface ManageGuidedChangeNextStep
Modifier and Type | Method and Description |
---|---|
curam.guidedchanges.facade.struct.GuidedChangeInfoList |
hasSubmittedGuidedChange(curam.core.struct.CaseKey caseKey)
Lists all of the submitted Guided Change of Circumstances for a case.
|
curam.guidedchanges.struct.ChangeTypeDtlsList |
listActiveChange(curam.guidedchanges.struct.GuidedChangeCOCKey key)
Lists all of the open change types for a specific Guided Change of
Circumstance.
|
curam.guidedchanges.struct.ChangeTypeDtlsList |
listAddedChange(curam.guidedchanges.struct.GuidedChangeCOCKey key)
Lists all of the added change types for a specific Guided Change of
Circumstance.
|
curam.guidedchanges.struct.ChangeTypeDtlsList |
listAllChange(curam.guidedchanges.struct.GuidedChangeCOCKey key)
Lists all of the change types for a specific Guided Change of
Circumstance.
|
curam.guidedchanges.struct.GuidedChangeCOCNextStepDtlsList |
listCompletedGuidedChangeCOC(curam.core.struct.CaseKey caseKey)
Lists all of the completed Guided Change of Circumstances for a case.
|
curam.guidedchanges.struct.GuidedChangeCOCNextStepDtlsList |
listSubmittedGuidedChangeCOC(curam.core.struct.CaseKey caseKey)
Lists all of the submitted Guided Change of Circumstances for a case.
|
void |
markGuidedChangeCOCComplete(curam.guidedchanges.struct.GuidedChangeCOCKey key)
Marks a specific Guided Change of Circumstances as completed.
|
@AccessLevel(value=EXTERNAL) curam.guidedchanges.struct.GuidedChangeCOCNextStepDtlsList listSubmittedGuidedChangeCOC(curam.core.struct.CaseKey caseKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
key
- The unique identifier of the case.curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.guidedchanges.struct.GuidedChangeCOCNextStepDtlsList listCompletedGuidedChangeCOC(curam.core.struct.CaseKey caseKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
key
- The unique identifier of the case.curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.guidedchanges.struct.ChangeTypeDtlsList listActiveChange(curam.guidedchanges.struct.GuidedChangeCOCKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
key
- The unique identifier of the Guided Change of Circumstance.curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.guidedchanges.struct.ChangeTypeDtlsList listAddedChange(curam.guidedchanges.struct.GuidedChangeCOCKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
key
- The unique identifier of the Guided Change of Circumstance.curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void markGuidedChangeCOCComplete(curam.guidedchanges.struct.GuidedChangeCOCKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
key
- The unique identifier of the Guided Change of Circumstances.curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.guidedchanges.struct.ChangeTypeDtlsList listAllChange(curam.guidedchanges.struct.GuidedChangeCOCKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
key
- The unique identifier of the Guided Change of Circumstance.curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.guidedchanges.facade.struct.GuidedChangeInfoList hasSubmittedGuidedChange(curam.core.struct.CaseKey caseKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
key
- The unique identifier of the case.curam.util.exception.AppException
curam.util.exception.InformationalException