Uses of Class
com.echothree.model.control.party.server.graphql.DepartmentObject
Packages that use DepartmentObject
Package
Description
-
Uses of DepartmentObject in com.echothree.model.control.graphql.server.graphql
Methods in com.echothree.model.control.graphql.server.graphql that return DepartmentObjectModifier and TypeMethodDescriptionstatic DepartmentObject
GraphQlQueries.department
(graphql.schema.DataFetchingEnvironment env, String companyName, String divisionName, String departmentName, String partyName, String id) Methods in com.echothree.model.control.graphql.server.graphql that return types with arguments of type DepartmentObjectModifier and TypeMethodDescriptionstatic Collection<DepartmentObject>
GraphQlQueries.departments
(graphql.schema.DataFetchingEnvironment env, String companyName, String divisionName) -
Uses of DepartmentObject in com.echothree.model.control.offer.server.graphql
Methods in com.echothree.model.control.offer.server.graphql that return DepartmentObjectModifier and TypeMethodDescriptionOfferObject.getDepartment
(graphql.schema.DataFetchingEnvironment env) -
Uses of DepartmentObject in com.echothree.model.control.party.server.graphql
Methods in com.echothree.model.control.party.server.graphql that return types with arguments of type DepartmentObjectModifier and TypeMethodDescriptionDivisionObject.getDepartments
(graphql.schema.DataFetchingEnvironment env)