Uses of Class
com.echothree.model.data.forum.common.pk.ForumGroupDetailPK
Packages that use ForumGroupDetailPK
Package
Description
-
Uses of ForumGroupDetailPK in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return ForumGroupDetailPKModifier and TypeMethodDescriptionForumGroup.getActiveDetailPK()ForumGroup.getLastDetailPK()ForumGroupDetail.getPrimaryKey()Methods in com.echothree.model.data.forum.server.entity with parameters of type ForumGroupDetailPKModifier and TypeMethodDescriptionvoidForumGroup.setActiveDetailPK(ForumGroupDetailPK activeDetailPK) voidForumGroup.setLastDetailPK(ForumGroupDetailPK lastDetailPK) -
Uses of ForumGroupDetailPK in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumGroupDetailPKModifier and TypeMethodDescriptionForumGroupDetailFactory.getNextPK()ForumGroupDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) ForumGroupDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumGroupDetailPKModifier and TypeMethodDescriptionForumGroupDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ForumGroupDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ForumGroupDetailFactory.getPKsFromResultSetAsList(ResultSet rs) ForumGroupDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumGroupDetailPKModifier and TypeMethodDescriptionForumGroupFactory.create(ForumGroupDetailPK activeDetailPK, ForumGroupDetailPK lastDetailPK) ForumGroupDetailFactory.getEntityFromCache(ForumGroupDetailPK pk) ForumGroupDetailFactory.getEntityFromPK(EntityPermission entityPermission, ForumGroupDetailPK pk) ForumGroupDetailFactory.getValueFromPK(ForumGroupDetailPK pk) voidForumGroupDetailFactory.remove(ForumGroupDetailPK pk) booleanForumGroupDetailFactory.validPK(ForumGroupDetailPK pk) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumGroupDetailPKModifier and TypeMethodDescriptionForumGroupDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ForumGroupDetailPK> pks) ForumGroupDetailFactory.getValuesFromPKs(Collection<ForumGroupDetailPK> pks) voidForumGroupDetailFactory.remove(Collection<ForumGroupDetailPK> pks) -
Uses of ForumGroupDetailPK in com.echothree.model.data.forum.server.value
Methods in com.echothree.model.data.forum.server.value that return ForumGroupDetailPKModifier and TypeMethodDescriptionForumGroupValue.getActiveDetailPK()ForumGroupValue.getLastDetailPK()ForumGroupDetailValue.getPrimaryKey()Methods in com.echothree.model.data.forum.server.value with parameters of type ForumGroupDetailPKModifier and TypeMethodDescriptionvoidForumGroupValue.setActiveDetailPK(ForumGroupDetailPK activeDetailPK) voidForumGroupValue.setLastDetailPK(ForumGroupDetailPK lastDetailPK) Constructors in com.echothree.model.data.forum.server.value with parameters of type ForumGroupDetailPKModifierConstructorDescriptionForumGroupDetailValue(ForumGroupDetailPK forumGroupDetailPK, ForumGroupPK forumGroupPK, String forumGroupName, IconPK iconPK, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ForumGroupDetailValueForumGroupValue(ForumGroupDetailPK activeDetailPK, ForumGroupDetailPK lastDetailPK) Creates a new instance of ForumGroupValueForumGroupValue(ForumGroupPK forumGroupPK, ForumGroupDetailPK activeDetailPK, ForumGroupDetailPK lastDetailPK) Creates a new instance of ForumGroupValue