|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.documentlibrary.service.DLAppHelperLocalServiceWrapper
public class DLAppHelperLocalServiceWrapper
This class is a wrapper for DLAppHelperLocalService.
DLAppHelperLocalService| Constructor Summary | |
|---|---|
DLAppHelperLocalServiceWrapper(DLAppHelperLocalService dlAppHelperLocalService)
|
|
| Method Summary | |
|---|---|
void |
addFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
ServiceContext serviceContext)
|
void |
addFolder(long userId,
Folder folder,
ServiceContext serviceContext)
|
void |
cancelCheckOut(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
FileVersion draftFileVersion,
ServiceContext serviceContext)
|
void |
checkAssetEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion)
|
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,
boolean active,
int status)
|
List<DLFileShortcut> |
getFileShortcuts(long groupId,
long folderId,
int status)
Deprecated. getFileShortcuts(long, long, boolean, int) |
int |
getFileShortcutsCount(long groupId,
long folderId,
boolean active,
int status)
|
int |
getFileShortcutsCount(long groupId,
long folderId,
int status)
Deprecated. getFileShortcutsCount(long, long, boolean, int) |
List<FileEntry> |
getNoAssetFileEntries()
|
DLAppHelperLocalService |
getWrappedDLAppHelperLocalService()
Deprecated. Renamed to getWrappedService() |
DLAppHelperLocalService |
getWrappedService()
|
void |
moveFileEntry(FileEntry fileEntry)
|
FileEntry |
moveFileEntryFromTrash(long userId,
FileEntry fileEntry,
long newFolderId,
ServiceContext serviceContext)
|
FileEntry |
moveFileEntryToTrash(long userId,
FileEntry fileEntry)
Moves the file entry to the recycle bin. |
DLFileShortcut |
moveFileShortcutFromTrash(long userId,
DLFileShortcut dlFileShortcut,
long newFolderId,
ServiceContext serviceContext)
|
DLFileShortcut |
moveFileShortcutToTrash(long userId,
DLFileShortcut dlFileShortcut)
Moves the file shortcut to the recycle bin. |
void |
moveFolder(Folder folder)
|
Folder |
moveFolderFromTrash(long userId,
Folder folder,
long parentFolderId,
ServiceContext serviceContext)
|
Folder |
moveFolderToTrash(long userId,
Folder folder)
Moves the folder to the recycle bin. |
void |
restoreFileEntryFromTrash(long userId,
FileEntry fileEntry)
|
void |
restoreFileShortcutFromTrash(long userId,
DLFileShortcut dlFileShortcut)
|
void |
restoreFolderFromTrash(long userId,
Folder folder)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedDLAppHelperLocalService(DLAppHelperLocalService dlAppHelperLocalService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService) |
void |
setWrappedService(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)
|
AssetEntry |
updateAsset(long userId,
Folder folder,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
|
void |
updateDependentStatus(User user,
List<Object> dlFileEntriesAndDLFolders,
int status)
|
void |
updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
long assetClassPk)
|
void |
updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
ServiceContext serviceContext)
|
void |
updateFolder(long userId,
Folder folder,
ServiceContext serviceContext)
|
void |
updateStatus(long userId,
FileEntry fileEntry,
FileVersion latestFileVersion,
int oldStatus,
int newStatus,
Map<String,Serializable> workflowContext,
ServiceContext serviceContext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DLAppHelperLocalServiceWrapper(DLAppHelperLocalService dlAppHelperLocalService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface DLAppHelperLocalServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface DLAppHelperLocalServicebeanIdentifier - the Spring bean ID for this bean
public void addFileEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
ServiceContext serviceContext)
throws PortalException,
SystemException
addFileEntry in interface DLAppHelperLocalServicePortalException
SystemException
public void addFolder(long userId,
Folder folder,
ServiceContext serviceContext)
throws PortalException,
SystemException
addFolder in interface DLAppHelperLocalServicePortalException
SystemException
public void cancelCheckOut(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
FileVersion draftFileVersion,
ServiceContext serviceContext)
throws PortalException,
SystemException
cancelCheckOut in interface DLAppHelperLocalServicePortalException
SystemException
public void checkAssetEntry(long userId,
FileEntry fileEntry,
FileVersion fileVersion)
throws PortalException,
SystemException
checkAssetEntry in interface DLAppHelperLocalServicePortalException
SystemException
public void deleteFileEntry(FileEntry fileEntry)
throws PortalException,
SystemException
deleteFileEntry in interface DLAppHelperLocalServicePortalException
SystemException
public void deleteFolder(Folder folder)
throws PortalException,
SystemException
deleteFolder in interface DLAppHelperLocalServicePortalException
SystemException
public void getFileAsStream(long userId,
FileEntry fileEntry,
boolean incrementCounter)
throws PortalException,
SystemException
getFileAsStream in interface DLAppHelperLocalServicePortalException
SystemException
public List<DLFileShortcut> getFileShortcuts(long groupId,
long folderId,
boolean active,
int status)
throws SystemException
getFileShortcuts in interface DLAppHelperLocalServiceSystemException
public List<DLFileShortcut> getFileShortcuts(long groupId,
long folderId,
int status)
throws SystemException
getFileShortcuts(long, long, boolean, int)
getFileShortcuts in interface DLAppHelperLocalServiceSystemException
public int getFileShortcutsCount(long groupId,
long folderId,
boolean active,
int status)
throws SystemException
getFileShortcutsCount in interface DLAppHelperLocalServiceSystemException
public int getFileShortcutsCount(long groupId,
long folderId,
int status)
throws SystemException
getFileShortcutsCount(long, long, boolean, int)
getFileShortcutsCount in interface DLAppHelperLocalServiceSystemExceptionpublic List<FileEntry> getNoAssetFileEntries()
getNoAssetFileEntries in interface DLAppHelperLocalService
public void moveFileEntry(FileEntry fileEntry)
throws PortalException,
SystemException
moveFileEntry in interface DLAppHelperLocalServicePortalException
SystemException
public FileEntry moveFileEntryFromTrash(long userId,
FileEntry fileEntry,
long newFolderId,
ServiceContext serviceContext)
throws PortalException,
SystemException
moveFileEntryFromTrash in interface DLAppHelperLocalServicePortalException
SystemException
public FileEntry moveFileEntryToTrash(long userId,
FileEntry fileEntry)
throws PortalException,
SystemException
moveFileEntryToTrash in interface DLAppHelperLocalServiceuserId - the primary key of the user moving the file entryfileEntry - the file entry to be moved
PortalException - if a user with the primary key could not be found
SystemException - if a system exception occurred
public DLFileShortcut moveFileShortcutFromTrash(long userId,
DLFileShortcut dlFileShortcut,
long newFolderId,
ServiceContext serviceContext)
throws PortalException,
SystemException
moveFileShortcutFromTrash in interface DLAppHelperLocalServicePortalException
SystemException
public DLFileShortcut moveFileShortcutToTrash(long userId,
DLFileShortcut dlFileShortcut)
throws PortalException,
SystemException
moveFileShortcutToTrash in interface DLAppHelperLocalServiceuserId - the primary key of the user moving the file shortcutdlFileShortcut - the file shortcut to be moved
PortalException - if a user with the primary key could not be found
SystemException - if a system exception occurred
public void moveFolder(Folder folder)
throws PortalException,
SystemException
moveFolder in interface DLAppHelperLocalServicePortalException
SystemException
public Folder moveFolderFromTrash(long userId,
Folder folder,
long parentFolderId,
ServiceContext serviceContext)
throws PortalException,
SystemException
moveFolderFromTrash in interface DLAppHelperLocalServicePortalException
SystemException
public Folder moveFolderToTrash(long userId,
Folder folder)
throws PortalException,
SystemException
moveFolderToTrash in interface DLAppHelperLocalServiceuserId - the primary key of the user moving the folderfolder - the folder to be moved
PortalException - if a user with the primary key could not be found
SystemException - if a system exception occurred
public void restoreFileEntryFromTrash(long userId,
FileEntry fileEntry)
throws PortalException,
SystemException
restoreFileEntryFromTrash in interface DLAppHelperLocalServicePortalException
SystemException
public void restoreFileShortcutFromTrash(long userId,
DLFileShortcut dlFileShortcut)
throws PortalException,
SystemException
restoreFileShortcutFromTrash in interface DLAppHelperLocalServicePortalException
SystemException
public void restoreFolderFromTrash(long userId,
Folder folder)
throws PortalException,
SystemException
restoreFolderFromTrash in interface DLAppHelperLocalServicePortalException
SystemException
public AssetEntry updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long assetClassPk)
throws PortalException,
SystemException
updateAsset in interface DLAppHelperLocalServicePortalException
SystemException
public AssetEntry updateAsset(long userId,
FileEntry fileEntry,
FileVersion fileVersion,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
throws PortalException,
SystemException
updateAsset in interface DLAppHelperLocalServicePortalException
SystemException
public AssetEntry updateAsset(long userId,
Folder folder,
long[] assetCategoryIds,
String[] assetTagNames,
long[] assetLinkEntryIds)
throws PortalException,
SystemException
updateAsset in interface DLAppHelperLocalServicePortalException
SystemException
public void updateDependentStatus(User user,
List<Object> dlFileEntriesAndDLFolders,
int status)
throws PortalException,
SystemException
updateDependentStatus in interface DLAppHelperLocalServicePortalException
SystemException
public void updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
long assetClassPk)
throws PortalException,
SystemException
updateFileEntry in interface DLAppHelperLocalServicePortalException
SystemException
public void updateFileEntry(long userId,
FileEntry fileEntry,
FileVersion sourceFileVersion,
FileVersion destinationFileVersion,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateFileEntry in interface DLAppHelperLocalServicePortalException
SystemException
public void updateFolder(long userId,
Folder folder,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateFolder in interface DLAppHelperLocalServicePortalException
SystemException
public void updateStatus(long userId,
FileEntry fileEntry,
FileVersion latestFileVersion,
int oldStatus,
int newStatus,
Map<String,Serializable> workflowContext,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateStatus in interface DLAppHelperLocalServicePortalException
SystemExceptionpublic DLAppHelperLocalService getWrappedDLAppHelperLocalService()
getWrappedService()
public void setWrappedDLAppHelperLocalService(DLAppHelperLocalService dlAppHelperLocalService)
setWrappedService(com.liferay.portlet.documentlibrary.service.DLAppHelperLocalService)
public DLAppHelperLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<DLAppHelperLocalService>public void setWrappedService(DLAppHelperLocalService dlAppHelperLocalService)
setWrappedService in interface ServiceWrapper<DLAppHelperLocalService>
|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||