com.liferay.portlet.imagegallery.service
Class IGFolderLocalServiceWrapper

java.lang.Object
  extended by 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:

Constructor Summary
IGFolderLocalServiceWrapper(IGFolderLocalService igFolderLocalService)
           
 
Method Summary
 IGFolder addFolder(long userId, long parentFolderId, java.lang.String name, java.lang.String description, ServiceContext serviceContext)
           
 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(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end)
           
 java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery, int start, int end, com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
           
 int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
           
 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()
           
 void reIndex(java.lang.String[] ids)
           
 com.liferay.portal.kernel.search.Hits search(long companyId, long groupId, long userId, long[] folderIds, java.lang.String keywords, int start, int end)
           
 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
 

Constructor Detail

IGFolderLocalServiceWrapper

public IGFolderLocalServiceWrapper(IGFolderLocalService igFolderLocalService)
Method Detail

addIGFolder

public IGFolder addIGFolder(IGFolder igFolder)
                     throws com.liferay.portal.SystemException
Specified by:
addIGFolder in interface IGFolderLocalService
Throws:
com.liferay.portal.SystemException

createIGFolder

public IGFolder createIGFolder(long folderId)
Specified by:
createIGFolder in interface IGFolderLocalService

deleteIGFolder

public void deleteIGFolder(long folderId)
                    throws com.liferay.portal.PortalException,
                           com.liferay.portal.SystemException
Specified by:
deleteIGFolder in interface IGFolderLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteIGFolder

public void deleteIGFolder(IGFolder igFolder)
                    throws com.liferay.portal.SystemException
Specified by:
deleteIGFolder in interface IGFolderLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface IGFolderLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface IGFolderLocalService
Throws:
com.liferay.portal.SystemException

dynamicQuery

public java.util.List dynamicQuery(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery,
                                   int start,
                                   int end,
                                   com.liferay.portal.kernel.util.OrderByComparator orderByComparator)
                            throws com.liferay.portal.SystemException
Specified by:
dynamicQuery in interface IGFolderLocalService
Throws:
com.liferay.portal.SystemException

dynamicQueryCount

public int dynamicQueryCount(com.liferay.portal.kernel.dao.orm.DynamicQuery dynamicQuery)
                      throws com.liferay.portal.SystemException
Specified by:
dynamicQueryCount in interface IGFolderLocalService
Throws:
com.liferay.portal.SystemException

getIGFolder

public IGFolder getIGFolder(long folderId)
                     throws com.liferay.portal.PortalException,
                            com.liferay.portal.SystemException
Specified by:
getIGFolder in interface IGFolderLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getIGFolderByUuidAndGroupId

public IGFolder getIGFolderByUuidAndGroupId(java.lang.String uuid,
                                            long groupId)
                                     throws com.liferay.portal.PortalException,
                                            com.liferay.portal.SystemException
Specified by:
getIGFolderByUuidAndGroupId in interface IGFolderLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getIGFolders

public java.util.List<IGFolder> getIGFolders(int start,
                                             int end)
                                      throws com.liferay.portal.SystemException
Specified by:
getIGFolders in interface IGFolderLocalService
Throws:
com.liferay.portal.SystemException

getIGFoldersCount

public int getIGFoldersCount()
                      throws com.liferay.portal.SystemException
Specified by:
getIGFoldersCount in interface IGFolderLocalService
Throws:
com.liferay.portal.SystemException

updateIGFolder

public IGFolder updateIGFolder(IGFolder igFolder)
                        throws com.liferay.portal.SystemException
Specified by:
updateIGFolder in interface IGFolderLocalService
Throws:
com.liferay.portal.SystemException

updateIGFolder

public IGFolder updateIGFolder(IGFolder igFolder,
                               boolean merge)
                        throws com.liferay.portal.SystemException
Specified by:
updateIGFolder in interface IGFolderLocalService
Throws:
com.liferay.portal.SystemException

addFolder

public IGFolder addFolder(long userId,
                          long parentFolderId,
                          java.lang.String name,
                          java.lang.String description,
                          ServiceContext serviceContext)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Specified by:
