Liferay 6.0-ee-sp2

Uses of Interface
com.liferay.portlet.imagegallery.model.IGFolder

Packages that use IGFolder
com.liferay.portlet.imagegallery.model   
com.liferay.portlet.imagegallery.service   
com.liferay.portlet.imagegallery.service.persistence   
 

Uses of IGFolder in com.liferay.portlet.imagegallery.model
 

Classes in com.liferay.portlet.imagegallery.model that implement IGFolder
 class IGFolderWrapper
           This class is a wrapper for IGFolder.
 

Methods in com.liferay.portlet.imagegallery.model that return IGFolder
 IGFolder IGImageWrapper.getFolder()
           
 IGFolder IGImage.getFolder()
           
 IGFolder IGFolderWrapper.getParentFolder()
           
 IGFolder IGFolder.getParentFolder()
           
 IGFolder IGFolderWrapper.getWrappedIGFolder()
           
 IGFolder IGFolderWrapper.toEscapedModel()
           
 IGFolder IGFolderModel.toEscapedModel()
           
 

Methods in com.liferay.portlet.imagegallery.model that return types with arguments of type IGFolder
 List<IGFolder> IGFolderWrapper.getAncestors()
           
 List<IGFolder> IGFolder.getAncestors()
           
 CacheModel<IGFolder> IGFolderWrapper.toCacheModel()
           
 CacheModel<IGFolder> IGFolderModel.toCacheModel()
           
 

Methods in com.liferay.portlet.imagegallery.model with parameters of type IGFolder
 int IGFolderWrapper.compareTo(IGFolder igFolder)
           
 int IGFolderModel.compareTo(IGFolder igFolder)
           
static IGFolderSoap IGFolderSoap.toSoapModel(IGFolder model)
           
static IGFolderSoap[] IGFolderSoap.toSoapModels(IGFolder[] models)
           
static IGFolderSoap[][] IGFolderSoap.toSoapModels(IGFolder[][] models)
           
 

Method parameters in com.liferay.portlet.imagegallery.model with type arguments of type IGFolder
static IGFolderSoap[] IGFolderSoap.toSoapModels(List<IGFolder> models)
           
 

Constructors in com.liferay.portlet.imagegallery.model with parameters of type IGFolder
IGFolderWrapper(IGFolder igFolder)
           
 

Uses of IGFolder in com.liferay.portlet.imagegallery.service
 

