Uses of Class
com.echothree.model.data.content.server.entity.ContentPageArea
Packages that use ContentPageArea
Package
Description
-
Uses of ContentPageArea in com.echothree.control.user.content.server.command
Methods in com.echothree.control.user.content.server.command that return ContentPageAreaModifier and TypeMethodDescriptionEditContentPageAreaCommand.getEntity(EditContentPageAreaResult result) protected ContentPageAreaGetContentPageAreaCommand.getEntity()EditContentPageAreaCommand.getLockEntity(ContentPageArea contentPageArea) Methods in com.echothree.control.user.content.server.command that return types with arguments of type ContentPageAreaModifier and TypeMethodDescriptionprotected Collection<ContentPageArea> GetContentPageAreasCommand.getEntities()Methods in com.echothree.control.user.content.server.command with parameters of type ContentPageAreaModifier and TypeMethodDescriptionvoidEditContentPageAreaCommand.canUpdate(ContentPageArea contentPageArea) voidEditContentPageAreaCommand.doLock(ContentPageAreaEdit edit, ContentPageArea contentPageArea) voidEditContentPageAreaCommand.doUpdate(ContentPageArea contentPageArea) voidEditContentPageAreaCommand.fillInResult(EditContentPageAreaResult result, ContentPageArea contentPageArea) EditContentPageAreaCommand.getLockEntity(ContentPageArea contentPageArea) protected BaseResultGetContentPageAreaCommand.getResult(ContentPageArea contentPageArea) Method parameters in com.echothree.control.user.content.server.command with type arguments of type ContentPageAreaModifier and TypeMethodDescriptionprotected BaseResultGetContentPageAreasCommand.getResult(Collection<ContentPageArea> entities) -
Uses of ContentPageArea in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentPageAreaModifier and TypeMethodDescriptionContentControl.createContentPageArea(ContentPage contentPage, ContentPageLayoutArea contentPageLayoutArea, Language language, MimeType mimeType, BasePK createdBy) ContentControl.getBestContentPageArea(ContentPage contentPage, ContentPageLayoutArea contentPageLayoutArea, Language language) ContentControl.getContentPageArea(ContentPage contentPage, ContentPageLayoutArea contentPageLayoutArea, Language language) ContentControl.getContentPageAreaByEntityInstance(EntityInstance entityInstance) ContentControl.getContentPageAreaByEntityInstance(EntityInstance entityInstance, EntityPermission entityPermission) Assume that the entityInstance passed to this function is a ECHO_THREE.ContentPageAreaContentControl.getContentPageAreaByEntityInstanceForUpdate(EntityInstance entityInstance) ContentControl.getContentPageAreaForUpdate(ContentPage contentPage, ContentPageLayoutArea contentPageLayoutArea, Language language) Methods in com.echothree.model.control.content.server.control that return types with arguments of type ContentPageAreaModifier and TypeMethodDescriptionContentControl.getContentPageAreasByContentPage(ContentPage contentPage) ContentControl.getContentPageAreasByContentPage(ContentPage contentPage, Language language) ContentControl.getContentPageAreasByContentPageForUpdate(ContentPage contentPage) ContentControl.getContentPageAreasByContentPageForUpdate(ContentPage contentPage, Language language) Methods in com.echothree.model.control.content.server.control with parameters of type ContentPageAreaModifier and TypeMethodDescriptionvoidContentControl.deleteContentPageArea(ContentPageArea contentPageArea, BasePK deletedBy) ContentControl.getContentPageAreaDetailValueForUpdate(ContentPageArea contentPageArea) ContentControl.getContentPageAreaTransfer(UserVisit userVisit, ContentPageArea contentPageArea) Method parameters in com.echothree.model.control.content.server.control with type arguments of type ContentPageAreaModifier and TypeMethodDescriptionContentControl.getContentPageAreaTransfers(UserVisit userVisit, Collection<ContentPageArea> contentPageAreas) -
Uses of ContentPageArea in com.echothree.model.control.content.server.graphql
Constructors in com.echothree.model.control.content.server.graphql with parameters of type ContentPageArea -
Uses of ContentPageArea in com.echothree.model.control.content.server.transfer
Methods in com.echothree.model.control.content.server.transfer with parameters of type ContentPageAreaModifier and TypeMethodDescriptionContentPageAreaTransferCache.getContentPageAreaTransfer(UserVisit userVisit, ContentPageArea contentPageArea) -
Uses of ContentPageArea in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentPageAreaModifier and TypeMethodDescriptionContentPageAreaDetail.getContentPageArea()ContentPageAreaDetail.getContentPageArea(EntityPermission entityPermission) ContentPageAreaDetail.getContentPageAreaForUpdate()Methods in com.echothree.model.data.content.server.entity with parameters of type ContentPageAreaModifier and TypeMethodDescriptionvoidContentPageAreaDetail.setContentPageArea(ContentPageArea entity) -
Uses of ContentPageArea in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentPageAreaModifier and TypeMethodDescriptionContentPageAreaFactory.create()ContentPageAreaFactory.create(ContentPageAreaDetailPK activeDetailPK, ContentPageAreaDetailPK lastDetailPK) ContentPageAreaFactory.create(ContentPageAreaDetail activeDetail, ContentPageAreaDetail lastDetail) ContentPageAreaFactory.getEntityFromCache(ContentPageAreaPK pk) ContentPageAreaFactory.getEntityFromPK(EntityPermission entityPermission, ContentPageAreaPK pk) ContentPageAreaFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentPageAreaFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentPageAreaFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentPageAreaFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ContentPageAreaFactory.getEntityFromValue(EntityPermission entityPermission, ContentPageAreaValue value) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentPageAreaModifier and TypeMethodDescriptionContentPageAreaFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentPageAreaPK> pks) ContentPageAreaFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentPageAreaFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentPageAreaFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentPageAreaFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentPageAreaModifier and TypeMethodDescriptionContentPageAreaDetailFactory.create(ContentPageArea contentPageArea, ContentPage contentPage, ContentPageLayoutArea contentPageLayoutArea, Language language, MimeType mimeType, Long fromTime, Long thruTime) voidContentPageAreaFactory.remove(ContentPageArea entity) voidContentPageAreaFactory.store(ContentPageArea entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentPageAreaModifier and TypeMethodDescriptionvoidContentPageAreaFactory.store(Collection<ContentPageArea> entities)