Uses of Class
overit.geocallapp.wfm.skills.bl.division.skill.BOSkillDivisionSkill
Packages that use BOSkillDivisionSkill
Package
Description
-
Uses of BOSkillDivisionSkill in overit.geocallapp.wfm.core.bl.bundler
Methods in overit.geocallapp.wfm.core.bl.bundler that return types with arguments of type BOSkillDivisionSkillModifier and TypeMethodDescriptionBundleEntitiesAggregate.getSkillDivisionSkills()Returns the map between the skill division ids and theBOSkillDivisionSkillrelated to theBOBundleSkillDivision.BundleEntitiesAggregate.getSkillDivisionSkills(Long skillDivisionId) Returns theBOSkillDivisionSkilllist related to the given skill division id.Method parameters in overit.geocallapp.wfm.core.bl.bundler with type arguments of type BOSkillDivisionSkillModifier and TypeMethodDescriptionvoidBundleEntitiesAggregate.addSkillDivisionSkills(Long skillDivisionId, List<BOSkillDivisionSkill> skillDivisionSkillList) Adds the givenBOSkillDivisionSkilllist to the collection of the ones related to the givenBOSkillDivision. -
Uses of BOSkillDivisionSkill in overit.geocallapp.wfm.core.ux.bundler.search.detail
Methods in overit.geocallapp.wfm.core.ux.bundler.search.detail that return types with arguments of type BOSkillDivisionSkillModifier and TypeMethodDescriptionprotected PageResponse<BOSkillDivisionSkill> BundleDetail.loadSkillDivisionSkills(Long skillDivisionId) Method parameters in overit.geocallapp.wfm.core.ux.bundler.search.detail with type arguments of type BOSkillDivisionSkillModifier and TypeMethodDescriptionprotected voidBundleDetail.setDBViewSkillDivisionComposition(List<BOSkillDivisionSkill> relations) -
Uses of BOSkillDivisionSkill in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler
Methods in overit.geocallapp.wfm.orchestrator.workorders.bl.bundler that return types with arguments of type BOSkillDivisionSkillModifier and TypeMethodDescriptionBundleEntitiesCache.getSkillDivisionSkills(Long skillDivision, PoolKit poolKit) Returns theBOSkillDivisionSkillsearching them into the cache by the correspondingBOSkillDivisionid. -
Uses of BOSkillDivisionSkill in overit.geocallapp.wfm.skills.bl.division.skill.event
Constructors in overit.geocallapp.wfm.skills.bl.division.skill.event with parameters of type BOSkillDivisionSkillModifierConstructorDescriptionInstantiates a new skill division skill grouped relation delete event.Instantiates a new skill division skill insert event. -
Uses of BOSkillDivisionSkill in overit.geocallapp.wfm.skills.bl.division.skill.task
Methods in overit.geocallapp.wfm.skills.bl.division.skill.task that return types with arguments of type BOSkillDivisionSkillModifier and TypeMethodDescriptionprotected List<BOSkillDivisionSkill> BTSkillDivisionSkillGroupedRelationDelete.loadExistingRelations(BOSkillDivisionSkill relation, PoolKit poolKit) Loads all the existingBOSkillDivisionSkillrelations related to the given skill and skill division.protected List<BOSkillDivisionSkill> BTSkillDivisionSkillGroupedRelationInsert.loadExistingRelations(SkillDivisionSkillGroupedRelation relation, PoolKit poolKit) Loads all the existingBOSkillDivisionSkillrelations related to the given skill and skill division.protected List<BOSkillDivisionSkill> BTSkillDivisionSkillGroupedRelationUpdate.loadExistingRelations(SkillDivisionSkillGroupedRelation relation, PoolKit poolKit) Loads all the existingBOSkillDivisionSkillrelations related to the given skill and skill division.Methods in overit.geocallapp.wfm.skills.bl.division.skill.task with parameters of type BOSkillDivisionSkillModifier and TypeMethodDescriptionprotected voidBTSkillDivisionSkillGroupedRelationUpdate.insertRelation(BOSkillDivisionSkill relation, PoolKit poolKit) Insert the givenBOSkillDivisionSkillrelation.protected List<BOSkillDivisionSkill> BTSkillDivisionSkillGroupedRelationDelete.loadExistingRelations(BOSkillDivisionSkill relation, PoolKit poolKit) Loads all the existingBOSkillDivisionSkillrelations related to the given skill and skill division.protected voidBTSkillDivisionSkillGroupedRelationDelete.validate(BOSkillDivisionSkill relation, PoolKit poolKit) Validates the data before the delete.Method parameters in overit.geocallapp.wfm.skills.bl.division.skill.task with type arguments of type BOSkillDivisionSkillModifier and TypeMethodDescriptionprotected voidBTSkillDivisionSkillGroupedRelationDelete.deleteRelations(List<BOSkillDivisionSkill> existingRelations, PoolKit poolKit) Delete all the givenBOSkillDivisionSkillrelations.