com.liferay.portlet.imagegallery.service
Class IGFolderLocalServiceWrapper
java.lang.Object
com.liferay.portlet.imagegallery.service.IGFolderLocalServiceWrapper
- All Implemented Interfaces:
- IGFolderLocalService
public class IGFolderLocalServiceWrapper
- extends java.lang.Object
- implements IGFolderLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for IGFolderLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
IGFolderLocalService
- Generated:
Method Summary |
IGFolder |
addFolder(java.lang.String uuid,
long userId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext)
|
void |
addFolderResources(IGFolder folder,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addFolderResources(IGFolder folder,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
void |
addFolderResources(long folderId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addFolderResources(long folderId,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
IGFolder |
addIGFolder(IGFolder igFolder)
|
IGFolder |
createIGFolder(long folderId)
|
void |
deleteFolder(IGFolder folder)
|
void |
deleteFolder(long folderId)
|
void |
deleteFolders(long groupId)
|
void |
deleteIGFolder(IGFolder igFolder)
|
void |
deleteIGFolder(long folderId)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
|
java.util.List<java.lang.Object> |
dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List<IGFolder> |
getCompanyFolders(long companyId,
int start,
int end)
|
int |
getCompanyFoldersCount(long companyId)
|
IGFolder |
getFolder(long folderId)
|
IGFolder |
getFolder(long groupId,
long parentFolderId,
java.lang.String name)
|
java.util.List<IGFolder> |
getFolders(long groupId)
|
java.util.List<IGFolder> |
getFolders(long groupId,
long parentFolderId)
|
java.util.List<IGFolder> |
getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
int |
getFoldersCount(long groupId,
long parentFolderId)
|
IGFolder |
getIGFolder(long folderId)
|
java.util.List<IGFolder> |
getIGFolders(int start,
int end)
|
int |
getIGFoldersCount()
|
void |
getSubfolderIds(java.util.List<java.lang.Long> folderIds,
long groupId,
long folderId)
|
IGFolderLocalService |
getWrappedIGFolderLocalService()
|
IGFolder |
updateFolder(long folderId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
|
IGFolder |
updateIGFolder(IGFolder igFolder)
|
IGFolder |
updateIGFolder(IGFolder igFolder,
boolean merge)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IGFolderLocalServiceWrapper
public IGFolderLocalServiceWrapper(IGFolderLocalService igFolderLocalService)
addIGFolder
public IGFolder addIGFolder(IGFolder igFolder)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
addIGFolder
in interface IGFolderLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
createIGFolder
public IGFolder createIGFolder(long folderId)
- Specified by:
createIGFolder
in interface IGFolderLocalService
deleteIGFolder
public void deleteIGFolder(long folderId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteIGFolder
in interface IGFolderLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteIGFolder
public void deleteIGFolder(IGFolder igFolder)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteIGFolder
in interface IGFolderLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface IGFolderLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
dynamicQuery
public java.util.List<java.lang.Object> dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
dynamicQuery
in interface IGFolderLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getIGFolder
public IGFolder getIGFolder(long folderId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getIGFolder
in interface IGFolderLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getIGFolders
public java.util.List<IGFolder> getIGFolders(int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getIGFolders
in interface IGFolderLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getIGFoldersCount
public int getIGFoldersCount()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getIGFoldersCount
in interface IGFolderLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateIGFolder
public IGFolder updateIGFolder(IGFolder igFolder)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateIGFolder
in interface IGFolderLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateIGFolder
public IGFolder updateIGFolder(IGFolder igFolder,
boolean merge)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateIGFolder
in interface IGFolderLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
addFolder
public IGFolder addFolder(java.lang.String uuid,
long userId,
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 IGFolderLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addFolderResources
public void addFolderResources(IGFolder folder,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addFolderResources
in interface IGFolderLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addFolderResources
public void addFolderResources(IGFolder folder,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addFolderResources
in interface IGFolderLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addFolderResources
public void addFolderResources(long folderId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addFolderResources
in interface IGFolderLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
addFolderResources
public void addFolderResources(long folderId,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
addFolderResources
in interface IGFolderLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteFolder
public void deleteFolder(IGFolder folder)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteFolder
in interface IGFolderLocalService
- 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 IGFolderLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
deleteFolders
public void deleteFolders(long groupId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteFolders
in interface IGFolderLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getCompanyFolders
public java.util.List<IGFolder> getCompanyFolders(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getCompanyFolders
in interface IGFolderLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getCompanyFoldersCount
public int getCompanyFoldersCount(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getCompanyFoldersCount
in interface IGFolderLocalService
- Throws:
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 IGFolderLocalService
- 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 IGFolderLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getFolders
public java.util.List<IGFolder> getFolders(long groupId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFolders
in interface IGFolderLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getFolders
public java.util.List<IGFolder> getFolders(long groupId,
long parentFolderId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFolders
in interface IGFolderLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getFolders
public java.util.List<IGFolder> getFolders(long groupId,
long parentFolderId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFolders
in interface IGFolderLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getFoldersCount
public int getFoldersCount(long groupId,
long parentFolderId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getFoldersCount
in interface IGFolderLocalService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getSubfolderIds
public void getSubfolderIds(java.util.List<java.lang.Long> folderIds,
long groupId,
long folderId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getSubfolderIds
in interface IGFolderLocalService
- Throws:
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 IGFolderLocalService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedIGFolderLocalService
public IGFolderLocalService getWrappedIGFolderLocalService()