Uses of Class
com.echothree.model.data.forum.common.pk.ForumMessageBlobAttachmentPK
Packages that use ForumMessageBlobAttachmentPK
Package
Description
-
Uses of ForumMessageBlobAttachmentPK in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return ForumMessageBlobAttachmentPK -
Uses of ForumMessageBlobAttachmentPK in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumMessageBlobAttachmentPKModifier and TypeMethodDescriptionForumMessageBlobAttachmentFactory.getNextPK()ForumMessageBlobAttachmentFactory.getPKFromQuery(PreparedStatement ps, Object... params) ForumMessageBlobAttachmentFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumMessageBlobAttachmentPKModifier and TypeMethodDescriptionForumMessageBlobAttachmentFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ForumMessageBlobAttachmentFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ForumMessageBlobAttachmentFactory.getPKsFromResultSetAsList(ResultSet rs) ForumMessageBlobAttachmentFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumMessageBlobAttachmentPKModifier and TypeMethodDescriptionForumMessageBlobAttachmentFactory.getEntityFromCache(Session session, ForumMessageBlobAttachmentPK pk) ForumMessageBlobAttachmentFactory.getEntityFromPK(EntityPermission entityPermission, ForumMessageBlobAttachmentPK pk) ForumMessageBlobAttachmentFactory.getEntityFromPK(Session session, EntityPermission entityPermission, ForumMessageBlobAttachmentPK pk) ForumMessageBlobAttachmentFactory.getValueFromPK(Session session, ForumMessageBlobAttachmentPK pk) voidForumMessageBlobAttachmentFactory.remove(Session session, ForumMessageBlobAttachmentPK pk) booleanForumMessageBlobAttachmentFactory.validPK(Session session, ForumMessageBlobAttachmentPK pk) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumMessageBlobAttachmentPKModifier and TypeMethodDescriptionForumMessageBlobAttachmentFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ForumMessageBlobAttachmentPK> pks) ForumMessageBlobAttachmentFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ForumMessageBlobAttachmentPK> pks) ForumMessageBlobAttachmentFactory.getValuesFromPKs(Session session, Collection<ForumMessageBlobAttachmentPK> pks) voidForumMessageBlobAttachmentFactory.remove(Session session, Collection<ForumMessageBlobAttachmentPK> pks) voidForumMessageBlobAttachmentFactory.remove(Collection<ForumMessageBlobAttachmentPK> pks) -
Uses of ForumMessageBlobAttachmentPK in com.echothree.model.data.forum.server.value
Methods in com.echothree.model.data.forum.server.value that return ForumMessageBlobAttachmentPKConstructors in com.echothree.model.data.forum.server.value with parameters of type ForumMessageBlobAttachmentPKModifierConstructorDescriptionForumMessageBlobAttachmentValue(ForumMessageBlobAttachmentPK forumMessageBlobAttachmentPK, ForumMessageAttachmentPK forumMessageAttachmentPK, ByteArray blob, Long fromTime, Long thruTime) Creates a new instance of ForumMessageBlobAttachmentValue