Uses of Class
com.echothree.model.control.icon.common.transfer.IconTransfer
Packages that use IconTransfer
Package
Description
-
Uses of IconTransfer in com.echothree.model.control.forum.common.transfer
Methods in com.echothree.model.control.forum.common.transfer that return IconTransferModifier and TypeMethodDescriptionForumGroupTransfer.getIcon()
ForumMessageTransfer.getIcon()
Returns the icon.ForumThreadTransfer.getIcon()
ForumTransfer.getIcon()
Methods in com.echothree.model.control.forum.common.transfer with parameters of type IconTransferModifier and TypeMethodDescriptionvoid
ForumGroupTransfer.setIcon
(IconTransfer icon) void
ForumMessageTransfer.setIcon
(IconTransfer icon) Sets the icon.void
ForumThreadTransfer.setIcon
(IconTransfer icon) void
ForumTransfer.setIcon
(IconTransfer icon) Constructors in com.echothree.model.control.forum.common.transfer with parameters of type IconTransferModifierConstructorDescriptionForumGroupTransfer
(String forumGroupName, IconTransfer icon, Integer sortOrder, String description) Creates a new instance of ForumGroupTransferForumMessageTransfer
(String forumMessageName, ForumThreadTransfer forumThread, ForumMessageTypeTransfer forumMessageType, ForumMessageTransfer parentForumMessage, IconTransfer icon, Long unformattedPostedTime, String postedTime) Creates a new instance of ForumMessageTransferForumThreadTransfer
(String forumThreadName, IconTransfer icon, Long unformattedPostedTime, String postedTime, Integer sortOrder) Creates a new instance of ForumThreadTransferForumTransfer
(String forumName, ForumTypeTransfer forumType, IconTransfer icon, SequenceTransfer forumThreadSequence, SequenceTransfer forumMessageSequence, Integer sortOrder, String description) Creates a new instance of ForumTransfer -
Uses of IconTransfer in com.echothree.model.control.icon.common.transfer
Methods in com.echothree.model.control.icon.common.transfer that return IconTransferMethods in com.echothree.model.control.icon.common.transfer with parameters of type IconTransferConstructors in com.echothree.model.control.icon.common.transfer with parameters of type IconTransferModifierConstructorDescriptionIconUsageTransfer
(IconTransfer icon, IconUsageTypeTransfer iconUsageType, Boolean isDefault, Integer sortOrder) Creates a new instance of IconUsageTransfer -
Uses of IconTransfer in com.echothree.model.control.icon.server.control
Methods in com.echothree.model.control.icon.server.control that return IconTransferMethods in com.echothree.model.control.icon.server.control that return types with arguments of type IconTransfer -
Uses of IconTransfer in com.echothree.model.control.icon.server.transfer
Methods in com.echothree.model.control.icon.server.transfer that return IconTransfer -
Uses of IconTransfer in com.echothree.model.control.party.common.transfer
Methods in com.echothree.model.control.party.common.transfer that return IconTransferModifier and TypeMethodDescriptionMoodTransfer.getIcon()
ProfileTransfer.getIcon()
Returns the icon.Methods in com.echothree.model.control.party.common.transfer with parameters of type IconTransferModifier and TypeMethodDescriptionvoid
MoodTransfer.setIcon
(IconTransfer icon) void
ProfileTransfer.setIcon
(IconTransfer icon) Sets the icon.Constructors in com.echothree.model.control.party.common.transfer with parameters of type IconTransferModifierConstructorDescriptionMoodTransfer
(String moodName, IconTransfer icon, Boolean isDefault, Integer sortOrder, String description) Creates a new instance of MoodTransferProfileTransfer
(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