Uses of Class
com.echothree.model.data.warehouse.server.value.WarehouseValue
Packages that use WarehouseValue
Package
Description
-
Uses of WarehouseValue in com.echothree.model.control.warehouse.server.control
Methods in com.echothree.model.control.warehouse.server.control that return WarehouseValueModifier and TypeMethodDescriptionWarehouseControl.getDefaultWarehouseValueForUpdate()WarehouseControl.getWarehouseValue(Warehouse warehouse) WarehouseControl.getWarehouseValueByNameForUpdate(String warehouseName) WarehouseControl.getWarehouseValueUpdate(Party party) Methods in com.echothree.model.control.warehouse.server.control with parameters of type WarehouseValueModifier and TypeMethodDescriptionvoidWarehouseControl.updateWarehouseFromValue(WarehouseValue warehouseValue, BasePK updatedBy) -
Uses of WarehouseValue in com.echothree.model.control.warehouse.server.logic
Methods in com.echothree.model.control.warehouse.server.logic with parameters of type WarehouseValueModifier and TypeMethodDescriptionvoidWarehouseLogic.updateWarehouseFromValue(ExecutionErrorAccumulator eea, WarehouseValue warehouseValue, BasePK updatedBy) -
Uses of WarehouseValue in com.echothree.model.data.warehouse.server.entity
Methods in com.echothree.model.data.warehouse.server.entity that return WarehouseValueMethods in com.echothree.model.data.warehouse.server.entity with parameters of type WarehouseValueConstructors in com.echothree.model.data.warehouse.server.entity with parameters of type WarehouseValueModifierConstructorDescriptionWarehouse(WarehouseValue value, EntityPermission entityPermission) Creates a new instance of Warehouse -
Uses of WarehouseValue in com.echothree.model.data.warehouse.server.factory
Methods in com.echothree.model.data.warehouse.server.factory that return WarehouseValueModifier and TypeMethodDescriptionWarehouseFactory.getValueFromPK(Session session, WarehousePK pk) WarehouseFactory.getValueFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory that return types with arguments of type WarehouseValueModifier and TypeMethodDescriptionWarehouseFactory.getValuesFromPKs(Session session, Collection<WarehousePK> pks) WarehouseFactory.getValuesFromResultSet(Session session, ResultSet rs) Methods in com.echothree.model.data.warehouse.server.factory with parameters of type WarehouseValueModifier and TypeMethodDescriptionWarehouseFactory.getEntityFromValue(EntityPermission entityPermission, WarehouseValue value) WarehouseFactory.getEntityFromValue(Session session, EntityPermission entityPermission, WarehouseValue value) Method parameters in com.echothree.model.data.warehouse.server.factory with type arguments of type WarehouseValueModifier and TypeMethodDescriptionvoidWarehouseFactory.create(Session session, Collection<WarehouseValue> _values) voidWarehouseFactory.create(Collection<WarehouseValue> _values) -
Uses of WarehouseValue in com.echothree.model.data.warehouse.server.value
Methods in com.echothree.model.data.warehouse.server.value that return WarehouseValue