Uses of Class
com.echothree.model.data.inventory.server.value.InventoryLocationAssignmentValue
Packages that use InventoryLocationAssignmentValue
Package
Description
-
Uses of InventoryLocationAssignmentValue in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryLocationAssignmentValueModifier and TypeMethodDescriptionInventoryLocationAssignment.getInventoryLocationAssignmentValue()Methods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLocationAssignmentValueModifier and TypeMethodDescriptionvoidInventoryLocationAssignment.setInventoryLocationAssignmentValue(InventoryLocationAssignmentValue value) Constructors in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLocationAssignmentValueModifierConstructorDescriptionInventoryLocationAssignment(InventoryLocationAssignmentValue value, EntityPermission entityPermission) Creates a new instance of InventoryLocationAssignment -
Uses of InventoryLocationAssignmentValue in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLocationAssignmentValueModifier and TypeMethodDescriptionInventoryLocationAssignmentFactory.getValueFromPK(InventoryLocationAssignmentPK pk) InventoryLocationAssignmentFactory.getValueFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLocationAssignmentValueModifier and TypeMethodDescriptionInventoryLocationAssignmentFactory.getValuesFromPKs(Collection<InventoryLocationAssignmentPK> pks) InventoryLocationAssignmentFactory.getValuesFromResultSet(ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationAssignmentValueModifier and TypeMethodDescriptionInventoryLocationAssignmentFactory.getEntityFromValue(EntityPermission entityPermission, InventoryLocationAssignmentValue value) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationAssignmentValueModifier and TypeMethodDescriptionvoidInventoryLocationAssignmentFactory.create(Collection<InventoryLocationAssignmentValue> _values) -
Uses of InventoryLocationAssignmentValue in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryLocationAssignmentValue