Uses of Class
com.echothree.model.data.content.server.entity.ContentSectionDescription
Packages that use ContentSectionDescription
Package
Description
-
Uses of ContentSectionDescription in com.echothree.control.user.content.server.command
Methods in com.echothree.control.user.content.server.command that return ContentSectionDescriptionModifier and TypeMethodDescriptionEditContentSectionDescriptionCommand.getEntity
(EditContentSectionDescriptionResult result) Methods in com.echothree.control.user.content.server.command with parameters of type ContentSectionDescriptionModifier and TypeMethodDescriptionvoid
EditContentSectionDescriptionCommand.doLock
(ContentSectionDescriptionEdit edit, ContentSectionDescription contentSectionDescription) void
EditContentSectionDescriptionCommand.doUpdate
(ContentSectionDescription contentSectionDescription) void
EditContentSectionDescriptionCommand.fillInResult
(EditContentSectionDescriptionResult result, ContentSectionDescription contentSectionDescription) EditContentSectionDescriptionCommand.getLockEntity
(ContentSectionDescription contentSectionDescription) -
Uses of ContentSectionDescription in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentSectionDescriptionModifier and TypeMethodDescriptionContentControl.createContentSectionDescription
(ContentSection contentSection, Language language, String description, BasePK createdBy) ContentControl.getContentSectionDescription
(ContentSection contentSection, Language language) ContentControl.getContentSectionDescriptionForUpdate
(ContentSection contentSection, Language language) Methods in com.echothree.model.control.content.server.control that return types with arguments of type ContentSectionDescriptionModifier and TypeMethodDescriptionContentControl.getContentSectionDescriptionsByContentSection
(ContentSection contentSection) ContentControl.getContentSectionDescriptionsByContentSectionForUpdate
(ContentSection contentSection) Methods in com.echothree.model.control.content.server.control with parameters of type ContentSectionDescriptionModifier and TypeMethodDescriptionvoid
ContentControl.deleteContentSectionDescription
(ContentSectionDescription contentSectionDescription, BasePK deletedBy) ContentControl.getContentSectionDescriptionTransfer
(UserVisit userVisit, ContentSectionDescription contentSectionDescription) ContentControl.getContentSectionDescriptionValue
(ContentSectionDescription contentSectionDescription) -
Uses of ContentSectionDescription in com.echothree.model.control.content.server.transfer
Methods in com.echothree.model.control.content.server.transfer with parameters of type ContentSectionDescriptionModifier and TypeMethodDescriptionContentSectionDescriptionTransferCache.getContentSectionDescriptionTransfer
(ContentSectionDescription contentSectionDescription) -
Uses of ContentSectionDescription in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentSectionDescriptionModifier and TypeMethodDescriptionContentSectionDescriptionFactory.create
(ContentSectionPK contentSectionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ContentSectionDescriptionFactory.create
(ContentSection contentSection, Language language, String description, Long fromTime, Long thruTime) ContentSectionDescriptionFactory.create
(Session session, ContentSectionPK contentSectionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ContentSectionDescriptionFactory.create
(Session session, ContentSection contentSection, Language language, String description, Long fromTime, Long thruTime) ContentSectionDescriptionFactory.getEntityFromCache
(Session session, ContentSectionDescriptionPK pk) ContentSectionDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, ContentSectionDescriptionPK pk) ContentSectionDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ContentSectionDescriptionPK pk) ContentSectionDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ContentSectionDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentSectionDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentSectionDescriptionFactory.getEntityFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentSectionDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentSectionDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentSectionDescriptionFactory.getEntityFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentSectionDescriptionFactory.getEntityFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContentSectionDescriptionFactory.getEntityFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) ContentSectionDescriptionFactory.getEntityFromValue
(EntityPermission entityPermission, ContentSectionDescriptionValue value) ContentSectionDescriptionFactory.getEntityFromValue
(Session session, EntityPermission entityPermission, ContentSectionDescriptionValue value) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentSectionDescriptionModifier and TypeMethodDescriptionContentSectionDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ContentSectionDescriptionPK> pks) ContentSectionDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ContentSectionDescriptionPK> pks) ContentSectionDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps) ContentSectionDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentSectionDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentSectionDescriptionFactory.getEntitiesFromQuery
(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentSectionDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentSectionDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentSectionDescriptionFactory.getEntitiesFromQuery
(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentSectionDescriptionFactory.getEntitiesFromResultSet
(EntityPermission entityPermission, ResultSet rs) ContentSectionDescriptionFactory.getEntitiesFromResultSet
(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentSectionDescriptionModifier and TypeMethodDescriptionvoid
ContentSectionDescriptionFactory.remove
(Session session, ContentSectionDescription entity) void
ContentSectionDescriptionFactory.store
(Session session, ContentSectionDescription entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentSectionDescriptionModifier and TypeMethodDescriptionvoid
ContentSectionDescriptionFactory.store
(Session session, Collection<ContentSectionDescription> entities) void
ContentSectionDescriptionFactory.store
(Collection<ContentSectionDescription> entities)