Uses of Class
com.echothree.model.data.forum.common.pk.ForumGroupDescriptionPK
Packages that use ForumGroupDescriptionPK
Package
Description
-
Uses of ForumGroupDescriptionPK in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return ForumGroupDescriptionPK -
Uses of ForumGroupDescriptionPK in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumGroupDescriptionPKModifier and TypeMethodDescriptionForumGroupDescriptionFactory.getNextPK()ForumGroupDescriptionFactory.getPKFromQuery(PreparedStatement ps, Object... params) ForumGroupDescriptionFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumGroupDescriptionPKModifier and TypeMethodDescriptionForumGroupDescriptionFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ForumGroupDescriptionFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ForumGroupDescriptionFactory.getPKsFromResultSetAsList(ResultSet rs) ForumGroupDescriptionFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumGroupDescriptionPKModifier and TypeMethodDescriptionForumGroupDescriptionFactory.getEntityFromCache(Session session, ForumGroupDescriptionPK pk) ForumGroupDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ForumGroupDescriptionPK pk) ForumGroupDescriptionFactory.getEntityFromPK(Session session, EntityPermission entityPermission, ForumGroupDescriptionPK pk) ForumGroupDescriptionFactory.getValueFromPK(Session session, ForumGroupDescriptionPK pk) voidForumGroupDescriptionFactory.remove(Session session, ForumGroupDescriptionPK pk) booleanForumGroupDescriptionFactory.validPK(Session session, ForumGroupDescriptionPK pk) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumGroupDescriptionPKModifier and TypeMethodDescriptionForumGroupDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ForumGroupDescriptionPK> pks) ForumGroupDescriptionFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ForumGroupDescriptionPK> pks) ForumGroupDescriptionFactory.getValuesFromPKs(Session session, Collection<ForumGroupDescriptionPK> pks) voidForumGroupDescriptionFactory.remove(Session session, Collection<ForumGroupDescriptionPK> pks) voidForumGroupDescriptionFactory.remove(Collection<ForumGroupDescriptionPK> pks) -
Uses of ForumGroupDescriptionPK in com.echothree.model.data.forum.server.value
Methods in com.echothree.model.data.forum.server.value that return ForumGroupDescriptionPKConstructors in com.echothree.model.data.forum.server.value with parameters of type ForumGroupDescriptionPKModifierConstructorDescriptionForumGroupDescriptionValue(ForumGroupDescriptionPK forumGroupDescriptionPK, ForumGroupPK forumGroupPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ForumGroupDescriptionValue