Uses of Class
com.echothree.model.control.cancellationpolicy.server.graphql.CancellationPolicyObject
Packages that use CancellationPolicyObject
Package
Description
-
Uses of CancellationPolicyObject in com.echothree.model.control.cancellationpolicy.server.graphql
Methods in com.echothree.model.control.cancellationpolicy.server.graphql that return types with arguments of type CancellationPolicyObjectModifier and TypeMethodDescriptionCancellationKindObject.getCancellationPolicies
(graphql.schema.DataFetchingEnvironment env) -
Uses of CancellationPolicyObject in com.echothree.model.control.customer.server.graphql
Methods in com.echothree.model.control.customer.server.graphql that return CancellationPolicyObjectModifier and TypeMethodDescriptionCustomerObject.getCancellationPolicy
(graphql.schema.DataFetchingEnvironment env) CustomerTypeObject.getDefaultCancellationPolicy
(graphql.schema.DataFetchingEnvironment env) -
Uses of CancellationPolicyObject in com.echothree.model.control.graphql.server.graphql
Methods in com.echothree.model.control.graphql.server.graphql that return CancellationPolicyObjectModifier and TypeMethodDescriptionstatic CancellationPolicyObject
GraphQlQueries.cancellationPolicy
(graphql.schema.DataFetchingEnvironment env, String cancellationKindName, String cancellationPolicyName, String id) Methods in com.echothree.model.control.graphql.server.graphql that return types with arguments of type CancellationPolicyObjectModifier and TypeMethodDescriptionstatic Collection<CancellationPolicyObject>
GraphQlQueries.cancellationPolicies
(graphql.schema.DataFetchingEnvironment env, String cancellationKindName) -
Uses of CancellationPolicyObject in com.echothree.model.control.item.server.graphql
Methods in com.echothree.model.control.item.server.graphql that return CancellationPolicyObjectModifier and TypeMethodDescriptionItemObject.getCancellationPolicy
(graphql.schema.DataFetchingEnvironment env) -
Uses of CancellationPolicyObject in com.echothree.model.control.order.server.graphql
Methods in com.echothree.model.control.order.server.graphql that return CancellationPolicyObjectModifier and TypeMethodDescriptionBaseOrderLineObject.getCancellationPolicy
(graphql.schema.DataFetchingEnvironment env) BaseOrderObject.getCancellationPolicy
(graphql.schema.DataFetchingEnvironment env) -
Uses of CancellationPolicyObject in com.echothree.model.control.vendor.server.graphql
Methods in com.echothree.model.control.vendor.server.graphql that return CancellationPolicyObjectModifier and TypeMethodDescriptionVendorItemObject.getCancellationPolicy
(graphql.schema.DataFetchingEnvironment env) VendorObject.getCancellationPolicy
(graphql.schema.DataFetchingEnvironment env) VendorTypeObject.getDefaultCancellationPolicy
(graphql.schema.DataFetchingEnvironment env)