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 |
dynamicQuery(DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
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)
|
IGFolder |
getIGFolderByUuidAndGroupId(java.lang.String uuid,
long groupId)
|
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 SystemException
- Specified by:
addIGFolder
in interface IGFolderLocalService
- Throws:
SystemException
createIGFolder
public IGFolder createIGFolder(long folderId)
- Specified by:
createIGFolder
in interface IGFolderLocalService
deleteIGFolder
public void deleteIGFolder(long folderId)
throws PortalException,
SystemException
- Specified by:
deleteIGFolder
in interface IGFolderLocalService
- Throws:
PortalException
SystemException
deleteIGFolder
public void deleteIGFolder(IGFolder igFolder)
throws SystemException
- Specified by:
deleteIGFolder
in interface IGFolderLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery
in interface IGFolderLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery
in interface IGFolderLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery
in interface IGFolderLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount
in interface IGFolderLocalService
- Throws:
SystemException
getIGFolder
public IGFolder getIGFolder(long folderId)
throws PortalException,
SystemException
- Specified by:
getIGFolder
in interface IGFolderLocalService
- Throws:
PortalException
SystemException
getIGFolderByUuidAndGroupId
public IGFolder getIGFolderByUuidAndGroupId(java.lang.String uuid,
long groupId)
throws PortalException,
SystemException
- Specified by:
getIGFolderByUuidAndGroupId
in interface IGFolderLocalService
- Throws:
PortalException
SystemException
getIGFolders
public java.util.List<IGFolder> getIGFolders(int start,
int end)
throws SystemException
- Specified by:
getIGFolders
in interface IGFolderLocalService
- Throws:
SystemException
getIGFoldersCount
public int getIGFoldersCount()
throws SystemException
- Specified by:
getIGFoldersCount
in interface IGFolderLocalService
- Throws:
SystemException
updateIGFolder
public IGFolder updateIGFolder(IGFolder igFolder)
throws SystemException
- Specified by:
updateIGFolder
in interface IGFolderLocalService
- Throws:
SystemException
updateIGFolder
public IGFolder updateIGFolder(IGFolder igFolder,
boolean merge)
throws SystemException
- Specified by:
updateIGFolder
in interface IGFolderLocalService
- Throws:
SystemException
addFolder
public IGFolder addFolder(java.lang.String uuid,
long userId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addFolder
in interface IGFolderLocalService
- Throws:
PortalException
SystemException
addFolderResources
public void addFolderResources(IGFolder folder,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
- Specified by:
addFolderResources
in interface IGFolderLocalService
- Throws:
PortalException
SystemException
addFolderResources
public void addFolderResources(IGFolder folder,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws PortalException,
SystemException
- Specified by:
addFolderResources
in interface IGFolderLocalService
- Throws:
PortalException
SystemException
addFolderResources
public void addFolderResources(long folderId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
- Specified by:
addFolderResources
in interface IGFolderLocalService
- Throws:
PortalException
SystemException
addFolderResources
public void addFolderResources(long folderId,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws PortalException,
SystemException
- Specified by:
addFolderResources
in interface IGFolderLocalService
- Throws:
PortalException
SystemException
deleteFolder
public void deleteFolder(IGFolder folder)
throws PortalException,
SystemException
- Specified by:
deleteFolder
in interface IGFolderLocalService
- Throws:
PortalException
SystemException
deleteFolder
public void deleteFolder(long folderId)
throws PortalException,
SystemException
- Specified by:
deleteFolder
in interface IGFolderLocalService
- Throws:
PortalException
SystemException
deleteFolders
public void deleteFolders(long groupId)
throws PortalException,
SystemException
- Specified by:
deleteFolders
in interface IGFolderLocalService
- Throws:
PortalException
SystemException
getCompanyFolders
public java.util.List<IGFolder> getCompanyFolders(long companyId,
int start,
int end)
throws SystemException
- Specified by:
getCompanyFolders
in interface IGFolderLocalService
- Throws:
SystemException
getCompanyFoldersCount
public int getCompanyFoldersCount(long companyId)
throws SystemException
- Specified by:
getCompanyFoldersCount
in interface IGFolderLocalService
- Throws:
SystemException
getFolder
public IGFolder getFolder(long folderId)
throws PortalException,
SystemException
- Specified by:
getFolder
in interface IGFolderLocalService
- Throws:
PortalException
SystemException
getFolder
public IGFolder getFolder(long groupId,
long parentFolderId,
java.lang.String name)
throws PortalException,
SystemException
- Specified by:
getFolder
in interface IGFolderLocalService
- Throws:
PortalException
SystemException
getFolders
public java.util.List<IGFolder> getFolders(long groupId)
throws SystemException
- Specified by:
getFolders
in interface IGFolderLocalService
- Throws:
SystemException
getFolders
public java.util.List<IGFolder> getFolders(long groupId,
long parentFolderId)
throws SystemException
- Specified by:
getFolders
in interface IGFolderLocalService
- Throws:
SystemException
getFolders
public java.util.List<IGFolder> getFolders(long groupId,
long parentFolderId,
int start,
int end)
throws SystemException
- Specified by:
getFolders
in interface IGFolderLocalService
- Throws:
SystemException
getFoldersCount
public int getFoldersCount(long groupId,
long parentFolderId)
throws SystemException
- Specified by:
getFoldersCount
in interface IGFolderLocalService
- Throws:
SystemException
getSubfolderIds
public void getSubfolderIds(java.util.List<java.lang.Long> folderIds,
long groupId,
long folderId)
throws SystemException
- Specified by:
getSubfolderIds
in interface IGFolderLocalService
- Throws:
SystemException
updateFolder
public IGFolder updateFolder(long folderId,
long parentFolderId,
java.lang.String name,
java.lang.String description,
boolean mergeWithParentFolder,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateFolder
in interface IGFolderLocalService
- Throws:
PortalException
SystemException
getWrappedIGFolderLocalService
public IGFolderLocalService getWrappedIGFolderLocalService()