Uses of Class
com.echothree.model.control.employee.common.transfer.PartyResponsibilityTransfer
Packages that use PartyResponsibilityTransfer
Package
Description
-
Uses of PartyResponsibilityTransfer in com.echothree.control.user.employee.common.result
Methods in com.echothree.control.user.employee.common.result that return types with arguments of type PartyResponsibilityTransferMethod parameters in com.echothree.control.user.employee.common.result with type arguments of type PartyResponsibilityTransferModifier and TypeMethodDescriptionvoid
GetPartyResponsibilitiesResult.setPartyResponsibilities
(List<PartyResponsibilityTransfer> partyResponsibilities) -
Uses of PartyResponsibilityTransfer in com.echothree.model.control.employee.server.control
Methods in com.echothree.model.control.employee.server.control that return PartyResponsibilityTransferModifier and TypeMethodDescriptionEmployeeControl.getPartyResponsibilityTransfer
(UserVisit userVisit, PartyResponsibility partyResponsibility) EmployeeControl.getPartyResponsibilityTransfer
(UserVisit userVisit, Party party, ResponsibilityType responsibilityType) Methods in com.echothree.model.control.employee.server.control that return types with arguments of type PartyResponsibilityTransferModifier and TypeMethodDescriptionEmployeeControl.getPartyResponsibilityTransfers
(UserVisit userVisit, Collection<PartyResponsibility> partyResponsibilities) EmployeeControl.getPartyResponsibilityTransfersByParty
(UserVisit userVisit, Party party) EmployeeControl.getPartyResponsibilityTransfersByResponsibilityType
(UserVisit userVisit, ResponsibilityType responsibilityType) -
Uses of PartyResponsibilityTransfer in com.echothree.model.control.employee.server.transfer
Methods in com.echothree.model.control.employee.server.transfer that return PartyResponsibilityTransferModifier and TypeMethodDescriptionPartyResponsibilityTransferCache.getPartyResponsibilityTransfer
(PartyResponsibility partyResponsibility) -
Uses of PartyResponsibilityTransfer in com.echothree.model.control.party.common.transfer
Methods in com.echothree.model.control.party.common.transfer that return types with arguments of type PartyResponsibilityTransferModifier and TypeMethodDescriptionPartyTransfer.getPartyResponsibilities()
Returns the partyResponsibilities.Method parameters in com.echothree.model.control.party.common.transfer with type arguments of type PartyResponsibilityTransferModifier and TypeMethodDescriptionvoid
PartyTransfer.setPartyResponsibilities
(ListWrapper<PartyResponsibilityTransfer> partyResponsibilities) Sets the partyResponsibilities.