com.liferay.portlet.imagegallery.service
Class IGFolderServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.imagegallery.service.IGFolderServiceWrapper
All Implemented Interfaces:
IGFolderService

public class IGFolderServiceWrapper
extends java.lang.Object
implements IGFolderService

View Source

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

This class is a wrapper for IGFolderService.

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

Constructor Summary
IGFolderServiceWrapper(IGFolderService igFolderService)
           
 
Method Summary
 IGFolder addFolder(long plid, long parentFolderId, java.lang.String name, java.lang.String description, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 IGFolder addFolder(long plid, long parentFolderId, java.lang.String name, java.lang.String description, java.lang.String[] communityPermissions, java.lang.String[] guestPermissions)
           
 IGFolder copyFolder(long plid, long sourceFolderId, long parentFolderId, java.lang.String name, java.lang.String description, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void deleteFolder(long folderId)
           
 IGFolder getFolder(long folderId)
           
 IGFolder getFolder(long groupId, long parentFolderId, java.lang.String name)
           
 java.util.List<IGFolder> getFolders(long groupId, long parentFolderId)
           
 IGFolderService getWrappedIGFolderService()
           
 IGFolder updateFolder(long folderId, long parentFolderId, java.lang.String name, java.lang.String description, boolean mergeWithParentFolder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IGFolderServiceWrapper

public IGFolderServiceWrapper(IGFolderService igFolderService)
Method Detail

addFolder

public IGFolder 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 IGFolderService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

addFolder

public IGFolder 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 IGFolderService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

copyFolder

public IGFolder 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 IGFolderService
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 IGFolderService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getFolder

public IGFolder getFolder(long folderId)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException,
                          java.rmi.RemoteException
Specified by:
getFolder in interface IGFolderService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getFolder

public IGFolder 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 IGFolderService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getFolders

public java.util.List<IGFolder> getFolders(long groupId,
                                           long parentFolderId)
                                    throws com.liferay.portal.PortalException,
                                           com.liferay.portal.SystemException,
                                           java.rmi.RemoteException
Specified by:
getFolders in interface IGFolderService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

updateFolder

public IGFolder updateFolder(long folderId,
                             long parentFolderId,
                             java.lang.String name,
                             java.lang.String description,
                             boolean mergeWithParentFolder)
                      throws com.liferay.portal.PortalException,
                             com.liferay.portal.SystemException,
                             java.rmi.RemoteException
Specified by:
updateFolder in interface IGFolderService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
java.rmi.RemoteException

getWrappedIGFolderService

public IGFolderService getWrappedIGFolderService()