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(LocationVolumePK pk) LocationVolumeFactory.getEntityFromPK(EntityPermission entityPermission, LocationVolumePK pk) LocationVolumeFactory.getValueFromPK(LocationVolumePK pk) voidLocationVolumeFactory.remove(LocationVolumePK pk) booleanLocationVolumeFactory.validPK(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.getValuesFromPKs(Collection<LocationVolumePK> pks) voidLocationVolumeFactory.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