Uses of Class
com.echothree.model.control.employee.common.transfer.PartySkillTransfer
Packages that use PartySkillTransfer
Package
Description
-
Uses of PartySkillTransfer in com.echothree.control.user.employee.common.result
Methods in com.echothree.control.user.employee.common.result that return types with arguments of type PartySkillTransferMethod parameters in com.echothree.control.user.employee.common.result with type arguments of type PartySkillTransferModifier and TypeMethodDescriptionvoid
GetPartySkillsResult.setPartySkills
(List<PartySkillTransfer> partySkills) -
Uses of PartySkillTransfer in com.echothree.model.control.employee.server.control
Methods in com.echothree.model.control.employee.server.control that return PartySkillTransferModifier and TypeMethodDescriptionEmployeeControl.getPartySkillTransfer
(UserVisit userVisit, PartySkill partySkill) EmployeeControl.getPartySkillTransfer
(UserVisit userVisit, Party party, SkillType skillType) Methods in com.echothree.model.control.employee.server.control that return types with arguments of type PartySkillTransferModifier and TypeMethodDescriptionEmployeeControl.getPartySkillTransfers
(UserVisit userVisit, Collection<PartySkill> partySkills) EmployeeControl.getPartySkillTransfersByParty
(UserVisit userVisit, Party party) EmployeeControl.getPartySkillTransfersBySkillType
(UserVisit userVisit, SkillType skillType) -
Uses of PartySkillTransfer in com.echothree.model.control.employee.server.transfer
Methods in com.echothree.model.control.employee.server.transfer that return PartySkillTransferModifier and TypeMethodDescriptionPartySkillTransferCache.getPartySkillTransfer
(PartySkill partySkill) -
Uses of PartySkillTransfer in com.echothree.model.control.party.common.transfer
Methods in com.echothree.model.control.party.common.transfer that return types with arguments of type PartySkillTransferMethod parameters in com.echothree.model.control.party.common.transfer with type arguments of type PartySkillTransferModifier and TypeMethodDescriptionvoid
PartyTransfer.setPartySkills
(ListWrapper<PartySkillTransfer> partySkills) Sets the partySkills.