Uses of Class
com.echothree.model.control.party.common.transfer.PartyRelationshipTransfer
Packages that use PartyRelationshipTransfer
Package
Description
-
Uses of PartyRelationshipTransfer in com.echothree.control.user.party.common.result
Methods in com.echothree.control.user.party.common.result that return PartyRelationshipTransferMethods in com.echothree.control.user.party.common.result that return types with arguments of type PartyRelationshipTransferMethods in com.echothree.control.user.party.common.result with parameters of type PartyRelationshipTransferModifier and TypeMethodDescriptionvoidGetPartyRelationshipResult.setPartyRelationship(PartyRelationshipTransfer partyRelationship) Method parameters in com.echothree.control.user.party.common.result with type arguments of type PartyRelationshipTransferModifier and TypeMethodDescriptionvoidGetPartyRelationshipsResult.setPartyRelationships(List<PartyRelationshipTransfer> rartyRelationships) -
Uses of PartyRelationshipTransfer in com.echothree.model.control.party.common.transfer
Methods in com.echothree.model.control.party.common.transfer that return types with arguments of type PartyRelationshipTransferModifier and TypeMethodDescriptionPartyTransfer.getPartyRelationships()Returns the partyRelationships.Method parameters in com.echothree.model.control.party.common.transfer with type arguments of type PartyRelationshipTransferModifier and TypeMethodDescriptionvoidPartyTransfer.setPartyRelationships(ListWrapper<PartyRelationshipTransfer> partyRelationships) Sets the partyRelationships. -
Uses of PartyRelationshipTransfer in com.echothree.model.control.party.server.control
Methods in com.echothree.model.control.party.server.control that return PartyRelationshipTransferModifier and TypeMethodDescriptionPartyControl.getPartyRelationshipTransfer(UserVisit userVisit, PartyRelationship partyRelationship) Methods in com.echothree.model.control.party.server.control that return types with arguments of type PartyRelationshipTransferModifier and TypeMethodDescriptionPartyControl.getPartyRelationshipTransfers(UserVisit userVisit, Collection<PartyRelationship> partyRelationships) PartyControl.getPartyRelationshipTransfersByFromParty(UserVisit userVisit, Party fromParty) PartyControl.getPartyRelationshipTransfersByFromRelationship(UserVisit userVisit, PartyRelationshipType partyRelationshipType, Party fromParty, RoleType fromRoleType) PartyControl.getPartyRelationshipTransfersByToParty(UserVisit userVisit, Party toParty) PartyControl.getPartyRelationshipTransfersByToRelationship(UserVisit userVisit, PartyRelationshipType partyRelationshipType, Party toParty, RoleType toRoleType) -
Uses of PartyRelationshipTransfer in com.echothree.model.control.party.server.transfer
Methods in com.echothree.model.control.party.server.transfer that return PartyRelationshipTransferModifier and TypeMethodDescriptionPartyRelationshipTransferCache.getTransfer(UserVisit userVisit, PartyRelationship partyRelationship) -
Uses of PartyRelationshipTransfer in com.echothree.model.control.user.common.transfer
Methods in com.echothree.model.control.user.common.transfer that return PartyRelationshipTransferModifier and TypeMethodDescriptionUserKeyTransfer.getPartyRelationship()UserSessionTransfer.getPartyRelationship()Returns the partyRelationship.Methods in com.echothree.model.control.user.common.transfer with parameters of type PartyRelationshipTransferModifier and TypeMethodDescriptionvoidUserKeyTransfer.setPartyRelationship(PartyRelationshipTransfer partyRelationship) voidUserSessionTransfer.setPartyRelationship(PartyRelationshipTransfer partyRelationship) Sets the partyRelationship.Constructors in com.echothree.model.control.user.common.transfer with parameters of type PartyRelationshipTransferModifierConstructorDescriptionUserKeyTransfer(String userKeyName, PartyTransfer party, PartyRelationshipTransfer partyRelationship) Creates a new instance of UserKeyTransferUserSessionTransfer(UserVisitTransfer userVisit, PartyTransfer party, PartyRelationshipTransfer partyRelationship, Long unformattedIdentityVerifiedTime, String identityVerifiedTime) Creates a new instance of UserSessionTransfer