Uses of Class
overit.geocallapp.wfm.core.bl.crewshell.skill.BOCrewShellSkill
Packages that use BOCrewShellSkill
Package
Description
-
Uses of BOCrewShellSkill in overit.geocallapp.wfm.core.bl.crewshell.skill.event
Constructors in overit.geocallapp.wfm.core.bl.crewshell.skill.event with parameters of type BOCrewShellSkillModifierConstructorDescriptionInstantiates a newInsertEventobject in order to insert aBOCrewShellSkillobject. -
Uses of BOCrewShellSkill in overit.geocallapp.wfm.core.bl.crewshell.skill.task
Fields in overit.geocallapp.wfm.core.bl.crewshell.skill.task with type parameters of type BOCrewShellSkillModifier and TypeFieldDescriptionprotected BOCache<BOCrewShellSkill> BTCrewShellSkillDelete.crewShellSkillBOCacheMethods in overit.geocallapp.wfm.core.bl.crewshell.skill.task that return types with arguments of type BOCrewShellSkillModifier and TypeMethodDescriptionprotected List<BOCrewShellSkill> BTCrewShellSkillReplace.getSkillsToBeDeleted(List<BOCrewShellSkill> currentSkills, List<BOSkill> inputSkills) Determines theBOCrewShellSkillobjects to be deleted based on the currentBOSkillobjects associated with aBOCrewShellobject.Methods in overit.geocallapp.wfm.core.bl.crewshell.skill.task with parameters of type BOCrewShellSkillModifier and TypeMethodDescriptionprotected voidBTCrewShellSkillInsert.validateAssociation(BOCrewShellSkill input, PoolKit poolKit) Validates the association between a givenBOCrewShellobject and a givenBOSkillobject.Method parameters in overit.geocallapp.wfm.core.bl.crewshell.skill.task with type arguments of type BOCrewShellSkillModifier and TypeMethodDescriptionprotected List<BOCrewShellSkill> BTCrewShellSkillReplace.getSkillsToBeDeleted(List<BOCrewShellSkill> currentSkills, List<BOSkill> inputSkills) Determines theBOCrewShellSkillobjects to be deleted based on the currentBOSkillobjects associated with aBOCrewShellobject.BTCrewShellSkillReplace.getSkillsToBeInserted(List<BOCrewShellSkill> currentSkills, List<BOSkill> inputSkills) Determines theBOCrewShellSkillobjects to be inserted based on the currentBOSkillobjects associated with aBOCrewShellobject. -
Uses of BOCrewShellSkill in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.skill
Methods in overit.geocallapp.wfm.core.crewshell.rs1.crewshell.skill with parameters of type BOCrewShellSkillModifier and TypeMethodDescriptionvoidCrewShellSkillValidator.validate(BOCrewShellSkill crewShellSkill) -
Uses of BOCrewShellSkill in overit.geocallapp.wfm.core.ux.crewshell.composition
Fields in overit.geocallapp.wfm.core.ux.crewshell.composition with type parameters of type BOCrewShellSkillModifier and TypeFieldDescriptionprotected List<BOCrewShellSkill> CrewShellComposition.requiredSkillsMethods in overit.geocallapp.wfm.core.ux.crewshell.composition that return types with arguments of type BOCrewShellSkillModifier and TypeMethodDescriptionprotected List<BOCrewShellSkill> CrewShellComposition.retrieveRequiredSkills(BOCrewShell crewShell) Retrieves the list of the Crew Shell's required skills -
Uses of BOCrewShellSkill in overit.geocallapp.wfm.core.ux.crewshell.composition.allocatetechnician
Methods in overit.geocallapp.wfm.core.ux.crewshell.composition.allocatetechnician that return types with arguments of type BOCrewShellSkillModifier and TypeMethodDescriptionprotected List<BOCrewShellSkill> AllocateTechnicians.retrieveRequiredSkills(BOCrewShell crewShell) Retrieves the list of the required_skills, or rather, the list of theBOCrewShellSkillobjects related to the givenBOCrewShellobject.