@AccessLevel(value=EXTERNAL)
public interface MaintainOutcomePlan
Modifier and Type | Method and Description |
---|---|
curam.outcomeplanning.outcomeplan.entity.struct.OutcomePlanKey |
addClientsToOutcomePlan(curam.assessmenttracking.outcomeplan.facade.struct.OutcomePlanDetails details)
Associate clients to a selected outcome plan.
|
curam.outcomeplanning.outcomeplan.entity.struct.OutcomePlanKey |
createOutcomePlan(curam.assessmenttracking.outcomeplan.facade.struct.OutcomePlanDetails details)
Create new outcome plan for clients.
|
curam.assessmenttracking.outcomeplan.facade.struct.OutcomePlanAdminDetails |
getConfiguredOutcomePlanForIncomeSupportCase()
Display list of configured outcome plan for a particular type of case.
|
curam.outcomeplanning.outcomeplan.facade.struct.AgreementListDetailsList |
listAgreementForOutcomePlan(curam.outcomeplanning.outcomeplan.entity.struct.OutcomePlanKey key) |
curam.assessmenttracking.outcomeplan.sl.struct.AssessmentDetailsList |
listAssessmentDetails(curam.outcomeplanning.outcomeplan.entity.struct.OutcomePlanKey key) |
curam.assessmenttracking.outcomeplan.sl.struct.AssessmentDetailsList |
listAssessmentDueByUser() |
curam.assessmenttracking.outcomeplan.facade.struct.AssessmentMismatchDetailsList |
listAssessmentMismatchDetails(curam.assessmenttracking.outcomeplan.facade.struct.AssessmentKey assessmentID)
Gets the list of mismatch data between populated data and user entered
data.
|
curam.assessmenttracking.outcomeplan.sl.struct.AssessmentDetailsList |
listAssessmentsOverdueOfSupervisorUsers() |
curam.outcomeplanning.outcomeplan.facade.struct.ListCaseClientsResult |
listCaseClients(curam.outcomeplanning.outcomeplan.entity.struct.OutcomePlanKey key)
List of clients in an integrated case related to an outcome plan.
|
curam.outcomeplanning.outcomeplan.facade.struct.ListCaseClientsResult |
listCaseReferralClients(curam.core.struct.CaseKey arg1) |
curam.assessmenttracking.outcomeplan.facade.struct.ListOutcomePlanDetails |
listMyOutcomePlan()
List outcome plan owned by a particular user.
|
curam.assessmenttracking.outcomeplan.facade.struct.ListOutcomePlanDetails |
listOutcomePlanForCase(curam.core.struct.CaseID key)
List outcome plan associated with a particular case.
|
curam.assessmentplanning.delivery.facade.struct.DeliveryHomeXmlResult |
readOverviewXmlDetailsForOutcomePlan(curam.outcomeplanning.outcomeplan.entity.struct.OutcomePlanKey key) |
@AccessLevel(value=EXTERNAL) curam.assessmenttracking.outcomeplan.facade.struct.ListOutcomePlanDetails listMyOutcomePlan() throws curam.util.exception.AppException, curam.util.exception.InformationalException
List outcome plan owned by a particular user.
AppException
- />
Generic Exception Signature.
InformationalException
- />
Generic Exception Signature.
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.assessmenttracking.outcomeplan.facade.struct.ListOutcomePlanDetails listOutcomePlanForCase(curam.core.struct.CaseID key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
key
- />
Contains Case ID.
AppException
- />
Generic Exception Signature.
InformationalException
- />
Generic Exception Signature.
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.assessmenttracking.outcomeplan.facade.struct.AssessmentMismatchDetailsList listAssessmentMismatchDetails(curam.assessmenttracking.outcomeplan.facade.struct.AssessmentKey assessmentID) throws curam.util.exception.AppException, curam.util.exception.InformationalException
key
- />
Contains unique identifier for a
assessment
AppException
- />
Generic Exception Signature.
InformationalException
- />
Generic Exception Signature.
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.outcomeplanning.outcomeplan.entity.struct.OutcomePlanKey createOutcomePlan(curam.assessmenttracking.outcomeplan.facade.struct.OutcomePlanDetails details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
details
- />
outcome plan details.
AppException
- />
Generic Exception Signature.
InformationalException
- />
Generic Exception Signature.
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.assessmenttracking.outcomeplan.facade.struct.OutcomePlanAdminDetails getConfiguredOutcomePlanForIncomeSupportCase() throws curam.util.exception.AppException, curam.util.exception.InformationalException
AppException
- />
Generic Exception Signature.
InformationalException
- />
Generic Exception Signature.
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.outcomeplanning.outcomeplan.entity.struct.OutcomePlanKey addClientsToOutcomePlan(curam.assessmenttracking.outcomeplan.facade.struct.OutcomePlanDetails details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
details
- />
outcome plan details.
AppException
- />
Generic Exception Signature.
InformationalException
- />
Generic Exception Signature.
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.outcomeplanning.outcomeplan.facade.struct.ListCaseClientsResult listCaseClients(curam.outcomeplanning.outcomeplan.entity.struct.OutcomePlanKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
outcomePlanKey
- />
Contains unique identifier for a
outcome plan
AppException
- />
Generic Exception Signature.
InformationalException
- />
Generic Exception Signature.
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.assessmenttracking.outcomeplan.sl.struct.AssessmentDetailsList listAssessmentDetails(curam.outcomeplanning.outcomeplan.entity.struct.OutcomePlanKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.assessmenttracking.outcomeplan.sl.struct.AssessmentDetailsList listAssessmentDueByUser() throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.outcomeplanning.outcomeplan.facade.struct.ListCaseClientsResult listCaseReferralClients(curam.core.struct.CaseKey arg1) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.outcomeplanning.outcomeplan.facade.struct.AgreementListDetailsList listAgreementForOutcomePlan(curam.outcomeplanning.outcomeplan.entity.struct.OutcomePlanKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.assessmentplanning.delivery.facade.struct.DeliveryHomeXmlResult readOverviewXmlDetailsForOutcomePlan(curam.outcomeplanning.outcomeplan.entity.struct.OutcomePlanKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.assessmenttracking.outcomeplan.sl.struct.AssessmentDetailsList listAssessmentsOverdueOfSupervisorUsers() throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException