com.liferay.portlet.documentlibrary.service
Class DLFolderServiceWrapper
java.lang.Object
com.liferay.portlet.documentlibrary.service.DLFolderServiceWrapper
- All Implemented Interfaces:
- DLFolderService
public class DLFolderServiceWrapper
- extends java.lang.Object
- implements DLFolderService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for DLFolderService
.
- Author:
- Brian Wing Shun Chan
- See Also:
DLFolderService
- Generated:
Method Summary |
DLFolder |
addFolder(long plid,
long parentFolderId,
java.lang.String name,
java.lang.String description,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
DLFolder |
addFolder(long plid,
long parentFolderId,
java.lang.String name,
java.lang.String description,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
DLFolder |
copyFolder(long plid,
long sourceFolderId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
deleteFolder(long folderId)
|
void |
deleteFolder(long groupId,
long parentFolderId,
java.lang.String name)
|
DLFolder |
getFolder(long folderId)
|
DLFolder |
getFolder(long groupId,
long parentFolderId,
java.lang.String name)
|
long |
getFolderId(long groupId,
long parentFolderId,
java.lang.String name)
|
java.util.List<DLFolder> |
getFolders(long groupId,
long parentFolderId)
|
DLFolderService |
getWrappedDLFolderService()
|
void |
reIndexSearch(long companyId)
|
DLFolder |
updateFolder(long folderId,
long parentFolderId,
java.lang.String name,
java.lang.String description)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLFolderServiceWrapper
public DLFolderServiceWrapper(DLFolderService dlFolderService)
addFolder
public DLFolder addFolder(long plid,
long parentFolderId,
java.lang.String name,
java.lang.String description,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException,
java.rmi.RemoteException
- Specified by:
addFolder
in interface DLFolderService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException
addFolder
public DLFolder addFolder(long plid,
long parentFolderId,
java.lang.String name,
java.lang.String description,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException,
java.rmi.RemoteException
- Specified by:
addFolder
in interface DLFolderService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException
copyFolder
public DLFolder copyFolder(long plid,
long sourceFolderId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException,
java.rmi.RemoteException
- Specified by:
copyFolder
in interface DLFolderService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException
deleteFolder
public void deleteFolder(long folderId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException,
java.rmi.RemoteException
- Specified by:
deleteFolder
in interface DLFolderService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException
deleteFolder
public void deleteFolder(long groupId,
long parentFolderId,
java.lang.String name)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException,
java.rmi.RemoteException
- Specified by:
deleteFolder
in interface DLFolderService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException
getFolder
public DLFolder getFolder(long folderId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException,
java.rmi.RemoteException
- Specified by:
getFolder
in interface DLFolderService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException
getFolder
public DLFolder getFolder(long groupId,
long parentFolderId,
java.lang.String name)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException,
java.rmi.RemoteException
- Specified by:
getFolder
in interface DLFolderService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException
getFolderId
public long getFolderId(long groupId,
long parentFolderId,
java.lang.String name)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException,
java.rmi.RemoteException
- Specified by:
getFolderId
in interface DLFolderService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException
getFolders
public java.util.List<DLFolder> getFolders(long groupId,
long parentFolderId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException,
java.rmi.RemoteException
- Specified by:
getFolders
in interface DLFolderService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException
reIndexSearch
public void reIndexSearch(long companyId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException,
java.rmi.RemoteException
- Specified by:
reIndexSearch
in interface DLFolderService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException
updateFolder
public DLFolder updateFolder(long folderId,
long parentFolderId,
java.lang.String name,
java.lang.String description)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException,
java.rmi.RemoteException
- Specified by:
updateFolder
in interface DLFolderService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException
getWrappedDLFolderService
public DLFolderService getWrappedDLFolderService()