Class ContentCatalogObject
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.ContentCatalogObject
-
Field Summary
Fields inherited from class com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
basePrimaryKey -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContentCatalogItems(graphql.schema.DataFetchingEnvironment env) getContentCategories(graphql.schema.DataFetchingEnvironment env) getContentCollection(graphql.schema.DataFetchingEnvironment env) getDefaultOfferUse(graphql.schema.DataFetchingEnvironment env) getDescription(graphql.schema.DataFetchingEnvironment env) @graphql.annotations.annotationTypes.GraphQLNonNull boolean@graphql.annotations.annotationTypes.GraphQLNonNull intMethods inherited from class com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
getEntityAliasType, getEntityAliasTypes, getEntityAttribute, getEntityAttributeGroup, getEntityAttributeGroups, getEntityInstance, getEntityInstanceByBasePK, getId, getTagScope, getTagScopes, getWorkflowEntityStatusObjectMethods inherited from class com.echothree.model.control.graphql.server.graphql.BaseObject
getWorkflowEntityStatusObject
-
Constructor Details
-
ContentCatalogObject
-
-
Method Details
-
getContentCollection
-
getContentCatalogName
-
getDefaultOfferUse
-
getIsDefault
-
getSortOrder
-
getDescription
-
getContentCategories
public CountingPaginatedData<ContentCategoryObject> getContentCategories(graphql.schema.DataFetchingEnvironment env) -
getContentCatalogItems
public CountingPaginatedData<ContentCatalogItemObject> getContentCatalogItems(graphql.schema.DataFetchingEnvironment env)
-