Uses of Class
com.echothree.model.data.item.common.pk.ItemBlobDescriptionPK
Packages that use ItemBlobDescriptionPK
Package
Description
-
Uses of ItemBlobDescriptionPK in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemBlobDescriptionPK -
Uses of ItemBlobDescriptionPK in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemBlobDescriptionPKModifier and TypeMethodDescriptionItemBlobDescriptionFactory.getNextPK()
ItemBlobDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ItemBlobDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemBlobDescriptionPKModifier and TypeMethodDescriptionItemBlobDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ItemBlobDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ItemBlobDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) ItemBlobDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemBlobDescriptionPKModifier and TypeMethodDescriptionItemBlobDescriptionFactory.getEntityFromCache
(Session session, ItemBlobDescriptionPK pk) ItemBlobDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, ItemBlobDescriptionPK pk) ItemBlobDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ItemBlobDescriptionPK pk) ItemBlobDescriptionFactory.getValueFromPK
(Session session, ItemBlobDescriptionPK pk) void
ItemBlobDescriptionFactory.remove
(Session session, ItemBlobDescriptionPK pk) boolean
ItemBlobDescriptionFactory.validPK
(Session session, ItemBlobDescriptionPK pk) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemBlobDescriptionPKModifier and TypeMethodDescriptionItemBlobDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ItemBlobDescriptionPK> pks) ItemBlobDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ItemBlobDescriptionPK> pks) ItemBlobDescriptionFactory.getValuesFromPKs
(Session session, Collection<ItemBlobDescriptionPK> pks) void
ItemBlobDescriptionFactory.remove
(Session session, Collection<ItemBlobDescriptionPK> pks) void
ItemBlobDescriptionFactory.remove
(Collection<ItemBlobDescriptionPK> pks) -
Uses of ItemBlobDescriptionPK in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemBlobDescriptionPKConstructors in com.echothree.model.data.item.server.value with parameters of type ItemBlobDescriptionPKModifierConstructorDescriptionItemBlobDescriptionValue
(ItemBlobDescriptionPK itemBlobDescriptionPK, ItemDescriptionPK itemDescriptionPK, ByteArray blobDescription, Long fromTime, Long thruTime) Creates a new instance of ItemBlobDescriptionValue