Uses of Class
com.echothree.model.control.party.common.transfer.GenderDescriptionTransfer
Packages that use GenderDescriptionTransfer
Package
Description
-
Uses of GenderDescriptionTransfer in com.echothree.control.user.party.common.result
Methods in com.echothree.control.user.party.common.result that return GenderDescriptionTransferMethods in com.echothree.control.user.party.common.result that return types with arguments of type GenderDescriptionTransferMethods in com.echothree.control.user.party.common.result with parameters of type GenderDescriptionTransferModifier and TypeMethodDescriptionvoidEditGenderDescriptionResult.setGenderDescription(GenderDescriptionTransfer genderDescription) Method parameters in com.echothree.control.user.party.common.result with type arguments of type GenderDescriptionTransferModifier and TypeMethodDescriptionvoidGetGenderDescriptionsResult.setGenderDescriptions(List<GenderDescriptionTransfer> genderDescriptions) -
Uses of GenderDescriptionTransfer in com.echothree.model.control.party.server.control
Methods in com.echothree.model.control.party.server.control that return GenderDescriptionTransferModifier and TypeMethodDescriptionPartyControl.getGenderDescriptionTransfer(UserVisit userVisit, GenderDescription genderDescription) Methods in com.echothree.model.control.party.server.control that return types with arguments of type GenderDescriptionTransferModifier and TypeMethodDescriptionPartyControl.getGenderDescriptionTransfersByGender(UserVisit userVisit, Gender gender) -
Uses of GenderDescriptionTransfer in com.echothree.model.control.party.server.transfer
Methods in com.echothree.model.control.party.server.transfer that return GenderDescriptionTransferModifier and TypeMethodDescriptionGenderDescriptionTransferCache.getTransfer(UserVisit userVisit, GenderDescription genderDescription)