Methods in com.liferay.portlet.imagegallery.service that return IGFolder
 IGFolder IGFolderLocalServiceWrapper.addFolder(long userId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
static IGFolder IGFolderLocalServiceUtil.addFolder(long userId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 IGFolder IGFolderLocalService.addFolder(long userId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 IGFolder IGFolderServiceWrapper.addFolder(long parentFolderId, String name, String description, ServiceContext serviceContext)
           
static IGFolder IGFolderServiceUtil.addFolder(long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 IGFolder IGFolderService.addFolder(long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 IGFolder IGFolderLocalServiceWrapper.addIGFolder(IGFolder igFolder)
          Adds the i g folder to the database.
static IGFolder IGFolderLocalServiceUtil.addIGFolder(IGFolder igFolder)
          Adds the i g folder to the database.
 IGFolder IGFolderLocalService.addIGFolder(IGFolder igFolder)
          Adds the i g folder to the database.
 IGFolder IGFolderServiceWrapper.copyFolder(long sourceFolderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
static IGFolder IGFolderServiceUtil.copyFolder(long sourceFolderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 IGFolder IGFolderService.copyFolder(long sourceFolderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 IGFolder IGFolderLocalServiceWrapper.createIGFolder(long folderId)
          Creates a new i g folder with the primary key.
static IGFolder IGFolderLocalServiceUtil.createIGFolder(long folderId)
          Creates a new i g folder with the primary key.
 IGFolder IGFolderLocalService.createIGFolder(long folderId)
          Creates a new i g folder with the primary key.
 IGFolder IGFolderServiceWrapper.getFolder(long folderId)
           
static IGFolder IGFolderServiceUtil.getFolder(long folderId)
           
 IGFolder IGFolderService.getFolder(long folderId)
           
 IGFolder IGFolderLocalServiceWrapper.getFolder(long folderId)
           
static IGFolder IGFolderLocalServiceUtil.getFolder(long folderId)
           
 IGFolder IGFolderLocalService.getFolder(long folderId)
           
 IGFolder IGFolderServiceWrapper.getFolder(long groupId, long parentFolderId, String name)
           
static IGFolder IGFolderServiceUtil.getFolder(long groupId, long parentFolderId, String name)
           
 IGFolder IGFolderService.getFolder(long groupId, long parentFolderId, String name)
           
 IGFolder IGFolderLocalServiceWrapper.getFolder(long groupId, long parentFolderId, String name)
           
static IGFolder IGFolderLocalServiceUtil.getFolder(long groupId, long parentFolderId, String name)
           
 IGFolder IGFolderLocalService.getFolder(long groupId, long parentFolderId, String name)
           
 IGFolder IGFolderLocalServiceWrapper.getIGFolder(long folderId)
          Returns the i g folder with the primary key.
static IGFolder IGFolderLocalServiceUtil.getIGFolder(long folderId)
          Returns the i g folder with the primary key.
 IGFolder IGFolderLocalService.getIGFolder(long folderId)
          Returns the i g folder with the primary key.
 IGFolder IGFolderLocalServiceWrapper.getIGFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the i g folder with the UUID in the group.
static IGFolder IGFolderLocalServiceUtil.getIGFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the i g folder with the UUID in the group.
 IGFolder IGFolderLocalService.getIGFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the i g folder with the UUID in the group.
 IGFolder IGFolderServiceWrapper.updateFolder(long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
static IGFolder IGFolderServiceUtil.updateFolder(long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
 IGFolder IGFolderService.updateFolder(long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
 IGFolder IGFolderLocalServiceWrapper.updateFolder(long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
static IGFolder IGFolderLocalServiceUtil.updateFolder(long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
 IGFolder IGFolderLocalService.updateFolder(long folderId, long parentFolderId, String name, String description, boolean mergeWithParentFolder, ServiceContext serviceContext)
           
 IGFolder IGFolderLocalServiceWrapper.updateIGFolder(IGFolder igFolder)
          Updates the i g folder in the database or adds it if it does not yet exist.
static IGFolder IGFolderLocalServiceUtil.updateIGFolder(IGFolder igFolder)
          Updates the i g folder in the database or adds it if it does not yet exist.
 IGFolder IGFolderLocalService.updateIGFolder(IGFolder igFolder)
          Updates the i g folder in the database or adds it if it does not yet exist.
 IGFolder IGFolderLocalServiceWrapper.updateIGFolder(IGFolder igFolder, boolean merge)
          Updates the i g folder in the database or adds it if it does not yet exist.
static IGFolder IGFolderLocalServiceUtil.updateIGFolder(IGFolder igFolder, boolean merge)
          Updates the i g folder in the database or adds it if it does not yet exist.
 IGFolder IGFolderLocalService.updateIGFolder(IGFolder igFolder, boolean merge)
          Updates the i g folder in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.imagegallery.service that return types with arguments of type IGFolder
 List<IGFolder> IGFolderLocalServiceWrapper.getCompanyFolders(long companyId, int start, int end)
           
static List<IGFolder> IGFolderLocalServiceUtil.getCompanyFolders(long companyId, int start, int end)
           
 List<IGFolder> IGFolderLocalService.getCompanyFolders(long companyId, int start, int end)
           
 List<IGFolder> IGFolderLocalServiceWrapper.getFolders(long groupId)
           
static List<IGFolder> IGFolderLocalServiceUtil.getFolders(long groupId)
           
 List<IGFolder> IGFolderLocalService.getFolders(long groupId)
           
 List<IGFolder> IGFolderServiceWrapper.getFolders(long groupId, long parentFolderId)
           
static List<IGFolder> IGFolderServiceUtil.getFolders(long groupId, long parentFolderId)
           
 List<IGFolder> IGFolderService.getFolders(long groupId, long parentFolderId)
           
 List<IGFolder> IGFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId)
           
static List<IGFolder> IGFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId)
           
 List<IGFolder> IGFolderLocalService.getFolders(long groupId, long parentFolderId)
           
 List<IGFolder> IGFolderServiceWrapper.getFolders(long groupId, long parentFolderId, int start, int end)
           
static List<IGFolder> IGFolderServiceUtil.getFolders(long groupId, long parentFolderId, int start, int end)
           
 List<IGFolder> IGFolderService.getFolders(long groupId, long parentFolderId, int start, int end)
           
 List<IGFolder> IGFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, int start, int end)
           
static List<IGFolder> IGFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, int start, int end)
           
 List<IGFolder> IGFolderLocalService.getFolders(long groupId, long parentFolderId, int start, int end)
           
 List<IGFolder> IGFolderLocalServiceWrapper.getIGFolders(int start, int end)
          Returns a range of all the i g folders.
static List<IGFolder> IGFolderLocalServiceUtil.getIGFolders(int start, int end)
          Returns a range of all the i g folders.
 List<IGFolder> IGFolderLocalService.getIGFolders(int start, int end)
          Returns a range of all the i g folders.
 

Methods in com.liferay.portlet.imagegallery.service with parameters of type IGFolder
 void IGFolderLocalServiceWrapper.addFolderResources(IGFolder folder, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void IGFolderLocalServiceUtil.addFolderResources(IGFolder folder, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void IGFolderLocalService.addFolderResources(IGFolder folder, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void IGFolderLocalServiceWrapper.addFolderResources(IGFolder folder, String[] communityPermissions, String[] guestPermissions)
           
static void IGFolderLocalServiceUtil.addFolderResources(IGFolder folder, String[] communityPermissions, String[] guestPermissions)
           
 void IGFolderLocalService.addFolderResources(IGFolder folder, String[] communityPermissions, String[] guestPermissions)
           
 IGFolder IGFolderLocalServiceWrapper.addIGFolder(IGFolder igFolder)
          Adds the i g folder to the database.
static IGFolder IGFolderLocalServiceUtil.addIGFolder(IGFolder igFolder)
          Adds the i g folder to the database.
 IGFolder IGFolderLocalService.addIGFolder(IGFolder igFolder)
          Adds the i g folder to the database.
 void IGFolderLocalServiceWrapper.deleteFolder(IGFolder folder)
           
static void IGFolderLocalServiceUtil.deleteFolder(IGFolder folder)
           
 void IGFolderLocalService.deleteFolder(IGFolder folder)
           
 void IGFolderLocalServiceWrapper.deleteIGFolder(IGFolder igFolder)
          Deletes the i g folder from the database.
static void IGFolderLocalServiceUtil.deleteIGFolder(IGFolder igFolder)
          Deletes the i g folder from the database.
 void IGFolderLocalService.deleteIGFolder(IGFolder igFolder)
          Deletes the i g folder from the database.
 IGFolder IGFolderLocalServiceWrapper.updateIGFolder(IGFolder igFolder)
          Updates the i g folder in the database or adds it if it does not yet exist.
static IGFolder IGFolderLocalServiceUtil.updateIGFolder(IGFolder igFolder)
          Updates the i g folder in the database or adds it if it does not yet exist.
 IGFolder IGFolderLocalService.updateIGFolder(IGFolder igFolder)
          Updates the i g folder in the database or adds it if it does not yet exist.
 IGFolder IGFolderLocalServiceWrapper.updateIGFolder(IGFolder igFolder, boolean merge)
          Updates the i g folder in the database or adds it if it does not yet exist.
static IGFolder IGFolderLocalServiceUtil.updateIGFolder(IGFolder igFolder, boolean merge)
          Updates the i g folder in the database or adds it if it does not yet exist.
 IGFolder IGFolderLocalService.updateIGFolder(IGFolder igFolder, boolean merge)
          Updates the i g folder in the database or adds it if it does not yet exist.
 

Uses of IGFolder in com.liferay.portlet.imagegallery.service.persistence
 

Methods in com.liferay.portlet.imagegallery.service.persistence that return IGFolder
static IGFolder IGFolderUtil.create(long folderId)
          Creates a new i g folder with the primary key.
 IGFolder IGFolderPersistence.create(long folderId)
          Creates a new i g folder with the primary key.
static IGFolder IGFolderUtil.fetchByG_P_N(long groupId, long parentFolderId, String name)
          Finds the i g folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found.
 IGFolder IGFolderPersistence.fetchByG_P_N(long groupId, long parentFolderId, String name)
          Finds the i g folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found.
static IGFolder IGFolderUtil.fetchByG_P_N(long groupId, long parentFolderId, String name, boolean retrieveFromCache)
          Finds the i g folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 IGFolder IGFolderPersistence.fetchByG_P_N(long groupId, long parentFolderId, String name, boolean retrieveFromCache)
          Finds the i g folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
static IGFolder IGFolderUtil.fetchByPrimaryKey(long folderId)
          Finds the i g folder with the primary key or returns null if it could not be found.
 IGFolder IGFolderPersistence.fetchByPrimaryKey(long folderId)
          Finds the i g folder with the primary key or returns null if it could not be found.
static IGFolder IGFolderUtil.fetchByUUID_G(String uuid, long groupId)
          Finds the i g folder where uuid = ? and groupId = ? or returns null if it could not be found.
 IGFolder IGFolderPersistence.fetchByUUID_G(String uuid, long groupId)
          Finds the i g folder where uuid = ? and groupId = ? or returns null if it could not be found.
static IGFolder IGFolderUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Finds the i g folder where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 IGFolder IGFolderPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Finds the i g folder where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static IGFolder[] IGFolderUtil.filterFindByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Filters the i g folders before and after the current i g folder in the ordered set where groupId = ? and parentFolderId = ?.
 IGFolder[] IGFolderPersistence.filterFindByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Filters the i g folders before and after the current i g folder in the ordered set where groupId = ? and parentFolderId = ?.
static IGFolder[] IGFolderUtil.filterFindByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator orderByComparator)
          Filters the i g folders before and after the current i g folder in the ordered set where groupId = ?.
 IGFolder[] IGFolderPersistence.filterFindByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator orderByComparator)
          Filters the i g folders before and after the current i g folder in the ordered set where groupId = ?.
static IGFolder IGFolderUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first i g folder in the ordered set where companyId = ?.
 IGFolder IGFolderPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Finds the first i g folder in the ordered set where companyId = ?.
static IGFolder IGFolderUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last i g folder in the ordered set where companyId = ?.
 IGFolder IGFolderPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Finds the last i g folder in the ordered set where companyId = ?.
static IGFolder[] IGFolderUtil.findByCompanyId_PrevAndNext(long folderId, long companyId, OrderByComparator orderByComparator)
          Finds the i g folders before and after the current i g folder in the ordered set where companyId = ?.
 IGFolder[] IGFolderPersistence.findByCompanyId_PrevAndNext(long folderId, long companyId, OrderByComparator orderByComparator)
          Finds the i g folders before and after the current i g folder in the ordered set where companyId = ?.
static IGFolder IGFolderUtil.findByG_P_First(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Finds the first i g folder in the ordered set where groupId = ? and parentFolderId = ?.
 IGFolder IGFolderPersistence.findByG_P_First(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Finds the first i g folder in the ordered set where groupId = ? and parentFolderId = ?.
static IGFolder IGFolderUtil.findByG_P_Last(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Finds the last i g folder in the ordered set where groupId = ? and parentFolderId = ?.
 IGFolder IGFolderPersistence.findByG_P_Last(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Finds the last i g folder in the ordered set where groupId = ? and parentFolderId = ?.
static IGFolder IGFolderUtil.findByG_P_N(long groupId, long parentFolderId, String name)
          Finds the i g folder where groupId = ? and parentFolderId = ? and name = ? or throws a NoSuchFolderException if it could not be found.
 IGFolder IGFolderPersistence.findByG_P_N(long groupId, long parentFolderId, String name)
          Finds the i g folder where groupId = ? and parentFolderId = ? and name = ? or throws a NoSuchFolderException if it could not be found.
static IGFolder[] IGFolderUtil.findByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Finds the i g folders before and after the current i g folder in the ordered set where groupId = ? and parentFolderId = ?.
 IGFolder[] IGFolderPersistence.findByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Finds the i g folders before and after the current i g folder in the ordered set where groupId = ? and parentFolderId = ?.
static IGFolder IGFolderUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first i g folder in the ordered set where groupId = ?.
 IGFolder IGFolderPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first i g folder in the ordered set where groupId = ?.
static IGFolder IGFolderUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last i g folder in the ordered set where groupId = ?.
 IGFolder IGFolderPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last i g folder in the ordered set where groupId = ?.
static IGFolder[] IGFolderUtil.findByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator orderByComparator)
          Finds the i g folders before and after the current i g folder in the ordered set where groupId = ?.
 IGFolder[] IGFolderPersistence.findByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator orderByComparator)
          Finds the i g folders before and after the current i g folder in the ordered set where groupId = ?.
static IGFolder IGFolderUtil.findByPrimaryKey(long folderId)
          Finds the i g folder with the primary key or throws a NoSuchFolderException if it could not be found.
 IGFolder IGFolderPersistence.findByPrimaryKey(long folderId)
          Finds the i g folder with the primary key or throws a NoSuchFolderException if it could not be found.
static IGFolder IGFolderUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first i g folder in the ordered set where uuid = ?.
 IGFolder IGFolderPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first i g folder in the ordered set where uuid = ?.
static IGFolder IGFolderUtil.findByUUID_G(String uuid, long groupId)
          Finds the i g folder where uuid = ? and groupId = ? or throws a NoSuchFolderException if it could not be found.
 IGFolder IGFolderPersistence.findByUUID_G(String uuid, long groupId)
          Finds the i g folder where uuid = ? and groupId = ? or throws a NoSuchFolderException if it could not be found.
static IGFolder IGFolderUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last i g folder in the ordered set where uuid = ?.
 IGFolder IGFolderPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last i g folder in the ordered set where uuid = ?.
static IGFolder[] IGFolderUtil.findByUuid_PrevAndNext(long folderId, String uuid, OrderByComparator orderByComparator)
          Finds the i g folders before and after the current i g folder in the ordered set where uuid = ?.
 IGFolder[] IGFolderPersistence.findByUuid_PrevAndNext(long folderId, String uuid, OrderByComparator orderByComparator)
          Finds the i g folders before and after the current i g folder in the ordered set where uuid = ?.
static IGFolder IGFolderUtil.remove(IGFolder igFolder)
           
 IGFolder IGFolderPersistence.remove(IGFolder igFolder)
           
static IGFolder IGFolderUtil.remove(long folderId)
          Removes the i g folder with the primary key from the database.
 IGFolder IGFolderPersistence.remove(long folderId)
          Removes the i g folder with the primary key from the database.
static IGFolder IGFolderUtil.update(IGFolder igFolder, boolean merge)
           
static IGFolder IGFolderUtil.update(IGFolder igFolder, boolean merge, ServiceContext serviceContext)
           
static IGFolder IGFolderUtil.updateImpl(IGFolder igFolder, boolean merge)
           
 IGFolder IGFolderPersistence.updateImpl(IGFolder igFolder, boolean merge)
           
 

Methods in com.liferay.portlet.imagegallery.service.persistence that return types with arguments of type IGFolder
static List<IGFolder> IGFolderUtil.filterFindByG_P(long groupId, long parentFolderId)
          Filters by the user's permissions and finds all the i g folders where groupId = ? and parentFolderId = ?.
 List<IGFolder> IGFolderPersistence.filterFindByG_P(long groupId, long parentFolderId)
          Filters by the user's permissions and finds all the i g folders where groupId = ? and parentFolderId = ?.
static List<IGFolder> IGFolderUtil.filterFindByG_P(long groupId, long parentFolderId, int start, int end)
          Filters by the user's permissions and finds a range of all the i g folders where groupId = ? and parentFolderId = ?.
 List<IGFolder> IGFolderPersistence.filterFindByG_P(long groupId, long parentFolderId, int start, int end)
          Filters by the user's permissions and finds a range of all the i g folders where groupId = ? and parentFolderId = ?.
static List<IGFolder> IGFolderUtil.filterFindByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the i g folders where groupId = ? and parentFolderId = ?.
 List<IGFolder> IGFolderPersistence.filterFindByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the i g folders where groupId = ? and parentFolderId = ?.
static List<IGFolder> IGFolderUtil.filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the i g folders where groupId = ?.
 List<IGFolder> IGFolderPersistence.filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the i g folders where groupId = ?.
static List<IGFolder> IGFolderUtil.filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the i g folders where groupId = ?.
 List<IGFolder> IGFolderPersistence.filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the i g folders where groupId = ?.
static List<IGFolder> IGFolderUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the i g folders where groupId = ?.
 List<IGFolder> IGFolderPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the i g folders where groupId = ?.
static List<IGFolder> IGFolderUtil.findAll()
          Finds all the i g folders.
 List<IGFolder> IGFolderPersistence.findAll()
          Finds all the i g folders.
static List<IGFolder> IGFolderUtil.findAll(int start, int end)
          Finds a range of all the i g folders.
 List<IGFolder> IGFolderPersistence.findAll(int start, int end)
          Finds a range of all the i g folders.
static List<IGFolder> IGFolderUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the i g folders.
 List<IGFolder> IGFolderPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the i g folders.
static List<IGFolder> IGFolderUtil.findByCompanyId(long companyId)
          Finds all the i g folders where companyId = ?.
 List<IGFolder> IGFolderPersistence.findByCompanyId(long companyId)
          Finds all the i g folders where companyId = ?.
static List<IGFolder> IGFolderUtil.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the i g folders where companyId = ?.
 List<IGFolder> IGFolderPersistence.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the i g folders where companyId = ?.
static List<IGFolder> IGFolderUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the i g folders where companyId = ?.
 List<IGFolder> IGFolderPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the i g folders where companyId = ?.
static List<IGFolder> IGFolderUtil.findByG_P(long groupId, long parentFolderId)
          Finds all the i g folders where groupId = ? and parentFolderId = ?.
 List<IGFolder> IGFolderPersistence.findByG_P(long groupId, long parentFolderId)
          Finds all the i g folders where groupId = ? and parentFolderId = ?.
static List<IGFolder> IGFolderUtil.findByG_P(long groupId, long parentFolderId, int start, int end)
          Finds a range of all the i g folders where groupId = ? and parentFolderId = ?.
 List<IGFolder> IGFolderPersistence.findByG_P(long groupId, long parentFolderId, int start, int end)
          Finds a range of all the i g folders where groupId = ? and parentFolderId = ?.
static List<IGFolder> IGFolderUtil.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the i g folders where groupId = ? and parentFolderId = ?.
 List<IGFolder> IGFolderPersistence.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the i g folders where groupId = ? and parentFolderId = ?.
static List<IGFolder> IGFolderUtil.findByGroupId(long groupId)
          Finds all the i g folders where groupId = ?.
 List<IGFolder> IGFolderPersistence.findByGroupId(long groupId)
          Finds all the i g folders where groupId = ?.
static List<IGFolder> IGFolderUtil.findByGroupId(long groupId, int start, int end)
          Finds a range of all the i g folders where groupId = ?.
 List<IGFolder> IGFolderPersistence.findByGroupId(long groupId, int start, int end)
          Finds a range of all the i g folders where groupId = ?.
static List<IGFolder> IGFolderUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the i g folders where groupId = ?.
 List<IGFolder> IGFolderPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the i g folders where groupId = ?.
static List<IGFolder> IGFolderUtil.findByUuid(String uuid)
          Finds all the i g folders where uuid = ?.
 List<IGFolder> IGFolderPersistence.findByUuid(String uuid)
          Finds all the i g folders where uuid = ?.
static List<IGFolder> IGFolderUtil.findByUuid(String uuid, int start, int end)
          Finds a range of all the i g folders where uuid = ?.
 List<IGFolder> IGFolderPersistence.findByUuid(String uuid, int start, int end)
          Finds a range of all the i g folders where uuid = ?.
static List<IGFolder> IGFolderUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the i g folders where uuid = ?.
 List<IGFolder> IGFolderPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the i g folders where uuid = ?.
static List<IGFolder> IGFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<IGFolder> IGFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<IGFolder> IGFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.imagegallery.service.persistence with parameters of type IGFolder
static void IGFolderUtil.cacheResult(IGFolder igFolder)
          Caches the i g folder in the entity cache if it is enabled.
 void IGFolderPersistence.cacheResult(IGFolder igFolder)
          Caches the i g folder in the entity cache if it is enabled.
static void IGFolderUtil.clearCache(IGFolder igFolder)
           
static IGFolder IGFolderUtil.remove(IGFolder igFolder)
           
 IGFolder IGFolderPersistence.remove(IGFolder igFolder)
           
static IGFolder IGFolderUtil.update(IGFolder igFolder, boolean merge)
           
static IGFolder IGFolderUtil.update(IGFolder igFolder, boolean merge, ServiceContext serviceContext)
           
static IGFolder IGFolderUtil.updateImpl(IGFolder igFolder, boolean merge)
           
 IGFolder IGFolderPersistence.updateImpl(IGFolder igFolder, boolean merge)
           
 

Method parameters in com.liferay.portlet.imagegallery.service.persistence with type arguments of type IGFolder
static void IGFolderUtil.cacheResult(List<IGFolder> igFolders)
          Caches the i g folders in the entity cache if it is enabled.
 void IGFolderPersistence.cacheResult(List<IGFolder> igFolders)
          Caches the i g folders in the entity cache if it is enabled.
 


Liferay 6.0-ee-sp2