Uses of Class
overit.geocallapp.wfm.bundler.bl.skilldivision.BOBundleSkillDivision
Packages that use BOBundleSkillDivision
Package
Description
-
Uses of BOBundleSkillDivision in overit.geocallapp.wfm.bundler.bl
Methods in overit.geocallapp.wfm.bundler.bl that return types with arguments of type BOBundleSkillDivisionModifier and TypeMethodDescriptionBundle.getSkillDivisionById(Long id) Returns theBOBundleSkillDivisionrelated the given id.Bundle.getSkillDivisionBySkillDivisionId(Long skillDivisionId) Returns theBOBundleSkillDivisionrelated to the given skill division id.Bundle.getSkillDivisions()Returns the bundle skill divisions.Methods in overit.geocallapp.wfm.bundler.bl with parameters of type BOBundleSkillDivisionModifier and TypeMethodDescriptionbooleanBundle.addSkillDivision(BOBundleSkillDivision bundleSkillDivision) Adds a bundle skill division.Method parameters in overit.geocallapp.wfm.bundler.bl with type arguments of type BOBundleSkillDivisionModifier and TypeMethodDescriptionvoidBundle.setSkillDivisions(List<BOBundleSkillDivision> skillDivisions) Sets the bundle skill divisions. -
Uses of BOBundleSkillDivision in overit.geocallapp.wfm.bundler.bl.skilldivision.event
Constructors in overit.geocallapp.wfm.bundler.bl.skilldivision.event with parameters of type BOBundleSkillDivisionModifierConstructorDescriptionInstantiates a new bundle skill division insert event.Instantiates a new bundle skill division update event. -
Uses of BOBundleSkillDivision in overit.geocallapp.wfm.bundler.bl.task
Methods in overit.geocallapp.wfm.bundler.bl.task that return types with arguments of type BOBundleSkillDivisionModifier and TypeMethodDescriptionBundleCache.getBundleSkillDivisionsByBundleId(Long bundleId) protected Collection<BOBundleSkillDivision> BundleCache.loadBundleSkillDivisions(Collection<Long> bundleIds, PoolKit poolKit) -
Uses of BOBundleSkillDivision in overit.geocallapp.wfm.bundler.integration
Methods in overit.geocallapp.wfm.bundler.integration with parameters of type BOBundleSkillDivisionModifier and TypeMethodDescriptionBundlerEventProvider.insertBundleSkillDivision(BOBundleSkillDivision bundleSkillDivision, PoolKit poolKit) BundlerProvider.insertBundleSkillDivision(BOBundleSkillDivision bundleSkillDivision, PoolKit poolKit) -
Uses of BOBundleSkillDivision in overit.geocallapp.wfm.bundler.rs1.skilldivision
Methods in overit.geocallapp.wfm.bundler.rs1.skilldivision with parameters of type BOBundleSkillDivisionModifier and TypeMethodDescriptionvoidBundleSkillDivisionValidator.validate(BOBundleSkillDivision bundleSkillDivisionItem) -
Uses of BOBundleSkillDivision in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundle.task
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler.bundle.task with parameters of type BOBundleSkillDivisionModifier and TypeMethodDescriptionprotected LongBTBundleOperationAdd.insertSkillDivision(BOBundleSkillDivision bundleSkillDivision, PoolKit poolKit) Inserts the relation between the currentBundleand a skill division.protected LongBTBundleOperationCancel.insertSkillDivision(BOBundleSkillDivision bundleSkillDivision, PoolKit poolKit) Inserts the relation between the currentBundleand a skill division. -
Uses of BOBundleSkillDivision 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 BOBundleSkillDivisionModifier and TypeMethodDescriptionprotected LongBTBundleCreate.insertSkillDivision(BOBundleSkillDivision bundleSkillDivision, PoolKit poolKit) Performs the insertion of the preparedBOBundleSkillDivision.