Uses of Class
com.echothree.model.data.forum.common.pk.ForumGroupPK
Packages that use ForumGroupPK
Package
Description
-
Uses of ForumGroupPK in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return ForumGroupPKModifier and TypeMethodDescriptionForumGroupDescription.getForumGroupPK()
ForumGroupDetail.getForumGroupPK()
ForumGroupForum.getForumGroupPK()
ForumGroup.getPrimaryKey()
Methods in com.echothree.model.data.forum.server.entity with parameters of type ForumGroupPKModifier and TypeMethodDescriptionvoid
ForumGroupDescription.setForumGroupPK
(ForumGroupPK forumGroupPK) void
ForumGroupDetail.setForumGroupPK
(ForumGroupPK forumGroupPK) void
ForumGroupForum.setForumGroupPK
(ForumGroupPK forumGroupPK) -
Uses of ForumGroupPK in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumGroupPKModifier and TypeMethodDescriptionForumGroupFactory.getNextPK()
ForumGroupFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ForumGroupFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumGroupPKModifier and TypeMethodDescriptionForumGroupFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ForumGroupFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ForumGroupFactory.getPKsFromResultSetAsList
(ResultSet rs) ForumGroupFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumGroupPKModifier and TypeMethodDescriptionForumGroupDescriptionFactory.create
(ForumGroupPK forumGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ForumGroupDescriptionFactory.create
(Session session, ForumGroupPK forumGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ForumGroupDetailFactory.create
(ForumGroupPK forumGroupPK, String forumGroupName, IconPK iconPK, Integer sortOrder, Long fromTime, Long thruTime) ForumGroupDetailFactory.create
(Session session, ForumGroupPK forumGroupPK, String forumGroupName, IconPK iconPK, Integer sortOrder, Long fromTime, Long thruTime) ForumGroupForumFactory.create
(ForumGroupPK forumGroupPK, ForumPK forumPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ForumGroupForumFactory.create
(Session session, ForumGroupPK forumGroupPK, ForumPK forumPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ForumGroupFactory.getEntityFromCache
(Session session, ForumGroupPK pk) ForumGroupFactory.getEntityFromPK
(EntityPermission entityPermission, ForumGroupPK pk) ForumGroupFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ForumGroupPK pk) ForumGroupFactory.getValueFromPK
(Session session, ForumGroupPK pk) void
ForumGroupFactory.remove
(Session session, ForumGroupPK pk) boolean
ForumGroupFactory.validPK
(Session session, ForumGroupPK pk) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumGroupPKModifier and TypeMethodDescriptionForumGroupFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ForumGroupPK> pks) ForumGroupFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ForumGroupPK> pks) ForumGroupFactory.getValuesFromPKs
(Session session, Collection<ForumGroupPK> pks) void
ForumGroupFactory.remove
(Session session, Collection<ForumGroupPK> pks) void
ForumGroupFactory.remove
(Collection<ForumGroupPK> pks) -
Uses of ForumGroupPK in com.echothree.model.data.forum.server.value
Methods in com.echothree.model.data.forum.server.value that return ForumGroupPKModifier and TypeMethodDescriptionForumGroupDescriptionValue.getForumGroupPK()
ForumGroupDetailValue.getForumGroupPK()
ForumGroupForumValue.getForumGroupPK()
ForumGroupValue.getPrimaryKey()
Methods in com.echothree.model.data.forum.server.value with parameters of type ForumGroupPKModifier and TypeMethodDescriptionvoid
ForumGroupDescriptionValue.setForumGroupPK
(ForumGroupPK forumGroupPK) void
ForumGroupDetailValue.setForumGroupPK
(ForumGroupPK forumGroupPK) void
ForumGroupForumValue.setForumGroupPK
(ForumGroupPK forumGroupPK) Constructors in com.echothree.model.data.forum.server.value with parameters of type ForumGroupPKModifierConstructorDescriptionForumGroupDescriptionValue
(ForumGroupDescriptionPK forumGroupDescriptionPK, ForumGroupPK forumGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ForumGroupDescriptionValueForumGroupDescriptionValue
(ForumGroupPK forumGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ForumGroupDescriptionValueForumGroupDetailValue
(ForumGroupDetailPK forumGroupDetailPK, ForumGroupPK forumGroupPK, String forumGroupName, IconPK iconPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ForumGroupDetailValueForumGroupDetailValue
(ForumGroupPK forumGroupPK, String forumGroupName, IconPK iconPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ForumGroupDetailValueForumGroupForumValue
(ForumGroupForumPK forumGroupForumPK, ForumGroupPK forumGroupPK, ForumPK forumPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ForumGroupForumValueForumGroupForumValue
(ForumGroupPK forumGroupPK, ForumPK forumPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ForumGroupForumValueForumGroupValue
(ForumGroupPK forumGroupPK, ForumGroupDetailPK activeDetailPK, ForumGroupDetailPK lastDetailPK) Creates a new instance of ForumGroupValue