Uses of Class
com.echothree.model.data.inventory.server.value.InventoryLocationBucketValue
Packages that use InventoryLocationBucketValue
Package
Description
-
Uses of InventoryLocationBucketValue in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryLocationBucketValueMethods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLocationBucketValueModifier and TypeMethodDescriptionvoidInventoryLocationBucket.setInventoryLocationBucketValue(InventoryLocationBucketValue value) Constructors in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLocationBucketValueModifierConstructorDescriptionInventoryLocationBucket(InventoryLocationBucketValue value, EntityPermission entityPermission) Creates a new instance of InventoryLocationBucket -
Uses of InventoryLocationBucketValue in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLocationBucketValueModifier and TypeMethodDescriptionInventoryLocationBucketFactory.getValueFromPK(InventoryLocationBucketPK pk) InventoryLocationBucketFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLocationBucketValueModifier and TypeMethodDescriptionInventoryLocationBucketFactory.getValuesFromPKs(Collection<InventoryLocationBucketPK> pks) InventoryLocationBucketFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationBucketValueModifier and TypeMethodDescriptionInventoryLocationBucketFactory.getEntityFromValue(EntityPermission entityPermission, InventoryLocationBucketValue value) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationBucketValueModifier and TypeMethodDescriptionvoidInventoryLocationBucketFactory.create(Collection<InventoryLocationBucketValue> _values) -
Uses of InventoryLocationBucketValue in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryLocationBucketValue