Uses of Class
com.echothree.model.data.inventory.common.pk.InventoryLocationGroupVolumePK
Packages that use InventoryLocationGroupVolumePK
Package
Description
-
Uses of InventoryLocationGroupVolumePK in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryLocationGroupVolumePK -
Uses of InventoryLocationGroupVolumePK in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLocationGroupVolumePKModifier and TypeMethodDescriptionInventoryLocationGroupVolumeFactory.getNextPK()InventoryLocationGroupVolumeFactory.getPKFromQuery(PreparedStatement ps, Object... params) InventoryLocationGroupVolumeFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLocationGroupVolumePKModifier and TypeMethodDescriptionInventoryLocationGroupVolumeFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) InventoryLocationGroupVolumeFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) InventoryLocationGroupVolumeFactory.getPKsFromResultSetAsList(ResultSet rs) InventoryLocationGroupVolumeFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationGroupVolumePKModifier and TypeMethodDescriptionInventoryLocationGroupVolumeFactory.getEntityFromCache(InventoryLocationGroupVolumePK pk) InventoryLocationGroupVolumeFactory.getEntityFromPK(EntityPermission entityPermission, InventoryLocationGroupVolumePK pk) InventoryLocationGroupVolumeFactory.getValueFromPK(InventoryLocationGroupVolumePK pk) voidInventoryLocationGroupVolumeFactory.remove(InventoryLocationGroupVolumePK pk) booleanInventoryLocationGroupVolumeFactory.validPK(InventoryLocationGroupVolumePK pk) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationGroupVolumePKModifier and TypeMethodDescriptionInventoryLocationGroupVolumeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<InventoryLocationGroupVolumePK> pks) InventoryLocationGroupVolumeFactory.getValuesFromPKs(Collection<InventoryLocationGroupVolumePK> pks) voidInventoryLocationGroupVolumeFactory.remove(Collection<InventoryLocationGroupVolumePK> pks) -
Uses of InventoryLocationGroupVolumePK in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryLocationGroupVolumePKConstructors in com.echothree.model.data.inventory.server.value with parameters of type InventoryLocationGroupVolumePKModifierConstructorDescriptionInventoryLocationGroupVolumeValue(InventoryLocationGroupVolumePK inventoryLocationGroupVolumePK, InventoryLocationGroupPK inventoryLocationGroupPK, Long height, Long width, Long depth, Long fromTime, Long thruTime) Creates a new instance of InventoryLocationGroupVolumeValue -
Uses of InventoryLocationGroupVolumePK in com.echothree.model.jooq.server.records.inventory
Methods in com.echothree.model.jooq.server.records.inventory that return InventoryLocationGroupVolumePKModifier and TypeMethodDescriptionInventoryLocationGroupVolumes.InventoryLocationGroupVolume()Getter forinventorylocationgroupvolumes.invlocgrpvol_inventorylocationgroupvolumeid.Methods in com.echothree.model.jooq.server.records.inventory that return types with arguments of type InventoryLocationGroupVolumePKModifier and TypeMethodDescriptionorg.jooq.Record1<InventoryLocationGroupVolumePK> InventoryLocationGroupVolumes.key()Methods in com.echothree.model.jooq.server.records.inventory with parameters of type InventoryLocationGroupVolumePKModifier and TypeMethodDescriptionvoidInventoryLocationGroupVolumes.InventoryLocationGroupVolume(InventoryLocationGroupVolumePK value) Setter forinventorylocationgroupvolumes.invlocgrpvol_inventorylocationgroupvolumeid.Constructors in com.echothree.model.jooq.server.records.inventory with parameters of type InventoryLocationGroupVolumePKModifierConstructorDescriptionInventoryLocationGroupVolumes(InventoryLocationGroupVolumePK InventoryLocationGroupVolume, InventoryLocationGroupPK InventoryLocationGroup, Long Height, Long Width, Long Depth, Long FromTime, Long ThruTime) Create a detached, initialised InventoryLocationGroupVolumes -
Uses of InventoryLocationGroupVolumePK in com.echothree.model.jooq.server.tables.inventory
Fields in com.echothree.model.jooq.server.tables.inventory with type parameters of type InventoryLocationGroupVolumePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<InventoryLocationGroupVolumes, InventoryLocationGroupVolumePK> InventoryLocationGroupVolumes.INVENTORY_LOCATION_GROUP_VOLUMEThe columninventorylocationgroupvolumes.invlocgrpvol_inventorylocationgroupvolumeid.