Uses of Class
com.echothree.model.data.icon.server.entity.Icon
Packages that use Icon
Package
Description
-
Uses of Icon in com.echothree.model.control.forum.server.control
Methods in com.echothree.model.control.forum.server.control with parameters of type IconModifier and TypeMethodDescriptionForumControl.createForum
(String forumName, ForumType forumType, Icon icon, Sequence forumThreadSequence, Sequence forumMessageSequence, Integer sortOrder, BasePK createdBy) ForumControl.createForumGroup
(String forumGroupName, Icon icon, Integer sortOrder, BasePK createdBy) ForumControl.createForumMessage
(ForumThread forumThread, ForumMessageType forumMessageType, ForumMessage parentForumMessage, Icon icon, Long postedTime, BasePK createdBy) ForumControl.createForumMessage
(String forumMessageName, ForumThread forumThread, ForumMessageType forumMessageType, ForumMessage parentForumMessage, Icon icon, Long postedTime, BasePK createdBy) ForumControl.createForumThread
(Forum forum, Icon icon, Long postedTime, Integer sortOrder, BasePK createdBy) ForumControl.createForumThread
(String forumThreadName, Icon icon, Long postedTime, Integer sortOrder, BasePK createdBy) -
Uses of Icon in com.echothree.model.control.icon.server.control
Methods in com.echothree.model.control.icon.server.control that return IconModifier and TypeMethodDescriptionIconControl.createIcon
(String iconName, Document document, Boolean isDefault, Integer sortOrder, BasePK createdBy) IconControl.getIconByName
(String iconName) IconControl.getIconByNameForUpdate
(String iconName) Methods in com.echothree.model.control.icon.server.control that return types with arguments of type IconMethods in com.echothree.model.control.icon.server.control with parameters of type IconModifier and TypeMethodDescriptionIconControl.createIconUsage
(IconUsageType iconUsageType, Icon icon, Boolean isDefault, Integer sortOrder, BasePK createdBy) void
IconControl.deleteIcon
(Icon icon, BasePK deletedBy) void
IconControl.deleteIconUsagesByIcon
(Icon icon, BasePK deletedBy) IconControl.getIconTransfer
(UserVisit userVisit, Icon icon) IconControl.getIconUsage
(IconUsageType iconUsageType, Icon icon) IconControl.getIconUsageForUpdate
(IconUsageType iconUsageType, Icon icon) IconControl.getIconUsagesByIcon
(Icon icon) IconControl.getIconUsagesByIconForUpdate
(Icon icon) IconControl.getIconUsageTransfersByIcon
(UserVisit userVisit, Icon icon) IconControl.getIconUsageValueForUpdate
(IconUsageType iconUsageType, Icon icon) -
Uses of Icon in com.echothree.model.control.icon.server.transfer
Methods in com.echothree.model.control.icon.server.transfer with parameters of type Icon -
Uses of Icon in com.echothree.model.control.party.server.control
Methods in com.echothree.model.control.party.server.control with parameters of type IconModifier and TypeMethodDescriptionPartyControl.createMood
(String moodName, Icon icon, Boolean isDefault, Integer sortOrder, BasePK createdBy) PartyControl.createProfile
(Party party, String nickname, Icon icon, String pronunciation, Gender gender, String pronouns, Integer birthday, BirthdayFormat birthdayFormat, String occupation, String hobbies, String location, MimeType bioMimeType, String bio, MimeType signatureMimeType, String signature, BasePK createdBy) -
Uses of Icon in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return IconModifier and TypeMethodDescriptionForumDetail.getIcon()
ForumDetail.getIcon
(EntityPermission entityPermission) ForumDetail.getIcon
(Session session, EntityPermission entityPermission) ForumGroupDetail.getIcon()
ForumGroupDetail.getIcon
(EntityPermission entityPermission) ForumGroupDetail.getIcon
(Session session, EntityPermission entityPermission) ForumMessageDetail.getIcon()
ForumMessageDetail.getIcon
(EntityPermission entityPermission) ForumMessageDetail.getIcon
(Session session, EntityPermission entityPermission) ForumThreadDetail.getIcon()
ForumThreadDetail.getIcon
(EntityPermission entityPermission) ForumThreadDetail.getIcon
(Session session, EntityPermission entityPermission) ForumDetail.getIconForUpdate()
ForumDetail.getIconForUpdate
(Session session) ForumGroupDetail.getIconForUpdate()
ForumGroupDetail.getIconForUpdate
(Session session) ForumMessageDetail.getIconForUpdate()
ForumMessageDetail.getIconForUpdate
(Session session) ForumThreadDetail.getIconForUpdate()
ForumThreadDetail.getIconForUpdate
(Session session) Methods in com.echothree.model.data.forum.server.entity with parameters of type Icon -
Uses of Icon in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory with parameters of type IconModifier and TypeMethodDescriptionForumDetailFactory.create
(Forum forum, String forumName, ForumType forumType, Icon icon, Sequence forumThreadSequence, Sequence forumMessageSequence, Integer sortOrder, Long fromTime, Long thruTime) ForumDetailFactory.create
(Session session, Forum forum, String forumName, ForumType forumType, Icon icon, Sequence forumThreadSequence, Sequence forumMessageSequence, Integer sortOrder, Long fromTime, Long thruTime) ForumGroupDetailFactory.create
(ForumGroup forumGroup, String forumGroupName, Icon icon, Integer sortOrder, Long fromTime, Long thruTime) ForumGroupDetailFactory.create
(Session session, ForumGroup forumGroup, String forumGroupName, Icon icon, Integer sortOrder, Long fromTime, Long thruTime) ForumMessageDetailFactory.create
(ForumMessage forumMessage, String forumMessageName, ForumThread forumThread, ForumMessageType forumMessageType, ForumMessage parentForumMessage, Icon icon, Long postedTime, Long fromTime, Long thruTime) ForumMessageDetailFactory.create
(Session session, ForumMessage forumMessage, String forumMessageName, ForumThread forumThread, ForumMessageType forumMessageType, ForumMessage parentForumMessage, Icon icon, Long postedTime, Long fromTime, Long thruTime) ForumThreadDetailFactory.create
(ForumThread forumThread, String forumThreadName, Icon icon, Long postedTime, Integer sortOrder, Long fromTime, Long thruTime) ForumThreadDetailFactory.create
(Session session, ForumThread forumThread, String forumThreadName, Icon icon, Long postedTime, Integer sortOrder, Long fromTime, Long thruTime) -
Uses of Icon in com.echothree.model.data.icon.server.entity
Methods in com.echothree.model.data.icon.server.entity that return IconModifier and TypeMethodDescriptionIconDetail.getIcon()
IconDetail.getIcon
(EntityPermission entityPermission) IconDetail.getIcon
(Session session, EntityPermission entityPermission) IconUsage.getIcon()
IconUsage.getIcon
(EntityPermission entityPermission) IconUsage.getIcon
(Session session, EntityPermission entityPermission) IconDetail.getIconForUpdate()
IconDetail.getIconForUpdate
(Session session) IconUsage.getIconForUpdate()
IconUsage.getIconForUpdate
(Session session) Methods in com.echothree.model.data.icon.server.entity with parameters of type Icon -
Uses of Icon in com.echothree.model.data.icon.server.factory
Methods in com.echothree.model.data.icon.server.factory that return IconModifier and TypeMethodDescriptionIconFactory.create()
IconFactory.create
(IconDetailPK activeDetailPK, IconDetailPK lastDetailPK) IconFactory.create
(IconDetail activeDetail, IconDetail lastDetail) IconFactory.create
(Session session, IconDetailPK activeDetailPK, IconDetailPK lastDetailPK) IconFactory.create
(Session session, IconDetail activeDetail, IconDetail lastDetail) IconFactory.getEntityFromCache
(Session session, IconPK pk) IconFactory.getEntityFromPK
(EntityPermission entityPermission, IconPK pk) IconFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, IconPK pk) IconFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) IconFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) IconFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) IconFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) IconFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) IconFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) IconFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) IconFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) IconFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) IconFactory.getEntityFromValue
(EntityPermission entityPermission, IconValue value) IconFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, IconValue value) Methods in com.echothree.model.data.icon.server.factory that return types with arguments of type IconModifier and TypeMethodDescriptionIconFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<IconPK> pks) IconFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<IconPK> pks) IconFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) IconFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) IconFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) IconFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) IconFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) IconFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) IconFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) IconFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) IconFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.icon.server.factory with parameters of type IconModifier and TypeMethodDescriptionIconDetailFactory.create
(Icon icon, String iconName, Document document, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) IconDetailFactory.create
(Session session, Icon icon, String iconName, Document document, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) IconUsageFactory.create
(IconUsageType iconUsageType, Icon icon, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) IconUsageFactory.create
(Session session, IconUsageType iconUsageType, Icon icon, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) void
void
Method parameters in com.echothree.model.data.icon.server.factory with type arguments of type IconModifier and TypeMethodDescriptionvoid
IconFactory.store
(Session session, Collection<Icon> entities) void
IconFactory.store
(Collection<Icon> entities) -
Uses of Icon in com.echothree.model.data.party.server.entity
Methods in com.echothree.model.data.party.server.entity that return IconModifier and TypeMethodDescriptionMoodDetail.getIcon()
MoodDetail.getIcon
(EntityPermission entityPermission) MoodDetail.getIcon
(Session session, EntityPermission entityPermission) Profile.getIcon()
Profile.getIcon
(EntityPermission entityPermission) Profile.getIcon
(Session session, EntityPermission entityPermission) MoodDetail.getIconForUpdate()
MoodDetail.getIconForUpdate
(Session session) Profile.getIconForUpdate()
Profile.getIconForUpdate
(Session session) Methods in com.echothree.model.data.party.server.entity with parameters of type Icon -
Uses of Icon in com.echothree.model.data.party.server.factory
Methods in com.echothree.model.data.party.server.factory with parameters of type IconModifier and TypeMethodDescriptionMoodDetailFactory.create
(Mood mood, String moodName, Icon icon, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) MoodDetailFactory.create
(Session session, Mood mood, String moodName, Icon icon, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ProfileFactory.create
(Party party, String nickname, Icon icon, String pronunciation, Gender gender, String pronouns, Integer birthday, BirthdayFormat birthdayFormat, String occupation, String hobbies, String location, MimeType bioMimeType, String bio, MimeType signatureMimeType, String signature, Long fromTime, Long thruTime) ProfileFactory.create
(Session session, Party party, String nickname, Icon icon, String pronunciation, Gender gender, String pronouns, Integer birthday, BirthdayFormat birthdayFormat, String occupation, String hobbies, String location, MimeType bioMimeType, String bio, MimeType signatureMimeType, String signature, Long fromTime, Long thruTime)