Uses of Class
overit.geocallapp.wfm.skills.bl.configuration.division.BOSkillConfigurationDivision
Packages that use BOSkillConfigurationDivision
Package
Description
-
Uses of BOSkillConfigurationDivision in overit.geocallapp.wfm.orchestrator.workforce.bl.team.formation.task
Methods in overit.geocallapp.wfm.orchestrator.workforce.bl.team.formation.task with parameters of type BOSkillConfigurationDivisionModifier and TypeMethodDescriptionprotected voidBTFormationSkillDivisionByConfigurationInsert.insertFormationSkillDivisions(Long formation, BOSkillConfigurationDivision relation, PoolKit poolKit) Inserts the relation between the given formation, skill division and skill configuration.BTFormationSkillDivisionByConfigurationInsert.loadFormations(BOSkillConfigurationDivision relation, PoolKit poolKit) Loads the formation starting from the currentBOSkillConfigurationDivision.protected List<BOFormationSkillConfiguration> BTFormationSkillDivisionByConfigurationInsert.loadFormationSkillConfiguration(BOSkillConfigurationDivision relation, PoolKit poolKit) Loads the formation skill configurations starting from the given skill configuration.protected List<BOFormationSkillDivision> BTFormationSkillDivisionByConfigurationDelete.loadFormationSkillDivisions(BOSkillConfigurationDivision relation, PoolKit poolKit) Loads the formation skill divisions.protected List<BOFormationSkillDivision> BTFormationSkillDivisionByConfigurationInsert.loadFormationSkillDivisions(BOSkillConfigurationDivision relation, PoolKit poolKit) Loads the formation skill divisions starting from the given skill configuration. -
Uses of BOSkillConfigurationDivision in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler that return types with arguments of type BOSkillConfigurationDivisionModifier and TypeMethodDescriptionBundleEntitiesCache.getSkillConfigurationDivisions(Long skillConfiguration, PoolKit poolKit) Returns theBOSkillConfigurationDivisionsearching them into the cache by the correspondingBOSkillConfigurationid. -
Uses of BOSkillConfigurationDivision in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundling.task with parameters of type BOSkillConfigurationDivisionModifier and TypeMethodDescriptionprotected voidBTBundleAttributesCalculate.createBundleSkillDivision(Bundle bundle, BOSkillConfigurationDivision skillConfigurationDivision) Creates aBOBundleSkillDivisionstarting from the givenBOSkillConfigurationSkill. -
Uses of BOSkillConfigurationDivision in overit.geocallapp.wfm.skills.bl.configuration.division.event
Constructors in overit.geocallapp.wfm.skills.bl.configuration.division.event with parameters of type BOSkillConfigurationDivisionModifierConstructorDescriptionInstantiates a new skill configuration division insert event.Constructor parameters in overit.geocallapp.wfm.skills.bl.configuration.division.event with type arguments of type BOSkillConfigurationDivisionModifierConstructorDescriptionInstantiates a new skill configuration division notification event. -
Uses of BOSkillConfigurationDivision in overit.geocallapp.wfm.skills.bl.configuration.division.task
Methods in overit.geocallapp.wfm.skills.bl.configuration.division.task that return BOSkillConfigurationDivisionModifier and TypeMethodDescriptionprotected BOSkillConfigurationDivisionBTSkillConfigurationDivisionDelete.loadSkillConfigurationDivision(Long id, PoolKit poolKit) Loads the skill configuration division relation.Methods in overit.geocallapp.wfm.skills.bl.configuration.division.task with parameters of type BOSkillConfigurationDivisionModifier and TypeMethodDescriptionprotected voidBTSkillConfigurationDivisionInsert.checkAlreadyDefined(BOSkillConfigurationDivision relation, PoolKit poolKit) voidBTSkillConfigurationDivisionInsert.checkCardinality(BOSkillConfigurationDivision relation, PoolKit poolKit) Checks if the number of skill division skills is less than the skill configuration cardinality.protected voidBTSkillConfigurationDivisionDelete.notifyDelete(BOSkillConfigurationDivision relation, PoolKit poolKit) Notify the delete of theBOSkillConfigurationDivisionrelation.protected voidBTSkillConfigurationDivisionInsert.notifyInsert(BOSkillConfigurationDivision relation, PoolKit poolKit) Notifies the insert. -
Uses of BOSkillConfigurationDivision in overit.geocallapp.wfm.skills.rs1.skillconfigurationdivision
Methods in overit.geocallapp.wfm.skills.rs1.skillconfigurationdivision with parameters of type BOSkillConfigurationDivisionModifier and TypeMethodDescriptionvoidSkillConfigurationDivisionValidator.validate(BOSkillConfigurationDivision skillDivisionDivision) Validates aBOSkillConfigurationDivisionagainst the provided skill division's ID.