com.liferay.portlet.imagegallery.service
Class IGFolderLocalServiceWrapper
java.lang.Object
com.liferay.portlet.imagegallery.service.IGFolderLocalServiceWrapper
- All Implemented Interfaces:
- IGFolderLocalService
public class IGFolderLocalServiceWrapper
- extends Object
- implements IGFolderLocalService
This class is a wrapper for IGFolderLocalService.
- See Also:
IGFolderLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
IGFolder |
addFolder(long userId,
long parentFolderId,
String name,
String description,
ServiceContext serviceContext)
|
void |
addFolderResources(IGFolder folder,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addFolderResources(IGFolder folder,
String[] communityPermissions,
String[] guestPermissions)
|
void |
addFolderResources(long folderId,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addFolderResources(long folderId,
String[] communityPermissions,
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)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
List<IGFolder> |
getCompanyFolders(long companyId,
int start,
int end)
|
int |
getCompanyFoldersCount(long companyId)
|
IGFolder |
getFolder(long folderId)
|
IGFolder |
getFolder(long groupId,
long parentFolderId,
String name)
|
List<IGFolder> |
getFolders(long groupId)
|
List<IGFolder> |
getFolders(long groupId,
long parentFolderId)
|
List<IGFolder> |
getFolders(long groupId,
long parentFolderId,
int start,
int end)
|
int |
getFoldersCount(long groupId,
long parentFolderId)
|
IGFolder |
getIGFolder(long folderId)
|
IGFolder |
getIGFolderByUuidAndGroupId(String uuid,
long groupId)
|
List<IGFolder> |
getIGFolders(int start,
int end)
|
int |
getIGFoldersCount()
|
void |
getSubfolderIds(List<Long> folderIds,
long groupId,
long folderId)
|
IGFolderLocalService |
getWrappedIGFolderLocalService()
|
IGFolder |
updateFolder(long folderId,
long parentFolderId,
String name,
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 List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface IGFolderLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface IGFolderLocalService
- Throws:
SystemException
dynamicQuery
public 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(String uuid,
long groupId)
throws PortalException,
SystemException
- Specified by:
getIGFolderByUuidAndGroupId in interface IGFolderLocalService
- Throws:
PortalException
SystemException
getIGFolders
public 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(long userId,
long parentFolderId,
String name,
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,
String[] communityPermissions,
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,
String[] communityPermissions,
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 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,
String name)
throws PortalException,
SystemException
- Specified by:
getFolder in interface IGFolderLocalService
- Throws:
PortalException
SystemException
getFolders
public List<IGFolder> getFolders(long groupId)
throws SystemException
- Specified by:
getFolders in interface IGFolderLocalService
- Throws:
SystemException
getFolders
public List<IGFolder> getFolders(long groupId,
long parentFolderId)
throws SystemException
- Specified by:
getFolders in interface IGFolderLocalService
- Throws:
SystemException
getFolders
public 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(List<Long> folderIds,
long groupId,
long folderId)
throws SystemException
- Specified by:
getSubfolderIds in interface IGFolderLocalService
- 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 IGFolderLocalService
- Throws:
PortalException
SystemException
getWrappedIGFolderLocalService
public IGFolderLocalService getWrappedIGFolderLocalService()