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 ContentPageArea
GetContentPageAreaCommand.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 TypeMethodDescriptionvoid
EditContentPageAreaCommand.canUpdate
(ContentPageArea contentPageArea) void
EditContentPageAreaCommand.doLock
(ContentPageAreaEdit edit, ContentPageArea contentPageArea) void
EditContentPageAreaCommand.doUpdate
(ContentPageArea contentPageArea) void
EditContentPageAreaCommand.fillInResult
(EditContentPageAreaResult result, ContentPageArea contentPageArea) EditContentPageAreaCommand.getLockEntity
(ContentPageArea contentPageArea) protected BaseResult
GetContentPageAreaCommand.getResult
(ContentPageArea contentPageArea) Method parameters in com.echothree.control.user.content.server.command with type arguments of type ContentPageAreaModifier and TypeMethodDescriptionprotected BaseResult
GetContentPageAreasCommand.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.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 TypeMethodDescriptionvoid
ContentControl.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
(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.getContentPageArea
(Session session) ContentPageAreaDetail.getContentPageArea
(Session session, EntityPermission entityPermission) ContentPageAreaDetail.getContentPageAreaForUpdate()
ContentPageAreaDetail.getContentPageAreaForUpdate
(Session session) Methods in com.echothree.model.data.content.server.entity with parameters of type ContentPageAreaModifier and TypeMethodDescriptionvoid
ContentPageAreaDetail.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.create
(Session session, ContentPageAreaDetailPK activeDetailPK, ContentPageAreaDetailPK lastDetailPK) ContentPageAreaFactory.create
(Session session, ContentPageAreaDetail activeDetail, ContentPageAreaDetail lastDetail) ContentPageAreaFactory.getEntityFromCache
(Session session, ContentPageAreaPK pk) ContentPageAreaFactory.getEntityFromPK
(EntityPermission entityPermission, ContentPageAreaPK pk) ContentPageAreaFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContentPageAreaPK pk) ContentPageAreaFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentPageAreaFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentPageAreaFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentPageAreaFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContentPageAreaFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) ContentPageAreaFactory.getEntityFromValue
(EntityPermission entityPermission, ContentPageAreaValue value) ContentPageAreaFactory.getEntityFromValue
(Session session, 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.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentPageAreaPK> pks) ContentPageAreaFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) 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.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentPageAreaFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentPageAreaFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentPageAreaFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContentPageAreaFactory.getEntitiesFromResultSet
(Session session, 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) ContentPageAreaDetailFactory.create
(Session session, ContentPageArea contentPageArea, ContentPage contentPage, ContentPageLayoutArea contentPageLayoutArea, Language language, MimeType mimeType, Long fromTime, Long thruTime) void
ContentPageAreaFactory.remove
(Session session, ContentPageArea entity) void
ContentPageAreaFactory.store
(Session session, ContentPageArea entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentPageAreaModifier and TypeMethodDescriptionvoid
ContentPageAreaFactory.store
(Session session, Collection<ContentPageArea> entities) void
ContentPageAreaFactory.store
(Collection<ContentPageArea> entities)