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 TypeMethodDescriptionvoidEditContentSectionDescriptionCommand.doLock(ContentSectionDescriptionEdit edit, ContentSectionDescription contentSectionDescription) voidEditContentSectionDescriptionCommand.doUpdate(ContentSectionDescription contentSectionDescription) voidEditContentSectionDescriptionCommand.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 TypeMethodDescriptionvoidContentControl.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(UserVisit userVisit, 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.getEntityFromCache(ContentSectionDescriptionPK pk) ContentSectionDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ContentSectionDescriptionPK pk) 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.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ContentSectionDescriptionFactory.getEntityFromValue(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.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.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentSectionDescriptionModifier and TypeMethodDescriptionvoidContentSectionDescriptionFactory.remove(ContentSectionDescription entity) voidContentSectionDescriptionFactory.store(ContentSectionDescription entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentSectionDescriptionModifier and TypeMethodDescriptionvoidContentSectionDescriptionFactory.store(Collection<ContentSectionDescription> entities)