@AccessLevel(value=EXTERNAL)
public interface ProviderServicePlan
Modifier and Type | Method and Description |
---|---|
curam.serviceplans.facade.struct.PlanItemKey |
addProviderPlanItem1(curam.serviceplans.facade.struct.PlanItemDetails providerItemDetails)
This method is used to create a plan item independent of subgoal.
|
curam.serviceplans.facade.struct.PlanItemKey |
createProviderPlanItem(curam.serviceplans.facade.struct.CreatePlanItemForSubGoalDetails providerPlanItemDetails)
This method is used to create a plan item for a subgoal
|
void |
modifyProviderPlanItem(curam.serviceplans.facade.struct.ModifyPlanItemDetails details)
This method is used to modify a plan item for a subgoal
|
curam.serviceplans.facade.struct.ReadPlanItemDetails |
readProviderPlanItem(curam.serviceplans.facade.struct.PlanItemKey key)
This method is used to read plan item details
|
@AccessLevel(value=EXTERNAL) curam.serviceplans.facade.struct.PlanItemKey createProviderPlanItem(curam.serviceplans.facade.struct.CreatePlanItemForSubGoalDetails providerPlanItemDetails) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void modifyProviderPlanItem(curam.serviceplans.facade.struct.ModifyPlanItemDetails details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.serviceplans.facade.struct.ReadPlanItemDetails readProviderPlanItem(curam.serviceplans.facade.struct.PlanItemKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.serviceplans.facade.struct.PlanItemKey addProviderPlanItem1(curam.serviceplans.facade.struct.PlanItemDetails providerItemDetails) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException