Uses of Class
overit.geocallapp.wfm.skills.bl.division.BOSkillDivision
Packages that use BOSkillDivision
Package
Description
-
Uses of BOSkillDivision in overit.geocallapp.wfm.core.bl.bundler
Methods in overit.geocallapp.wfm.core.bl.bundler that return BOSkillDivisionModifier and TypeMethodDescriptionBundleEntitiesAggregate.getSkillDivision(Long skillDivisionId) Returns theBOSkillDivisionwith the given id searching it from the ones related to the currentBundle.Methods in overit.geocallapp.wfm.core.bl.bundler that return types with arguments of type BOSkillDivisionModifier and TypeMethodDescriptionBundleEntitiesAggregate.getSkillDivisionCollection()Returns the collection ofBOSkillDivisionthat are related to the currentBundle.BundleEntitiesAggregate.getSkillDivisions()Returns the map between the ids and theBOSkillDivisionrelated to the currentBundle.Methods in overit.geocallapp.wfm.core.bl.bundler with parameters of type BOSkillDivisionModifier and TypeMethodDescriptionvoidBundleEntitiesAggregate.addSkillDivision(BOSkillDivision skillDivision) Adds the givenBOSkillDivisionto the collection of the ones related to the currentBundle. -
Uses of BOSkillDivision in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityassignment.event
Methods in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityassignment.event that return types with arguments of type BOSkillDivisionModifier and TypeMethodDescriptionWorkShiftMissingSkillCalculationOutput.getWrongSkillDivisions()Method parameters in overit.geocallapp.wfm.orchestrator.scheduling.bl.activityassignment.event with type arguments of type BOSkillDivisionModifier and TypeMethodDescriptionvoidWorkShiftMissingSkillCalculationOutput.setWrongSkillDivisions(List<BOSkillDivision> wrongSkillDivisions) -
Uses of BOSkillDivision in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler that return BOSkillDivisionModifier and TypeMethodDescriptionBundleEntitiesCache.getSkillDivision(Long skillDivision, PoolKit poolKit) Returns theBOSkillDivisionwhich corresponds to the given id. -
Uses of BOSkillDivision in overit.geocallapp.wfm.skills.bl.configuration.event
Methods in overit.geocallapp.wfm.skills.bl.configuration.event that return types with arguments of type BOSkillDivisionModifier and TypeMethodDescriptionResourceSkillConfigurationEvaluationOutput.getWrongSkillDivisions()Method parameters in overit.geocallapp.wfm.skills.bl.configuration.event with type arguments of type BOSkillDivisionModifier and TypeMethodDescriptionvoidResourceSkillConfigurationEvaluationOutput.setWrongSkillDivisions(List<BOSkillDivision> wrongSkillDivisions) -
Uses of BOSkillDivision in overit.geocallapp.wfm.skills.bl.division
Methods in overit.geocallapp.wfm.skills.bl.division that return BOSkillDivisionMethods in overit.geocallapp.wfm.skills.bl.division with parameters of type BOSkillDivisionModifier and TypeMethodDescriptionvoidSkillDivisionAggregate.setSkillDivision(BOSkillDivision skillDivision) -
Uses of BOSkillDivision in overit.geocallapp.wfm.skills.bl.division.event
Constructors in overit.geocallapp.wfm.skills.bl.division.event with parameters of type BOSkillDivisionModifierConstructorDescriptionInstantiates a new skill division insert event.Instantiates a new skill division update event. -
Uses of BOSkillDivision in overit.geocallapp.wfm.skills.bl.division.task
Methods in overit.geocallapp.wfm.skills.bl.division.task with parameters of type BOSkillDivisionModifier and TypeMethodDescriptionprotected voidBTSkillDivisionInsert.afterInsert(BOSkillDivision skillDivision, PoolKit poolKit) Actions to perform after the insert.protected voidBTSkillDivisionUpdate.afterUpdate(BOSkillDivision skillDivision, PoolKit poolKit) Actions to perform after the update.protected LongBTSkillDivisionInsert.insert(BOSkillDivision skillDivision, PoolKit poolKit) Inserts the given skill division and the related history.protected voidBTSkillDivisionUpdate.update(BOSkillDivision skillDivision, PoolKit poolKit) Updates the given skill division together with the related history.protected voidBTSkillDivisionInsert.validate(BOSkillDivision skillDivision, PoolKit poolKit) Validates the data before the insert.protected voidBTSkillDivisionUpdate.validate(BOSkillDivision skillDivision, PoolKit poolKit) Validates the data before the update.