Uses of Class
com.echothree.model.control.carrier.common.transfer.PartyCarrierAccountTransfer
Packages that use PartyCarrierAccountTransfer
Package
Description
-
Uses of PartyCarrierAccountTransfer in com.echothree.control.user.carrier.common.result
Methods in com.echothree.control.user.carrier.common.result that return PartyCarrierAccountTransferModifier and TypeMethodDescriptionEditPartyCarrierAccountResult.getPartyCarrierAccount()
GetPartyCarrierAccountResult.getPartyCarrierAccount()
Methods in com.echothree.control.user.carrier.common.result that return types with arguments of type PartyCarrierAccountTransferMethods in com.echothree.control.user.carrier.common.result with parameters of type PartyCarrierAccountTransferModifier and TypeMethodDescriptionvoid
EditPartyCarrierAccountResult.setPartyCarrierAccount
(PartyCarrierAccountTransfer partyCarrierAccount) void
GetPartyCarrierAccountResult.setPartyCarrierAccount
(PartyCarrierAccountTransfer partyCarrierAccount) Method parameters in com.echothree.control.user.carrier.common.result with type arguments of type PartyCarrierAccountTransferModifier and TypeMethodDescriptionvoid
GetPartyCarrierAccountsResult.setPartyCarrierAccounts
(List<PartyCarrierAccountTransfer> partyCarrierAccounts) -
Uses of PartyCarrierAccountTransfer in com.echothree.model.control.carrier.server.control
Methods in com.echothree.model.control.carrier.server.control that return PartyCarrierAccountTransferModifier and TypeMethodDescriptionCarrierControl.getPartyCarrierAccountTransfer
(UserVisit userVisit, PartyCarrierAccount partyCarrierAccount) Methods in com.echothree.model.control.carrier.server.control that return types with arguments of type PartyCarrierAccountTransferModifier and TypeMethodDescriptionCarrierControl.getPartyCarrierAccountTransfers
(UserVisit userVisit, Collection<PartyCarrierAccount> partyCarrierAccounts) CarrierControl.getPartyCarrierAccountTransfersByCarrierParty
(UserVisit userVisit, Party carrierParty) CarrierControl.getPartyCarrierAccountTransfersByParty
(UserVisit userVisit, Party party) -
Uses of PartyCarrierAccountTransfer in com.echothree.model.control.carrier.server.transfer
Methods in com.echothree.model.control.carrier.server.transfer that return PartyCarrierAccountTransferModifier and TypeMethodDescriptionPartyCarrierAccountTransferCache.getPartyCarrierAccountTransfer
(PartyCarrierAccount partyCarrierAccount) -
Uses of PartyCarrierAccountTransfer in com.echothree.model.control.party.common.transfer
Methods in com.echothree.model.control.party.common.transfer that return types with arguments of type PartyCarrierAccountTransferModifier and TypeMethodDescriptionPartyTransfer.getPartyCarrierAccounts()
Returns the partyCarrierAccounts.Method parameters in com.echothree.model.control.party.common.transfer with type arguments of type PartyCarrierAccountTransferModifier and TypeMethodDescriptionvoid
PartyTransfer.setPartyCarrierAccounts
(ListWrapper<PartyCarrierAccountTransfer> partyCarrierAccounts) Sets the partyCarrierAccounts.