Class ContentCollectionObject
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.ContentCollectionObject
-
Field Summary
Fields inherited from class com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
basePrimaryKey -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetContentCatalogs(graphql.schema.DataFetchingEnvironment env) getContentSections(graphql.schema.DataFetchingEnvironment env) getDefaultOfferUse(graphql.schema.DataFetchingEnvironment env) getDescription(graphql.schema.DataFetchingEnvironment env) Methods 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
-
ContentCollectionObject
-
-
Method Details
-
getContentCollectionName
-
getDefaultOfferUse
-
getDescription
-
getContentCatalogs
public CountingPaginatedData<ContentCatalogObject> getContentCatalogs(graphql.schema.DataFetchingEnvironment env) -
getContentSections
public CountingPaginatedData<ContentSectionObject> getContentSections(graphql.schema.DataFetchingEnvironment env)
-