Uses of Class
com.echothree.model.data.warehouse.common.pk.LocationVolumePK
Packages that use LocationVolumePK
Package
Description
-
Uses of LocationVolumePK in com.echothree.model.data.warehouse.server.entity
Methods in com.echothree.model.data.warehouse.server.entity that return LocationVolumePK -
Uses of LocationVolumePK in com.echothree.model.data.warehouse.server.factory
Methods in com.echothree.model.data.warehouse.server.factory that return LocationVolumePKModifier and TypeMethodDescriptionLocationVolumeFactory.getNextPK()
LocationVolumeFactory.getPKFromQuery
(PreparedStatement ps, Object... params) LocationVolumeFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory that return types with arguments of type LocationVolumePKModifier and TypeMethodDescriptionLocationVolumeFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) LocationVolumeFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) LocationVolumeFactory.getPKsFromResultSetAsList
(ResultSet rs) LocationVolumeFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory with parameters of type LocationVolumePKModifier and TypeMethodDescriptionLocationVolumeFactory.getEntityFromCache
(Session session, LocationVolumePK pk) LocationVolumeFactory.getEntityFromPK
(EntityPermission entityPermission, LocationVolumePK pk) LocationVolumeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, LocationVolumePK pk) LocationVolumeFactory.getValueFromPK
(Session session, LocationVolumePK pk) void
LocationVolumeFactory.remove
(Session session, LocationVolumePK pk) boolean
LocationVolumeFactory.validPK
(Session session, LocationVolumePK pk) Method parameters in com.echothree.model.data.warehouse.server.factory with type arguments of type LocationVolumePKModifier and TypeMethodDescriptionLocationVolumeFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<LocationVolumePK> pks) LocationVolumeFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<LocationVolumePK> pks) LocationVolumeFactory.getValuesFromPKs
(Session session, Collection<LocationVolumePK> pks) void
LocationVolumeFactory.remove
(Session session, Collection<LocationVolumePK> pks) void
LocationVolumeFactory.remove
(Collection<LocationVolumePK> pks) -
Uses of LocationVolumePK in com.echothree.model.data.warehouse.server.value
Methods in com.echothree.model.data.warehouse.server.value that return LocationVolumePKConstructors in com.echothree.model.data.warehouse.server.value with parameters of type LocationVolumePKModifierConstructorDescriptionLocationVolumeValue
(LocationVolumePK locationVolumePK, LocationPK locationPK, Long height, Long width, Long depth, Long fromTime, Long thruTime) Creates a new instance of LocationVolumeValue