Uses of Class
com.echothree.model.control.offer.server.graphql.OfferItemPriceObject
Packages that use OfferItemPriceObject
Package
Description
-
Uses of OfferItemPriceObject in com.echothree.control.user.graphql.server.schema
Methods in com.echothree.control.user.graphql.server.schema that return OfferItemPriceObjectModifier and TypeMethodDescriptionstatic OfferItemPriceObjectGraphQlQueries.offerItemPrice(graphql.schema.DataFetchingEnvironment env, String offerName, String itemName, String inventoryConditionName, String unitOfMeasureTypeName, String currencyIsoName) Methods in com.echothree.control.user.graphql.server.schema that return types with arguments of type OfferItemPriceObjectModifier and TypeMethodDescriptionstatic Collection<OfferItemPriceObject> GraphQlQueries.offerItemPrices(graphql.schema.DataFetchingEnvironment env, String offerName, String itemName) -
Uses of OfferItemPriceObject in com.echothree.model.control.offer.server.graphql
Methods in com.echothree.model.control.offer.server.graphql that return types with arguments of type OfferItemPriceObjectModifier and TypeMethodDescriptionOfferItemObject.getOfferItemPrices(graphql.schema.DataFetchingEnvironment env)