Uses of Class
com.echothree.model.control.offer.server.graphql.OfferItemPriceObject
Packages that use OfferItemPriceObject
Package
Description
-
Uses of OfferItemPriceObject in com.echothree.model.control.graphql.server.graphql
Methods in com.echothree.model.control.graphql.server.graphql that return OfferItemPriceObjectModifier and TypeMethodDescriptionstatic OfferItemPriceObject
GraphQlQueries.offerItemPrice
(graphql.schema.DataFetchingEnvironment env, String offerName, String itemName, String inventoryConditionName, String unitOfMeasureTypeName, String currencyIsoName) Methods in com.echothree.model.control.graphql.server.graphql 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)