Uses of Class
com.echothree.model.control.inventory.server.graphql.InventoryLocationObject
Packages that use InventoryLocationObject
Package
Description
-
Uses of InventoryLocationObject in com.echothree.control.user.graphql.server.schema
Methods in com.echothree.control.user.graphql.server.schema that return InventoryLocationObjectModifier and TypeMethodDescriptionstatic InventoryLocationObjectGraphQlQueries.inventoryLocation(graphql.schema.DataFetchingEnvironment env, String partyName, String warehouseName, String locationName, String itemName) Methods in com.echothree.control.user.graphql.server.schema that return types with arguments of type InventoryLocationObjectModifier and TypeMethodDescriptionGraphQlQueries.inventoryLocations(graphql.schema.DataFetchingEnvironment env, String partyName, String warehouseName, String locationName, String ownerPartyName, String itemName, String unitOfMeasureKindName, String unitOfMeasureTypeName, String inventoryConditionName) -
Uses of InventoryLocationObject in com.echothree.model.control.inventory.server.graphql
Methods in com.echothree.model.control.inventory.server.graphql that return InventoryLocationObjectModifier and TypeMethodDescriptionInventoryLocationBucketObject.getInventoryLocation(graphql.schema.DataFetchingEnvironment env) -
Uses of InventoryLocationObject in com.echothree.model.control.item.server.graphql
Methods in com.echothree.model.control.item.server.graphql that return types with arguments of type InventoryLocationObjectModifier and TypeMethodDescriptionItemObject.getInventoryLocations(graphql.schema.DataFetchingEnvironment env) -
Uses of InventoryLocationObject in com.echothree.model.control.warehouse.server.graphql
Methods in com.echothree.model.control.warehouse.server.graphql that return types with arguments of type InventoryLocationObjectModifier and TypeMethodDescriptionLocationObject.getInventoryLocations(graphql.schema.DataFetchingEnvironment env)