Uses of Class
com.echothree.model.control.party.common.transfer.BirthdayFormatTransfer
Packages that use BirthdayFormatTransfer
Package
Description
-
Uses of BirthdayFormatTransfer in com.echothree.control.user.party.common.result
Methods in com.echothree.control.user.party.common.result that return BirthdayFormatTransferModifier and TypeMethodDescriptionGetBirthdayFormatDescriptionsResult.getBirthdayFormat()GetBirthdayFormatResult.getBirthdayFormat()Methods in com.echothree.control.user.party.common.result that return types with arguments of type BirthdayFormatTransferMethods in com.echothree.control.user.party.common.result with parameters of type BirthdayFormatTransferModifier and TypeMethodDescriptionvoidGetBirthdayFormatDescriptionsResult.setBirthdayFormat(BirthdayFormatTransfer birthdayFormat) voidGetBirthdayFormatResult.setBirthdayFormat(BirthdayFormatTransfer birthdayFormat) Method parameters in com.echothree.control.user.party.common.result with type arguments of type BirthdayFormatTransferModifier and TypeMethodDescriptionvoidGetBirthdayFormatsResult.setBirthdayFormats(List<BirthdayFormatTransfer> birthdayFormats) -
Uses of BirthdayFormatTransfer in com.echothree.model.control.party.common.transfer
Methods in com.echothree.model.control.party.common.transfer that return BirthdayFormatTransferModifier and TypeMethodDescriptionBirthdayFormatDescriptionTransfer.getBirthdayFormat()ProfileTransfer.getBirthdayFormat()Returns the birthdayFormat.Methods in com.echothree.model.control.party.common.transfer with parameters of type BirthdayFormatTransferModifier and TypeMethodDescriptionvoidBirthdayFormatDescriptionTransfer.setBirthdayFormat(BirthdayFormatTransfer birthdayFormat) voidProfileTransfer.setBirthdayFormat(BirthdayFormatTransfer birthdayFormat) Sets the birthdayFormat.Constructors in com.echothree.model.control.party.common.transfer with parameters of type BirthdayFormatTransferModifierConstructorDescriptionBirthdayFormatDescriptionTransfer(LanguageTransfer language, BirthdayFormatTransfer birthdayFormat, String description) Creates a new instance of BirthdayFormatDescriptionTransferProfileTransfer(String nickname, IconTransfer icon, String pronunciation, GenderTransfer gender, String pronouns, String birthday, Integer unformattedBirthday, BirthdayFormatTransfer birthdayFormat, String occupation, String hobbies, String location, MimeTypeTransfer bioMimeType, String bio, MimeTypeTransfer signatureMimeType, String signature) Creates a new instance of ProfileTransfer -
Uses of BirthdayFormatTransfer in com.echothree.model.control.party.server.control
Methods in com.echothree.model.control.party.server.control that return BirthdayFormatTransferModifier and TypeMethodDescriptionPartyControl.getBirthdayFormatTransfer(UserVisit userVisit, BirthdayFormat birthdayFormat) Methods in com.echothree.model.control.party.server.control that return types with arguments of type BirthdayFormatTransferModifier and TypeMethodDescriptionPartyControl.getBirthdayFormatTransfers(UserVisit userVisit) PartyControl.getBirthdayFormatTransfers(UserVisit userVisit, Collection<BirthdayFormat> birthdayFormats) PartyControl.getBirthdayFormatTransfersByEntityType(UserVisit userVisit, EntityType entityType) -
Uses of BirthdayFormatTransfer in com.echothree.model.control.party.server.transfer
Methods in com.echothree.model.control.party.server.transfer that return BirthdayFormatTransferModifier and TypeMethodDescriptionBirthdayFormatTransferCache.getTransfer(UserVisit userVisit, BirthdayFormat birthdayFormat)