public interface OutcomePlanCollaboration
Modifier and Type | Method and Description |
---|---|
curam.outcomeplanning.outcomeplan.facade.struct.OutcomePlanActivityDetailsList |
listActivities(curam.core.struct.CaseHeaderKey key)
Reads the list of active activities on the given Outcome Plan.
|
curam.outcomeplanning.outcomeplan.facade.struct.OPActionHomePageDetails |
readActionHomePage(curam.outcomeplanning.outcomeplan.entity.struct.OutcomePlanActionKey key)
Reads the details to be displayed on the action home page on an Outcome
Plan.
|
curam.outcomeplanning.outcomeplan.facade.struct.OPCollaborationContextPanelDetails |
readContextPanelDetails(curam.core.struct.CaseHeaderKey key)
Reads the context panel details for an Outcome Plan.
|
curam.outcomeplanning.outcomeplan.facade.struct.OPCollaborationHomePageDetails |
readHomePage(curam.core.struct.CaseHeaderKey key)
Reads the details to be displayed on the home page of the Outcome Plan.
|
curam.outcomeplanning.outcomeplan.facade.struct.OPReferralHomePageDetails |
readReferralHomePage(curam.outcomeplanning.outcomeplan.facade.struct.ReferralKey key)
Reads the details to be displayed on the referral home page on an Outcome
Plan.
|
curam.outcomeplanning.outcomeplan.facade.struct.OPServiceDeliveryHomePageDetails |
readServiceDeliveryHomePage(curam.outcomeplanning.outcomeplan.facade.struct.ServiceDeliveryKey key)
Reads the details to be displayed on the service delivery home page on an
Outcome Plan.
|
curam.outcomeplanning.outcomeplan.facade.struct.OPCollaborationHomePageDetails readHomePage(curam.core.struct.CaseHeaderKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
key
- The unique identifier of the outcome plan to be readcuram.util.exception.AppException
curam.util.exception.InformationalException
curam.outcomeplanning.outcomeplan.facade.struct.OPCollaborationContextPanelDetails readContextPanelDetails(curam.core.struct.CaseHeaderKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
key
- The unique identifier of the outcome plan to be readcuram.util.exception.AppException
curam.util.exception.InformationalException
curam.outcomeplanning.outcomeplan.facade.struct.OutcomePlanActivityDetailsList listActivities(curam.core.struct.CaseHeaderKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
key
- The unique identifier of the outcome plan to readcuram.util.exception.AppException
curam.util.exception.InformationalException
curam.outcomeplanning.outcomeplan.facade.struct.OPActionHomePageDetails readActionHomePage(curam.outcomeplanning.outcomeplan.entity.struct.OutcomePlanActionKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
key
- The unique identifier of the outcome plan action to be readcuram.util.exception.AppException
curam.util.exception.InformationalException
curam.outcomeplanning.outcomeplan.facade.struct.OPServiceDeliveryHomePageDetails readServiceDeliveryHomePage(curam.outcomeplanning.outcomeplan.facade.struct.ServiceDeliveryKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
key
- The unique identifier of the outcome plan service delivery to
be readcuram.util.exception.AppException
curam.util.exception.InformationalException
curam.outcomeplanning.outcomeplan.facade.struct.OPReferralHomePageDetails readReferralHomePage(curam.outcomeplanning.outcomeplan.facade.struct.ReferralKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
key
- The unique identifier of the outcome plan referral to be readcuram.util.exception.AppException
curam.util.exception.InformationalException