Uses of Class
com.echothree.model.data.content.server.entity.ContentPageDescription
Packages that use ContentPageDescription
Package
Description
-
Uses of ContentPageDescription in com.echothree.control.user.content.server.command
Methods in com.echothree.control.user.content.server.command that return ContentPageDescriptionModifier and TypeMethodDescriptionEditContentPageDescriptionCommand.getEntity
(EditContentPageDescriptionResult result) Methods in com.echothree.control.user.content.server.command with parameters of type ContentPageDescriptionModifier and TypeMethodDescriptionvoid
EditContentPageDescriptionCommand.doLock
(ContentPageDescriptionEdit edit, ContentPageDescription contentPageDescription) void
EditContentPageDescriptionCommand.doUpdate
(ContentPageDescription contentPageDescription) void
EditContentPageDescriptionCommand.fillInResult
(EditContentPageDescriptionResult result, ContentPageDescription contentPageDescription) EditContentPageDescriptionCommand.getLockEntity
(ContentPageDescription contentPageDescription) -
Uses of ContentPageDescription in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentPageDescriptionModifier and TypeMethodDescriptionContentControl.createContentPageDescription
(ContentPage contentPage, Language language, String description, BasePK createdBy) ContentControl.getContentPageDescription
(ContentPage contentPage, Language language) ContentControl.getContentPageDescriptionForUpdate
(ContentPage contentPage, Language language) Methods in com.echothree.model.control.content.server.control that return types with arguments of type ContentPageDescriptionModifier and TypeMethodDescriptionContentControl.getContentPageDescriptionsByContentPage
(ContentPage contentPage) ContentControl.getContentPageDescriptionsByContentPageForUpdate
(ContentPage contentPage) Methods in com.echothree.model.control.content.server.control with parameters of type ContentPageDescriptionModifier and TypeMethodDescriptionvoid
ContentControl.deleteContentPageDescription
(ContentPageDescription contentPageDescription, BasePK deletedBy) ContentControl.getContentPageDescriptionTransfer
(UserVisit userVisit, ContentPageDescription contentPageDescription) ContentControl.getContentPageDescriptionValue
(ContentPageDescription contentPageDescription) -
Uses of ContentPageDescription in com.echothree.model.control.content.server.transfer
Methods in com.echothree.model.control.content.server.transfer with parameters of type ContentPageDescriptionModifier and TypeMethodDescriptionContentPageDescriptionTransferCache.getContentPageDescriptionTransfer
(ContentPageDescription contentPageDescription) -
Uses of ContentPageDescription in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentPageDescriptionModifier and TypeMethodDescriptionContentPageDescriptionFactory.create
(ContentPagePK contentPagePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ContentPageDescriptionFactory.create
(ContentPage contentPage, Language language, String description, Long fromTime, Long thruTime) ContentPageDescriptionFactory.create
(Session session, ContentPagePK contentPagePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ContentPageDescriptionFactory.create
(Session session, ContentPage contentPage, Language language, String description, Long fromTime, Long thruTime) ContentPageDescriptionFactory.getEntityFromCache
(Session session, ContentPageDescriptionPK pk) ContentPageDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, ContentPageDescriptionPK pk) ContentPageDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContentPageDescriptionPK pk) ContentPageDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ContentPageDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentPageDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentPageDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentPageDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentPageDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentPageDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentPageDescriptionFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContentPageDescriptionFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) ContentPageDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, ContentPageDescriptionValue value) ContentPageDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContentPageDescriptionValue value) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentPageDescriptionModifier and TypeMethodDescriptionContentPageDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContentPageDescriptionPK> pks) ContentPageDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentPageDescriptionPK> pks) ContentPageDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ContentPageDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentPageDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentPageDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentPageDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentPageDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentPageDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentPageDescriptionFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContentPageDescriptionFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentPageDescriptionModifier and TypeMethodDescriptionvoid
ContentPageDescriptionFactory.remove
(Session session, ContentPageDescription entity) void
ContentPageDescriptionFactory.store
(Session session, ContentPageDescription entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentPageDescriptionModifier and TypeMethodDescriptionvoid
ContentPageDescriptionFactory.store
(Session session, Collection<ContentPageDescription> entities) void
ContentPageDescriptionFactory.store
(Collection<ContentPageDescription> entities)