com.liferay.portlet.documentlibrary.service.impl
Class DLContentLocalServiceImpl
java.lang.Object
com.liferay.portal.service.BaseLocalServiceImpl
com.liferay.portlet.documentlibrary.service.base.DLContentLocalServiceBaseImpl
com.liferay.portlet.documentlibrary.service.impl.DLContentLocalServiceImpl
- All Implemented Interfaces:
- IdentifiableBean, BaseLocalService, PersistedModelLocalService, DLContentLocalService
public class DLContentLocalServiceImpl
- extends DLContentLocalServiceBaseImpl
Fields inherited from class com.liferay.portlet.documentlibrary.service.base.DLContentLocalServiceBaseImpl |
counterLocalService, dlAppHelperLocalService, dlAppLocalService, dlAppService, dlContentLocalService, dlContentPersistence, dlFileEntryFinder, dlFileEntryLocalService, dlFileEntryMetadataLocalService, dlFileEntryMetadataPersistence, dlFileEntryPersistence, dlFileEntryService, dlFileEntryTypeFinder, dlFileEntryTypeLocalService, dlFileEntryTypePersistence, dlFileEntryTypeService, dlFileRankFinder, dlFileRankLocalService, dlFileRankPersistence, dlFileShortcutLocalService, dlFileShortcutPersistence, dlFileShortcutService, dlFileVersionLocalService, dlFileVersionPersistence, dlFileVersionService, dlFolderFinder, dlFolderLocalService, dlFolderPersistence, dlFolderService, dlSyncFinder, dlSyncLocalService, dlSyncPersistence, dlSyncService, persistedModelLocalServiceRegistry, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService |
Method Summary |
DLContent |
addContent(long companyId,
long repositoryId,
String path,
String version,
byte[] bytes)
|
DLContent |
addContent(long companyId,
long repositoryId,
String path,
String version,
InputStream inputStream,
long size)
|
void |
deleteContent(long companyId,
long repositoryId,
String path,
String version)
|
void |
deleteContents(long companyId,
long repositoryId,
String path)
|
void |
deleteContentsByDirectory(long companyId,
long repositoryId,
String dirName)
|
DLContent |
getContent(long companyId,
long repositoryId,
String path)
|
DLContent |
getContent(long companyId,
long repositoryId,
String path,
String version)
|
List<DLContent> |
getContents(long companyId,
long repositoryId)
|
List<DLContent> |
getContents(long companyId,
long repositoryId,
String path)
|
List<DLContent> |
getContentsByDirectory(long companyId,
long repositoryId,
String dirName)
|
boolean |
hasContent(long companyId,
long repositoryId,
String path,
String version)
|
void |
updateDLContent(long companyId,
long oldRepositoryId,
long newRepositoryId,
String oldPath,
String newPath)
|
Methods inherited from class com.liferay.portlet.documentlibrary.service.base.DLContentLocalServiceBaseImpl |
addDLContent, afterPropertiesSet, createDLContent, deleteDLContent, deleteDLContent, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, fetchDLContent, getBeanIdentifier, getCounterLocalService, getDataBlobModel, getDLAppHelperLocalService, getDLAppLocalService, getDLAppService, getDLContent, getDLContentLocalService, getDLContentPersistence, getDLContents, getDLContentsCount, getDLFileEntryFinder, getDLFileEntryLocalService, getDLFileEntryMetadataLocalService, getDLFileEntryMetadataPersistence, getDLFileEntryPersistence, getDLFileEntryService, getDLFileEntryTypeFinder, getDLFileEntryTypeLocalService, getDLFileEntryTypePersistence, getDLFileEntryTypeService, getDLFileRankFinder, getDLFileRankLocalService, getDLFileRankPersistence, getDLFileShortcutLocalService, getDLFileShortcutPersistence, getDLFileShortcutService, getDLFileVersionLocalService, getDLFileVersionPersistence, getDLFileVersionService, getDLFolderFinder, getDLFolderLocalService, getDLFolderPersistence, getDLFolderService, getDLSyncFinder, getDLSyncLocalService, getDLSyncPersistence, getDLSyncService, getModelClass, getModelClassName, getPersistedModel, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setBeanIdentifier, setCounterLocalService, setDLAppHelperLocalService, setDLAppLocalService, setDLAppService, setDLContentLocalService, setDLContentPersistence, setDLFileEntryFinder, setDLFileEntryLocalService, setDLFileEntryMetadataLocalService, setDLFileEntryMetadataPersistence, setDLFileEntryPersistence, setDLFileEntryService, setDLFileEntryTypeFinder, setDLFileEntryTypeLocalService, setDLFileEntryTypePersistence, setDLFileEntryTypeService, setDLFileRankFinder, setDLFileRankLocalService, setDLFileRankPersistence, setDLFileShortcutLocalService, setDLFileShortcutPersistence, setDLFileShortcutService, setDLFileVersionLocalService, setDLFileVersionPersistence, setDLFileVersionService, setDLFolderFinder, setDLFolderLocalService, setDLFolderPersistence, setDLFolderService, setDLSyncFinder, setDLSyncLocalService, setDLSyncPersistence, setDLSyncService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateDLContent, updateDLContent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLContentLocalServiceImpl
public DLContentLocalServiceImpl()
addContent
public DLContent addContent(long companyId,
long repositoryId,
String path,
String version,
byte[] bytes)
throws SystemException
- Throws:
SystemException
addContent
public DLContent addContent(long companyId,
long repositoryId,
String path,
String version,
InputStream inputStream,
long size)
throws SystemException
- Throws:
SystemException
deleteContent
public void deleteContent(long companyId,
long repositoryId,
String path,
String version)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteContents
public void deleteContents(long companyId,
long repositoryId,
String path)
throws SystemException
- Throws:
SystemException
deleteContentsByDirectory
public void deleteContentsByDirectory(long companyId,
long repositoryId,
String dirName)
throws SystemException
- Throws:
SystemException
getContent
public DLContent getContent(long companyId,
long repositoryId,
String path)
throws NoSuchContentException,
SystemException
- Throws:
NoSuchContentException
SystemException
getContent
public DLContent getContent(long companyId,
long repositoryId,
String path,
String version)
throws NoSuchContentException,
SystemException
- Throws:
NoSuchContentException
SystemException
getContents
public List<DLContent> getContents(long companyId,
long repositoryId)
throws SystemException
- Throws:
SystemException
getContents
public List<DLContent> getContents(long companyId,
long repositoryId,
String path)
throws SystemException
- Throws:
SystemException
getContentsByDirectory
public List<DLContent> getContentsByDirectory(long companyId,
long repositoryId,
String dirName)
throws SystemException
- Throws:
SystemException
hasContent
public boolean hasContent(long companyId,
long repositoryId,
String path,
String version)
throws SystemException
- Throws:
SystemException
updateDLContent
public void updateDLContent(long companyId,
long oldRepositoryId,
long newRepositoryId,
String oldPath,
String newPath)
throws SystemException
- Throws:
SystemException