Liferay 6.0-ee-sp2

Uses of Interface
com.liferay.portlet.documentlibrary.model.DLFolder

Packages that use DLFolder
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.service   
com.liferay.portlet.documentlibrary.service.persistence   
com.liferay.portlet.documentlibrary.util   
 

Uses of DLFolder in com.liferay.portlet.documentlibrary.model
 

Classes in com.liferay.portlet.documentlibrary.model that implement DLFolder
 class DLFolderWrapper
           This class is a wrapper for DLFolder.
 

Methods in com.liferay.portlet.documentlibrary.model that return DLFolder
 DLFolder DLFileShortcutWrapper.getFolder()
           
 DLFolder DLFileShortcut.getFolder()
           
 DLFolder DLFileEntryWrapper.getFolder()
           
 DLFolder DLFileEntry.getFolder()
           
 DLFolder DLFolderWrapper.getParentFolder()
           
 DLFolder DLFolder.getParentFolder()
           
 DLFolder DLFolderWrapper.getWrappedDLFolder()
           
 DLFolder DLFolderWrapper.toEscapedModel()
           
 DLFolder DLFolderModel.toEscapedModel()
           
 

Methods in com.liferay.portlet.documentlibrary.model that return types with arguments of type DLFolder
 List<DLFolder> DLFolderWrapper.getAncestors()
           
 List<DLFolder> DLFolder.getAncestors()
           
 CacheModel<DLFolder> DLFolderWrapper.toCacheModel()
           
 CacheModel<DLFolder> DLFolderModel.toCacheModel()
           
 

Methods in com.liferay.portlet.documentlibrary.model with parameters of type DLFolder
 int DLFolderWrapper.compareTo(DLFolder dlFolder)
           
 int DLFolderModel.compareTo(DLFolder dlFolder)
           
static DLFolderSoap DLFolderSoap.toSoapModel(DLFolder model)
           
static DLFolderSoap[] DLFolderSoap.toSoapModels(DLFolder[] models)
           
static DLFolderSoap[][] DLFolderSoap.toSoapModels(DLFolder[][] models)
           
 

Method parameters in com.liferay.portlet.documentlibrary.model with type arguments of type DLFolder
static DLFolderSoap[] DLFolderSoap.toSoapModels(List<DLFolder> models)
           
 

Constructors in com.liferay.portlet.documentlibrary.model with parameters of type DLFolder
DLFolderWrapper(DLFolder dlFolder)
           
 

Uses of DLFolder in com.liferay.portlet.documentlibrary.service
 

Methods in com.liferay.portlet.documentlibrary.service that return DLFolder
 DLFolder DLFolderLocalServiceWrapper.addDLFolder(DLFolder dlFolder)
          Adds the d l folder to the database.
