Class DivisionObject
java.lang.Object
com.echothree.model.control.graphql.server.graphql.BaseObject
com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
com.echothree.model.control.party.server.graphql.BasePartyObject
com.echothree.model.control.party.server.graphql.DivisionObject
-
Field Summary
Fields inherited from class com.echothree.model.control.party.server.graphql.BasePartyObject
party
Fields inherited from class com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
basePrimaryKey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCompany
(graphql.schema.DataFetchingEnvironment env) getDepartments
(graphql.schema.DataFetchingEnvironment env) @graphql.annotations.annotationTypes.GraphQLNonNull boolean
protected PartyDivision
@graphql.annotations.annotationTypes.GraphQLNonNull int
Methods inherited from class com.echothree.model.control.party.server.graphql.BasePartyObject
getDescription, getPartyAliases, getPartyDetail, getPartyGroup, getPartyName, getPartyType, getPerson, getPreferredCurrency, getPreferredDateTimeFormat, getPreferredLanguage, getPreferredTimeZone
Methods inherited from class com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
getEntityAliasType, getEntityAliasTypes, getEntityAttribute, getEntityAttributeGroup, getEntityAttributeGroups, getEntityInstance, getEntityInstanceByBasePK, getId, getTagScope, getTagScopes, getWorkflowEntityStatusObject
-
Constructor Details
-
DivisionObject
-
DivisionObject
-
-
Method Details
-
getPartyDivision
-
getCompany
-
getDivisionName
-
getIsDefault
-
getSortOrder
-
getDepartments
public CountingPaginatedData<DepartmentObject> getDepartments(graphql.schema.DataFetchingEnvironment env)
-