Uses of Class
com.echothree.model.control.party.common.transfer.PartyAliasTransfer
Packages that use PartyAliasTransfer
Package
Description
-
Uses of PartyAliasTransfer in com.echothree.control.user.party.common.result
Methods in com.echothree.control.user.party.common.result that return PartyAliasTransferModifier and TypeMethodDescriptionEditPartyAliasResult.getPartyAlias()GetPartyAliasResult.getPartyAlias()Methods in com.echothree.control.user.party.common.result that return types with arguments of type PartyAliasTransferMethods in com.echothree.control.user.party.common.result with parameters of type PartyAliasTransferModifier and TypeMethodDescriptionvoidEditPartyAliasResult.setPartyAlias(PartyAliasTransfer partyAlias) voidGetPartyAliasResult.setPartyAlias(PartyAliasTransfer partyAlias) Method parameters in com.echothree.control.user.party.common.result with type arguments of type PartyAliasTransferModifier and TypeMethodDescriptionvoidGetPartyAliasesResult.setPartyAliases(List<PartyAliasTransfer> partyAliases) -
Uses of PartyAliasTransfer in com.echothree.model.control.party.common.transfer
Methods in com.echothree.model.control.party.common.transfer that return types with arguments of type PartyAliasTransferMethod parameters in com.echothree.model.control.party.common.transfer with type arguments of type PartyAliasTransferModifier and TypeMethodDescriptionvoidPartyTransfer.setPartyAliases(ListWrapper<PartyAliasTransfer> partyAliases) Sets the partyAliases. -
Uses of PartyAliasTransfer in com.echothree.model.control.party.server.control
Methods in com.echothree.model.control.party.server.control that return PartyAliasTransferModifier and TypeMethodDescriptionPartyControl.getPartyAliasTransfer(UserVisit userVisit, PartyAlias partyAlias) Methods in com.echothree.model.control.party.server.control that return types with arguments of type PartyAliasTransferModifier and TypeMethodDescriptionPartyControl.getPartyAliasTransfers(UserVisit userVisit, Collection<PartyAlias> partyaliases) PartyControl.getPartyAliasTransfersByParty(UserVisit userVisit, Party party) -
Uses of PartyAliasTransfer in com.echothree.model.control.party.server.transfer
Methods in com.echothree.model.control.party.server.transfer that return PartyAliasTransferModifier and TypeMethodDescriptionPartyAliasTransferCache.getTransfer(UserVisit userVisit, PartyAlias partyAlias)