Uses of Class
org.alfresco.repo.domain.contentdata.ContentDataEntity
Packages that use ContentDataEntity
Package
Description
-
Uses of ContentDataEntity in org.alfresco.repo.domain.contentdata
Methods in org.alfresco.repo.domain.contentdata that return ContentDataEntityModifier and TypeMethodDescriptionprotected abstract ContentDataEntityAbstractContentDataDAOImpl.createContentDataEntity(Long contentUrlId, Long mimetypeId, Long encodingId, Long localeId) Create the row for the alf_content_dataprotected ContentDataEntityAbstractContentDataDAOImpl.createContentDataEntity(ContentData contentData) Translates theContentDatainto persistable values using the helper DAOsprotected abstract ContentDataEntityAbstractContentDataDAOImpl.getContentDataEntity(Long id) Methods in org.alfresco.repo.domain.contentdata that return types with arguments of type ContentDataEntityModifier and TypeMethodDescriptionprotected abstract List<ContentDataEntity>AbstractContentDataDAOImpl.getContentDataEntitiesForNodes(Set<Long> nodeIds) Methods in org.alfresco.repo.domain.contentdata with parameters of type ContentDataEntityModifier and TypeMethodDescriptionprotected abstract intAbstractContentDataDAOImpl.updateContentDataEntity(ContentDataEntity entity) Update an existing alf_content_data entityprotected intAbstractContentDataDAOImpl.updateContentDataEntity(ContentDataEntity contentDataEntity, ContentData contentData) Translates theContentDatainto persistable values using the helper DAOs -
Uses of ContentDataEntity in org.alfresco.repo.domain.contentdata.ibatis
Methods in org.alfresco.repo.domain.contentdata.ibatis that return ContentDataEntityModifier and TypeMethodDescriptionprotected ContentDataEntityContentDataDAOImpl.createContentDataEntity(Long contentUrlId, Long mimetypeId, Long encodingId, Long localeId) protected ContentDataEntityContentDataDAOImpl.getContentDataEntity(Long id) Methods in org.alfresco.repo.domain.contentdata.ibatis that return types with arguments of type ContentDataEntityModifier and TypeMethodDescriptionprotected List<ContentDataEntity>ContentDataDAOImpl.getContentDataEntitiesForNodes(Set<Long> nodeIds) Methods in org.alfresco.repo.domain.contentdata.ibatis with parameters of type ContentDataEntityModifier and TypeMethodDescriptionprotected intContentDataDAOImpl.updateContentDataEntity(ContentDataEntity entity)