Uses of Class
com.echothree.model.data.inventory.server.value.InventoryLocationGroupValue
Packages that use InventoryLocationGroupValue
Package
Description
-
Uses of InventoryLocationGroupValue in com.echothree.model.data.inventory.server.entity
Methods in com.echothree.model.data.inventory.server.entity that return InventoryLocationGroupValueMethods in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLocationGroupValueModifier and TypeMethodDescriptionvoid
InventoryLocationGroup.setInventoryLocationGroupValue
(InventoryLocationGroupValue value) Constructors in com.echothree.model.data.inventory.server.entity with parameters of type InventoryLocationGroupValueModifierConstructorDescriptionInventoryLocationGroup
(InventoryLocationGroupValue value, EntityPermission entityPermission) Creates a new instance of InventoryLocationGroup -
Uses of InventoryLocationGroupValue in com.echothree.model.data.inventory.server.factory
Methods in com.echothree.model.data.inventory.server.factory that return InventoryLocationGroupValueModifier and TypeMethodDescriptionInventoryLocationGroupFactory.getValueFromPK
(Session session, InventoryLocationGroupPK pk) InventoryLocationGroupFactory.getValueFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory that return types with arguments of type InventoryLocationGroupValueModifier and TypeMethodDescriptionInventoryLocationGroupFactory.getValuesFromPKs
(Session session, Collection<InventoryLocationGroupPK> pks) InventoryLocationGroupFactory.getValuesFromResultSet
(Session session, ResultSet rs) Methods in com.echothree.model.data.inventory.server.factory with parameters of type InventoryLocationGroupValueModifier and TypeMethodDescriptionInventoryLocationGroupFactory.getEntityFromValue
(EntityPermission entityPermission, InventoryLocationGroupValue value) InventoryLocationGroupFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, InventoryLocationGroupValue value) Method parameters in com.echothree.model.data.inventory.server.factory with type arguments of type InventoryLocationGroupValueModifier and TypeMethodDescriptionvoid
InventoryLocationGroupFactory.create
(Session session, Collection<InventoryLocationGroupValue> _values) void
InventoryLocationGroupFactory.create
(Collection<InventoryLocationGroupValue> _values) -
Uses of InventoryLocationGroupValue in com.echothree.model.data.inventory.server.value
Methods in com.echothree.model.data.inventory.server.value that return InventoryLocationGroupValue