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 ContentPageLayoutAreaGetContentPageLayoutAreaCommand.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 BaseResultGetContentPageLayoutAreaCommand.getResult(ContentPageLayoutArea contentPageLayoutArea) Method parameters in com.echothree.control.user.content.server.command with type arguments of type ContentPageLayoutAreaModifier and TypeMethodDescriptionprotected BaseResultGetContentPageLayoutAreasCommand.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(UserVisit userVisit, 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) ContentPageLayoutAreaDescription.getContentPageLayoutArea()ContentPageLayoutAreaDescription.getContentPageLayoutArea(EntityPermission entityPermission) ContentPageAreaDetail.getContentPageLayoutAreaForUpdate()ContentPageLayoutAreaDescription.getContentPageLayoutAreaForUpdate()Methods in com.echothree.model.data.content.server.entity with parameters of type ContentPageLayoutAreaModifier and TypeMethodDescriptionvoidContentPageAreaDetail.setContentPageLayoutArea(ContentPageLayoutArea entity) voidContentPageLayoutAreaDescription.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.getEntityFromCache(ContentPageLayoutAreaPK pk) ContentPageLayoutAreaFactory.getEntityFromPK(EntityPermission entityPermission, ContentPageLayoutAreaPK pk) 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.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ContentPageLayoutAreaFactory.getEntityFromValue(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.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.getEntitiesFromResultSet(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) ContentPageLayoutAreaDescriptionFactory.create(ContentPageLayoutArea contentPageLayoutArea, Language language, String description) voidContentPageLayoutAreaFactory.remove(ContentPageLayoutArea entity) voidContentPageLayoutAreaFactory.store(ContentPageLayoutArea entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentPageLayoutAreaModifier and TypeMethodDescriptionvoidContentPageLayoutAreaFactory.store(Collection<ContentPageLayoutArea> entities)