Uses of Class
com.echothree.model.data.content.server.entity.ContentPageLayoutArea
Packages that use ContentPageLayoutArea
Package
Description
-
Uses of ContentPageLayoutArea in com.echothree.control.user.content.server.command
Methods in com.echothree.control.user.content.server.command that return ContentPageLayoutAreaModifier and TypeMethodDescriptionprotected ContentPageLayoutArea
GetContentPageLayoutAreaCommand.getEntity()
Methods in com.echothree.control.user.content.server.command that return types with arguments of type ContentPageLayoutAreaModifier and TypeMethodDescriptionprotected Collection<ContentPageLayoutArea>
GetContentPageLayoutAreasCommand.getEntities()
Methods in com.echothree.control.user.content.server.command with parameters of type ContentPageLayoutAreaModifier and TypeMethodDescriptionprotected BaseResult
GetContentPageLayoutAreaCommand.getResult
(ContentPageLayoutArea contentPageLayoutArea) Method parameters in com.echothree.control.user.content.server.command with type arguments of type ContentPageLayoutAreaModifier and TypeMethodDescriptionprotected BaseResult
GetContentPageLayoutAreasCommand.getResult
(Collection<ContentPageLayoutArea> entities) -
Uses of ContentPageLayoutArea in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentPageLayoutAreaModifier and TypeMethodDescriptionContentControl.createContentPageLayoutArea
(ContentPageLayout contentPageLayout, ContentPageAreaType contentPageAreaType, Boolean showDescriptionField, Integer sortOrder) ContentControl.getContentPageLayoutArea
(ContentPageLayout contentPageLayout, Integer sortOrder) Methods in com.echothree.model.control.content.server.control that return types with arguments of type ContentPageLayoutAreaModifier and TypeMethodDescriptionContentControl.getContentPageLayoutAreasByContentPageLayout
(ContentPageLayout contentPageLayout) Methods in com.echothree.model.control.content.server.control with parameters of type ContentPageLayoutAreaModifier and TypeMethodDescriptionContentControl.createContentPageArea
(ContentPage contentPage, ContentPageLayoutArea contentPageLayoutArea, Language language, MimeType mimeType, BasePK createdBy) ContentControl.createContentPageLayoutAreaDescription
(ContentPageLayoutArea contentPageLayoutArea, Language language, String description) ContentControl.getBestContentPageArea
(ContentPage contentPage, ContentPageLayoutArea contentPageLayoutArea, Language language) ContentControl.getBestContentPageLayoutAreaDescription
(ContentPageLayoutArea contentPageLayoutArea, 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.getContentPageLayoutAreaDescription
(ContentPageLayoutArea contentPageLayoutArea, Language language) ContentControl.getContentPageLayoutAreaTransfer
(UserVisit userVisit, ContentPageLayoutArea contentPageLayoutArea) Method parameters in com.echothree.model.control.content.server.control with type arguments of type ContentPageLayoutAreaModifier and TypeMethodDescriptionContentControl.getContentPageLayoutAreaTransfers
(UserVisit userVisit, Collection<ContentPageLayoutArea> contentPageLayoutAreas) -
Uses of ContentPageLayoutArea in com.echothree.model.control.content.server.graphql
Constructors in com.echothree.model.control.content.server.graphql with parameters of type ContentPageLayoutAreaModifierConstructorDescriptionContentPageLayoutAreaObject
(ContentPageLayoutArea contentPageLayoutArea) -
Uses of ContentPageLayoutArea in com.echothree.model.control.content.server.transfer
Methods in com.echothree.model.control.content.server.transfer with parameters of type ContentPageLayoutAreaModifier and TypeMethodDescriptionContentPageLayoutAreaTransferCache.getContentPageLayoutAreaTransfer
(ContentPageLayoutArea contentPageLayoutArea) -
Uses of ContentPageLayoutArea in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentPageLayoutAreaModifier and TypeMethodDescriptionContentPageAreaDetail.getContentPageLayoutArea()
ContentPageAreaDetail.getContentPageLayoutArea
(EntityPermission entityPermission) ContentPageAreaDetail.getContentPageLayoutArea
(Session session) ContentPageAreaDetail.getContentPageLayoutArea
(Session session, EntityPermission entityPermission) ContentPageLayoutAreaDescription.getContentPageLayoutArea()
ContentPageLayoutAreaDescription.getContentPageLayoutArea
(EntityPermission entityPermission) ContentPageLayoutAreaDescription.getContentPageLayoutArea
(Session session) ContentPageLayoutAreaDescription.getContentPageLayoutArea
(Session session, EntityPermission entityPermission) ContentPageAreaDetail.getContentPageLayoutAreaForUpdate()
ContentPageAreaDetail.getContentPageLayoutAreaForUpdate
(Session session) ContentPageLayoutAreaDescription.getContentPageLayoutAreaForUpdate()
ContentPageLayoutAreaDescription.getContentPageLayoutAreaForUpdate
(Session session) Methods in com.echothree.model.data.content.server.entity with parameters of type ContentPageLayoutAreaModifier and TypeMethodDescriptionvoid
ContentPageAreaDetail.setContentPageLayoutArea
(ContentPageLayoutArea entity) void
ContentPageLayoutAreaDescription.setContentPageLayoutArea
(ContentPageLayoutArea entity) -
Uses of ContentPageLayoutArea in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentPageLayoutAreaModifier and TypeMethodDescriptionContentPageLayoutAreaFactory.create
(ContentPageLayoutPK contentPageLayoutPK, ContentPageAreaTypePK contentPageAreaTypePK, Boolean showDescriptionField, Integer sortOrder) ContentPageLayoutAreaFactory.create
(ContentPageLayout contentPageLayout, ContentPageAreaType contentPageAreaType, Boolean showDescriptionField, Integer sortOrder) ContentPageLayoutAreaFactory.create
(Session session, ContentPageLayoutPK contentPageLayoutPK, ContentPageAreaTypePK contentPageAreaTypePK, Boolean showDescriptionField, Integer sortOrder) ContentPageLayoutAreaFactory.create
(Session session, ContentPageLayout contentPageLayout, ContentPageAreaType contentPageAreaType, Boolean showDescriptionField, Integer sortOrder) ContentPageLayoutAreaFactory.getEntityFromCache
(Session session, ContentPageLayoutAreaPK pk) ContentPageLayoutAreaFactory.getEntityFromPK
(EntityPermission entityPermission, ContentPageLayoutAreaPK pk) ContentPageLayoutAreaFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContentPageLayoutAreaPK pk) ContentPageLayoutAreaFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ContentPageLayoutAreaFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentPageLayoutAreaFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentPageLayoutAreaFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentPageLayoutAreaFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentPageLayoutAreaFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentPageLayoutAreaFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentPageLayoutAreaFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContentPageLayoutAreaFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) ContentPageLayoutAreaFactory.getEntityFromValue
(EntityPermission entityPermission, ContentPageLayoutAreaValue value) ContentPageLayoutAreaFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContentPageLayoutAreaValue value) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentPageLayoutAreaModifier and TypeMethodDescriptionContentPageLayoutAreaFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContentPageLayoutAreaPK> pks) ContentPageLayoutAreaFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentPageLayoutAreaPK> pks) ContentPageLayoutAreaFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ContentPageLayoutAreaFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentPageLayoutAreaFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentPageLayoutAreaFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentPageLayoutAreaFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentPageLayoutAreaFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentPageLayoutAreaFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentPageLayoutAreaFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContentPageLayoutAreaFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentPageLayoutAreaModifier 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) ContentPageLayoutAreaDescriptionFactory.create
(ContentPageLayoutArea contentPageLayoutArea, Language language, String description) ContentPageLayoutAreaDescriptionFactory.create
(Session session, ContentPageLayoutArea contentPageLayoutArea, Language language, String description) void
ContentPageLayoutAreaFactory.remove
(Session session, ContentPageLayoutArea entity) void
ContentPageLayoutAreaFactory.store
(Session session, ContentPageLayoutArea entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentPageLayoutAreaModifier and TypeMethodDescriptionvoid
ContentPageLayoutAreaFactory.store
(Session session, Collection<ContentPageLayoutArea> entities) void
ContentPageLayoutAreaFactory.store
(Collection<ContentPageLayoutArea> entities)