Uses of Class
overit.geocallapp.wfm.skills.bl.configuration.BOSkillConfiguration
Packages that use BOSkillConfiguration
Package
Description
-
Uses of BOSkillConfiguration in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler that return BOSkillConfigurationModifier and TypeMethodDescriptionBundleEntitiesCache.getSkillConfiguration(Long skillConfiguration, PoolKit poolKit) Returns theBOSkillConfigurationwhich corresponds to the given id. -
Uses of BOSkillConfiguration 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 BOSkillConfigurationModifier and TypeMethodDescriptionprotected voidBTBundleAttributesCalculate.setBundleCardinalities(Bundle bundle, BOSkillConfiguration skillConfiguration) Calculates the bundle cardinalities basing on the givenBOSkillConfiguration. -
Uses of BOSkillConfiguration in overit.geocallapp.wfm.skills.bl.configuration
Methods in overit.geocallapp.wfm.skills.bl.configuration that return BOSkillConfigurationMethods in overit.geocallapp.wfm.skills.bl.configuration with parameters of type BOSkillConfigurationModifier and TypeMethodDescriptionvoidSkillConfigurationAggregate.setSkillConfiguration(BOSkillConfiguration skillConfiguration) -
Uses of BOSkillConfiguration in overit.geocallapp.wfm.skills.bl.configuration.division.task
Methods in overit.geocallapp.wfm.skills.bl.configuration.division.task that return BOSkillConfigurationModifier and TypeMethodDescriptionprotected BOSkillConfigurationBTSkillConfigurationDivisionInsert.loadSkillConfiguration(Long id, PoolKit poolKit) Loads the skill configuration. -
Uses of BOSkillConfiguration in overit.geocallapp.wfm.skills.bl.configuration.event
Constructors in overit.geocallapp.wfm.skills.bl.configuration.event with parameters of type BOSkillConfigurationModifierConstructorDescriptionInstantiates a new skill configuration insert event.Instantiates a new skill configuration update event. -
Uses of BOSkillConfiguration in overit.geocallapp.wfm.skills.bl.configuration.task
Methods in overit.geocallapp.wfm.skills.bl.configuration.task with parameters of type BOSkillConfigurationModifier and TypeMethodDescriptionprotected voidBTSkillConfigurationInsert.afterInsert(BOSkillConfiguration skillConfiguration, PoolKit poolKit) Actions to perform after the insert.protected voidBTSkillConfigurationUpdate.afterUpdate(BOSkillConfiguration skillConfiguration, PoolKit poolKit) Actions to perform after the update.protected LongBTSkillConfigurationInsert.insert(BOSkillConfiguration skillConfiguration, PoolKit poolKit) Inserts the given skill configuration and the related history.protected voidBTSkillConfigurationUpdate.update(BOSkillConfiguration skillConfiguration, PoolKit poolKit) Updates the given skill configuration together with the related history.protected voidBTSkillConfigurationInsert.validate(BOSkillConfiguration skillConfiguration, PoolKit poolKit) Validates the data before the insert.protected voidBTSkillConfigurationUpdate.validate(BOSkillConfiguration skillConfiguration, PoolKit poolKit) Validates the data before the update. -
Uses of BOSkillConfiguration in overit.geocallapp.wfm.skills.integration
Methods in overit.geocallapp.wfm.skills.integration that return BOSkillConfigurationModifier and TypeMethodDescriptionSkillsEventProvider.getSkillConfiguration(Long skillConfigurationId) SkillsProvider.getSkillConfiguration(Long skillConfigurationId)