addFolder in interface IGFolderLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.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.PortalException,
                          com.liferay.portal.SystemException
Specified by:
addFolder in interface IGFolderLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addFolderResources

public void addFolderResources(IGFolder folder,
                               boolean addCommunityPermissions,
                               boolean addGuestPermissions)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Specified by:
addFolderResources in interface IGFolderLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addFolderResources

public void addFolderResources(IGFolder folder,
                               java.lang.String[] communityPermissions,
                               java.lang.String[] guestPermissions)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Specified by:
addFolderResources in interface IGFolderLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addFolderResources

public void addFolderResources(long folderId,
                               boolean addCommunityPermissions,
                               boolean addGuestPermissions)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Specified by:
addFolderResources in interface IGFolderLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

addFolderResources

public void addFolderResources(long folderId,
                               java.lang.String[] communityPermissions,
                               java.lang.String[] guestPermissions)
                        throws com.liferay.portal.PortalException,
                               com.liferay.portal.SystemException
Specified by:
addFolderResources in interface IGFolderLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteFolder

public void deleteFolder(IGFolder folder)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException
Specified by:
deleteFolder in interface IGFolderLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteFolder

public void deleteFolder(long folderId)
                  throws com.liferay.portal.PortalException,
                         com.liferay.portal.SystemException
Specified by:
deleteFolder in interface IGFolderLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

deleteFolders

public void deleteFolders(long groupId)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Specified by:
deleteFolders in interface IGFolderLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getFolder

public IGFolder getFolder(long folderId)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Specified by:
getFolder in interface IGFolderLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getFolder

public IGFolder getFolder(long groupId,
                          long parentFolderId,
                          java.lang.String name)
                   throws com.liferay.portal.PortalException,
                          com.liferay.portal.SystemException
Specified by:
getFolder in interface IGFolderLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getFolders

public java.util.List<IGFolder> getFolders(long groupId)
                                    throws com.liferay.portal.SystemException
Specified by:
getFolders in interface IGFolderLocalService
Throws:
com.liferay.portal.SystemException

getFolders

public java.util.List<IGFolder> getFolders(long groupId,
                                           long parentFolderId)
                                    throws com.liferay.portal.SystemException
Specified by:
getFolders in interface IGFolderLocalService
Throws:
com.liferay.portal.SystemException

getFolders

public java.util.List<IGFolder> getFolders(long groupId,
                                           long parentFolderId,
                                           int start,
                                           int end)
                                    throws com.liferay.portal.SystemException
Specified by:
getFolders in interface IGFolderLocalService
Throws:
com.liferay.portal.SystemException

getFoldersCount

public int getFoldersCount(long groupId,
                           long parentFolderId)
                    throws com.liferay.portal.SystemException
Specified by:
getFoldersCount in interface IGFolderLocalService
Throws:
com.liferay.portal.SystemException

getSubfolderIds

public void getSubfolderIds(java.util.List<java.lang.Long> folderIds,
                            long groupId,
                            long folderId)
                     throws com.liferay.portal.SystemException
Specified by:
getSubfolderIds in interface IGFolderLocalService
Throws:
com.liferay.portal.SystemException

reIndex

public void reIndex(java.lang.String[] ids)
             throws com.liferay.portal.SystemException
Specified by:
reIndex in interface IGFolderLocalService
Throws:
com.liferay.portal.SystemException

search

public com.liferay.portal.kernel.search.Hits search(long companyId,
                                                    long groupId,
                                                    long userId,
                                                    long[] folderIds,
                                                    java.lang.String keywords,
                                                    int start,
                                                    int end)
                                             throws com.liferay.portal.SystemException
Specified by:
search in interface IGFolderLocalService
Throws:
com.liferay.portal.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.PortalException,
                             com.liferay.portal.SystemException
Specified by:
updateFolder in interface IGFolderLocalService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException

getWrappedIGFolderLocalService

public IGFolderLocalService getWrappedIGFolderLocalService()