Uses of Class
com.echothree.model.data.content.server.entity.ContentPageLayout
Packages that use ContentPageLayout
Package
Description
-
Uses of ContentPageLayout in com.echothree.control.user.content.server.command
Methods in com.echothree.control.user.content.server.command that return ContentPageLayoutModifier and TypeMethodDescriptionEditContentPageLayoutCommand.getEntity
(EditContentPageLayoutResult result) protected ContentPageLayout
GetContentPageLayoutCommand.getEntity()
EditContentPageLayoutCommand.getLockEntity
(ContentPageLayout contentPageLayout) Methods in com.echothree.control.user.content.server.command that return types with arguments of type ContentPageLayoutModifier and TypeMethodDescriptionprotected Collection<ContentPageLayout>
GetContentPageLayoutsCommand.getEntities()
Methods in com.echothree.control.user.content.server.command with parameters of type ContentPageLayoutModifier and TypeMethodDescriptionvoid
EditContentPageLayoutCommand.canUpdate
(ContentPageLayout contentPageLayout) void
EditContentPageLayoutCommand.doLock
(ContentPageLayoutEdit edit, ContentPageLayout contentPageLayout) void
EditContentPageLayoutCommand.doUpdate
(ContentPageLayout contentPageLayout) void
EditContentPageLayoutCommand.fillInResult
(EditContentPageLayoutResult result, ContentPageLayout contentPageLayout) EditContentPageLayoutCommand.getLockEntity
(ContentPageLayout contentPageLayout) protected BaseResult
GetContentPageLayoutCommand.getResult
(ContentPageLayout contentPageLayout) Method parameters in com.echothree.control.user.content.server.command with type arguments of type ContentPageLayoutModifier and TypeMethodDescriptionprotected BaseResult
GetContentPageLayoutsCommand.getResult
(Collection<ContentPageLayout> entities) -
Uses of ContentPageLayout in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentPageLayoutModifier and TypeMethodDescriptionContentControl.createContentPageLayout
(String contentPageLayoutName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContentControl.getContentPageLayoutByEntityInstance
(EntityInstance entityInstance) ContentControl.getContentPageLayoutByEntityInstance
(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.ContentPageLayoutContentControl.getContentPageLayoutByEntityInstanceForUpdate
(EntityInstance entityInstance) ContentControl.getContentPageLayoutByName
(String contentPageLayoutName) ContentControl.getContentPageLayoutByName
(String contentPageLayoutName, EntityPermission entityPermission) ContentControl.getContentPageLayoutByNameForUpdate
(String contentPageLayoutName) ContentControl.getDefaultContentPageLayout()
ContentControl.getDefaultContentPageLayout
(EntityPermission entityPermission) ContentControl.getDefaultContentPageLayoutForUpdate()
Methods in com.echothree.model.control.content.server.control that return types with arguments of type ContentPageLayoutModifier and TypeMethodDescriptionContentControl.getContentPageLayouts()
ContentControl.getContentPageLayoutsForUpdate()
Methods in com.echothree.model.control.content.server.control with parameters of type ContentPageLayoutModifier and TypeMethodDescriptionlong
ContentControl.countContentPageLayoutAreasByContentPageLayout
(ContentPageLayout contentPageLayout) ContentControl.createContentPage
(ContentSection contentSection, String contentPageName, ContentPageLayout contentPageLayout, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContentControl.createContentPageLayoutArea
(ContentPageLayout contentPageLayout, ContentPageAreaType contentPageAreaType, Boolean showDescriptionField, Integer sortOrder) ContentControl.createContentPageLayoutDescription
(ContentPageLayout contentPageLayout, Language language, String description, BasePK createdBy) void
ContentControl.deleteContentPageLayout
(ContentPageLayout contentPageLayout, BasePK deletedBy) void
ContentControl.deleteContentPageLayoutDescriptionsByContentPageLayout
(ContentPageLayout contentPageLayout, BasePK deletedBy) void
ContentControl.deleteContentPagesByContentPageLayout
(ContentPageLayout contentPageLayout, BasePK deletedBy) ContentControl.getBestContentPageLayoutDescription
(ContentPageLayout contentPageLayout, Language language) ContentControl.getContentPageLayoutArea
(ContentPageLayout contentPageLayout, Integer sortOrder) ContentControl.getContentPageLayoutAreasByContentPageLayout
(ContentPageLayout contentPageLayout) ContentControl.getContentPageLayoutAreaTransfersByContentPageLayout
(UserVisit userVisit, ContentPageLayout contentPageLayout) ContentControl.getContentPageLayoutDescription
(ContentPageLayout contentPageLayout, Language language) ContentControl.getContentPageLayoutDescriptionForUpdate
(ContentPageLayout contentPageLayout, Language language) ContentControl.getContentPageLayoutDescriptionsByContentPageLayout
(ContentPageLayout contentPageLayout) ContentControl.getContentPageLayoutDescriptionsByContentPageLayoutForUpdate
(ContentPageLayout contentPageLayout) ContentControl.getContentPageLayoutDescriptionTransfersByContentPageLayout
(UserVisit userVisit, ContentPageLayout contentPageLayout) ContentControl.getContentPageLayoutDescriptionValueForUpdate
(ContentPageLayout contentPageLayout, Language language) ContentControl.getContentPageLayoutDetailValueForUpdate
(ContentPageLayout contentPageLayout) ContentControl.getContentPageLayoutTransfer
(UserVisit userVisit, ContentPageLayout contentPageLayout) ContentControl.getContentPagesByContentPageLayout
(ContentPageLayout contentPageLayout) ContentControl.getContentPagesByContentPageLayoutForUpdate
(ContentPageLayout contentPageLayout) Method parameters in com.echothree.model.control.content.server.control with type arguments of type ContentPageLayoutModifier and TypeMethodDescriptionContentControl.getContentPageLayoutTransfers
(UserVisit userVisit, Collection<ContentPageLayout> contentPageLayouts) -
Uses of ContentPageLayout in com.echothree.model.control.content.server.graphql
Constructors in com.echothree.model.control.content.server.graphql with parameters of type ContentPageLayout -
Uses of ContentPageLayout in com.echothree.model.control.content.server.logic
Methods in com.echothree.model.control.content.server.logic that return ContentPageLayoutModifier and TypeMethodDescriptionContentPageLayoutLogic.createContentPageLayout
(ExecutionErrorAccumulator eea, String contentPageLayoutName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) ContentPageLayoutLogic.getContentPageLayoutByName
(ExecutionErrorAccumulator eea, String contentPageLayoutName) ContentPageLayoutLogic.getContentPageLayoutByName
(ExecutionErrorAccumulator eea, String contentPageLayoutName, EntityPermission entityPermission) ContentPageLayoutLogic.getContentPageLayoutByNameForUpdate
(ExecutionErrorAccumulator eea, String contentPageLayoutName) ContentPageLayoutLogic.getContentPageLayoutByUniversalSpec
(ExecutionErrorAccumulator eea, ContentPageLayoutUniversalSpec universalSpec, boolean allowDefault) ContentPageLayoutLogic.getContentPageLayoutByUniversalSpec
(ExecutionErrorAccumulator eea, ContentPageLayoutUniversalSpec universalSpec, boolean allowDefault, EntityPermission entityPermission) ContentPageLayoutLogic.getContentPageLayoutByUniversalSpecForUpdate
(ExecutionErrorAccumulator eea, ContentPageLayoutUniversalSpec universalSpec, boolean allowDefault) Methods in com.echothree.model.control.content.server.logic with parameters of type ContentPageLayoutModifier and TypeMethodDescriptionvoid
ContentPageLayoutLogic.deleteContentPageLayout
(ExecutionErrorAccumulator eea, ContentPageLayout contentPageLayout, BasePK deletedBy) -
Uses of ContentPageLayout in com.echothree.model.control.content.server.transfer
Methods in com.echothree.model.control.content.server.transfer with parameters of type ContentPageLayoutModifier and TypeMethodDescriptionContentPageLayoutTransferCache.getTransfer
(ContentPageLayout contentPageLayout) -
Uses of ContentPageLayout in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentPageLayoutModifier and TypeMethodDescriptionContentPageDetail.getContentPageLayout()
ContentPageDetail.getContentPageLayout
(EntityPermission entityPermission) ContentPageDetail.getContentPageLayout
(Session session) ContentPageDetail.getContentPageLayout
(Session session, EntityPermission entityPermission) ContentPageLayoutArea.getContentPageLayout()
ContentPageLayoutArea.getContentPageLayout
(EntityPermission entityPermission) ContentPageLayoutArea.getContentPageLayout
(Session session) ContentPageLayoutArea.getContentPageLayout
(Session session, EntityPermission entityPermission) ContentPageLayoutDescription.getContentPageLayout()
ContentPageLayoutDescription.getContentPageLayout
(EntityPermission entityPermission) ContentPageLayoutDescription.getContentPageLayout
(Session session) ContentPageLayoutDescription.getContentPageLayout
(Session session, EntityPermission entityPermission) ContentPageLayoutDetail.getContentPageLayout()
ContentPageLayoutDetail.getContentPageLayout
(EntityPermission entityPermission) ContentPageLayoutDetail.getContentPageLayout
(Session session) ContentPageLayoutDetail.getContentPageLayout
(Session session, EntityPermission entityPermission) ContentPageDetail.getContentPageLayoutForUpdate()
ContentPageDetail.getContentPageLayoutForUpdate
(Session session) ContentPageLayoutArea.getContentPageLayoutForUpdate()
ContentPageLayoutArea.getContentPageLayoutForUpdate
(Session session) ContentPageLayoutDescription.getContentPageLayoutForUpdate()
ContentPageLayoutDescription.getContentPageLayoutForUpdate
(Session session) ContentPageLayoutDetail.getContentPageLayoutForUpdate()
ContentPageLayoutDetail.getContentPageLayoutForUpdate
(Session session) Methods in com.echothree.model.data.content.server.entity with parameters of type ContentPageLayoutModifier and TypeMethodDescriptionvoid
ContentPageDetail.setContentPageLayout
(ContentPageLayout entity) void
ContentPageLayoutArea.setContentPageLayout
(ContentPageLayout entity) void
ContentPageLayoutDescription.setContentPageLayout
(ContentPageLayout entity) void
ContentPageLayoutDetail.setContentPageLayout
(ContentPageLayout entity) -
Uses of ContentPageLayout in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentPageLayoutModifier and TypeMethodDescriptionContentPageLayoutFactory.create()
ContentPageLayoutFactory.create
(ContentPageLayoutDetailPK activeDetailPK, ContentPageLayoutDetailPK lastDetailPK) ContentPageLayoutFactory.create
(ContentPageLayoutDetail activeDetail, ContentPageLayoutDetail lastDetail) ContentPageLayoutFactory.create
(Session session, ContentPageLayoutDetailPK activeDetailPK, ContentPageLayoutDetailPK lastDetailPK) ContentPageLayoutFactory.create
(Session session, ContentPageLayoutDetail activeDetail, ContentPageLayoutDetail lastDetail) ContentPageLayoutFactory.getEntityFromCache
(Session session, ContentPageLayoutPK pk) ContentPageLayoutFactory.getEntityFromPK
(EntityPermission entityPermission, ContentPageLayoutPK pk) ContentPageLayoutFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContentPageLayoutPK pk) ContentPageLayoutFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ContentPageLayoutFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentPageLayoutFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentPageLayoutFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentPageLayoutFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentPageLayoutFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentPageLayoutFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentPageLayoutFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContentPageLayoutFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) ContentPageLayoutFactory.getEntityFromValue
(EntityPermission entityPermission, ContentPageLayoutValue value) ContentPageLayoutFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContentPageLayoutValue value) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentPageLayoutModifier and TypeMethodDescriptionContentPageLayoutFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContentPageLayoutPK> pks) ContentPageLayoutFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentPageLayoutPK> pks) ContentPageLayoutFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ContentPageLayoutFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentPageLayoutFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentPageLayoutFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentPageLayoutFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentPageLayoutFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentPageLayoutFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentPageLayoutFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContentPageLayoutFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentPageLayoutModifier 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) ContentPageLayoutAreaFactory.create
(ContentPageLayout contentPageLayout, ContentPageAreaType contentPageAreaType, Boolean showDescriptionField, Integer sortOrder) ContentPageLayoutAreaFactory.create
(Session session, ContentPageLayout contentPageLayout, ContentPageAreaType contentPageAreaType, Boolean showDescriptionField, Integer sortOrder) ContentPageLayoutDescriptionFactory.create
(ContentPageLayout contentPageLayout, Language language, String description, Long fromTime, Long thruTime) ContentPageLayoutDescriptionFactory.create
(Session session, ContentPageLayout contentPageLayout, Language language, String description, Long fromTime, Long thruTime) ContentPageLayoutDetailFactory.create
(ContentPageLayout contentPageLayout, String contentPageLayoutName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ContentPageLayoutDetailFactory.create
(Session session, ContentPageLayout contentPageLayout, String contentPageLayoutName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) void
ContentPageLayoutFactory.remove
(Session session, ContentPageLayout entity) void
ContentPageLayoutFactory.store
(Session session, ContentPageLayout entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentPageLayoutModifier and TypeMethodDescriptionvoid
ContentPageLayoutFactory.store
(Session session, Collection<ContentPageLayout> entities) void
ContentPageLayoutFactory.store
(Collection<ContentPageLayout> entities)