com.liferay.portlet.documentlibrary.service
Class DLFileShortcutServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.service.DLFileShortcutServiceWrapper
All Implemented Interfaces:
DLFileShortcutService

public class DLFileShortcutServiceWrapper
extends java.lang.Object
implements DLFileShortcutService

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for DLFileShortcutService.

Author:
Brian Wing Shun Chan
See Also:
DLFileShortcutService
Generated:

Constructor Summary
DLFileShortcutServiceWrapper(DLFileShortcutService dlFileShortcutService)
           
 
Method Summary
 DLFileShortcut addFileShortcut(long folderId, long toFolderId, java.lang.String toName, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 DLFileShortcut addFileShortcut(long folderId, long toFolderId, java.lang.String toName, ServiceContext serviceContext)
           
 DLFileShortcut addFileShortcut(long folderId, long toFolderId, java.lang.String toName, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 void deleteFileShortcut(long fileShortcutId)
           
 DLFileShortcut getFileShortcut(long fileShortcutId)
           
 DLFileShortcutService getWrappedDLFileShortcutService()
           
 DLFileShortcut updateFileShortcut(long fileShortcutId, long folderId, long toFolderId, java.lang.String toName)
           
 DLFileShortcut updateFileShortcut(long fileShortcutId, long folderId, long toFolderId, java.lang.String toName, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLFileShortcutServiceWrapper

public DLFileShortcutServiceWrapper(DLFileShortcutService dlFileShortcutService)
Method Detail

addFileShortcut

public DLFileShortcut addFileShortcut(long folderId,
                                      long toFolderId,
                                      java.lang.String toName,
                                      boolean addCommunityPermissions,
                                      boolean addGuestPermissions)
                               throws com.liferay.portal.PortalException,
                                      com.liferay.portal.SystemException
Specified by:
addFileShortcut in interface DLFileShortcutService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addFileShortcut

public DLFileShortcut addFileShortcut(long folderId,
                                      long toFolderId,
                                      java.lang.String toName,
                                      ServiceContext serviceContext)
                               throws com.liferay.portal.PortalException,
                                      com.liferay.portal.SystemException
Specified by:
addFileShortcut in interface DLFileShortcutService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addFileShortcut

public DLFileShortcut addFileShortcut(long folderId,
                                      long toFolderId,
                                      java.lang.String toName,
                                      java.lang.String[] communityPermissions,
                                      java.lang.String[] guestPermissions)
                               throws com.liferay.portal.PortalException,
                                      com.liferay.portal.SystemException
Specified by:
addFileShortcut in interface DLFileShortcutService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteFileShortcut

public void deleteFileShortcut(long fileShortcutId)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Specified by:
deleteFileShortcut in interface DLFileShortcutService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getFileShortcut

public DLFileShortcut getFileShortcut(long fileShortcutId)
                               throws com.liferay.portal.PortalException,
                                      com.liferay.portal.SystemException
Specified by:
getFileShortcut in interface DLFileShortcutService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateFileShortcut

public DLFileShortcut updateFileShortcut(long fileShortcutId,
                                         long folderId,
                                         long toFolderId,
                                         java.lang.String toName)
                                  throws com.liferay.portal.PortalException,
                                         com.liferay.portal.SystemException
Specified by:
updateFileShortcut in interface DLFileShortcutService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

updateFileShortcut

public DLFileShortcut updateFileShortcut(long fileShortcutId,
                                         long folderId,
                                         long toFolderId,
                                         java.lang.String toName,
                                         ServiceContext serviceContext)
                                  throws com.liferay.portal.PortalException,
                                         com.liferay.portal.SystemException
Specified by:
updateFileShortcut in interface DLFileShortcutService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWrappedDLFileShortcutService

public DLFileShortcutService getWrappedDLFileShortcutService()