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 -
Uses of LocationVolumePK in com.echothree.model.jooq.server.records.warehouse
Methods in com.echothree.model.jooq.server.records.warehouse that return LocationVolumePKModifier and TypeMethodDescriptionLocationVolumes.LocationVolume()Getter forlocationvolumes.locvol_locationvolumeid.Methods in com.echothree.model.jooq.server.records.warehouse that return types with arguments of type LocationVolumePKMethods in com.echothree.model.jooq.server.records.warehouse with parameters of type LocationVolumePKModifier and TypeMethodDescriptionvoidLocationVolumes.LocationVolume(LocationVolumePK value) Setter forlocationvolumes.locvol_locationvolumeid.Constructors in com.echothree.model.jooq.server.records.warehouse with parameters of type LocationVolumePKModifierConstructorDescriptionLocationVolumes(LocationVolumePK LocationVolume, LocationPK Location, Long Height, Long Width, Long Depth, Long FromTime, Long ThruTime) Create a detached, initialised LocationVolumes -
Uses of LocationVolumePK in com.echothree.model.jooq.server.tables.warehouse
Fields in com.echothree.model.jooq.server.tables.warehouse with type parameters of type LocationVolumePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<LocationVolumes, LocationVolumePK> LocationVolumes.LOCATION_VOLUMEThe columnlocationvolumes.locvol_locationvolumeid.