com.liferay.portlet.imagegallery.service
Class IGFolderServiceWrapper
java.lang.Object
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:
Method Summary |
IGFolder |
addFolder(long parentFolderId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext)
|
IGFolder |
copyFolder(long sourceFolderId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext)
|
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,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IGFolderServiceWrapper
public IGFolderServiceWrapper(IGFolderService igFolderService)
addFolder
public IGFolder addFolder(long parentFolderId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addFolder
in interface IGFolderService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
copyFolder
public IGFolder copyFolder(long sourceFolderId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
copyFolder
in interface IGFolderService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteFolder
public void deleteFolder(long folderId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteFolder
in interface IGFolderService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getFolder
public IGFolder getFolder(long folderId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFolder
in interface IGFolderService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getFolder
public IGFolder getFolder(long groupId,
long parentFolderId,
java.lang.String name)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFolder
in interface IGFolderService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getFolders
public java.util.List<IGFolder> getFolders(long groupId,
long parentFolderId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFolders
in interface IGFolderService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
updateFolder
public IGFolder updateFolder(long folderId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateFolder
in interface IGFolderService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedIGFolderService
public IGFolderService getWrappedIGFolderService()