Uses of Class
com.echothree.model.data.forum.common.pk.ForumMessagePartDetailPK
Packages that use ForumMessagePartDetailPK
Package
Description
-
Uses of ForumMessagePartDetailPK in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return ForumMessagePartDetailPKModifier and TypeMethodDescriptionForumMessagePart.getActiveDetailPK()ForumMessagePart.getLastDetailPK()ForumMessagePartDetail.getPrimaryKey()Methods in com.echothree.model.data.forum.server.entity with parameters of type ForumMessagePartDetailPKModifier and TypeMethodDescriptionvoidForumMessagePart.setActiveDetailPK(ForumMessagePartDetailPK activeDetailPK) voidForumMessagePart.setLastDetailPK(ForumMessagePartDetailPK lastDetailPK) -
Uses of ForumMessagePartDetailPK in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumMessagePartDetailPKModifier and TypeMethodDescriptionForumMessagePartDetailFactory.getNextPK()ForumMessagePartDetailFactory.getPKFromQuery(PreparedStatement ps, Object... params) ForumMessagePartDetailFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumMessagePartDetailPKModifier and TypeMethodDescriptionForumMessagePartDetailFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ForumMessagePartDetailFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ForumMessagePartDetailFactory.getPKsFromResultSetAsList(ResultSet rs) ForumMessagePartDetailFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumMessagePartDetailPKModifier and TypeMethodDescriptionForumMessagePartFactory.create(ForumMessagePartDetailPK activeDetailPK, ForumMessagePartDetailPK lastDetailPK) ForumMessagePartFactory.create(Session session, ForumMessagePartDetailPK activeDetailPK, ForumMessagePartDetailPK lastDetailPK) ForumMessagePartDetailFactory.getEntityFromCache(Session session, ForumMessagePartDetailPK pk) ForumMessagePartDetailFactory.getEntityFromPK(EntityPermission entityPermission, ForumMessagePartDetailPK pk) ForumMessagePartDetailFactory.getEntityFromPK(Session session, EntityPermission entityPermission, ForumMessagePartDetailPK pk) ForumMessagePartDetailFactory.getValueFromPK(Session session, ForumMessagePartDetailPK pk) voidForumMessagePartDetailFactory.remove(Session session, ForumMessagePartDetailPK pk) booleanForumMessagePartDetailFactory.validPK(Session session, ForumMessagePartDetailPK pk) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumMessagePartDetailPKModifier and TypeMethodDescriptionForumMessagePartDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ForumMessagePartDetailPK> pks) ForumMessagePartDetailFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ForumMessagePartDetailPK> pks) ForumMessagePartDetailFactory.getValuesFromPKs(Session session, Collection<ForumMessagePartDetailPK> pks) voidForumMessagePartDetailFactory.remove(Session session, Collection<ForumMessagePartDetailPK> pks) voidForumMessagePartDetailFactory.remove(Collection<ForumMessagePartDetailPK> pks) -
Uses of ForumMessagePartDetailPK in com.echothree.model.data.forum.server.value
Methods in com.echothree.model.data.forum.server.value that return ForumMessagePartDetailPKModifier and TypeMethodDescriptionForumMessagePartValue.getActiveDetailPK()ForumMessagePartValue.getLastDetailPK()ForumMessagePartDetailValue.getPrimaryKey()Methods in com.echothree.model.data.forum.server.value with parameters of type ForumMessagePartDetailPKModifier and TypeMethodDescriptionvoidForumMessagePartValue.setActiveDetailPK(ForumMessagePartDetailPK activeDetailPK) voidForumMessagePartValue.setLastDetailPK(ForumMessagePartDetailPK lastDetailPK) Constructors in com.echothree.model.data.forum.server.value with parameters of type ForumMessagePartDetailPKModifierConstructorDescriptionForumMessagePartDetailValue(ForumMessagePartDetailPK forumMessagePartDetailPK, ForumMessagePartPK forumMessagePartPK, ForumMessagePK forumMessagePK, ForumMessagePartTypePK forumMessagePartTypePK, LanguagePK languagePK, MimeTypePK mimeTypePK, Long fromTime, Long thruTime) Creates a new instance of ForumMessagePartDetailValueForumMessagePartValue(ForumMessagePartDetailPK activeDetailPK, ForumMessagePartDetailPK lastDetailPK) Creates a new instance of ForumMessagePartValueForumMessagePartValue(ForumMessagePartPK forumMessagePartPK, ForumMessagePartDetailPK activeDetailPK, ForumMessagePartDetailPK lastDetailPK) Creates a new instance of ForumMessagePartValue