Uses of Class
com.echothree.model.data.item.common.pk.ItemVolumePK
Packages that use ItemVolumePK
Package
Description
-
Uses of ItemVolumePK in com.echothree.model.data.item.server.entity
Methods in com.echothree.model.data.item.server.entity that return ItemVolumePK -
Uses of ItemVolumePK in com.echothree.model.data.item.server.factory
Methods in com.echothree.model.data.item.server.factory that return ItemVolumePKModifier and TypeMethodDescriptionItemVolumeFactory.getNextPK()
ItemVolumeFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ItemVolumeFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.item.server.factory that return types with arguments of type ItemVolumePKModifier and TypeMethodDescriptionItemVolumeFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ItemVolumeFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ItemVolumeFactory.getPKsFromResultSetAsList
(ResultSet rs) ItemVolumeFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.item.server.factory with parameters of type ItemVolumePKModifier and TypeMethodDescriptionItemVolumeFactory.getEntityFromCache
(Session session, ItemVolumePK pk) ItemVolumeFactory.getEntityFromPK
(EntityPermission entityPermission, ItemVolumePK pk) ItemVolumeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ItemVolumePK pk) ItemVolumeFactory.getValueFromPK
(Session session, ItemVolumePK pk) void
ItemVolumeFactory.remove
(Session session, ItemVolumePK pk) boolean
ItemVolumeFactory.validPK
(Session session, ItemVolumePK pk) Method parameters in com.echothree.model.data.item.server.factory with type arguments of type ItemVolumePKModifier and TypeMethodDescriptionItemVolumeFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ItemVolumePK> pks) ItemVolumeFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ItemVolumePK> pks) ItemVolumeFactory.getValuesFromPKs
(Session session, Collection<ItemVolumePK> pks) void
ItemVolumeFactory.remove
(Session session, Collection<ItemVolumePK> pks) void
ItemVolumeFactory.remove
(Collection<ItemVolumePK> pks) -
Uses of ItemVolumePK in com.echothree.model.data.item.server.value
Methods in com.echothree.model.data.item.server.value that return ItemVolumePKConstructors in com.echothree.model.data.item.server.value with parameters of type ItemVolumePKModifierConstructorDescriptionItemVolumeValue
(ItemVolumePK itemVolumePK, ItemPK itemPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long height, Long width, Long depth, Long fromTime, Long thruTime) Creates a new instance of ItemVolumeValue