Uses of Class
com.echothree.model.data.forum.common.pk.ForumThreadDetailPK
Packages that use ForumThreadDetailPK
Package
Description
-
Uses of ForumThreadDetailPK in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return ForumThreadDetailPKModifier and TypeMethodDescriptionForumThread.getActiveDetailPK()ForumThread.getLastDetailPK()ForumThreadDetail.getPrimaryKey()Methods in com.echothree.model.data.forum.server.entity with parameters of type ForumThreadDetailPKModifier and TypeMethodDescriptionvoidForumThread.setActiveDetailPK(ForumThreadDetailPK activeDetailPK) voidForumThread.setLastDetailPK(ForumThreadDetailPK lastDetailPK) -
Uses of ForumThreadDetailPK in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumThreadDetailPKModifier and TypeMethodDescriptionForumThreadDetailFactory.getNextPK()ForumThreadDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) ForumThreadDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumThreadDetailPKModifier and TypeMethodDescriptionForumThreadDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ForumThreadDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ForumThreadDetailFactory.getPKsFromResultSetAsList(ResultSet rs) ForumThreadDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumThreadDetailPKModifier and TypeMethodDescriptionForumThreadFactory.create(ForumThreadDetailPK activeDetailPK, ForumThreadDetailPK lastDetailPK) ForumThreadDetailFactory.getEntityFromCache(ForumThreadDetailPK pk) ForumThreadDetailFactory.getEntityFromPK(EntityPermission entityPermission, ForumThreadDetailPK pk) ForumThreadDetailFactory.getValueFromPK(ForumThreadDetailPK pk) voidForumThreadDetailFactory.remove(ForumThreadDetailPK pk) booleanForumThreadDetailFactory.validPK(ForumThreadDetailPK pk) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumThreadDetailPKModifier and TypeMethodDescriptionForumThreadDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ForumThreadDetailPK> pks) ForumThreadDetailFactory.getValuesFromPKs(Collection<ForumThreadDetailPK> pks) voidForumThreadDetailFactory.remove(Collection<ForumThreadDetailPK> pks) -
Uses of ForumThreadDetailPK in com.echothree.model.data.forum.server.value
Methods in com.echothree.model.data.forum.server.value that return ForumThreadDetailPKModifier and TypeMethodDescriptionForumThreadValue.getActiveDetailPK()ForumThreadValue.getLastDetailPK()ForumThreadDetailValue.getPrimaryKey()Methods in com.echothree.model.data.forum.server.value with parameters of type ForumThreadDetailPKModifier and TypeMethodDescriptionvoidForumThreadValue.setActiveDetailPK(ForumThreadDetailPK activeDetailPK) voidForumThreadValue.setLastDetailPK(ForumThreadDetailPK lastDetailPK) Constructors in com.echothree.model.data.forum.server.value with parameters of type ForumThreadDetailPKModifierConstructorDescriptionForumThreadDetailValue(ForumThreadDetailPK forumThreadDetailPK, ForumThreadPK forumThreadPK, String forumThreadName, IconPK iconPK, Long postedTime, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ForumThreadDetailValueForumThreadValue(ForumThreadDetailPK activeDetailPK, ForumThreadDetailPK lastDetailPK) Creates a new instance of ForumThreadValueForumThreadValue(ForumThreadPK forumThreadPK, ForumThreadDetailPK activeDetailPK, ForumThreadDetailPK lastDetailPK) Creates a new instance of ForumThreadValue -
Uses of ForumThreadDetailPK in com.echothree.model.jooq.server.records.forum
Methods in com.echothree.model.jooq.server.records.forum that return ForumThreadDetailPKModifier and TypeMethodDescriptionForumThreads.ActiveDetail()Getter forforumthreads.frmthrd_activedetailid.ForumThreadDetails.ForumThreadDetail()Getter forforumthreaddetails.frmthrddt_forumthreaddetailid.ForumThreads.LastDetail()Getter forforumthreads.frmthrd_lastdetailid.Methods in com.echothree.model.jooq.server.records.forum that return types with arguments of type ForumThreadDetailPKMethods in com.echothree.model.jooq.server.records.forum with parameters of type ForumThreadDetailPKModifier and TypeMethodDescriptionvoidForumThreads.ActiveDetail(ForumThreadDetailPK value) Setter forforumthreads.frmthrd_activedetailid.voidForumThreadDetails.ForumThreadDetail(ForumThreadDetailPK value) Setter forforumthreaddetails.frmthrddt_forumthreaddetailid.voidForumThreads.LastDetail(ForumThreadDetailPK value) Setter forforumthreads.frmthrd_lastdetailid.Constructors in com.echothree.model.jooq.server.records.forum with parameters of type ForumThreadDetailPKModifierConstructorDescriptionForumThreadDetails(ForumThreadDetailPK ForumThreadDetail, ForumThreadPK ForumThread, String ForumThreadName, IconPK Icon, Long PostedTime, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised ForumThreadDetailsForumThreads(ForumThreadPK ForumThread, ForumThreadDetailPK ActiveDetail, ForumThreadDetailPK LastDetail) Create a detached, initialised ForumThreads -
Uses of ForumThreadDetailPK in com.echothree.model.jooq.server.tables.forum
Fields in com.echothree.model.jooq.server.tables.forum with type parameters of type ForumThreadDetailPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ForumThreads, ForumThreadDetailPK> ForumThreads.ACTIVE_DETAILThe columnforumthreads.frmthrd_activedetailid.final org.jooq.TableField<ForumThreadDetails, ForumThreadDetailPK> ForumThreadDetails.FORUM_THREAD_DETAILThe columnforumthreaddetails.frmthrddt_forumthreaddetailid.final org.jooq.TableField<ForumThreads, ForumThreadDetailPK> ForumThreads.LAST_DETAILThe columnforumthreads.frmthrd_lastdetailid.