Class ContentCategoryObject
java.lang.Object
com.echothree.model.control.graphql.server.graphql.BaseObject
com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
com.echothree.model.control.content.server.graphql.ContentCategoryObject
-
Field Summary
Fields inherited from class com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
basePrimaryKey
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContentCatalog
(graphql.schema.DataFetchingEnvironment env) getContentCategoryItems
(graphql.schema.DataFetchingEnvironment env) getContentCategoryItemsCount
(graphql.schema.DataFetchingEnvironment env) getDefaultOfferUse
(graphql.schema.DataFetchingEnvironment env) getDescription
(graphql.schema.DataFetchingEnvironment env) @graphql.annotations.annotationTypes.GraphQLNonNull boolean
getParentContentCategory
(graphql.schema.DataFetchingEnvironment env) @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
-
ContentCategoryObject
-
-
Method Details
-
getContentCatalog
-
getContentCategoryName
-
getParentContentCategory
-
getDefaultOfferUse
-
getIsDefault
-
getSortOrder
-
getDescription
-
getContentCategoryItemsCount
-
getContentCategoryItems
public List<ContentCategoryItemObject> getContentCategoryItems(graphql.schema.DataFetchingEnvironment env)
-