@AccessLevel(value=EXTERNAL)
public interface ProviderBackgroundCheck
Modifier and Type | Method and Description |
---|---|
void |
cancelBackgroundCheck(curam.cpm.facade.struct.KeyVersionDetails keyVersionDetails)
This method logically deletes the background check.
|
void |
cancelBackgroundCheckFailureReason(curam.cpm.facade.struct.KeyVersionDetails keyVersionDetails)
This method logically deletes the background check failure reason.
|
void |
cancelProviderGroupBackgroundCheck(curam.cpm.facade.struct.KeyVersionDetails keyVersionDetails)
This method logically deletes the background check.
|
void |
cancelProviderGroupBackgroundCheckFailureReason(curam.cpm.facade.struct.KeyVersionDetails keyVersionDetails)
This method logically deletes the background check failure reason.
|
curam.cpm.sl.entity.struct.ProviderBackgroundCheckKey |
createBackgroundCheck(curam.cpm.sl.entity.struct.ProviderBackgroundCheckDtls providerBackgroundCheck)
This method creates the background check of the provider.This is accessed
by the Resource Manager and Resource Manager Supervisor from the Resource
Manager application.
|
curam.cpm.sl.entity.struct.BackgroundCheckFailureReasonKey |
createBackgroundCheckFailureReason(curam.cpm.sl.entity.struct.BackgroundCheckFailureReasonDtls backgroundCheckFailureReaseonDtls)
This method creates background check failure reason.
|
curam.cpm.sl.entity.struct.ProviderBackgroundCheckKey |
createProviderGroupBackgroundCheck(curam.cpm.sl.entity.struct.ProviderBackgroundCheckDtls providerBackgroundCheck)
This method creates the background check of the provider group.This is
accessed by the Resource Manager and Resource Manager Supervisor from the
Resource Manager application.
|
curam.cpm.sl.entity.struct.BackgroundCheckFailureReasonKey |
createProviderGroupBackGroundCheckFailureReason(curam.cpm.sl.entity.struct.BackgroundCheckFailureReasonDtls backgroundCheckFailureReasonDtls)
This method creates background check failure reason.
|
curam.cpm.facade.struct.ProviderBackgroundCheckDetailsList |
listBackgroundChecks(curam.cpm.sl.entity.struct.ProviderKey providerKey)
This method lists the background checks of the provider.
|
curam.cpm.facade.struct.ProviderBackgroundCheckDetailsList |
listProviderGroupBackgroundChecks(curam.cpm.sl.entity.struct.ProviderGroupKey poviderGroupKey)
This method lists the background checks of the provider group.
|
void |
updateBackgroundCheck(curam.cpm.sl.entity.struct.ProviderBackgroundCheckDtls providerBackgroundCheckDtls)
This method updates the background check details.
|
void |
updateBackgroundCheckFailureReason(curam.cpm.sl.entity.struct.BackgroundCheckFailureReasonDtls backgroundCheckFailureReasonDtls)
This method updates the background check failure reason.
|
void |
updateProviderGroupBackgroundCheck(curam.cpm.sl.entity.struct.ProviderBackgroundCheckDtls providerBackgroundCheckDtls)
This method updates the background check details.
|
void |
updateProviderGroupBackgroundCheckFailureReason(curam.cpm.sl.entity.struct.BackgroundCheckFailureReasonDtls backgroundCheckFailureReasonDtls)
This method updates the background check failure reason.
|
curam.cpm.facade.struct.ProviderBackgroundCheckSummaryDetails |
viewBackgroundCheck(curam.cpm.sl.entity.struct.ProviderBackgroundCheckKey providerBackgroundCheckKey)
This method retrieves all the details of the background check.
|
curam.cpm.sl.entity.struct.BackgroundCheckFailureReasonDtls |
viewBackgroundCheckFailureReason(curam.cpm.sl.entity.struct.BackgroundCheckFailureReasonKey key)
reads the details of the background failure reason.
|
curam.cpm.facade.struct.ProviderBackgroundCheckSummaryDetails |
viewProviderGroupBackgoundCheck(curam.cpm.sl.entity.struct.ProviderBackgroundCheckKey providerBackgroundCheckKey)
This method retrieves all the details of the background check.
|
curam.cpm.sl.entity.struct.BackgroundCheckFailureReasonDtls |
viewProviderGroupBackgroundCheckFailureReason(curam.cpm.sl.entity.struct.BackgroundCheckFailureReasonKey key)
reads the details of the background failure reason.
|
@AccessLevel(value=EXTERNAL) curam.cpm.facade.struct.ProviderBackgroundCheckDetailsList listBackgroundChecks(curam.cpm.sl.entity.struct.ProviderKey providerKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.cpm.sl.entity.struct.ProviderBackgroundCheckKey createBackgroundCheck(curam.cpm.sl.entity.struct.ProviderBackgroundCheckDtls providerBackgroundCheck) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void updateBackgroundCheck(curam.cpm.sl.entity.struct.ProviderBackgroundCheckDtls providerBackgroundCheckDtls) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void cancelBackgroundCheck(curam.cpm.facade.struct.KeyVersionDetails keyVersionDetails) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.cpm.facade.struct.ProviderBackgroundCheckSummaryDetails viewBackgroundCheck(curam.cpm.sl.entity.struct.ProviderBackgroundCheckKey providerBackgroundCheckKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.cpm.sl.entity.struct.BackgroundCheckFailureReasonKey createBackgroundCheckFailureReason(curam.cpm.sl.entity.struct.BackgroundCheckFailureReasonDtls backgroundCheckFailureReaseonDtls) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void updateBackgroundCheckFailureReason(curam.cpm.sl.entity.struct.BackgroundCheckFailureReasonDtls backgroundCheckFailureReasonDtls) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void cancelBackgroundCheckFailureReason(curam.cpm.facade.struct.KeyVersionDetails keyVersionDetails) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.cpm.sl.entity.struct.BackgroundCheckFailureReasonDtls viewBackgroundCheckFailureReason(curam.cpm.sl.entity.struct.BackgroundCheckFailureReasonKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.cpm.facade.struct.ProviderBackgroundCheckDetailsList listProviderGroupBackgroundChecks(curam.cpm.sl.entity.struct.ProviderGroupKey poviderGroupKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.cpm.sl.entity.struct.ProviderBackgroundCheckKey createProviderGroupBackgroundCheck(curam.cpm.sl.entity.struct.ProviderBackgroundCheckDtls providerBackgroundCheck) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void updateProviderGroupBackgroundCheck(curam.cpm.sl.entity.struct.ProviderBackgroundCheckDtls providerBackgroundCheckDtls) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void cancelProviderGroupBackgroundCheck(curam.cpm.facade.struct.KeyVersionDetails keyVersionDetails) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.cpm.facade.struct.ProviderBackgroundCheckSummaryDetails viewProviderGroupBackgoundCheck(curam.cpm.sl.entity.struct.ProviderBackgroundCheckKey providerBackgroundCheckKey) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.cpm.sl.entity.struct.BackgroundCheckFailureReasonKey createProviderGroupBackGroundCheckFailureReason(curam.cpm.sl.entity.struct.BackgroundCheckFailureReasonDtls backgroundCheckFailureReasonDtls) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void updateProviderGroupBackgroundCheckFailureReason(curam.cpm.sl.entity.struct.BackgroundCheckFailureReasonDtls backgroundCheckFailureReasonDtls) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) void cancelProviderGroupBackgroundCheckFailureReason(curam.cpm.facade.struct.KeyVersionDetails keyVersionDetails) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException
@AccessLevel(value=EXTERNAL) curam.cpm.sl.entity.struct.BackgroundCheckFailureReasonDtls viewProviderGroupBackgroundCheckFailureReason(curam.cpm.sl.entity.struct.BackgroundCheckFailureReasonKey key) throws curam.util.exception.AppException, curam.util.exception.InformationalException
curam.util.exception.AppException
curam.util.exception.InformationalException