Uses of Class
overit.geocallapp.wfm.resources.bl.resource.skill.BOResourceSkill
Packages that use BOResourceSkill
Package
Description
-
Uses of BOResourceSkill in overit.geocallapp.wfm.resources.bl.resource.loan.task
Methods in overit.geocallapp.wfm.resources.bl.resource.loan.task that return BOResourceSkillModifier and TypeMethodDescriptionprotected BOResourceSkillBTLoanResourceSkillAlign.getLoanResourceSkill(BOResourceSkill resourceSkill, BOResource loanResource) Creates a newBOResourceSkillfor loan resourceMethods in overit.geocallapp.wfm.resources.bl.resource.loan.task with parameters of type BOResourceSkillModifier and TypeMethodDescriptionprotected voidBTLoanResourceSkillAlign.deleteResourceSkill(BOResourceSkill loanResourceSkill, PoolKit poolKit) Deletes a resource skill associationprotected BOResourceSkillBTLoanResourceSkillAlign.getLoanResourceSkill(BOResourceSkill resourceSkill, BOResource loanResource) Creates a newBOResourceSkillfor loan resourceprotected voidBTLoanResourceSkillAlign.insertResourceSkill(BOResourceSkill loanResourceSkill, PoolKit poolKit) Inserts a new resource skill associationprotected List<BOResource> BTLoanResourceSkillAlign.searchLoanResources(BOResourceSkill resourceSkill, PoolKit poolKit) Searches for loan resources with copy competences flag associated with the given source resource.Method parameters in overit.geocallapp.wfm.resources.bl.resource.loan.task with type arguments of type BOResourceSkillModifier and TypeMethodDescriptionprotected voidBTLoanResourceSkillAlign.alignLoanResourceSkill(NotificationInput<BOResourceSkill> input, PoolKit poolKit) Align the skills of the loan resources. -
Uses of BOResourceSkill in overit.geocallapp.wfm.resources.bl.resource.skill.event
Constructors in overit.geocallapp.wfm.resources.bl.resource.skill.event with parameters of type BOResourceSkillModifierConstructorDescriptionInstantiates a newResourceSkillDeleteEventobject in order to delete aBOResourceSkillobject.Instantiates a newInsertEventobject in order to insert aBOResourceSkillobject.ResourceSkillUpdateEvent(BOResourceSkill resourceSkill) Instantiates a new resource skill update event.Constructor parameters in overit.geocallapp.wfm.resources.bl.resource.skill.event with type arguments of type BOResourceSkillModifierConstructorDescriptionInstantiates a new resource skill notification event. -
Uses of BOResourceSkill in overit.geocallapp.wfm.resources.bl.resource.skill.task
Methods in overit.geocallapp.wfm.resources.bl.resource.skill.task with parameters of type BOResourceSkillModifier and TypeMethodDescriptionprotected voidBTResourceSkillDelete.notifyDelete(BOResourceSkill input, PoolKit poolKit) Notifies that a resource skill was deleted.protected voidBTResourceSkillInsert.notifyInsert(BOResourceSkill input, PoolKit poolKit) Notifies that a resource skill was inserted.protected voidBTResourceSkillUpdate.notifyUpdate(BOResourceSkill input, PoolKit poolKit) Notifies that a resource skill was updated.protected static voidBTResourceSkillUpdate.updateResourceSkill(BOResourceSkill bo, PoolKit pk) Updates the required resource skillprotected voidBTResourceSkillUpdate.validate(BOResourceSkill resourceSkill, PoolKit pk) Validate the data before the update.protected voidBTResourceSkillInsert.validateAssociation(BOResourceSkill input, PoolKit poolKit) Validates if already exists an association between a given scheduling user object and a given skill object. -
Uses of BOResourceSkill in overit.geocallapp.wfm.resources.integration
Methods in overit.geocallapp.wfm.resources.integration that return types with arguments of type BOResourceSkillModifier and TypeMethodDescriptionResourceEventProvider.searchResourceSkills(Page page, ResourceSkillSearchFilter resourceFilter) ResourceEventProvider.searchResourceSkills(ResourceSkillSearchFilter resourceFilter) ResourceProvider.searchResourceSkills(Page page, ResourceSkillSearchFilter resourceFilter) ResourceProvider.searchResourceSkills(ResourceSkillSearchFilter resourceFilter)