Interface IWlmJobPolicyDetailService
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public interface IWlmJobPolicyDetailService : IEntityService<WlmJobPolicyDetailEntity>, IService
Methods
ClearBatchInUseFlag(List<Int32>)
Update Job Policy master record once process completes.(This operation will not be exposed externally meant for internal use only)
Declaration
void ClearBatchInUseFlag(List<int> WlmJobIdList)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<System.Int32> |
WlmJobIdList |
|
DeleteJobPolicyAssociation(DeleteJobPolicyAssociationRequest)
Declaration
DeleteJobPolicyAssociationResponse DeleteJobPolicyAssociation(DeleteJobPolicyAssociationRequest request)
Parameters
Returns
DeleteJobPolicyMaster(DeleteJobPolicyMasterRequest)
Declaration
DeleteJobPolicyMasterResponse DeleteJobPolicyMaster(DeleteJobPolicyMasterRequest request)
Parameters
Returns
GetStaffPolicyAssociationsForProcess(GetStaffPolicyAssociationsForProcessRequest)
Get Staff Policy association records to process.
Declaration
GetStaffPolicyAssociationsForProcessResponse GetStaffPolicyAssociationsForProcess(GetStaffPolicyAssociationsForProcessRequest request)
Parameters
Returns
JobPolicyAssociation(JobPolicyAssociationRequest)
Declaration
JobPolicyAssociationResponse JobPolicyAssociation(JobPolicyAssociationRequest request)
Parameters
Returns