@AccessLevel(value=EXTERNAL)
public interface ServicePlanGroupApprovalCheck
Modifier and Type | Method and Description |
---|---|
void |
cancelServicePlanGroupApprovalCheck(curam.serviceplans.facade.struct.CancelServicePlanGroupApprovalCheckKey key)
Cancels Service Plan Group Approval Check
|
void |
createServicePlanGroupApprovalCheck(curam.serviceplans.facade.struct.ServicePlanGroupApprovalCheckDetails details)
Creates Service Plan Item Group Approval Check
|
curam.serviceplans.facade.struct.ServicePlanGroupApprovalCheckDetailsList |
listServicePlanGroupApprovalCheck(curam.serviceplans.facade.struct.ServicePlanGroupApprovalCheckUsernameID key)
Lists Service Plan Group Approval Check
|
void |
modifyServicePlanGroupApprovalCheck(curam.serviceplans.facade.struct.ServicePlanGroupApprovalCheckDetails details)
Modify Service Plan Group Approval Check
|
curam.serviceplans.facade.struct.ServicePlanGroupApprovalCheckDetails |
readServicePlanGroupApprovalCheck(curam.serviceplans.facade.struct.ServicePlanGroupApprovalCheckID key)
Read Service Plan Group Approval Check
|
@AccessLevel(value=EXTERNAL) void createServicePlanGroupApprovalCheck(curam.serviceplans.facade.struct.ServicePlanGroupApprovalCheckDetails details) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void cancelServicePlanGroupApprovalCheck(curam.serviceplans.facade.struct.CancelServicePlanGroupApprovalCheckKey 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.ServicePlanGroupApprovalCheckDetailsList listServicePlanGroupApprovalCheck(curam.serviceplans.facade.struct.ServicePlanGroupApprovalCheckUsernameID key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void modifyServicePlanGroupApprovalCheck(curam.serviceplans.facade.struct.ServicePlanGroupApprovalCheckDetails 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.ServicePlanGroupApprovalCheckDetails readServicePlanGroupApprovalCheck(curam.serviceplans.facade.struct.ServicePlanGroupApprovalCheckID key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException