Uses of Class
com.echothree.model.data.warehouse.common.pk.WarehousePK
Packages that use WarehousePK
Package
Description
-
Uses of WarehousePK in com.echothree.model.data.warehouse.server.entity
Methods in com.echothree.model.data.warehouse.server.entity that return WarehousePK -
Uses of WarehousePK in com.echothree.model.data.warehouse.server.factory
Methods in com.echothree.model.data.warehouse.server.factory that return WarehousePKModifier and TypeMethodDescriptionWarehouseFactory.getNextPK()WarehouseFactory.getPKFromQuery(PreparedStatement ps, Object... params) WarehouseFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory that return types with arguments of type WarehousePKModifier and TypeMethodDescriptionWarehouseFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) WarehouseFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) WarehouseFactory.getPKsFromResultSetAsList(ResultSet rs) WarehouseFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory with parameters of type WarehousePKModifier and TypeMethodDescriptionWarehouseFactory.getEntityFromCache(WarehousePK pk) WarehouseFactory.getEntityFromPK(EntityPermission entityPermission, WarehousePK pk) WarehouseFactory.getValueFromPK(WarehousePK pk) voidWarehouseFactory.remove(WarehousePK pk) booleanWarehouseFactory.validPK(WarehousePK pk) Method parameters in com.echothree.model.data.warehouse.server.factory with type arguments of type WarehousePKModifier and TypeMethodDescriptionWarehouseFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<WarehousePK> pks) WarehouseFactory.getValuesFromPKs(Collection<WarehousePK> pks) voidWarehouseFactory.remove(Collection<WarehousePK> pks) -
Uses of WarehousePK in com.echothree.model.data.warehouse.server.value
Methods in com.echothree.model.data.warehouse.server.value that return WarehousePKConstructors in com.echothree.model.data.warehouse.server.value with parameters of type WarehousePKModifierConstructorDescriptionWarehouseValue(WarehousePK warehousePK, PartyPK partyPK, String warehouseName, WarehouseTypePK warehouseTypePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of WarehouseValue -
Uses of WarehousePK in com.echothree.model.jooq.server.records.warehouse
Methods in com.echothree.model.jooq.server.records.warehouse that return WarehousePKMethods in com.echothree.model.jooq.server.records.warehouse that return types with arguments of type WarehousePKMethods in com.echothree.model.jooq.server.records.warehouse with parameters of type WarehousePKModifier and TypeMethodDescriptionvoidWarehouses.Warehouse(WarehousePK value) Setter forwarehouses.whse_warehouseid.Constructors in com.echothree.model.jooq.server.records.warehouse with parameters of type WarehousePKModifierConstructorDescriptionWarehouses(WarehousePK Warehouse, PartyPK Party, String WarehouseName, WarehouseTypePK WarehouseType, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised Warehouses -
Uses of WarehousePK in com.echothree.model.jooq.server.tables.warehouse
Fields in com.echothree.model.jooq.server.tables.warehouse with type parameters of type WarehousePKModifier and TypeFieldDescriptionfinal org.jooq.TableField<Warehouses, WarehousePK> Warehouses.WAREHOUSEThe columnwarehouses.whse_warehouseid.