com.liferay.portlet.documentlibrary.service
Class DLFileEntryLocalServiceWrapper
java.lang.Object
com.liferay.portlet.documentlibrary.service.DLFileEntryLocalServiceWrapper
- All Implemented Interfaces:
- DLFileEntryLocalService
public class DLFileEntryLocalServiceWrapper
- extends java.lang.Object
- implements DLFileEntryLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for DLFileEntryLocalService.
- Author:
- Brian Wing Shun Chan
- See Also:
DLFileEntryLocalService- Generated:
|
Method Summary |
DLFileEntry |
addDLFileEntry(DLFileEntry dlFileEntry)
|
DLFileEntry |
addFileEntry(long userId,
long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String extraSettings,
byte[] bytes,
ServiceContext serviceContext)
|
DLFileEntry |
addFileEntry(long userId,
long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String extraSettings,
java.io.File file,
ServiceContext serviceContext)
|
DLFileEntry |
addFileEntry(long userId,
long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String extraSettings,
java.io.InputStream is,
int size,
ServiceContext serviceContext)
|
DLFileEntry |
addFileEntry(java.lang.String uuid,
long userId,
long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String extraSettings,
byte[] bytes,
ServiceContext serviceContext)
|
DLFileEntry |
addFileEntry(java.lang.String uuid,
long userId,
long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String extraSettings,
java.io.File file,
ServiceContext serviceContext)
|
DLFileEntry |
addFileEntry(java.lang.String uuid,
long userId,
long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String versionDescription,
java.lang.String extraSettings,
byte[] bytes,
ServiceContext serviceContext)
|
DLFileEntry |
addFileEntry(java.lang.String uuid,
long userId,
long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String versionDescription,
java.lang.String extraSettings,
java.io.File file,
ServiceContext serviceContext)
|
DLFileEntry |
addFileEntry(java.lang.String uuid,
long userId,
long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String versionDescription,
java.lang.String extraSettings,
java.io.InputStream is,
long size,
ServiceContext serviceContext)
|
void |
addFileEntryResources(DLFileEntry fileEntry,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addFileEntryResources(DLFileEntry fileEntry,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
void |
addFileEntryResources(long fileEntryId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addFileEntryResources(long fileEntryId,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
DLFileEntry |
addOrOverwriteFileEntry(long userId,
long folderId,
java.lang.String name,
java.lang.String sourceName,
java.lang.String title,
java.lang.String description,
java.lang.String extraSettings,
java.io.File file,
ServiceContext serviceContext)
|
DLFileEntry |
createDLFileEntry(long fileEntryId)
|
void |
deleteDLFileEntry(DLFileEntry dlFileEntry)
|
void |
deleteDLFileEntry(long fileEntryId)
|
void |
deleteFileEntries(long folderId)
|
void |
deleteFileEntry(DLFileEntry fileEntry)
|
void |
deleteFileEntry(long folderId,
java.lang.String name)
|
void |
deleteFileEntry(long folderId,
java.lang.String name,
double version)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
|
int |
dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<DLFileEntry> |
getCompanyFileEntries(long companyId,
int start,
int end)
|
java.util.List<DLFileEntry> |
getCompanyFileEntries(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getCompanyFileEntriesCount(long companyId)
|
java.util.List<DLFileEntry> |
getDLFileEntries(int start,
int end)
|
int |
getDLFileEntriesCount()
|
DLFileEntry |
getDLFileEntry(long fileEntryId)
|
java.io.InputStream |
getFileAsStream(long companyId,
long userId,
long folderId,
java.lang.String name)
|
java.io.InputStream |
getFileAsStream(long companyId,
long userId,
long folderId,
java.lang.String name,
double version)
|
java.util.List<DLFileEntry> |
getFileEntries(long folderId)
|
java.util.List<DLFileEntry> |
getFileEntries(long folderId,
int start,
int end)
|
java.util.List<DLFileEntry> |
getFileEntries(long folderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getFileEntriesCount(long folderId)
|
DLFileEntry |
getFileEntry(long fileEntryId)
|
DLFileEntry |
getFileEntry(long folderId,
java.lang.String name)
|
DLFileEntry |
getFileEntryByTitle(long folderId,
java.lang.String titleWithExtension)
|
DLFileEntry |
getFileEntryByUuidAndGroupId(java.lang.String uuid,
long groupId)
|
int |
getFoldersFileEntriesCount(java.util.List<java.lang.Long> folderIds)
|
java.util.List<DLFileEntry> |
getGroupFileEntries(long groupId,
int start,
int end)
|
java.util.List<DLFileEntry> |
getGroupFileEntries(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
java.util.List<DLFileEntry> |
getGroupFileEntries(long groupId,
long userId,
int start,
int end)
|
java.util.List<DLFileEntry> |
getGroupFileEntries(long groupId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
|
int |
getGroupFileEntriesCount(long groupId)
|
int |
getGroupFileEntriesCount(long groupId,
long userId)
|
java.util.List<DLFileEntry> |
getNoAssetFileEntries()
|
DLFileEntryLocalService |
getWrappedDLFileEntryLocalService()
|
void |
reIndex(long fileEntryId)
|
DLFileEntry |
updateDLFileEntry(DLFileEntry dlFileEntry)
|
DLFileEntry |
updateDLFileEntry(DLFileEntry dlFileEntry,
boolean merge)
|
DLFileEntry |
updateFileEntry(long userId,
long folderId,
long newFolderId,
java.lang.String name,
java.lang.String sourceFileName,
java.lang.String title,
java.lang.String description,
java.lang.String extraSettings,
byte[] bytes,
ServiceContext serviceContext)
|
DLFileEntry |
updateFileEntry(long userId,
long folderId,
long newFolderId,
java.lang.String name,
java.lang.String sourceFileName,
java.lang.String title,
java.lang.String description,
java.lang.String extraSettings,
java.io.File file,
ServiceContext serviceContext)
|
DLFileEntry |
updateFileEntry(long userId,
long folderId,
long newFolderId,
java.lang.String name,
java.lang.String sourceFileName,
java.lang.String title,
java.lang.String description,
java.lang.String versionDescription,
java.lang.String extraSettings,
byte[] bytes,
ServiceContext serviceContext)
|
DLFileEntry |
updateFileEntry(long userId,
long folderId,
long newFolderId,
java.lang.String name,
java.lang.String sourceFileName,
java.lang.String title,
java.lang.String description,
java.lang.String versionDescription,
java.lang.String extraSettings,
java.io.File file,
ServiceContext serviceContext)
|
DLFileEntry |
updateFileEntry(long userId,
long folderId,
long newFolderId,
java.lang.String name,
java.lang.String sourceFileName,
java.lang.String title,
java.lang.String description,
java.lang.String versionDescription,
java.lang.String extraSettings,
java.io.InputStream is,
long size,
ServiceContext serviceContext)
|
void |
updateTagsAsset(long userId,
DLFileEntry fileEntry,
java.lang.String[] tagsCategories,
java.lang.String[] tagsEntries)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLFileEntryLocalServiceWrapper
public DLFileEntryLocalServiceWrapper(DLFileEntryLocalService dlFileEntryLocalService)
addDLFileEntry
public DLFileEntry addDLFileEntry(DLFileEntry dlFileEntry)
throws com.liferay.portal.SystemException
- Specified by:
addDLFileEntry in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.SystemException
createDLFileEntry
public DLFileEntry createDLFileEntry(long fileEntryId)
- Specified by:
createDLFileEntry in interface DLFileEntryLocalService
deleteDLFileEntry
public void deleteDLFileEntry(long fileEntryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteDLFileEntry in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteDLFileEntry
public void deleteDLFileEntry(DLFileEntry dlFileEntry)
throws com.liferay.portal.SystemException
- Specified by:
deleteDLFileEntry in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQuery in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.SystemException
dynamicQueryCount
public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.SystemException
- Specified by:
dynamicQueryCount in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.SystemException
getDLFileEntry
public DLFileEntry getDLFileEntry(long fileEntryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getDLFileEntry in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getDLFileEntries
public java.util.List<DLFileEntry> getDLFileEntries(int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getDLFileEntries in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.SystemException
getDLFileEntriesCount
public int getDLFileEntriesCount()
throws com.liferay.portal.SystemException
- Specified by:
getDLFileEntriesCount in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.SystemException
updateDLFileEntry
public DLFileEntry updateDLFileEntry(DLFileEntry dlFileEntry)
throws com.liferay.portal.SystemException
- Specified by:
updateDLFileEntry in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.SystemException
updateDLFileEntry
public DLFileEntry updateDLFileEntry(DLFileEntry dlFileEntry,
boolean merge)
throws com.liferay.portal.SystemException
- Specified by:
updateDLFileEntry in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.SystemException
addFileEntry
public DLFileEntry addFileEntry(long userId,
long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String extraSettings,
byte[] bytes,
ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addFileEntry in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addFileEntry
public DLFileEntry addFileEntry(long userId,
long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String extraSettings,
java.io.File file,
ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addFileEntry in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addFileEntry
public DLFileEntry addFileEntry(long userId,
long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String extraSettings,
java.io.InputStream is,
int size,
ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addFileEntry in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addFileEntry
public DLFileEntry addFileEntry(java.lang.String uuid,
long userId,
long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String extraSettings,
byte[] bytes,
ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addFileEntry in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addFileEntry
public DLFileEntry addFileEntry(java.lang.String uuid,
long userId,
long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String extraSettings,
java.io.File file,
ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addFileEntry in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addFileEntry
public DLFileEntry addFileEntry(java.lang.String uuid,
long userId,
long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String versionDescription,
java.lang.String extraSettings,
byte[] bytes,
ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addFileEntry in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addFileEntry
public DLFileEntry addFileEntry(java.lang.String uuid,
long userId,
long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String versionDescription,
java.lang.String extraSettings,
java.io.File file,
ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addFileEntry in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addFileEntry
public DLFileEntry addFileEntry(java.lang.String uuid,
long userId,
long folderId,
java.lang.String name,
java.lang.String title,
java.lang.String description,
java.lang.String versionDescription,
java.lang.String extraSettings,
java.io.InputStream is,
long size,
ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addFileEntry in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addFileEntryResources
public void addFileEntryResources(DLFileEntry fileEntry,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addFileEntryResources in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addFileEntryResources
public void addFileEntryResources(DLFileEntry fileEntry,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addFileEntryResources in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addFileEntryResources
public void addFileEntryResources(long fileEntryId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addFileEntryResources in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addFileEntryResources
public void addFileEntryResources(long fileEntryId,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addFileEntryResources in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
addOrOverwriteFileEntry
public DLFileEntry addOrOverwriteFileEntry(long userId,
long folderId,
java.lang.String name,
java.lang.String sourceName,
java.lang.String title,
java.lang.String description,
java.lang.String extraSettings,
java.io.File file,
ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
addOrOverwriteFileEntry in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteFileEntries
public void deleteFileEntries(long folderId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteFileEntries in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteFileEntry
public void deleteFileEntry(DLFileEntry fileEntry)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteFileEntry in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteFileEntry
public void deleteFileEntry(long folderId,
java.lang.String name)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteFileEntry in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
deleteFileEntry
public void deleteFileEntry(long folderId,
java.lang.String name,
double version)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteFileEntry in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getCompanyFileEntries
public java.util.List<DLFileEntry> getCompanyFileEntries(long companyId,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getCompanyFileEntries in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.SystemException
getCompanyFileEntries
public java.util.List<DLFileEntry> getCompanyFileEntries(long companyId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Specified by:
getCompanyFileEntries in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.SystemException
getCompanyFileEntriesCount
public int getCompanyFileEntriesCount(long companyId)
throws com.liferay.portal.SystemException
- Specified by:
getCompanyFileEntriesCount in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.SystemException
getFileAsStream
public java.io.InputStream getFileAsStream(long companyId,
long userId,
long folderId,
java.lang.String name)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getFileAsStream in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getFileAsStream
public java.io.InputStream getFileAsStream(long companyId,
long userId,
long folderId,
java.lang.String name,
double version)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getFileAsStream in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getFileEntries
public java.util.List<DLFileEntry> getFileEntries(long folderId)
throws com.liferay.portal.SystemException
- Specified by:
getFileEntries in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.SystemException
getFileEntries
public java.util.List<DLFileEntry> getFileEntries(long folderId,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getFileEntries in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.SystemException
getFileEntries
public java.util.List<DLFileEntry> getFileEntries(long folderId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Specified by:
getFileEntries in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.SystemException
getFileEntriesCount
public int getFileEntriesCount(long folderId)
throws com.liferay.portal.SystemException
- Specified by:
getFileEntriesCount in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.SystemException
getFileEntry
public DLFileEntry getFileEntry(long fileEntryId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getFileEntry in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getFileEntry
public DLFileEntry getFileEntry(long folderId,
java.lang.String name)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getFileEntry in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getFileEntryByTitle
public DLFileEntry getFileEntryByTitle(long folderId,
java.lang.String titleWithExtension)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getFileEntryByTitle in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getFileEntryByUuidAndGroupId
public DLFileEntry getFileEntryByUuidAndGroupId(java.lang.String uuid,
long groupId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getFileEntryByUuidAndGroupId in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getFoldersFileEntriesCount
public int getFoldersFileEntriesCount(java.util.List<java.lang.Long> folderIds)
throws com.liferay.portal.SystemException
- Specified by:
getFoldersFileEntriesCount in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.SystemException
getGroupFileEntries
public java.util.List<DLFileEntry> getGroupFileEntries(long groupId,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getGroupFileEntries in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.SystemException
getGroupFileEntries
public java.util.List<DLFileEntry> getGroupFileEntries(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Specified by:
getGroupFileEntries in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.SystemException
getGroupFileEntries
public java.util.List<DLFileEntry> getGroupFileEntries(long groupId,
long userId,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getGroupFileEntries in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.SystemException
getGroupFileEntries
public java.util.List<DLFileEntry> getGroupFileEntries(long groupId,
long userId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator obc)
throws com.liferay.portal.SystemException
- Specified by:
getGroupFileEntries in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.SystemException
getGroupFileEntriesCount
public int getGroupFileEntriesCount(long groupId)
throws com.liferay.portal.SystemException
- Specified by:
getGroupFileEntriesCount in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.SystemException
getGroupFileEntriesCount
public int getGroupFileEntriesCount(long groupId,
long userId)
throws com.liferay.portal.SystemException
- Specified by:
getGroupFileEntriesCount in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.SystemException
getNoAssetFileEntries
public java.util.List<DLFileEntry> getNoAssetFileEntries()
throws com.liferay.portal.SystemException
- Specified by:
getNoAssetFileEntries in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.SystemException
reIndex
public void reIndex(long fileEntryId)
throws com.liferay.portal.SystemException
- Specified by:
reIndex in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.SystemException
updateFileEntry
public DLFileEntry updateFileEntry(long userId,
long folderId,
long newFolderId,
java.lang.String name,
java.lang.String sourceFileName,
java.lang.String title,
java.lang.String description,
java.lang.String extraSettings,
byte[] bytes,
ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateFileEntry in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updateFileEntry
public DLFileEntry updateFileEntry(long userId,
long folderId,
long newFolderId,
java.lang.String name,
java.lang.String sourceFileName,
java.lang.String title,
java.lang.String description,
java.lang.String extraSettings,
java.io.File file,
ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateFileEntry in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updateFileEntry
public DLFileEntry updateFileEntry(long userId,
long folderId,
long newFolderId,
java.lang.String name,
java.lang.String sourceFileName,
java.lang.String title,
java.lang.String description,
java.lang.String versionDescription,
java.lang.String extraSettings,
byte[] bytes,
ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateFileEntry in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updateFileEntry
public DLFileEntry updateFileEntry(long userId,
long folderId,
long newFolderId,
java.lang.String name,
java.lang.String sourceFileName,
java.lang.String title,
java.lang.String description,
java.lang.String versionDescription,
java.lang.String extraSettings,
java.io.File file,
ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateFileEntry in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updateFileEntry
public DLFileEntry updateFileEntry(long userId,
long folderId,
long newFolderId,
java.lang.String name,
java.lang.String sourceFileName,
java.lang.String title,
java.lang.String description,
java.lang.String versionDescription,
java.lang.String extraSettings,
java.io.InputStream is,
long size,
ServiceContext serviceContext)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateFileEntry in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
updateTagsAsset
public void updateTagsAsset(long userId,
DLFileEntry fileEntry,
java.lang.String[] tagsCategories,
java.lang.String[] tagsEntries)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateTagsAsset in interface DLFileEntryLocalService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getWrappedDLFileEntryLocalService
public DLFileEntryLocalService getWrappedDLFileEntryLocalService()