Uses of Class
com.echothree.model.data.forum.common.pk.ForumBlobMessagePartPK
Packages that use ForumBlobMessagePartPK
Package
Description
-
Uses of ForumBlobMessagePartPK in com.echothree.model.data.forum.server.entity
Methods in com.echothree.model.data.forum.server.entity that return ForumBlobMessagePartPK -
Uses of ForumBlobMessagePartPK in com.echothree.model.data.forum.server.factory
Methods in com.echothree.model.data.forum.server.factory that return ForumBlobMessagePartPKModifier and TypeMethodDescriptionForumBlobMessagePartFactory.getNextPK()
ForumBlobMessagePartFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ForumBlobMessagePartFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory that return types with arguments of type ForumBlobMessagePartPKModifier and TypeMethodDescriptionForumBlobMessagePartFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ForumBlobMessagePartFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ForumBlobMessagePartFactory.getPKsFromResultSetAsList
(ResultSet rs) ForumBlobMessagePartFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.forum.server.factory with parameters of type ForumBlobMessagePartPKModifier and TypeMethodDescriptionForumBlobMessagePartFactory.getEntityFromCache
(Session session, ForumBlobMessagePartPK pk) ForumBlobMessagePartFactory.getEntityFromPK
(EntityPermission entityPermission, ForumBlobMessagePartPK pk) ForumBlobMessagePartFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ForumBlobMessagePartPK pk) ForumBlobMessagePartFactory.getValueFromPK
(Session session, ForumBlobMessagePartPK pk) void
ForumBlobMessagePartFactory.remove
(Session session, ForumBlobMessagePartPK pk) boolean
ForumBlobMessagePartFactory.validPK
(Session session, ForumBlobMessagePartPK pk) Method parameters in com.echothree.model.data.forum.server.factory with type arguments of type ForumBlobMessagePartPKModifier and TypeMethodDescriptionForumBlobMessagePartFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ForumBlobMessagePartPK> pks) ForumBlobMessagePartFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ForumBlobMessagePartPK> pks) ForumBlobMessagePartFactory.getValuesFromPKs
(Session session, Collection<ForumBlobMessagePartPK> pks) void
ForumBlobMessagePartFactory.remove
(Session session, Collection<ForumBlobMessagePartPK> pks) void
ForumBlobMessagePartFactory.remove
(Collection<ForumBlobMessagePartPK> pks) -
Uses of ForumBlobMessagePartPK in com.echothree.model.data.forum.server.value
Methods in com.echothree.model.data.forum.server.value that return ForumBlobMessagePartPKConstructors in com.echothree.model.data.forum.server.value with parameters of type ForumBlobMessagePartPKModifierConstructorDescriptionForumBlobMessagePartValue
(ForumBlobMessagePartPK forumBlobMessagePartPK, ForumMessagePartPK forumMessagePartPK, ByteArray blob, Long fromTime, Long thruTime) Creates a new instance of ForumBlobMessagePartValue