Uses of Class
com.echothree.model.data.warehouse.common.pk.LocationCapacityPK
Packages that use LocationCapacityPK
Package
Description
-
Uses of LocationCapacityPK in com.echothree.model.data.warehouse.server.entity
Methods in com.echothree.model.data.warehouse.server.entity that return LocationCapacityPK -
Uses of LocationCapacityPK in com.echothree.model.data.warehouse.server.factory
Methods in com.echothree.model.data.warehouse.server.factory that return LocationCapacityPKModifier and TypeMethodDescriptionLocationCapacityFactory.getNextPK()LocationCapacityFactory.getPKFromQuery(PreparedStatement ps, Object... params) LocationCapacityFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory that return types with arguments of type LocationCapacityPKModifier and TypeMethodDescriptionLocationCapacityFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) LocationCapacityFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) LocationCapacityFactory.getPKsFromResultSetAsList(ResultSet rs) LocationCapacityFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory with parameters of type LocationCapacityPKModifier and TypeMethodDescriptionLocationCapacityFactory.getEntityFromCache(LocationCapacityPK pk) LocationCapacityFactory.getEntityFromPK(EntityPermission entityPermission, LocationCapacityPK pk) LocationCapacityFactory.getValueFromPK(LocationCapacityPK pk) voidLocationCapacityFactory.remove(LocationCapacityPK pk) booleanLocationCapacityFactory.validPK(LocationCapacityPK pk) Method parameters in com.echothree.model.data.warehouse.server.factory with type arguments of type LocationCapacityPKModifier and TypeMethodDescriptionLocationCapacityFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<LocationCapacityPK> pks) LocationCapacityFactory.getValuesFromPKs(Collection<LocationCapacityPK> pks) voidLocationCapacityFactory.remove(Collection<LocationCapacityPK> pks) -
Uses of LocationCapacityPK in com.echothree.model.data.warehouse.server.value
Methods in com.echothree.model.data.warehouse.server.value that return LocationCapacityPKConstructors in com.echothree.model.data.warehouse.server.value with parameters of type LocationCapacityPKModifierConstructorDescriptionLocationCapacityValue(LocationCapacityPK locationCapacityPK, LocationPK locationPK, UnitOfMeasureTypePK unitOfMeasureTypePK, Long capacity, Long fromTime, Long thruTime) Creates a new instance of LocationCapacityValue -
Uses of LocationCapacityPK in com.echothree.model.jooq.server.records.warehouse
Methods in com.echothree.model.jooq.server.records.warehouse that return LocationCapacityPKModifier and TypeMethodDescriptionLocationCapacities.LocationCapacity()Getter forlocationcapacities.loccap_locationcapacityid.Methods in com.echothree.model.jooq.server.records.warehouse that return types with arguments of type LocationCapacityPKMethods in com.echothree.model.jooq.server.records.warehouse with parameters of type LocationCapacityPKModifier and TypeMethodDescriptionvoidLocationCapacities.LocationCapacity(LocationCapacityPK value) Setter forlocationcapacities.loccap_locationcapacityid.Constructors in com.echothree.model.jooq.server.records.warehouse with parameters of type LocationCapacityPKModifierConstructorDescriptionLocationCapacities(LocationCapacityPK LocationCapacity, LocationPK Location, UnitOfMeasureTypePK UnitOfMeasureType, Long Capacity, Long FromTime, Long ThruTime) Create a detached, initialised LocationCapacities -
Uses of LocationCapacityPK in com.echothree.model.jooq.server.tables.warehouse
Fields in com.echothree.model.jooq.server.tables.warehouse with type parameters of type LocationCapacityPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<LocationCapacities, LocationCapacityPK> LocationCapacities.LOCATION_CAPACITYThe columnlocationcapacities.loccap_locationcapacityid.