Uses of Class
com.echothree.model.data.content.server.entity.ContentSection
Packages that use ContentSection
Package
Description
-
Uses of ContentSection in com.echothree.control.user.content.server.command
Methods in com.echothree.control.user.content.server.command that return ContentSectionModifier and TypeMethodDescriptionEditContentSectionCommand.getEntity
(EditContentSectionResult result) protected ContentSection
GetContentSectionCommand.getEntity()
EditContentSectionCommand.getLockEntity
(ContentSection contentSection) EditContentSectionDescriptionCommand.getLockEntity
(ContentSectionDescription contentSectionDescription) Methods in com.echothree.control.user.content.server.command that return types with arguments of type ContentSectionModifier and TypeMethodDescriptionprotected Collection<ContentSection>
GetContentSectionsCommand.getEntities()
Methods in com.echothree.control.user.content.server.command with parameters of type ContentSectionModifier and TypeMethodDescriptionvoid
EditContentSectionCommand.canUpdate
(ContentSection contentSection) void
EditContentSectionCommand.doLock
(ContentSectionEdit edit, ContentSection contentSection) void
EditContentSectionCommand.doUpdate
(ContentSection contentSection) void
EditContentSectionCommand.fillInResult
(EditContentSectionResult result, ContentSection contentSection) EditContentSectionCommand.getLockEntity
(ContentSection contentSection) protected BaseResult
GetContentSectionCommand.getResult
(ContentSection contentSection) Method parameters in com.echothree.control.user.content.server.command with type arguments of type ContentSectionModifier and TypeMethodDescriptionprotected BaseResult
GetContentSectionsCommand.getResult
(Collection<ContentSection> entities) -
Uses of ContentSection in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentSectionModifier and TypeMethodDescriptionContentControl.createContentSection
(ContentCollection contentCollection, String contentSectionName, ContentSection parentContentSection, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContentControl.getContentSectionByName
(ContentCollection contentCollection, String contentSectionName) ContentControl.getContentSectionByNameForUpdate
(ContentCollection contentCollection, String contentSectionName) ContentControl.getDefaultContentSection
(ContentCollection contentCollection) Methods in com.echothree.model.control.content.server.control that return types with arguments of type ContentSectionModifier and TypeMethodDescriptionContentControl.getContentSections
(ContentCollection contentCollection) ContentControl.getContentSectionsByParentContentSection
(ContentSection parentContentSection) ContentControl.getContentSectionsByParentContentSectionForUpdate
(ContentSection parentContentSection) ContentControl.getContentSectionsForUpdate
(ContentCollection contentCollection) Methods in com.echothree.model.control.content.server.control with parameters of type ContentSectionModifier and TypeMethodDescriptionlong
ContentControl.countContentPagesByContentSection
(ContentSection contentSection) ContentControl.createContentPage
(ContentSection contentSection, String contentPageName, ContentPageLayout contentPageLayout, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContentControl.createContentSection
(ContentCollection contentCollection, String contentSectionName, ContentSection parentContentSection, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContentControl.createContentSectionDescription
(ContentSection contentSection, Language language, String description, BasePK createdBy) void
ContentControl.deleteContentPagesByContentSection
(ContentSection contentSection, BasePK deletedBy) void
ContentControl.deleteContentSection
(ContentSection contentSection, BasePK deletedBy) void
ContentControl.deleteContentSectionDescriptionsByContentSection
(ContentSection contentSection, BasePK deletedBy) ContentControl.getBestContentSectionDescription
(ContentSection contentSection, Language language) ContentControl.getContentPageByName
(ContentSection contentSection, String contentPageName) ContentControl.getContentPageByNameForUpdate
(ContentSection contentSection, String contentPageName) ContentControl.getContentPageDetailValueByNameForUpdate
(ContentSection contentSection, String contentPageName) ContentControl.getContentPagesByContentSection
(ContentSection contentSection) ContentControl.getContentPagesByContentSectionForUpdate
(ContentSection contentSection) ContentControl.getContentPageTransfers
(UserVisit userVisit, ContentSection contentSection) ContentControl.getContentSectionDescription
(ContentSection contentSection, Language language) ContentControl.getContentSectionDescriptionForUpdate
(ContentSection contentSection, Language language) ContentControl.getContentSectionDescriptionsByContentSection
(ContentSection contentSection) ContentControl.getContentSectionDescriptionsByContentSectionForUpdate
(ContentSection contentSection) ContentControl.getContentSectionDescriptionTransfers
(UserVisit userVisit, ContentSection contentSection) ContentControl.getContentSectionDescriptionValueForUpdate
(ContentSection contentSection, Language language) ContentControl.getContentSectionDetailValueForUpdate
(ContentSection contentSection) ContentControl.getContentSectionsByParentContentSection
(ContentSection parentContentSection) ContentControl.getContentSectionsByParentContentSectionForUpdate
(ContentSection parentContentSection) ContentControl.getContentSectionTransfer
(UserVisit userVisit, ContentSection contentSection) ContentControl.getContentSectionTransfersByParentContentSection
(UserVisit userVisit, ContentSection parentContentSection) ContentControl.getDefaultContentPage
(ContentSection contentSection) ContentControl.getDefaultContentPageDetailValueForUpdate
(ContentSection contentSection) boolean
ContentControl.isParentContentSectionSafe
(ContentSection contentSection, ContentSection parentContentSection) Method parameters in com.echothree.model.control.content.server.control with type arguments of type ContentSectionModifier and TypeMethodDescriptionContentControl.getContentSectionTransfers
(UserVisit userVisit, Collection<ContentSection> contentSections) -
Uses of ContentSection in com.echothree.model.control.content.server.graphql
Constructors in com.echothree.model.control.content.server.graphql with parameters of type ContentSection -
Uses of ContentSection in com.echothree.model.control.content.server.transfer
Methods in com.echothree.model.control.content.server.transfer with parameters of type ContentSectionModifier and TypeMethodDescriptionContentSectionTransferCache.getContentSectionTransfer
(ContentSection contentSection) -
Uses of ContentSection in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentSectionModifier and TypeMethodDescriptionContentPageDetail.getContentSection()
ContentPageDetail.getContentSection
(EntityPermission entityPermission) ContentPageDetail.getContentSection
(Session session) ContentPageDetail.getContentSection
(Session session, EntityPermission entityPermission) ContentSectionDescription.getContentSection()
ContentSectionDescription.getContentSection
(EntityPermission entityPermission) ContentSectionDescription.getContentSection
(Session session) ContentSectionDescription.getContentSection
(Session session, EntityPermission entityPermission) ContentSectionDetail.getContentSection()
ContentSectionDetail.getContentSection
(EntityPermission entityPermission) ContentSectionDetail.getContentSection
(Session session) ContentSectionDetail.getContentSection
(Session session, EntityPermission entityPermission) ContentPageDetail.getContentSectionForUpdate()
ContentPageDetail.getContentSectionForUpdate
(Session session) ContentSectionDescription.getContentSectionForUpdate()
ContentSectionDescription.getContentSectionForUpdate
(Session session) ContentSectionDetail.getContentSectionForUpdate()
ContentSectionDetail.getContentSectionForUpdate
(Session session) ContentSectionDetail.getParentContentSection()
ContentSectionDetail.getParentContentSection
(EntityPermission entityPermission) ContentSectionDetail.getParentContentSection
(Session session) ContentSectionDetail.getParentContentSection
(Session session, EntityPermission entityPermission) ContentSectionDetail.getParentContentSectionForUpdate()
ContentSectionDetail.getParentContentSectionForUpdate
(Session session) Methods in com.echothree.model.data.content.server.entity with parameters of type ContentSectionModifier and TypeMethodDescriptionvoid
ContentPageDetail.setContentSection
(ContentSection entity) void
ContentSectionDescription.setContentSection
(ContentSection entity) void
ContentSectionDetail.setContentSection
(ContentSection entity) void
ContentSectionDetail.setParentContentSection
(ContentSection entity) -
Uses of ContentSection in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentSectionModifier and TypeMethodDescriptionContentSectionFactory.create()
ContentSectionFactory.create
(ContentSectionDetailPK activeDetailPK, ContentSectionDetailPK lastDetailPK) ContentSectionFactory.create
(ContentSectionDetail activeDetail, ContentSectionDetail lastDetail) ContentSectionFactory.create
(Session session, ContentSectionDetailPK activeDetailPK, ContentSectionDetailPK lastDetailPK) ContentSectionFactory.create
(Session session, ContentSectionDetail activeDetail, ContentSectionDetail lastDetail) ContentSectionFactory.getEntityFromCache
(Session session, ContentSectionPK pk) ContentSectionFactory.getEntityFromPK
(EntityPermission entityPermission, ContentSectionPK pk) ContentSectionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContentSectionPK pk) ContentSectionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ContentSectionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentSectionFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentSectionFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentSectionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentSectionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentSectionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentSectionFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContentSectionFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) ContentSectionFactory.getEntityFromValue
(EntityPermission entityPermission, ContentSectionValue value) ContentSectionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContentSectionValue value) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentSectionModifier and TypeMethodDescriptionContentSectionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContentSectionPK> pks) ContentSectionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentSectionPK> pks) ContentSectionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ContentSectionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentSectionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentSectionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentSectionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentSectionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentSectionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentSectionFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContentSectionFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentSectionModifier and TypeMethodDescriptionContentPageDetailFactory.create
(ContentPage contentPage, ContentSection contentSection, String contentPageName, ContentPageLayout contentPageLayout, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentPageDetailFactory.create
(Session session, ContentPage contentPage, ContentSection contentSection, String contentPageName, ContentPageLayout contentPageLayout, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentSectionDescriptionFactory.create
(ContentSection contentSection, Language language, String description, Long fromTime, Long thruTime) ContentSectionDescriptionFactory.create
(Session session, ContentSection contentSection, Language language, String description, Long fromTime, Long thruTime) ContentSectionDetailFactory.create
(ContentSection contentSection, ContentCollection contentCollection, String contentSectionName, ContentSection parentContentSection, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentSectionDetailFactory.create
(Session session, ContentSection contentSection, ContentCollection contentCollection, String contentSectionName, ContentSection parentContentSection, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) void
ContentSectionFactory.remove
(Session session, ContentSection entity) void
ContentSectionFactory.store
(Session session, ContentSection entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentSectionModifier and TypeMethodDescriptionvoid
ContentSectionFactory.store
(Session session, Collection<ContentSection> entities) void
ContentSectionFactory.store
(Collection<ContentSection> entities)