Uses of Class
com.echothree.model.data.content.server.entity.ContentCollectionDescription
Packages that use ContentCollectionDescription
Package
Description
-
Uses of ContentCollectionDescription in com.echothree.control.user.content.server.command
Methods in com.echothree.control.user.content.server.command that return ContentCollectionDescriptionModifier and TypeMethodDescriptionEditContentCollectionDescriptionCommand.getEntity(EditContentCollectionDescriptionResult result) Methods in com.echothree.control.user.content.server.command with parameters of type ContentCollectionDescriptionModifier and TypeMethodDescriptionvoidEditContentCollectionDescriptionCommand.doLock(ContentCollectionDescriptionEdit edit, ContentCollectionDescription contentCollectionDescription) voidEditContentCollectionDescriptionCommand.doUpdate(ContentCollectionDescription contentCollectionDescription) voidEditContentCollectionDescriptionCommand.fillInResult(EditContentCollectionDescriptionResult result, ContentCollectionDescription contentCollectionDescription) EditContentCollectionDescriptionCommand.getLockEntity(ContentCollectionDescription contentCollectionDescription) -
Uses of ContentCollectionDescription in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentCollectionDescriptionModifier and TypeMethodDescriptionContentControl.createContentCollectionDescription(ContentCollection contentCollection, Language language, String description, BasePK createdBy) ContentControl.getContentCollectionDescription(ContentCollection contentCollection, Language language) ContentControl.getContentCollectionDescriptionForUpdate(ContentCollection contentCollection, Language language) Methods in com.echothree.model.control.content.server.control that return types with arguments of type ContentCollectionDescriptionModifier and TypeMethodDescriptionContentControl.getContentCollectionDescriptionsByContentCollection(ContentCollection contentCollection) ContentControl.getContentCollectionDescriptionsByContentCollectionForUpdate(ContentCollection contentCollection) Methods in com.echothree.model.control.content.server.control with parameters of type ContentCollectionDescriptionModifier and TypeMethodDescriptionvoidContentControl.deleteContentCollectionDescription(ContentCollectionDescription contentCollectionDescription, BasePK deletedBy) ContentControl.getContentCollectionDescriptionTransfer(UserVisit userVisit, ContentCollectionDescription contentCollectionDescription) ContentControl.getContentCollectionDescriptionValue(ContentCollectionDescription contentCollectionDescription) -
Uses of ContentCollectionDescription in com.echothree.model.control.content.server.transfer
Methods in com.echothree.model.control.content.server.transfer with parameters of type ContentCollectionDescriptionModifier and TypeMethodDescriptionContentCollectionDescriptionTransferCache.getContentCollectionDescriptionTransfer(UserVisit userVisit, ContentCollectionDescription contentCollectionDescription) -
Uses of ContentCollectionDescription in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentCollectionDescriptionModifier and TypeMethodDescriptionContentCollectionDescriptionFactory.create(ContentCollectionPK contentCollectionPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ContentCollectionDescriptionFactory.create(ContentCollection contentCollection, Language language, String description, Long fromTime, Long thruTime) ContentCollectionDescriptionFactory.getEntityFromCache(ContentCollectionDescriptionPK pk) ContentCollectionDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ContentCollectionDescriptionPK pk) ContentCollectionDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentCollectionDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentCollectionDescriptionFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentCollectionDescriptionFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ContentCollectionDescriptionFactory.getEntityFromValue(EntityPermission entityPermission, ContentCollectionDescriptionValue value) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentCollectionDescriptionModifier and TypeMethodDescriptionContentCollectionDescriptionFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentCollectionDescriptionPK> pks) ContentCollectionDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentCollectionDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentCollectionDescriptionFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentCollectionDescriptionFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentCollectionDescriptionModifier and TypeMethodDescriptionvoidContentCollectionDescriptionFactory.remove(ContentCollectionDescription entity) voidContentCollectionDescriptionFactory.store(ContentCollectionDescription entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentCollectionDescriptionModifier and TypeMethodDescriptionvoidContentCollectionDescriptionFactory.store(Collection<ContentCollectionDescription> entities)