Uses of Class
com.echothree.model.control.order.server.graphql.OrderPriorityObject
Packages that use OrderPriorityObject
Package
Description
-
Uses of OrderPriorityObject in com.echothree.model.control.graphql.server.graphql
Methods in com.echothree.model.control.graphql.server.graphql that return OrderPriorityObjectModifier and TypeMethodDescriptionstatic OrderPriorityObject
GraphQlQueries.orderPriority
(graphql.schema.DataFetchingEnvironment env, String orderTypeName, String orderPriorityName, String id) Methods in com.echothree.model.control.graphql.server.graphql that return types with arguments of type OrderPriorityObjectModifier and TypeMethodDescriptionstatic Collection<OrderPriorityObject>
GraphQlQueries.orderPriorities
(graphql.schema.DataFetchingEnvironment env, String orderTypeName) -
Uses of OrderPriorityObject in com.echothree.model.control.order.server.graphql
Methods in com.echothree.model.control.order.server.graphql that return OrderPriorityObjectModifier and TypeMethodDescriptionBaseOrderObject.getOrderPriority
(graphql.schema.DataFetchingEnvironment env) Methods in com.echothree.model.control.order.server.graphql that return types with arguments of type OrderPriorityObjectModifier and TypeMethodDescriptionOrderTypeObject.getOrderPriorities
(graphql.schema.DataFetchingEnvironment env)