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