Uses of Class
com.echothree.model.control.offer.server.graphql.OfferUseObject
Packages that use OfferUseObject
Package
Description
-
Uses of OfferUseObject in com.echothree.model.control.content.server.graphql
Methods in com.echothree.model.control.content.server.graphql that return OfferUseObjectModifier and TypeMethodDescriptionContentCatalogObject.getDefaultOfferUse
(graphql.schema.DataFetchingEnvironment env) ContentCategoryObject.getDefaultOfferUse
(graphql.schema.DataFetchingEnvironment env) ContentCollectionObject.getDefaultOfferUse
(graphql.schema.DataFetchingEnvironment env) -
Uses of OfferUseObject in com.echothree.model.control.customer.server.graphql
Methods in com.echothree.model.control.customer.server.graphql that return OfferUseObjectModifier and TypeMethodDescriptionCustomerTypeObject.getDefaultOfferUse
(graphql.schema.DataFetchingEnvironment env) CustomerObject.getInitialOfferUse
(graphql.schema.DataFetchingEnvironment env) -
Uses of OfferUseObject in com.echothree.model.control.graphql.server.graphql
Methods in com.echothree.model.control.graphql.server.graphql that return OfferUseObjectModifier and TypeMethodDescriptionstatic OfferUseObject
GraphQlQueries.offerUse
(graphql.schema.DataFetchingEnvironment env, String offerName, String useName) Methods in com.echothree.model.control.graphql.server.graphql that return types with arguments of type OfferUseObjectModifier and TypeMethodDescriptionstatic Collection<OfferUseObject>
GraphQlQueries.offerUses
(graphql.schema.DataFetchingEnvironment env, String offerName, String useName) -
Uses of OfferUseObject in com.echothree.model.control.user.server.graphql
Methods in com.echothree.model.control.user.server.graphql that return OfferUseObjectModifier and TypeMethodDescriptionUserVisitObject.getOfferUse
(graphql.schema.DataFetchingEnvironment env)