com.liferay.portlet.documentlibrary.service
Class DLAppHelperLocalServiceWrapper
java.lang.Object
com.liferay.portlet.documentlibrary.service.DLAppHelperLocalServiceWrapper
- All Implemented Interfaces:
- DLAppHelperLocalService
public class DLAppHelperLocalServiceWrapper
- extends Object
- implements DLAppHelperLocalService
This class is a wrapper for DLAppHelperLocalService.
- See Also:
DLAppHelperLocalService
|
Method Summary |
void |
addFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
ServiceContext serviceContext)
|
void |
addFolder(Folder folder,
ServiceContext serviceContext)
|
void |
deleteFileEntry(FileEntry fileEntry)
|
void |
deleteFolder(Folder folder)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
void |
getFileAsStream(long userId,
FileEntry fileEntry,
boolean incrementCounter)
|
List<DLFileShortcut> |
getFileShortcuts(long groupId,
long folderId,
int status)
|
int |
getFileShortcutsCount(long groupId,
long folderId,
int status)
|
List<FileEntry> |
getNoAssetFileEntries()
|
DLAppHelperLocalService |
getWrappedDLAppHelperLocalService()
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedDLAppHelperLocalService(DLAppHelperLocalService dlAppHelperLocalService)
|
AssetEntry |
updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long assetClassPk)
|
AssetEntry |
updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
void |
updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
ServiceContext serviceContext)
|
void |
updateFolder(Folder folder,
ServiceContext serviceContext)
|
void |
updateStatus(long userId,
FileEntry fileEntry,
FileVersion latestFileVersion,
int status,
Map<String,Serializable> workflowContext)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLAppHelperLocalServiceWrapper
public DLAppHelperLocalServiceWrapper(DLAppHelperLocalService dlAppHelperLocalService)
getBeanIdentifier
public String getBeanIdentifier()
- Returns the Spring bean ID for this bean.
- Specified by:
getBeanIdentifier in interface DLAppHelperLocalService
- Returns:
- the Spring bean ID for this bean
setBeanIdentifier
public void setBeanIdentifier(String beanIdentifier)
- Sets the Spring bean ID for this bean.
- Specified by:
setBeanIdentifier in interface DLAppHelperLocalService
- Parameters:
beanIdentifier - the Spring bean ID for this bean
addFileEntry
public void addFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addFileEntry in interface DLAppHelperLocalService
- Throws:
PortalException
SystemException
addFolder
public void addFolder(Folder folder,
ServiceContext serviceContext)
throws SystemException
- Specified by:
addFolder in interface DLAppHelperLocalService
- Throws:
SystemException
deleteFileEntry
public void deleteFileEntry(FileEntry fileEntry)
throws PortalException,
SystemException
- Specified by:
deleteFileEntry in interface DLAppHelperLocalService
- Throws:
PortalException
SystemException
deleteFolder
public void deleteFolder(Folder folder)
throws PortalException,
SystemException
- Specified by:
deleteFolder in interface DLAppHelperLocalService
- Throws:
PortalException
SystemException
getFileAsStream
public void getFileAsStream(long userId,
FileEntry fileEntry,
boolean incrementCounter)
throws PortalException,
SystemException
- Specified by:
getFileAsStream in interface DLAppHelperLocalService
- Throws:
PortalException
SystemException
getFileShortcuts
public List<DLFileShortcut> getFileShortcuts(long groupId,
long folderId,
int status)
throws SystemException
- Specified by:
getFileShortcuts in interface DLAppHelperLocalService
- Throws:
SystemException
getFileShortcutsCount
public int getFileShortcutsCount(long groupId,
long folderId,
int status)
throws SystemException
- Specified by:
getFileShortcutsCount in interface DLAppHelperLocalService
- Throws:
SystemException
getNoAssetFileEntries
public List<FileEntry> getNoAssetFileEntries()
- Specified by:
getNoAssetFileEntries in interface DLAppHelperLocalService
updateAsset
public AssetEntry updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long assetClassPk)
throws PortalException,
SystemException
- Specified by:
updateAsset in interface DLAppHelperLocalService
- Throws:
PortalException
SystemException
updateAsset
public AssetEntry updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
throws PortalException,
SystemException
- Specified by:
updateAsset in interface DLAppHelperLocalService
- Throws:
PortalException
SystemException
updateFileEntry
public void updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateFileEntry in interface DLAppHelperLocalService
- Throws:
PortalException
SystemException
updateFolder
public void updateFolder(Folder folder,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateFolder in interface DLAppHelperLocalService
- Throws:
PortalException
SystemException
updateStatus
public void updateStatus(long userId,
FileEntry fileEntry,
FileVersion latestFileVersion,
int status,
Map<String,Serializable> workflowContext)
throws PortalException,
SystemException
- Specified by:
updateStatus in interface DLAppHelperLocalService
- Throws:
PortalException
SystemException
getWrappedDLAppHelperLocalService
public DLAppHelperLocalService getWrappedDLAppHelperLocalService()
setWrappedDLAppHelperLocalService
public void setWrappedDLAppHelperLocalService(DLAppHelperLocalService dlAppHelperLocalService)