com.liferay.portlet.imagegallery.service
Class IGFolderServiceWrapper
java.lang.Object
com.liferay.portlet.imagegallery.service.IGFolderServiceWrapper
- All Implemented Interfaces:
- IGFolderService
public class IGFolderServiceWrapper
- extends Object
- implements IGFolderService
This class is a wrapper for IGFolderService
.
- See Also:
IGFolderService
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
Method Summary |
IGFolder |
addFolder(long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
IGFolder |
copyFolder(long sourceFolderId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
void |
deleteFolder(long folderId)
|
IGFolder |
getFolder(long folderId)
|
IGFolder |
getFolder(long groupId,
long parentFolderId,
String name)
|
List<IGFolder> |
getFolders(long groupId,
long parentFolderId)
|
List<IGFolder> |
getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
int |
getFoldersCount(long groupId,
long parentFolderId)
|
IGFolderService |
getWrappedIGFolderService()
|
IGFolder |
updateFolder(long folderId,
long parentFolderId,
String name,
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,
String name,
String description,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addFolder
in interface IGFolderService
- Throws:
PortalException
SystemException
copyFolder
public IGFolder copyFolder(long sourceFolderId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
copyFolder
in interface IGFolderService
- Throws:
PortalException
SystemException
deleteFolder
public void deleteFolder(long folderId)
throws PortalException,
SystemException
- Specified by:
deleteFolder
in interface IGFolderService
- Throws:
PortalException
SystemException
getFolder
public IGFolder getFolder(long folderId)
throws PortalException,
SystemException
- Specified by:
getFolder
in interface IGFolderService
- Throws:
PortalException
SystemException
getFolder
public IGFolder getFolder(long groupId,
long parentFolderId,
String name)
throws PortalException,
SystemException
- Specified by:
getFolder
in interface IGFolderService
- Throws:
PortalException
SystemException
getFolders
public List<IGFolder> getFolders(long groupId,
long parentFolderId)
throws SystemException
- Specified by:
getFolders
in interface IGFolderService
- Throws:
SystemException
getFolders
public List<IGFolder> getFolders(long groupId,
long parentFolderId,
int start,
int end)
throws SystemException
- Specified by:
getFolders
in interface IGFolderService
- Throws:
SystemException
getFoldersCount
public int getFoldersCount(long groupId,
long parentFolderId)
throws SystemException
- Specified by:
getFoldersCount
in interface IGFolderService
- Throws:
SystemException
updateFolder
public IGFolder updateFolder(long folderId,
long parentFolderId,
String name,
String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateFolder
in interface IGFolderService
- Throws:
PortalException
SystemException
getWrappedIGFolderService
public IGFolderService getWrappedIGFolderService()