Uses of Class
com.echothree.model.control.cancellationpolicy.server.graphql.CancellationPolicyObject
Packages that use CancellationPolicyObject
Package
Description
-
Uses of CancellationPolicyObject in com.echothree.control.user.graphql.server.schema
Methods in com.echothree.control.user.graphql.server.schema that return CancellationPolicyObjectModifier and TypeMethodDescriptionstatic CancellationPolicyObjectGraphQlQueries.cancellationPolicy(graphql.schema.DataFetchingEnvironment env, String cancellationKindName, String cancellationPolicyName, String id) Methods in com.echothree.control.user.graphql.server.schema that return types with arguments of type CancellationPolicyObjectModifier and TypeMethodDescriptionGraphQlQueries.cancellationPolicies(graphql.schema.DataFetchingEnvironment env, String cancellationKindName) -
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.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)