Uses of Class
com.echothree.model.control.sequence.server.graphql.SequenceObject
Packages that use SequenceObject
Package
Description
-
Uses of SequenceObject in com.echothree.control.user.graphql.server.schema
Methods in com.echothree.control.user.graphql.server.schema that return SequenceObjectModifier and TypeMethodDescriptionstatic SequenceObjectGraphQlQueries.sequence(graphql.schema.DataFetchingEnvironment env, String sequenceTypeName, String sequenceName, String id) Methods in com.echothree.control.user.graphql.server.schema that return types with arguments of type SequenceObject -
Uses of SequenceObject in com.echothree.model.control.core.server.graphql
Methods in com.echothree.model.control.core.server.graphql that return SequenceObjectModifier and TypeMethodDescriptionEntityAttributeObject.getEntityListItemSequence(graphql.schema.DataFetchingEnvironment env) -
Uses of SequenceObject in com.echothree.model.control.customer.server.graphql
Methods in com.echothree.model.control.customer.server.graphql that return SequenceObjectModifier and TypeMethodDescriptionCustomerTypeObject.getCustomerSequence(graphql.schema.DataFetchingEnvironment env) -
Uses of SequenceObject in com.echothree.model.control.item.server.graphql
Methods in com.echothree.model.control.item.server.graphql that return SequenceObjectModifier and TypeMethodDescriptionItemCategoryObject.getItemSequence(graphql.schema.DataFetchingEnvironment env) ItemObject.getSalesOrderSequence(graphql.schema.DataFetchingEnvironment env) -
Uses of SequenceObject in com.echothree.model.control.offer.server.graphql
Methods in com.echothree.model.control.offer.server.graphql that return SequenceObjectModifier and TypeMethodDescriptionOfferObject.getSalesOrderSequence(graphql.schema.DataFetchingEnvironment env) OfferUseObject.getSalesOrderSequence(graphql.schema.DataFetchingEnvironment env)