Uses of Class
overit.geocallapp.wfm.bundler.bl.skill.BOBundleSkill
Packages that use BOBundleSkill
Package
Description
-
Uses of BOBundleSkill in overit.geocallapp.wfm.bundler.bl
Methods in overit.geocallapp.wfm.bundler.bl that return types with arguments of type BOBundleSkillModifier and TypeMethodDescriptionBundle.getSkillById(Long id) Returns theBOBundleSkillrelated the given id.Bundle.getSkillBySkillId(Long skillId) Returns theBOBundleSkillrelated to the given {skill id.Bundle.getSkills()Returns the list of bundle skills.Methods in overit.geocallapp.wfm.bundler.bl with parameters of type BOBundleSkillModifier and TypeMethodDescriptionbooleanBundle.addSkill(BOBundleSkill bundleSkill) Adds a bundle skill.Method parameters in overit.geocallapp.wfm.bundler.bl with type arguments of type BOBundleSkillModifier and TypeMethodDescriptionvoidBundle.setSkills(List<BOBundleSkill> skills) Sets the list of bundle skills. -
Uses of BOBundleSkill in overit.geocallapp.wfm.bundler.bl.skill.event
Constructors in overit.geocallapp.wfm.bundler.bl.skill.event with parameters of type BOBundleSkillModifierConstructorDescriptionInstantiates a new bundle skill insert event.Instantiates a new bundle skill update event. -
Uses of BOBundleSkill in overit.geocallapp.wfm.bundler.bl.task
Methods in overit.geocallapp.wfm.bundler.bl.task that return types with arguments of type BOBundleSkillModifier and TypeMethodDescriptionBundleCache.getBundleSkillsByBundleId(Long bundleId) protected Collection<BOBundleSkill> BundleCache.loadBundleSkills(Collection<Long> bundleIds, PoolKit poolKit) -
Uses of BOBundleSkill in overit.geocallapp.wfm.bundler.integration
Methods in overit.geocallapp.wfm.bundler.integration with parameters of type BOBundleSkillModifier and TypeMethodDescriptionBundlerEventProvider.insertBundleSkill(BOBundleSkill bundleSkill, PoolKit poolKit) BundlerProvider.insertBundleSkill(BOBundleSkill bundleSkill, PoolKit poolKit) -
Uses of BOBundleSkill in overit.geocallapp.wfm.bundler.rs1.skill
Methods in overit.geocallapp.wfm.bundler.rs1.skill with parameters of type BOBundleSkillModifier and TypeMethodDescriptionvoidBundleSkillValidator.validate(BOBundleSkill bundleSkillItem) -
Uses of BOBundleSkill 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 BOBundleSkillModifier and TypeMethodDescriptionprotected LongBTBundleOperationAdd.insertSkill(BOBundleSkill bundleSkill, PoolKit poolKit) Inserts the relation between the currentBundleand a skill.protected LongBTBundleOperationCancel.insertSkill(BOBundleSkill bundleSkill, PoolKit poolKit) Inserts the relation between the currentBundleand a skill. -
Uses of BOBundleSkill 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 BOBundleSkillModifier and TypeMethodDescriptionprotected LongBTBundleCreate.insertSkill(BOBundleSkill bundleSkill, PoolKit poolKit) Performs the insertion of the preparedBOBundleSkill.