Class EntityAttributeGroupObject
java.lang.Object
com.echothree.model.control.graphql.server.graphql.BaseObject
com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
com.echothree.model.control.core.server.graphql.EntityAttributeGroupObject
-
Field Summary
Fields inherited from class com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
basePrimaryKey
-
Constructor Summary
ConstructorsConstructorDescriptionEntityAttributeGroupObject
(EntityAttributeGroup entityAttributeGroup, EntityInstance entityInstance) -
Method Summary
Modifier and TypeMethodDescriptiongetDescription
(graphql.schema.DataFetchingEnvironment env) getEntityAttributeEntityAttributeGroups
(graphql.schema.DataFetchingEnvironment env) getEntityAttributes
(graphql.schema.DataFetchingEnvironment env) @graphql.annotations.annotationTypes.GraphQLNonNull boolean
@graphql.annotations.annotationTypes.GraphQLNonNull int
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
-
EntityAttributeGroupObject
public EntityAttributeGroupObject(EntityAttributeGroup entityAttributeGroup, EntityInstance entityInstance)
-
-
Method Details
-
getEntityAttributeGroupName
-
getIsDefault
-
getSortOrder
-
getDescription
-
getEntityAttributes
public CountingPaginatedData<EntityAttributeObject> getEntityAttributes(graphql.schema.DataFetchingEnvironment env) -
getEntityAttributeEntityAttributeGroups
public Collection<EntityAttributeEntityAttributeGroupObject> getEntityAttributeEntityAttributeGroups(graphql.schema.DataFetchingEnvironment env)
-