Uses of Class
com.echothree.model.data.inventory.server.value.InventoryLocationValue
Packages that use InventoryLocationValue
Package
Description
-
Uses of InventoryLocationValue in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryLocationValueMethods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLocationValueModifier and TypeMethodDescriptionvoidInventoryLocation.setInventoryLocationValue(InventoryLocationValue value) Constructors in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLocationValueModifierConstructorDescriptionInventoryLocation(InventoryLocationValue value, EntityPermission entityPermission) Creates a new instance of InventoryLocation -
Uses of InventoryLocationValue in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLocationValueModifier and TypeMethodDescriptionInventoryLocationFactory.getValueFromPK(InventoryLocationPK pk) InventoryLocationFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLocationValueModifier and TypeMethodDescriptionInventoryLocationFactory.getValuesFromPKs(Collection<InventoryLocationPK> pks) InventoryLocationFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationValueModifier and TypeMethodDescriptionInventoryLocationFactory.getEntityFromValue(EntityPermission entityPermission, InventoryLocationValue value) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationValueModifier and TypeMethodDescriptionvoidInventoryLocationFactory.create(Collection<InventoryLocationValue> _values) -
Uses of InventoryLocationValue in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryLocationValue