Uses of Class
com.echothree.model.data.content.server.entity.ContentPage
Packages that use ContentPage
Package
Description
-
Uses of ContentPage in com.echothree.control.user.content.server.command
Methods in com.echothree.control.user.content.server.command that return ContentPageModifier and TypeMethodDescriptionEditContentPageCommand.getEntity(EditContentPageResult result) protected ContentPageGetContentPageCommand.getEntity()EditContentPageCommand.getLockEntity(ContentPage contentPage) EditContentPageDescriptionCommand.getLockEntity(ContentPageDescription contentPageDescription) Methods in com.echothree.control.user.content.server.command that return types with arguments of type ContentPageModifier and TypeMethodDescriptionprotected Collection<ContentPage> GetContentPagesCommand.getEntities()Methods in com.echothree.control.user.content.server.command with parameters of type ContentPageModifier and TypeMethodDescriptionvoidEditContentPageCommand.canUpdate(ContentPage contentPage) voidEditContentPageCommand.doLock(ContentPageEdit edit, ContentPage contentPage) voidEditContentPageCommand.doUpdate(ContentPage contentPage) voidEditContentPageCommand.fillInResult(EditContentPageResult result, ContentPage contentPage) EditContentPageCommand.getLockEntity(ContentPage contentPage) protected BaseResultGetContentPageCommand.getResult(ContentPage contentPage) Method parameters in com.echothree.control.user.content.server.command with type arguments of type ContentPageModifier and TypeMethodDescriptionprotected BaseResultGetContentPagesCommand.getResult(Collection<ContentPage> entities) -
Uses of ContentPage in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentPageModifier and TypeMethodDescriptionContentControl.createContentPage(ContentSection contentSection, String contentPageName, ContentPageLayout contentPageLayout, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContentControl.getContentPageByEntityInstance(EntityInstance entityInstance) ContentControl.getContentPageByEntityInstance(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.ContentPageContentControl.getContentPageByEntityInstanceForUpdate(EntityInstance entityInstance) ContentControl.getContentPageByName(ContentSection contentSection, String contentPageName) ContentControl.getContentPageByNameForUpdate(ContentSection contentSection, String contentPageName) ContentControl.getDefaultContentPage(ContentSection contentSection) Methods in com.echothree.model.control.content.server.control that return types with arguments of type ContentPageModifier and TypeMethodDescriptionContentControl.getContentPagesByContentPageLayout(ContentPageLayout contentPageLayout) ContentControl.getContentPagesByContentPageLayoutForUpdate(ContentPageLayout contentPageLayout) ContentControl.getContentPagesByContentSection(ContentSection contentSection) ContentControl.getContentPagesByContentSectionForUpdate(ContentSection contentSection) Methods in com.echothree.model.control.content.server.control with parameters of type ContentPageModifier and TypeMethodDescriptionlongContentControl.countContentPageAreasByContentPage(ContentPage contentPage) ContentControl.createContentPageArea(ContentPage contentPage, ContentPageLayoutArea contentPageLayoutArea, Language language, MimeType mimeType, BasePK createdBy) ContentControl.createContentPageDescription(ContentPage contentPage, Language language, String description, BasePK createdBy) voidContentControl.deleteContentPage(ContentPage contentPage, BasePK deletedBy) voidContentControl.deleteContentPageAreasByContentPage(ContentPage contentPage, BasePK deletedBy) voidContentControl.deleteContentPageDescriptionsByContentPage(ContentPage contentPage, BasePK deletedBy) ContentControl.getBestContentPageArea(ContentPage contentPage, ContentPageLayoutArea contentPageLayoutArea, Language language) ContentControl.getBestContentPageDescription(ContentPage contentPage, Language language) ContentControl.getContentPageArea(ContentPage contentPage, ContentPageLayoutArea contentPageLayoutArea, Language language) ContentControl.getContentPageAreaDetailValueForUpdate(ContentPage contentPage, ContentPageLayoutArea contentPageLayoutArea, Language language) ContentControl.getContentPageAreaForUpdate(ContentPage contentPage, ContentPageLayoutArea contentPageLayoutArea, Language language) ContentControl.getContentPageAreasByContentPage(ContentPage contentPage) ContentControl.getContentPageAreasByContentPage(ContentPage contentPage, Language language) ContentControl.getContentPageAreasByContentPageForUpdate(ContentPage contentPage) ContentControl.getContentPageAreasByContentPageForUpdate(ContentPage contentPage, Language language) ContentControl.getContentPageAreaTransfersByContentPage(UserVisit userVisit, ContentPage contentPage) ContentControl.getContentPageAreaTransfersByContentPage(UserVisit userVisit, ContentPage contentPage, Language language) ContentControl.getContentPageDescription(ContentPage contentPage, Language language) ContentControl.getContentPageDescriptionForUpdate(ContentPage contentPage, Language language) ContentControl.getContentPageDescriptionsByContentPage(ContentPage contentPage) ContentControl.getContentPageDescriptionsByContentPageForUpdate(ContentPage contentPage) ContentControl.getContentPageDescriptionTransfers(UserVisit userVisit, ContentPage contentPage) ContentControl.getContentPageDescriptionValueForUpdate(ContentPage contentPage, Language language) ContentControl.getContentPageDetailValueForUpdate(ContentPage contentPage) ContentControl.getContentPageTransfer(UserVisit userVisit, ContentPage contentPage) Method parameters in com.echothree.model.control.content.server.control with type arguments of type ContentPageModifier and TypeMethodDescriptionContentControl.getContentPageTransfers(UserVisit userVisit, Collection<ContentPage> contentPages) -
Uses of ContentPage in com.echothree.model.control.content.server.graphql
Constructors in com.echothree.model.control.content.server.graphql with parameters of type ContentPage -
Uses of ContentPage in com.echothree.model.control.content.server.transfer
Methods in com.echothree.model.control.content.server.transfer with parameters of type ContentPageModifier and TypeMethodDescriptionContentPageTransferCache.getContentPageTransfer(UserVisit userVisit, ContentPage contentPage) -
Uses of ContentPage in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentPageModifier and TypeMethodDescriptionContentPageAreaDetail.getContentPage()ContentPageAreaDetail.getContentPage(EntityPermission entityPermission) ContentPageAreaDetail.getContentPage(Session session) ContentPageAreaDetail.getContentPage(Session session, EntityPermission entityPermission) ContentPageDescription.getContentPage()ContentPageDescription.getContentPage(EntityPermission entityPermission) ContentPageDescription.getContentPage(Session session) ContentPageDescription.getContentPage(Session session, EntityPermission entityPermission) ContentPageDetail.getContentPage()ContentPageDetail.getContentPage(EntityPermission entityPermission) ContentPageDetail.getContentPage(Session session) ContentPageDetail.getContentPage(Session session, EntityPermission entityPermission) ContentPageAreaDetail.getContentPageForUpdate()ContentPageAreaDetail.getContentPageForUpdate(Session session) ContentPageDescription.getContentPageForUpdate()ContentPageDescription.getContentPageForUpdate(Session session) ContentPageDetail.getContentPageForUpdate()ContentPageDetail.getContentPageForUpdate(Session session) Methods in com.echothree.model.data.content.server.entity with parameters of type ContentPageModifier and TypeMethodDescriptionvoidContentPageAreaDetail.setContentPage(ContentPage entity) voidContentPageDescription.setContentPage(ContentPage entity) voidContentPageDetail.setContentPage(ContentPage entity) -
Uses of ContentPage in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentPageModifier and TypeMethodDescriptionContentPageFactory.create()ContentPageFactory.create(ContentPageDetailPK activeDetailPK, ContentPageDetailPK lastDetailPK) ContentPageFactory.create(ContentPageDetail activeDetail, ContentPageDetail lastDetail) ContentPageFactory.create(Session session, ContentPageDetailPK activeDetailPK, ContentPageDetailPK lastDetailPK) ContentPageFactory.create(Session session, ContentPageDetail activeDetail, ContentPageDetail lastDetail) ContentPageFactory.getEntityFromCache(Session session, ContentPagePK pk) ContentPageFactory.getEntityFromPK(EntityPermission entityPermission, ContentPagePK pk) ContentPageFactory.getEntityFromPK(Session session, EntityPermission entityPermission, ContentPagePK pk) ContentPageFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) ContentPageFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentPageFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentPageFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentPageFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentPageFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentPageFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentPageFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ContentPageFactory.getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) ContentPageFactory.getEntityFromValue(EntityPermission entityPermission, ContentPageValue value) ContentPageFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ContentPageValue value) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentPageModifier and TypeMethodDescriptionContentPageFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentPagePK> pks) ContentPageFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ContentPagePK> pks) ContentPageFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) ContentPageFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentPageFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentPageFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentPageFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentPageFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentPageFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentPageFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) ContentPageFactory.getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentPageModifier and TypeMethodDescriptionContentPageAreaDetailFactory.create(ContentPageArea contentPageArea, ContentPage contentPage, ContentPageLayoutArea contentPageLayoutArea, Language language, MimeType mimeType, Long fromTime, Long thruTime) ContentPageAreaDetailFactory.create(Session session, ContentPageArea contentPageArea, ContentPage contentPage, ContentPageLayoutArea contentPageLayoutArea, Language language, MimeType mimeType, Long fromTime, Long thruTime) ContentPageDescriptionFactory.create(ContentPage contentPage, Language language, String description, Long fromTime, Long thruTime) ContentPageDescriptionFactory.create(Session session, ContentPage contentPage, Language language, String description, Long fromTime, Long thruTime) ContentPageDetailFactory.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) voidContentPageFactory.remove(Session session, ContentPage entity) voidContentPageFactory.store(Session session, ContentPage entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentPageModifier and TypeMethodDescriptionvoidContentPageFactory.store(Session session, Collection<ContentPage> entities) voidContentPageFactory.store(Collection<ContentPage> entities)