Uses of Class
com.echothree.model.control.vendor.server.graphql.VendorItemCostObject
Packages that use VendorItemCostObject
Package
Description
-
Uses of VendorItemCostObject in com.echothree.control.user.graphql.server.schema
Methods in com.echothree.control.user.graphql.server.schema that return VendorItemCostObjectModifier and TypeMethodDescriptionstatic VendorItemCostObjectGraphQlQueries.vendorItemCost(graphql.schema.DataFetchingEnvironment env, String vendorName, String partyName, String vendorItemName, String inventoryConditionName, String unitOfMeasureTypeName) Methods in com.echothree.control.user.graphql.server.schema that return types with arguments of type VendorItemCostObjectModifier and TypeMethodDescriptionstatic Collection<VendorItemCostObject> GraphQlQueries.vendorItemCosts(graphql.schema.DataFetchingEnvironment env, String vendorName, String vendorItemName) -
Uses of VendorItemCostObject in com.echothree.model.control.vendor.server.graphql
Methods in com.echothree.model.control.vendor.server.graphql that return types with arguments of type VendorItemCostObjectModifier and TypeMethodDescriptionVendorItemObject.getVendorItemCosts(graphql.schema.DataFetchingEnvironment env)