Uses of Class
com.echothree.model.control.accounting.server.graphql.GlAccountObject
Packages that use GlAccountObject
Package
Description
-
Uses of GlAccountObject in com.echothree.control.user.graphql.server.schema
Methods in com.echothree.control.user.graphql.server.schema that return GlAccountObjectModifier and TypeMethodDescriptionstatic GlAccountObjectGraphQlQueries.glAccount(graphql.schema.DataFetchingEnvironment env, String glAccountName, String id) Methods in com.echothree.control.user.graphql.server.schema that return types with arguments of type GlAccountObjectModifier and TypeMethodDescriptionstatic CountingPaginatedData<GlAccountObject> GraphQlQueries.glAccounts(graphql.schema.DataFetchingEnvironment env, String glAccountCategoryName) -
Uses of GlAccountObject in com.echothree.model.control.accounting.server.graphql
Methods in com.echothree.model.control.accounting.server.graphql that return GlAccountObjectModifier and TypeMethodDescriptionItemAccountingCategoryObject.getCogsGlAccount(graphql.schema.DataFetchingEnvironment env) TransactionGlEntryObject.getGlAccount(graphql.schema.DataFetchingEnvironment env) ItemAccountingCategoryObject.getInventoryGlAccount(graphql.schema.DataFetchingEnvironment env) GlAccountObject.getParentGlAccount()ItemAccountingCategoryObject.getReturnsCogsGlAccount(graphql.schema.DataFetchingEnvironment env) ItemAccountingCategoryObject.getReturnsGlAccount(graphql.schema.DataFetchingEnvironment env) ItemAccountingCategoryObject.getSalesGlAccount(graphql.schema.DataFetchingEnvironment env) Methods in com.echothree.model.control.accounting.server.graphql that return types with arguments of type GlAccountObjectModifier and TypeMethodDescriptionGlAccountCategoryObject.getGlAccounts(graphql.schema.DataFetchingEnvironment env) GlAccountClassObject.getGlAccounts(graphql.schema.DataFetchingEnvironment env) GlAccountTypeObject.getGlAccounts(graphql.schema.DataFetchingEnvironment env) GlResourceTypeObject.getGlAccounts(graphql.schema.DataFetchingEnvironment env) -
Uses of GlAccountObject in com.echothree.model.control.customer.server.graphql
Methods in com.echothree.model.control.customer.server.graphql that return GlAccountObjectModifier and TypeMethodDescriptionCustomerObject.getArGlAccount(graphql.schema.DataFetchingEnvironment env) CustomerTypeObject.getDefaultArGlAccount(graphql.schema.DataFetchingEnvironment env) -
Uses of GlAccountObject in com.echothree.model.control.vendor.server.graphql
Methods in com.echothree.model.control.vendor.server.graphql that return GlAccountObjectModifier and TypeMethodDescriptionVendorObject.getApGlAccount(graphql.schema.DataFetchingEnvironment env) VendorTypeObject.getDefaultApGlAccount(graphql.schema.DataFetchingEnvironment env)