Class BTResourceSkillQualificationLoad
java.lang.Object
overit.geocall.bl.BusinessTask<ResourceSkillQualificationLoadEvent>
overit.geocallapp.wfm.orchestrator.workforce.bl.skill.task.BTResourceSkillQualificationLoad
- All Implemented Interfaces:
Serializable,Tool
@Event(ResourceSkillQualificationLoadEvent.class)
public class BTResourceSkillQualificationLoad
extends BusinessTask<ResourceSkillQualificationLoadEvent>
Business task for load the skill and the qualifications of a
BOResource.- Since:
- 17.0
- See Also:
- GCApi:
- task
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidbody(ResourceSkillQualificationLoadEvent event, PoolKit poolKit) Implements this method to write the specific task logic to handle the input parameter.protected WorkforceIntegrationServicegetIntegrationService(PoolKit poolKit) Return theWorkforceIntegrationServiceused for access to other domainsprotected Map<Long, BOSkillLevel> loadSkillsLevels(PoolKit poolKit) Methods inherited from class overit.geocall.bl.BusinessTask
start, start, startAlone, startInBackground
-
Constructor Details
-
BTResourceSkillQualificationLoad
public BTResourceSkillQualificationLoad()
-
-
Method Details
-
body
protected void body(ResourceSkillQualificationLoadEvent event, PoolKit poolKit) throws DAException, DAValidateException Description copied from class:BusinessTaskImplements this method to write the specific task logic to handle the input parameter.- Specified by:
bodyin classBusinessTask<ResourceSkillQualificationLoadEvent>- Parameters:
event- the object upon which the task will works onpoolKit- the poolkit containing the reference to the database connection that can be used- Throws:
DAException- in case of database errorDAValidateException- in case of database validation error
-
getIntegrationService
protected WorkforceIntegrationService getIntegrationService(PoolKit poolKit) throws DAValidateException Return theWorkforceIntegrationServiceused for access to other domains- Parameters:
poolKit- thePoolKit- Returns:
- Throws:
DAValidateException
-
loadSkillsLevels
protected Map<Long,BOSkillLevel> loadSkillsLevels(PoolKit poolKit) throws DAException, DAValidateException - Throws:
DAExceptionDAValidateException
-