static DLFolder DLFolderLocalServiceUtil.addDLFolder(DLFolder dlFolder)
          Adds the d l folder to the database.
 DLFolder DLFolderLocalService.addDLFolder(DLFolder dlFolder)
          Adds the d l folder to the database.
 DLFolder DLFolderLocalServiceWrapper.addFolder(long userId, long groupId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
static DLFolder DLFolderLocalServiceUtil.addFolder(long userId, long groupId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalService.addFolder(long userId, long groupId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 DLFolder DLFolderServiceWrapper.addFolder(long groupId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
static DLFolder DLFolderServiceUtil.addFolder(long groupId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 DLFolder DLFolderService.addFolder(long groupId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 DLFolder DLFolderServiceWrapper.copyFolder(long groupId, long sourceFolderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
static DLFolder DLFolderServiceUtil.copyFolder(long groupId, long sourceFolderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 DLFolder DLFolderService.copyFolder(long groupId, long sourceFolderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalServiceWrapper.createDLFolder(long folderId)
          Creates a new d l folder with the primary key.
static DLFolder DLFolderLocalServiceUtil.createDLFolder(long folderId)
          Creates a new d l folder with the primary key.
 DLFolder DLFolderLocalService.createDLFolder(long folderId)
          Creates a new d l folder with the primary key.
 DLFolder DLFolderLocalServiceWrapper.getDLFolder(long folderId)
          Returns the d l folder with the primary key.
static DLFolder DLFolderLocalServiceUtil.getDLFolder(long folderId)
          Returns the d l folder with the primary key.
 DLFolder DLFolderLocalService.getDLFolder(long folderId)
          Returns the d l folder with the primary key.
 DLFolder DLFolderLocalServiceWrapper.getDLFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the d l folder with the UUID in the group.
static DLFolder DLFolderLocalServiceUtil.getDLFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the d l folder with the UUID in the group.
 DLFolder DLFolderLocalService.getDLFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the d l folder with the UUID in the group.
 DLFolder DLFolderServiceWrapper.getFolder(long folderId)
           
static DLFolder DLFolderServiceUtil.getFolder(long folderId)
           
 DLFolder DLFolderService.getFolder(long folderId)
           
 DLFolder DLFolderLocalServiceWrapper.getFolder(long folderId)
           
static DLFolder DLFolderLocalServiceUtil.getFolder(long folderId)
           
 DLFolder DLFolderLocalService.getFolder(long folderId)
           
 DLFolder DLFolderServiceWrapper.getFolder(long groupId, long parentFolderId, String name)
           
static DLFolder DLFolderServiceUtil.getFolder(long groupId, long parentFolderId, String name)
           
 DLFolder DLFolderService.getFolder(long groupId, long parentFolderId, String name)
           
 DLFolder DLFolderLocalServiceWrapper.getFolder(long groupId, long parentFolderId, String name)
           
static DLFolder DLFolderLocalServiceUtil.getFolder(long groupId, long parentFolderId, String name)
           
 DLFolder DLFolderLocalService.getFolder(long groupId, long parentFolderId, String name)
           
 DLFolder DLFolderLocalServiceWrapper.updateDLFolder(DLFolder dlFolder)
          Updates the d l folder in the database or adds it if it does not yet exist.
static DLFolder DLFolderLocalServiceUtil.updateDLFolder(DLFolder dlFolder)
          Updates the d l folder in the database or adds it if it does not yet exist.
 DLFolder DLFolderLocalService.updateDLFolder(DLFolder dlFolder)
          Updates the d l folder in the database or adds it if it does not yet exist.
 DLFolder DLFolderLocalServiceWrapper.updateDLFolder(DLFolder dlFolder, boolean merge)
          Updates the d l folder in the database or adds it if it does not yet exist.
static DLFolder DLFolderLocalServiceUtil.updateDLFolder(DLFolder dlFolder, boolean merge)
          Updates the d l folder in the database or adds it if it does not yet exist.
 DLFolder DLFolderLocalService.updateDLFolder(DLFolder dlFolder, boolean merge)
          Updates the d l folder in the database or adds it if it does not yet exist.
 DLFolder DLFolderServiceWrapper.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
static DLFolder DLFolderServiceUtil.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 DLFolder DLFolderService.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalServiceWrapper.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
static DLFolder DLFolderLocalServiceUtil.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalService.updateFolder(long folderId, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.documentlibrary.service that return types with arguments of type DLFolder
 List<DLFolder> DLFolderLocalServiceWrapper.getCompanyFolders(long companyId, int start, int end)
           
static List<DLFolder> DLFolderLocalServiceUtil.getCompanyFolders(long companyId, int start, int end)
           
 List<DLFolder> DLFolderLocalService.getCompanyFolders(long companyId, int start, int end)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getDLFolders(int start, int end)
          Returns a range of all the d l folders.
static List<DLFolder> DLFolderLocalServiceUtil.getDLFolders(int start, int end)
          Returns a range of all the d l folders.
 List<DLFolder> DLFolderLocalService.getDLFolders(int start, int end)
          Returns a range of all the d l folders.
 List<DLFolder> DLFolderLocalServiceWrapper.getFolders(long companyId)
           
static List<DLFolder> DLFolderLocalServiceUtil.getFolders(long companyId)
           
 List<DLFolder> DLFolderLocalService.getFolders(long companyId)
           
 List<DLFolder> DLFolderServiceWrapper.getFolders(long groupId, long parentFolderId)
           
static List<DLFolder> DLFolderServiceUtil.getFolders(long groupId, long parentFolderId)
           
 List<DLFolder> DLFolderService.getFolders(long groupId, long parentFolderId)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId)
           
static List<DLFolder> DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId)
           
 List<DLFolder> DLFolderLocalService.getFolders(long groupId, long parentFolderId)
           
 List<DLFolder> DLFolderServiceWrapper.getFolders(long groupId, long parentFolderId, int start, int end)
           
static List<DLFolder> DLFolderServiceUtil.getFolders(long groupId, long parentFolderId, int start, int end)
           
 List<DLFolder> DLFolderService.getFolders(long groupId, long parentFolderId, int start, int end)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, int start, int end)
           
static List<DLFolder> DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, int start, int end)
           
 List<DLFolder> DLFolderLocalService.getFolders(long groupId, long parentFolderId, int start, int end)
           
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLFolder
 DLFolder DLFolderLocalServiceWrapper.addDLFolder(DLFolder dlFolder)
          Adds the d l folder to the database.
static DLFolder DLFolderLocalServiceUtil.addDLFolder(DLFolder dlFolder)
          Adds the d l folder to the database.
 DLFolder DLFolderLocalService.addDLFolder(DLFolder dlFolder)
          Adds the d l folder to the database.
 void DLFolderLocalServiceWrapper.addFolderResources(DLFolder folder, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void DLFolderLocalServiceUtil.addFolderResources(DLFolder folder, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void DLFolderLocalService.addFolderResources(DLFolder folder, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void DLFolderLocalServiceWrapper.addFolderResources(DLFolder folder, String[] communityPermissions, String[] guestPermissions)
           
static void DLFolderLocalServiceUtil.addFolderResources(DLFolder folder, String[] communityPermissions, String[] guestPermissions)
           
 void DLFolderLocalService.addFolderResources(DLFolder folder, String[] communityPermissions, String[] guestPermissions)
           
 void DLFolderLocalServiceWrapper.deleteDLFolder(DLFolder dlFolder)
          Deletes the d l folder from the database.
static void DLFolderLocalServiceUtil.deleteDLFolder(DLFolder dlFolder)
          Deletes the d l folder from the database.
 void DLFolderLocalService.deleteDLFolder(DLFolder dlFolder)
          Deletes the d l folder from the database.
 void DLFolderLocalServiceWrapper.deleteFolder(DLFolder folder)
           
static void DLFolderLocalServiceUtil.deleteFolder(DLFolder folder)
           
 void DLFolderLocalService.deleteFolder(DLFolder folder)
           
 DLFolder DLFolderLocalServiceWrapper.updateDLFolder(DLFolder dlFolder)
          Updates the d l folder in the database or adds it if it does not yet exist.
static DLFolder DLFolderLocalServiceUtil.updateDLFolder(DLFolder dlFolder)
          Updates the d l folder in the database or adds it if it does not yet exist.
 DLFolder DLFolderLocalService.updateDLFolder(DLFolder dlFolder)
          Updates the d l folder in the database or adds it if it does not yet exist.
 DLFolder DLFolderLocalServiceWrapper.updateDLFolder(DLFolder dlFolder, boolean merge)
          Updates the d l folder in the database or adds it if it does not yet exist.
static DLFolder DLFolderLocalServiceUtil.updateDLFolder(DLFolder dlFolder, boolean merge)
          Updates the d l folder in the database or adds it if it does not yet exist.
 DLFolder DLFolderLocalService.updateDLFolder(DLFolder dlFolder, boolean merge)
          Updates the d l folder in the database or adds it if it does not yet exist.
 

Uses of DLFolder in com.liferay.portlet.documentlibrary.service.persistence
 

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

Methods in com.liferay.portlet.documentlibrary.service.persistence that return types with arguments of type DLFolder
static List<DLFolder> DLFolderUtil.filterFindByG_P(long groupId, long parentFolderId)
          Filters by the user's permissions and finds all the d l folders where groupId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_P(long groupId, long parentFolderId)
          Filters by the user's permissions and finds all the d l folders where groupId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_P(long groupId, long parentFolderId, int start, int end)
          Filters by the user's permissions and finds a range of all the d l folders where groupId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.filterFindByG_P(long groupId, long parentFolderId, int start, int end)
          Filters by the user's permissions and finds a range of all the d l folders where groupId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.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 d l folders where groupId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.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 d l folders where groupId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the d l folders where groupId = ?.
 List<DLFolder> DLFolderPersistence.filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the d l folders where groupId = ?.
static List<DLFolder> DLFolderUtil.filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the d l folders where groupId = ?.
 List<DLFolder> DLFolderPersistence.filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the d l folders where groupId = ?.
static List<DLFolder> DLFolderUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the d l folders where groupId = ?.
 List<DLFolder> DLFolderPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the d l folders where groupId = ?.
static List<DLFolder> DLFolderUtil.findAll()
          Finds all the d l folders.
 List<DLFolder> DLFolderPersistence.findAll()
          Finds all the d l folders.
static List<DLFolder> DLFolderUtil.findAll(int start, int end)
          Finds a range of all the d l folders.
 List<DLFolder> DLFolderPersistence.findAll(int start, int end)
          Finds a range of all the d l folders.
static List<DLFolder> DLFolderUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l folders.
 List<DLFolder> DLFolderPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l folders.
static List<DLFolder> DLFolderUtil.findByCompanyId(long companyId)
          Finds all the d l folders where companyId = ?.
 List<DLFolder> DLFolderPersistence.findByCompanyId(long companyId)
          Finds all the d l folders where companyId = ?.
static List<DLFolder> DLFolderUtil.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the d l folders where companyId = ?.
 List<DLFolder> DLFolderPersistence.findByCompanyId(long companyId, int start, int end)
          Finds a range of all the d l folders where companyId = ?.
static List<DLFolder> DLFolderUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l folders where companyId = ?.
 List<DLFolder> DLFolderPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l folders where companyId = ?.
static List<DLFolder> DLFolderUtil.findByG_P(long groupId, long parentFolderId)
          Finds all the d l folders where groupId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.findByG_P(long groupId, long parentFolderId)
          Finds all the d l folders where groupId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.findByG_P(long groupId, long parentFolderId, int start, int end)
          Finds a range of all the d l folders where groupId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.findByG_P(long groupId, long parentFolderId, int start, int end)
          Finds a range of all the d l folders where groupId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l folders where groupId = ? and parentFolderId = ?.
 List<DLFolder> DLFolderPersistence.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l folders where groupId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.findByGroupId(long groupId)
          Finds all the d l folders where groupId = ?.
 List<DLFolder> DLFolderPersistence.findByGroupId(long groupId)
          Finds all the d l folders where groupId = ?.
static List<DLFolder> DLFolderUtil.findByGroupId(long groupId, int start, int end)
          Finds a range of all the d l folders where groupId = ?.
 List<DLFolder> DLFolderPersistence.findByGroupId(long groupId, int start, int end)
          Finds a range of all the d l folders where groupId = ?.
static List<DLFolder> DLFolderUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l folders where groupId = ?.
 List<DLFolder> DLFolderPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l folders where groupId = ?.
static List<DLFolder> DLFolderUtil.findByP_N(long parentFolderId, String name)
          Finds all the d l folders where parentFolderId = ? and name = ?.
 List<DLFolder> DLFolderPersistence.findByP_N(long parentFolderId, String name)
          Finds all the d l folders where parentFolderId = ? and name = ?.
static List<DLFolder> DLFolderUtil.findByP_N(long parentFolderId, String name, int start, int end)
          Finds a range of all the d l folders where parentFolderId = ? and name = ?.
 List<DLFolder> DLFolderPersistence.findByP_N(long parentFolderId, String name, int start, int end)
          Finds a range of all the d l folders where parentFolderId = ? and name = ?.
static List<DLFolder> DLFolderUtil.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l folders where parentFolderId = ? and name = ?.
 List<DLFolder> DLFolderPersistence.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l folders where parentFolderId = ? and name = ?.
static List<DLFolder> DLFolderUtil.findByUuid(String uuid)
          Finds all the d l folders where uuid = ?.
 List<DLFolder> DLFolderPersistence.findByUuid(String uuid)
          Finds all the d l folders where uuid = ?.
static List<DLFolder> DLFolderUtil.findByUuid(String uuid, int start, int end)
          Finds a range of all the d l folders where uuid = ?.
 List<DLFolder> DLFolderPersistence.findByUuid(String uuid, int start, int end)
          Finds a range of all the d l folders where uuid = ?.
static List<DLFolder> DLFolderUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l folders where uuid = ?.
 List<DLFolder> DLFolderPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the d l folders where uuid = ?.
static List<DLFolder> DLFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<DLFolder> DLFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<DLFolder> DLFolderUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.documentlibrary.service.persistence with parameters of type DLFolder
static void DLFolderUtil.cacheResult(DLFolder dlFolder)
          Caches the d l folder in the entity cache if it is enabled.
 void DLFolderPersistence.cacheResult(DLFolder dlFolder)
          Caches the d l folder in the entity cache if it is enabled.
static void DLFolderUtil.clearCache(DLFolder dlFolder)
           
static DLFolder DLFolderUtil.remove(DLFolder dlFolder)
           
 DLFolder DLFolderPersistence.remove(DLFolder dlFolder)
           
static DLFolder DLFolderUtil.update(DLFolder dlFolder, boolean merge)
           
static DLFolder DLFolderUtil.update(DLFolder dlFolder, boolean merge, ServiceContext serviceContext)
           
static DLFolder DLFolderUtil.updateImpl(DLFolder dlFolder, boolean merge)
           
 DLFolder DLFolderPersistence.updateImpl(DLFolder dlFolder, boolean merge)
           
 

Method parameters in com.liferay.portlet.documentlibrary.service.persistence with type arguments of type DLFolder
static void DLFolderUtil.cacheResult(List<DLFolder> dlFolders)
          Caches the d l folders in the entity cache if it is enabled.
 void DLFolderPersistence.cacheResult(List<DLFolder> dlFolders)
          Caches the d l folders in the entity cache if it is enabled.
 

Uses of DLFolder in com.liferay.portlet.documentlibrary.util
 

Methods in com.liferay.portlet.documentlibrary.util with parameters of type DLFolder
static void DLUtil.addPortletBreadcrumbEntries(DLFolder folder, javax.servlet.http.HttpServletRequest request, RenderResponse renderResponse)
           
 


Liferay 6.0-ee-sp2