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