@AccessLevel(value=EXTERNAL)
public interface IntegratedServicePlan
Modifier and Type | Method and Description |
---|---|
curam.serviceplans.facade.struct.MilestoneDeliveryDetailsList |
listInProgressAndFutureMilestones(curam.serviceplans.facade.struct.ISPCaseKeyAndViewActiveKey caseIDKey)
Facade layer method to fetch the milestone which are in progress and due
in future.
|
curam.serviceplans.facade.struct.IntegratedServicePlanHomePageDetails |
readHomePageDetails(curam.serviceplans.facade.struct.IntegratedServicePlanHomePageKey integratedServicePlanHomePageKey)
Facade layer method to read home page details
|
curam.serviceplans.facade.struct.IntegratedServicePlanTabDetails |
readIntegratedServicePlanTabDetails(curam.core.struct.CaseHeaderKey key)
Retrieves details for display on the context panel of the Integrated
Service Plan tab.
|
@AccessLevel(value=EXTERNAL) curam.serviceplans.facade.struct.MilestoneDeliveryDetailsList listInProgressAndFutureMilestones(curam.serviceplans.facade.struct.ISPCaseKeyAndViewActiveKey caseIDKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.serviceplans.facade.struct.IntegratedServicePlanHomePageDetails readHomePageDetails(curam.serviceplans.facade.struct.IntegratedServicePlanHomePageKey integratedServicePlanHomePageKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.serviceplans.facade.struct.IntegratedServicePlanTabDetails readIntegratedServicePlanTabDetails(curam.core.struct.CaseHeaderKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
Retrieves details for display on the context panel of the Integrated Service Plan tab. Called during processing when a user selects to create an Integrated Service Plan.
curam.util.exception.AppException
curam.util.exception.InformationalException