Liferay 6.2.0

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

Packages that use DLFolder
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.documentlibrary.service.persistence   
 

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.getDLFolder()
           
abstract  DLFolder DLFileShortcut.getDLFolder()
           
 DLFolder DLFileEntryWrapper.getFolder()
           
abstract  DLFolder DLFileEntry.getFolder()
           
 DLFolder DLFileVersionWrapper.getFolder()
           
abstract  DLFolder DLFileVersion.getFolder()
           
 DLFolder DLFolderWrapper.getParentFolder()
           
abstract  DLFolder DLFolder.getParentFolder()
           
 DLFolder DLFolderWrapper.getWrappedDLFolder()
          Deprecated. As of 6.1.0, replaced by DLFolderWrapper.getWrappedModel()
 DLFolder DLFolderWrapper.getWrappedModel()
           
 DLFolder DLFolderWrapper.toEscapedModel()
           
abstract  DLFolder DLFolderModel.toEscapedModel()
           
 DLFolder DLFolderWrapper.toUnescapedModel()
           
abstract  DLFolder DLFolderModel.toUnescapedModel()
           
 

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

Methods in com.liferay.portlet.documentlibrary.model with parameters of type DLFolder
 int DLFolderWrapper.compareTo(DLFolder dlFolder)
           
abstract  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
abstract  DLFolder DLFolderLocalService.addDLFolder(DLFolder dlFolder)
          Adds the document library folder to the database.
 DLFolder DLFolderLocalServiceWrapper.addDLFolder(DLFolder dlFolder)
          Adds the document library folder to the database.
static DLFolder DLFolderLocalServiceUtil.addDLFolder(DLFolder dlFolder)
          Adds the document library folder to the database.
 DLFolder DLFolderServiceWrapper.addFolder(long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
abstract  DLFolder DLFolderService.addFolder(long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
static DLFolder DLFolderServiceUtil.addFolder(long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, ServiceContext serviceContext)
           
abstract  DLFolder DLFolderLocalService.addFolder(long userId, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, boolean hidden, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalServiceWrapper.addFolder(long userId, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, boolean hidden, ServiceContext serviceContext)
           
static DLFolder DLFolderLocalServiceUtil.addFolder(long userId, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, boolean hidden, ServiceContext serviceContext)
           
abstract  DLFolder DLFolderLocalService.addFolder(long userId, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by more general DLFolderLocalService.addFolder(long, long, long, boolean, long, String, String, boolean, ServiceContext)
 DLFolder DLFolderLocalServiceWrapper.addFolder(long userId, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by more general DLFolderLocalServiceWrapper.addFolder(long, long, long, boolean, long, String, String, boolean, ServiceContext)
static DLFolder DLFolderLocalServiceUtil.addFolder(long userId, long groupId, long repositoryId, boolean mountPoint, long parentFolderId, String name, String description, ServiceContext serviceContext)
          Deprecated. As of 6.2.0, replaced by more general DLFolderLocalServiceUtil.addFolder(long, long, long, boolean, long, String, String, boolean, ServiceContext)
abstract  DLFolder DLFolderLocalService.createDLFolder(long folderId)
          Creates a new document library folder with the primary key.
 DLFolder DLFolderLocalServiceWrapper.createDLFolder(long folderId)
          Creates a new document library folder with the primary key.
static DLFolder DLFolderLocalServiceUtil.createDLFolder(long folderId)
          Creates a new document library folder with the primary key.
abstract  DLFolder DLFolderLocalService.deleteDLFolder(DLFolder dlFolder)
          Deletes the document library folder from the database.
 DLFolder DLFolderLocalServiceWrapper.deleteDLFolder(DLFolder dlFolder)
          Deletes the document library folder from the database.
static DLFolder DLFolderLocalServiceUtil.deleteDLFolder(DLFolder dlFolder)
          Deletes the document library folder from the database.
abstract  DLFolder DLFolderLocalService.deleteDLFolder(long folderId)
          Deletes the document library folder with the primary key from the database.
 DLFolder DLFolderLocalServiceWrapper.deleteDLFolder(long folderId)
          Deletes the document library folder with the primary key from the database.
static DLFolder DLFolderLocalServiceUtil.deleteDLFolder(long folderId)
          Deletes the document library folder with the primary key from the database.
abstract  DLFolder DLFolderLocalService.deleteFolder(DLFolder dlFolder)
           
 DLFolder DLFolderLocalServiceWrapper.deleteFolder(DLFolder dlFolder)
           
static DLFolder DLFolderLocalServiceUtil.deleteFolder(DLFolder dlFolder)
           
abstract  DLFolder DLFolderLocalService.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries)
           
 DLFolder DLFolderLocalServiceWrapper.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries)
           
static DLFolder DLFolderLocalServiceUtil.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries)
           
abstract  DLFolder DLFolderLocalService.deleteFolder(long folderId)
           
 DLFolder DLFolderLocalServiceWrapper.deleteFolder(long folderId)
           
static DLFolder DLFolderLocalServiceUtil.deleteFolder(long folderId)
           
abstract  DLFolder DLFolderLocalService.deleteFolder(long folderId, boolean includeTrashedEntries)
           
 DLFolder DLFolderLocalServiceWrapper.deleteFolder(long folderId, boolean includeTrashedEntries)
           
static DLFolder DLFolderLocalServiceUtil.deleteFolder(long folderId, boolean includeTrashedEntries)
           
abstract  DLFolder DLFolderLocalService.deleteFolder(long userId, long folderId, boolean includeTrashedEntries)
           
 DLFolder DLFolderLocalServiceWrapper.deleteFolder(long userId, long folderId, boolean includeTrashedEntries)
           
static DLFolder DLFolderLocalServiceUtil.deleteFolder(long userId, long folderId, boolean includeTrashedEntries)
           
abstract  DLFolder DLFolderLocalService.fetchDLFolder(long folderId)
           
 DLFolder DLFolderLocalServiceWrapper.fetchDLFolder(long folderId)
           
static DLFolder DLFolderLocalServiceUtil.fetchDLFolder(long folderId)
           
abstract  DLFolder DLFolderLocalService.fetchDLFolderByUuidAndCompanyId(String uuid, long companyId)
          Returns the document library folder with the matching UUID and company.
 DLFolder DLFolderLocalServiceWrapper.fetchDLFolderByUuidAndCompanyId(String uuid, long companyId)
          Returns the document library folder with the matching UUID and company.
static DLFolder DLFolderLocalServiceUtil.fetchDLFolderByUuidAndCompanyId(String uuid, long companyId)
          Returns the document library folder with the matching UUID and company.
abstract  DLFolder DLFolderLocalService.fetchDLFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the document library folder matching the UUID and group.
 DLFolder DLFolderLocalServiceWrapper.fetchDLFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the document library folder matching the UUID and group.
static DLFolder DLFolderLocalServiceUtil.fetchDLFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the document library folder matching the UUID and group.
abstract  DLFolder DLFolderLocalService.fetchFolder(long folderId)
           
 DLFolder DLFolderLocalServiceWrapper.fetchFolder(long folderId)
           
static DLFolder DLFolderLocalServiceUtil.fetchFolder(long folderId)
           
abstract  DLFolder DLFolderLocalService.fetchFolder(long groupId, long parentFolderId, String name)
           
 DLFolder DLFolderLocalServiceWrapper.fetchFolder(long groupId, long parentFolderId, String name)
           
static DLFolder DLFolderLocalServiceUtil.fetchFolder(long groupId, long parentFolderId, String name)
           
abstract  DLFolder DLFolderLocalService.getDLFolder(long folderId)
          Returns the document library folder with the primary key.
 DLFolder DLFolderLocalServiceWrapper.getDLFolder(long folderId)
          Returns the document library folder with the primary key.
static DLFolder DLFolderLocalServiceUtil.getDLFolder(long folderId)
          Returns the document library folder with the primary key.
abstract  DLFolder DLFolderLocalService.getDLFolderByUuidAndCompanyId(String uuid, long companyId)
          Returns the document library folder with the matching UUID and company.
 DLFolder DLFolderLocalServiceWrapper.getDLFolderByUuidAndCompanyId(String uuid, long companyId)
          Returns the document library folder with the matching UUID and company.
static DLFolder DLFolderLocalServiceUtil.getDLFolderByUuidAndCompanyId(String uuid, long companyId)
          Returns the document library folder with the matching UUID and company.
abstract  DLFolder DLFolderLocalService.getDLFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the document library folder matching the UUID and group.
 DLFolder DLFolderLocalServiceWrapper.getDLFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the document library folder matching the UUID and group.
static DLFolder DLFolderLocalServiceUtil.getDLFolderByUuidAndGroupId(String uuid, long groupId)
          Returns the document library folder matching the UUID and group.
abstract  DLFolder DLFolderLocalService.getFolder(long folderId)
           
 DLFolder DLFolderServiceWrapper.getFolder(long folderId)
           
abstract  DLFolder DLFolderService.getFolder(long folderId)
           
 DLFolder DLFolderLocalServiceWrapper.getFolder(long folderId)
           
static DLFolder DLFolderServiceUtil.getFolder(long folderId)
           
static DLFolder DLFolderLocalServiceUtil.getFolder(long folderId)
           
abstract  DLFolder DLFolderLocalService.getFolder(long groupId, long parentFolderId, String name)
           
 DLFolder DLFolderServiceWrapper.getFolder(long groupId, long parentFolderId, String name)
           
abstract  DLFolder DLFolderService.getFolder(long groupId, long parentFolderId, String name)
           
 DLFolder DLFolderLocalServiceWrapper.getFolder(long groupId, long parentFolderId, String name)
           
static DLFolder DLFolderServiceUtil.getFolder(long groupId, long parentFolderId, String name)
           
static DLFolder DLFolderLocalServiceUtil.getFolder(long groupId, long parentFolderId, String name)
           
abstract  DLFolder DLFolderLocalService.getMountFolder(long repositoryId)
           
 DLFolder DLFolderLocalServiceWrapper.getMountFolder(long repositoryId)
           
static DLFolder DLFolderLocalServiceUtil.getMountFolder(long repositoryId)
           
abstract  DLFolder DLFolderLocalService.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalServiceWrapper.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
           
static DLFolder DLFolderLocalServiceUtil.moveFolder(long userId, long folderId, long parentFolderId, ServiceContext serviceContext)
           
 DLFolder DLFolderServiceWrapper.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext)
           
abstract  DLFolder DLFolderService.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext)
           
static DLFolder DLFolderServiceUtil.moveFolder(long folderId, long parentFolderId, ServiceContext serviceContext)
           
abstract  DLFolder DLFolderLocalService.updateDLFolder(DLFolder dlFolder)
          Updates the document library folder in the database or adds it if it does not yet exist.
 DLFolder DLFolderLocalServiceWrapper.updateDLFolder(DLFolder dlFolder)
          Updates the document library folder in the database or adds it if it does not yet exist.
static DLFolder DLFolderLocalServiceUtil.updateDLFolder(DLFolder dlFolder)
          Updates the document library folder in the database or adds it if it does not yet exist.
abstract  DLFolder DLFolderLocalService.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalServiceWrapper.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
           
static DLFolder DLFolderLocalServiceUtil.updateFolder(long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
           
abstract  DLFolder DLFolderLocalService.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
           
 DLFolder DLFolderServiceWrapper.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
           
abstract  DLFolder DLFolderService.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalServiceWrapper.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
           
static DLFolder DLFolderServiceUtil.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
           
static DLFolder DLFolderLocalServiceUtil.updateFolder(long folderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
           
abstract  DLFolder DLFolderLocalService.updateFolderAndFileEntryTypes(long userId, long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalServiceWrapper.updateFolderAndFileEntryTypes(long userId, long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
           
static DLFolder DLFolderLocalServiceUtil.updateFolderAndFileEntryTypes(long userId, long folderId, long parentFolderId, String name, String description, long defaultFileEntryTypeId, List<Long> fileEntryTypeIds, boolean overrideFileEntryTypes, ServiceContext serviceContext)
           
abstract  DLFolder DLFolderLocalService.updateStatus(long userId, long folderId, int status, Map<String,Serializable> workflowContext, ServiceContext serviceContext)
           
 DLFolder DLFolderLocalServiceWrapper.updateStatus(long userId, long folderId, int status, Map<String,Serializable> workflowContext, ServiceContext serviceContext)
           
static DLFolder DLFolderLocalServiceUtil.updateStatus(long userId, long folderId, int status, Map<String,Serializable> workflowContext, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.documentlibrary.service that return types with arguments of type DLFolder
abstract  List<DLFolder> DLFolderLocalService.getCompanyFolders(long companyId, int start, int end)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getCompanyFolders(long companyId, int start, int end)
           
static List<DLFolder> DLFolderLocalServiceUtil.getCompanyFolders(long companyId, int start, int end)
           
abstract  List<DLFolder> DLFolderLocalService.getDLFileEntryTypeDLFolders(long fileEntryTypeId)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getDLFileEntryTypeDLFolders(long fileEntryTypeId)
           
static List<DLFolder> DLFolderLocalServiceUtil.getDLFileEntryTypeDLFolders(long fileEntryTypeId)
           
abstract  List<DLFolder> DLFolderLocalService.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end)
           
static List<DLFolder> DLFolderLocalServiceUtil.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end)
           
abstract  List<DLFolder> DLFolderLocalService.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFolder> DLFolderLocalServiceUtil.getDLFileEntryTypeDLFolders(long fileEntryTypeId, int start, int end, OrderByComparator orderByComparator)
           
abstract  List<DLFolder> DLFolderLocalService.getDLFolders(int start, int end)
          Returns a range of all the document library folders.
 List<DLFolder> DLFolderLocalServiceWrapper.getDLFolders(int start, int end)
          Returns a range of all the document library folders.
static List<DLFolder> DLFolderLocalServiceUtil.getDLFolders(int start, int end)
          Returns a range of all the document library folders.
abstract  List<DLFolder> DLFolderLocalService.getFolders(long groupId, long parentFolderId)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId)
           
static List<DLFolder> DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId)
           
abstract  List<DLFolder> DLFolderLocalService.getFolders(long groupId, long parentFolderId, boolean includeMountfolders)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, boolean includeMountfolders)
           
static List<DLFolder> DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, boolean includeMountfolders)
           
abstract  List<DLFolder> DLFolderLocalService.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator obc)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator obc)
           
static List<DLFolder> DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, boolean includeMountfolders, int start, int end, OrderByComparator obc)
           
 List<DLFolder> DLFolderServiceWrapper.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator obc)
           
abstract  List<DLFolder> DLFolderService.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator obc)
           
static List<DLFolder> DLFolderServiceUtil.getFolders(long groupId, long parentFolderId, int status, boolean includeMountfolders, int start, int end, OrderByComparator obc)
           
abstract  List<DLFolder> DLFolderLocalService.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc)
           
 List<DLFolder> DLFolderServiceWrapper.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc)
           
abstract  List<DLFolder> DLFolderService.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc)
           
static List<DLFolder> DLFolderServiceUtil.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc)
           
static List<DLFolder> DLFolderLocalServiceUtil.getFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc)
           
abstract  List<DLFolder> DLFolderLocalService.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc)
           
 List<DLFolder> DLFolderServiceWrapper.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc)
           
abstract  List<DLFolder> DLFolderService.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc)
           
 List<DLFolder> DLFolderLocalServiceWrapper.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc)
           
static List<DLFolder> DLFolderServiceUtil.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc)
           
static List<DLFolder> DLFolderLocalServiceUtil.getMountFolders(long groupId, long parentFolderId, int start, int end, OrderByComparator obc)
           
abstract  List<DLFolder> DLFolderLocalService.getNoAssetFolders()
           
 List<DLFolder> DLFolderLocalServiceWrapper.getNoAssetFolders()
           
static List<DLFolder> DLFolderLocalServiceUtil.getNoAssetFolders()
           
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLFolder
abstract  void DLFolderLocalService.addDLFileEntryTypeDLFolder(long fileEntryTypeId, DLFolder dlFolder)
           
 void DLFolderLocalServiceWrapper.addDLFileEntryTypeDLFolder(long fileEntryTypeId, DLFolder dlFolder)
           
static void DLFolderLocalServiceUtil.addDLFileEntryTypeDLFolder(long fileEntryTypeId, DLFolder dlFolder)
           
abstract  DLFolder DLFolderLocalService.addDLFolder(DLFolder dlFolder)
          Adds the document library folder to the database.
 DLFolder DLFolderLocalServiceWrapper.addDLFolder(DLFolder dlFolder)
          Adds the document library folder to the database.
static DLFolder DLFolderLocalServiceUtil.addDLFolder(DLFolder dlFolder)
          Adds the document library folder to the database.
static void DLFileEntryTypeLocalServiceUtil.cascadeFileEntryTypes(long userId, DLFolder dlFolder)
           
abstract  void DLFileEntryTypeLocalService.cascadeFileEntryTypes(long userId, DLFolder dlFolder)
           
 void DLFileEntryTypeLocalServiceWrapper.cascadeFileEntryTypes(long userId, DLFolder dlFolder)
           
abstract  void DLFolderLocalService.deleteDLFileEntryTypeDLFolder(long fileEntryTypeId, DLFolder dlFolder)
           
 void DLFolderLocalServiceWrapper.deleteDLFileEntryTypeDLFolder(long fileEntryTypeId, DLFolder dlFolder)
           
static void DLFolderLocalServiceUtil.deleteDLFileEntryTypeDLFolder(long fileEntryTypeId, DLFolder dlFolder)
           
abstract  DLFolder DLFolderLocalService.deleteDLFolder(DLFolder dlFolder)
          Deletes the document library folder from the database.
 DLFolder DLFolderLocalServiceWrapper.deleteDLFolder(DLFolder dlFolder)
          Deletes the document library folder from the database.
static DLFolder DLFolderLocalServiceUtil.deleteDLFolder(DLFolder dlFolder)
          Deletes the document library folder from the database.
abstract  DLFolder DLFolderLocalService.deleteFolder(DLFolder dlFolder)
           
 DLFolder DLFolderLocalServiceWrapper.deleteFolder(DLFolder dlFolder)
           
static DLFolder DLFolderLocalServiceUtil.deleteFolder(DLFolder dlFolder)
           
abstract  DLFolder DLFolderLocalService.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries)
           
 DLFolder DLFolderLocalServiceWrapper.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries)
           
static DLFolder DLFolderLocalServiceUtil.deleteFolder(DLFolder dlFolder, boolean includeTrashedEntries)
           
abstract  DLFolder DLFolderLocalService.updateDLFolder(DLFolder dlFolder)
          Updates the document library folder in the database or adds it if it does not yet exist.
 DLFolder DLFolderLocalServiceWrapper.updateDLFolder(DLFolder dlFolder)
          Updates the document library folder in the database or adds it if it does not yet exist.
static DLFolder DLFolderLocalServiceUtil.updateDLFolder(DLFolder dlFolder)
          Updates the document library folder in the database or adds it if it does not yet exist.
static void DLFileEntryTypeLocalServiceUtil.updateFolderFileEntryTypes(DLFolder dlFolder, List<Long> fileEntryTypeIds, long defaultFileEntryTypeId, ServiceContext serviceContext)
           
abstract  void DLFileEntryTypeLocalService.updateFolderFileEntryTypes(DLFolder dlFolder, List<Long> fileEntryTypeIds, long defaultFileEntryTypeId, ServiceContext serviceContext)
           
 void DLFileEntryTypeLocalServiceWrapper.updateFolderFileEntryTypes(DLFolder dlFolder, List<Long> fileEntryTypeIds, long defaultFileEntryTypeId, ServiceContext serviceContext)
           
 

Method parameters in com.liferay.portlet.documentlibrary.service with type arguments of type DLFolder
abstract  void DLFolderLocalService.addDLFileEntryTypeDLFolders(long fileEntryTypeId, List<DLFolder> DLFolders)
           
 void DLFolderLocalServiceWrapper.addDLFileEntryTypeDLFolders(long fileEntryTypeId, List<DLFolder> DLFolders)
           
static void DLFolderLocalServiceUtil.addDLFileEntryTypeDLFolders(long fileEntryTypeId, List<DLFolder> DLFolders)
           
abstract  void DLFolderLocalService.deleteDLFileEntryTypeDLFolders(long fileEntryTypeId, List<DLFolder> DLFolders)
           
 void DLFolderLocalServiceWrapper.deleteDLFileEntryTypeDLFolders(long fileEntryTypeId, List<DLFolder> DLFolders)
           
static void DLFolderLocalServiceUtil.deleteDLFileEntryTypeDLFolders(long fileEntryTypeId, List<DLFolder> DLFolders)
           
 

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 document library folder with the primary key.
abstract  DLFolder DLFolderPersistence.create(long folderId)
          Creates a new document library folder with the primary key.
static DLFolder DLFolderUtil.fetchByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.
abstract  DLFolder DLFolderPersistence.fetchByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.
static DLFolder DLFolderUtil.fetchByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.
abstract  DLFolder DLFolderPersistence.fetchByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.
static DLFolder DLFolderUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ?.
abstract  DLFolder DLFolderPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ?.
static DLFolder DLFolderUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ?.
abstract  DLFolder DLFolderPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ?.
static DLFolder DLFolderUtil.fetchByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
abstract  DLFolder DLFolderPersistence.fetchByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static DLFolder DLFolderUtil.fetchByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
abstract  DLFolder DLFolderPersistence.fetchByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static DLFolder DLFolderUtil.fetchByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
abstract  DLFolder DLFolderPersistence.fetchByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static DLFolder DLFolderUtil.fetchByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
abstract  DLFolder DLFolderPersistence.fetchByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static DLFolder DLFolderUtil.fetchByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
abstract  DLFolder DLFolderPersistence.fetchByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.fetchByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
abstract  DLFolder DLFolderPersistence.fetchByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.fetchByG_P_First(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.
abstract  DLFolder DLFolderPersistence.fetchByG_P_First(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.fetchByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
abstract  DLFolder DLFolderPersistence.fetchByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.fetchByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
abstract  DLFolder DLFolderPersistence.fetchByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.fetchByG_P_Last(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.
abstract  DLFolder DLFolderPersistence.fetchByG_P_Last(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.fetchByG_P_N(long groupId, long parentFolderId, String name)
          Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found.
abstract  DLFolder DLFolderPersistence.fetchByG_P_N(long groupId, long parentFolderId, String name)
          Returns the document library 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)
          Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
abstract  DLFolder DLFolderPersistence.fetchByG_P_N(long groupId, long parentFolderId, String name, boolean retrieveFromCache)
          Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
static DLFolder DLFolderUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ?.
abstract  DLFolder DLFolderPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ?.
static DLFolder DLFolderUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ?.
abstract  DLFolder DLFolderPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ?.
static DLFolder DLFolderUtil.fetchByP_N_First(long parentFolderId, String name, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.
abstract  DLFolder DLFolderPersistence.fetchByP_N_First(long parentFolderId, String name, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.
static DLFolder DLFolderUtil.fetchByP_N_Last(long parentFolderId, String name, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.
abstract  DLFolder DLFolderPersistence.fetchByP_N_Last(long parentFolderId, String name, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.
static DLFolder DLFolderUtil.fetchByPrimaryKey(long folderId)
          Returns the document library folder with the primary key or returns null if it could not be found.
abstract  DLFolder DLFolderPersistence.fetchByPrimaryKey(long folderId)
          Returns the document library folder with the primary key or returns null if it could not be found.
static DLFolder DLFolderUtil.fetchByRepositoryId(long repositoryId)
          Returns the document library folder where repositoryId = ? or returns null if it could not be found.
abstract  DLFolder DLFolderPersistence.fetchByRepositoryId(long repositoryId)
          Returns the document library folder where repositoryId = ? or returns null if it could not be found.
static DLFolder DLFolderUtil.fetchByRepositoryId(long repositoryId, boolean retrieveFromCache)
          Returns the document library folder where repositoryId = ? or returns null if it could not be found, optionally using the finder cache.
abstract  DLFolder DLFolderPersistence.fetchByRepositoryId(long repositoryId, boolean retrieveFromCache)
          Returns the document library folder where repositoryId = ? or returns null if it could not be found, optionally using the finder cache.
static DLFolder DLFolderUtil.fetchByRepositoryIdList_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ?.
abstract  DLFolder DLFolderPersistence.fetchByRepositoryIdList_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ?.
static DLFolder DLFolderUtil.fetchByRepositoryIdList_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ?.
abstract  DLFolder DLFolderPersistence.fetchByRepositoryIdList_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ?.
static DLFolder DLFolderUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.
abstract  DLFolder DLFolderPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.
static DLFolder DLFolderUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.
abstract  DLFolder DLFolderPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.
static DLFolder DLFolderUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ?.
abstract  DLFolder DLFolderPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ?.
static DLFolder DLFolderUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the document library folder where uuid = ? and groupId = ? or returns null if it could not be found.
abstract  DLFolder DLFolderPersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the document library 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)
          Returns the document library folder where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
abstract  DLFolder DLFolderPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the document library folder where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static DLFolder DLFolderUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ?.
abstract  DLFolder DLFolderPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ?.
static DLFolder[] DLFolderUtil.filterFindByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
abstract  DLFolder[] DLFolderPersistence.filterFindByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static DLFolder[] DLFolderUtil.filterFindByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
abstract  DLFolder[] DLFolderPersistence.filterFindByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder[] DLFolderUtil.filterFindByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
abstract  DLFolder[] DLFolderPersistence.filterFindByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder[] DLFolderUtil.filterFindByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.
abstract  DLFolder[] DLFolderPersistence.filterFindByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.
static DLFolder[] DLFolderUtil.filterFindByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ?.
abstract  DLFolder[] DLFolderPersistence.filterFindByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set of document library folders that the user has permission to view where groupId = ?.
static DLFolder DLFolderUtil.findByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.
abstract  DLFolder DLFolderPersistence.findByC_NotS_First(long companyId, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ? and status ≠ ?.
static DLFolder DLFolderUtil.findByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.
abstract  DLFolder DLFolderPersistence.findByC_NotS_Last(long companyId, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ? and status ≠ ?.
static DLFolder[] DLFolderUtil.findByC_NotS_PrevAndNext(long folderId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where companyId = ? and status ≠ ?.
abstract  DLFolder[] DLFolderPersistence.findByC_NotS_PrevAndNext(long folderId, long companyId, int status, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where companyId = ? and status ≠ ?.
static DLFolder DLFolderUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ?.
abstract  DLFolder DLFolderPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where companyId = ?.
static DLFolder DLFolderUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ?.
abstract  DLFolder DLFolderPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where companyId = ?.
static DLFolder[] DLFolderUtil.findByCompanyId_PrevAndNext(long folderId, long companyId, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where companyId = ?.
abstract  DLFolder[] DLFolderPersistence.findByCompanyId_PrevAndNext(long folderId, long companyId, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where companyId = ?.
static DLFolder DLFolderUtil.findByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
abstract  DLFolder DLFolderPersistence.findByF_C_P_NotS_First(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static DLFolder DLFolderUtil.findByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
abstract  DLFolder DLFolderPersistence.findByF_C_P_NotS_Last(long folderId, long companyId, long parentFolderId, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static DLFolder DLFolderUtil.findByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
abstract  DLFolder DLFolderPersistence.findByG_M_P_H_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static DLFolder DLFolderUtil.findByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
abstract  DLFolder DLFolderPersistence.findByG_M_P_H_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static DLFolder[] DLFolderUtil.findByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
abstract  DLFolder[] DLFolderPersistence.findByG_M_P_H_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static DLFolder DLFolderUtil.findByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
abstract  DLFolder DLFolderPersistence.findByG_M_P_H_S_First(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.findByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
abstract  DLFolder DLFolderPersistence.findByG_M_P_H_S_Last(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder[] DLFolderUtil.findByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
abstract  DLFolder[] DLFolderPersistence.findByG_M_P_H_S_PrevAndNext(long folderId, long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.findByG_P_First(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.
abstract  DLFolder DLFolderPersistence.findByG_P_First(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.findByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
abstract  DLFolder DLFolderPersistence.findByG_P_H_S_First(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.findByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
abstract  DLFolder DLFolderPersistence.findByG_P_H_S_Last(long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder[] DLFolderUtil.findByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
abstract  DLFolder[] DLFolderPersistence.findByG_P_H_S_PrevAndNext(long folderId, long groupId, long parentFolderId, boolean hidden, int status, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static DLFolder DLFolderUtil.findByG_P_Last(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.
abstract  DLFolder DLFolderPersistence.findByG_P_Last(long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.findByG_P_N(long groupId, long parentFolderId, String name)
          Returns the document library folder where groupId = ? and parentFolderId = ? and name = ? or throws a NoSuchFolderException if it could not be found.
abstract  DLFolder DLFolderPersistence.findByG_P_N(long groupId, long parentFolderId, String name)
          Returns the document library 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)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ?.
abstract  DLFolder[] DLFolderPersistence.findByG_P_PrevAndNext(long folderId, long groupId, long parentFolderId, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ? and parentFolderId = ?.
static DLFolder DLFolderUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ?.
abstract  DLFolder DLFolderPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where groupId = ?.
static DLFolder DLFolderUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ?.
abstract  DLFolder DLFolderPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where groupId = ?.
static DLFolder[] DLFolderUtil.findByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ?.
abstract  DLFolder[] DLFolderPersistence.findByGroupId_PrevAndNext(long folderId, long groupId, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where groupId = ?.
static DLFolder DLFolderUtil.findByP_N_First(long parentFolderId, String name, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.
abstract  DLFolder DLFolderPersistence.findByP_N_First(long parentFolderId, String name, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where parentFolderId = ? and name = ?.
static DLFolder DLFolderUtil.findByP_N_Last(long parentFolderId, String name, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.
abstract  DLFolder DLFolderPersistence.findByP_N_Last(long parentFolderId, String name, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where parentFolderId = ? and name = ?.
static DLFolder[] DLFolderUtil.findByP_N_PrevAndNext(long folderId, long parentFolderId, String name, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where parentFolderId = ? and name = ?.
abstract  DLFolder[] DLFolderPersistence.findByP_N_PrevAndNext(long folderId, long parentFolderId, String name, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where parentFolderId = ? and name = ?.
static DLFolder DLFolderUtil.findByPrimaryKey(long folderId)
          Returns the document library folder with the primary key or throws a NoSuchFolderException if it could not be found.
abstract  DLFolder DLFolderPersistence.findByPrimaryKey(long folderId)
          Returns the document library folder with the primary key or throws a NoSuchFolderException if it could not be found.
static DLFolder DLFolderUtil.findByRepositoryId(long repositoryId)
          Returns the document library folder where repositoryId = ? or throws a NoSuchFolderException if it could not be found.
abstract  DLFolder DLFolderPersistence.findByRepositoryId(long repositoryId)
          Returns the document library folder where repositoryId = ? or throws a NoSuchFolderException if it could not be found.
static DLFolder DLFolderUtil.findByRepositoryIdList_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ?.
abstract  DLFolder DLFolderPersistence.findByRepositoryIdList_First(long repositoryId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where repositoryId = ?.
static DLFolder DLFolderUtil.findByRepositoryIdList_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ?.
abstract  DLFolder DLFolderPersistence.findByRepositoryIdList_Last(long repositoryId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where repositoryId = ?.
static DLFolder[] DLFolderUtil.findByRepositoryIdList_PrevAndNext(long folderId, long repositoryId, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ?.
abstract  DLFolder[] DLFolderPersistence.findByRepositoryIdList_PrevAndNext(long folderId, long repositoryId, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where repositoryId = ?.
static DLFolder DLFolderUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.
abstract  DLFolder DLFolderPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ? and companyId = ?.
static DLFolder DLFolderUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.
abstract  DLFolder DLFolderPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ? and companyId = ?.
static DLFolder[] DLFolderUtil.findByUuid_C_PrevAndNext(long folderId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where uuid = ? and companyId = ?.
abstract  DLFolder[] DLFolderPersistence.findByUuid_C_PrevAndNext(long folderId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where uuid = ? and companyId = ?.
static DLFolder DLFolderUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ?.
abstract  DLFolder DLFolderPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library folder in the ordered set where uuid = ?.
static DLFolder DLFolderUtil.findByUUID_G(String uuid, long groupId)
          Returns the document library folder where uuid = ? and groupId = ? or throws a NoSuchFolderException if it could not be found.
abstract  DLFolder DLFolderPersistence.findByUUID_G(String uuid, long groupId)
          Returns the document library folder where uuid = ? and groupId = ? or throws a NoSuchFolderException if it could not be found.
static DLFolder DLFolderUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ?.
abstract  DLFolder DLFolderPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last document library folder in the ordered set where uuid = ?.
static DLFolder[] DLFolderUtil.findByUuid_PrevAndNext(long folderId, String uuid, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where uuid = ?.
abstract  DLFolder[] DLFolderPersistence.findByUuid_PrevAndNext(long folderId, String uuid, OrderByComparator orderByComparator)
          Returns the document library folders before and after the current document library folder in the ordered set where uuid = ?.
static DLFolder DLFolderUtil.remove(long folderId)
          Removes the document library folder with the primary key from the database.
abstract  DLFolder DLFolderPersistence.remove(long folderId)
          Removes the document library folder with the primary key from the database.
static DLFolder DLFolderUtil.removeByG_P_N(long groupId, long parentFolderId, String name)
          Removes the document library folder where groupId = ? and parentFolderId = ? and name = ? from the database.
abstract  DLFolder DLFolderPersistence.removeByG_P_N(long groupId, long parentFolderId, String name)
          Removes the document library folder where groupId = ? and parentFolderId = ? and name = ? from the database.
static DLFolder DLFolderUtil.removeByRepositoryId(long repositoryId)
          Removes the document library folder where repositoryId = ? from the database.
abstract  DLFolder DLFolderPersistence.removeByRepositoryId(long repositoryId)
          Removes the document library folder where repositoryId = ? from the database.
static DLFolder DLFolderUtil.removeByUUID_G(String uuid, long groupId)
          Removes the document library folder where uuid = ? and groupId = ? from the database.
abstract  DLFolder DLFolderPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the document library folder where uuid = ? and groupId = ? from the database.
static DLFolder DLFolderUtil.update(DLFolder dlFolder)
           
static DLFolder DLFolderUtil.update(DLFolder dlFolder, ServiceContext serviceContext)
           
static DLFolder DLFolderUtil.updateImpl(DLFolder dlFolder)
           
abstract  DLFolder DLFolderPersistence.updateImpl(DLFolder dlFolder)
           
 

Methods in com.liferay.portlet.documentlibrary.service.persistence that return types with arguments of type DLFolder
static List<DLFolder> DLFolderUtil.filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status)
          Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
abstract  List<DLFolder> DLFolderPersistence.filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status)
          Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
abstract  List<DLFolder> DLFolderPersistence.filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
abstract  List<DLFolder> DLFolderPersistence.filterFindByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden)
          Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
abstract  List<DLFolder> DLFolderPersistence.filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden)
          Returns all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
abstract  List<DLFolder> DLFolderPersistence.filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
abstract  List<DLFolder> DLFolderPersistence.filterFindByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status)
          Returns all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
abstract  List<DLFolder> DLFolderPersistence.filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status)
          Returns all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
abstract  List<DLFolder> DLFolderPersistence.filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
abstract  List<DLFolder> DLFolderPersistence.filterFindByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_P(long groupId, long parentFolderId)
          Returns all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.
abstract  List<DLFolder> DLFolderPersistence.filterFindByG_P(long groupId, long parentFolderId)
          Returns all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_P(long groupId, long parentFolderId, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.
abstract  List<DLFolder> DLFolderPersistence.filterFindByG_P(long groupId, long parentFolderId, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.filterFindByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ?.
abstract  List<DLFolder> DLFolderPersistence.filterFindByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.filterFindByGroupId(long groupId)
          Returns all the document library folders that the user has permission to view where groupId = ?.
abstract  List<DLFolder> DLFolderPersistence.filterFindByGroupId(long groupId)
          Returns all the document library folders that the user has permission to view where groupId = ?.
static List<DLFolder> DLFolderUtil.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ?.
abstract  List<DLFolder> DLFolderPersistence.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the document library folders that the user has permission to view where groupId = ?.
static List<DLFolder> DLFolderUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ?.
abstract  List<DLFolder> DLFolderPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders that the user has permissions to view where groupId = ?.
static List<DLFolder> DLFolderUtil.findAll()
          Returns all the document library folders.
abstract  List<DLFolder> DLFolderPersistence.findAll()
          Returns all the document library folders.
static List<DLFolder> DLFolderUtil.findAll(int start, int end)
          Returns a range of all the document library folders.
abstract  List<DLFolder> DLFolderPersistence.findAll(int start, int end)
          Returns a range of all the document library folders.
static List<DLFolder> DLFolderUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders.
abstract  List<DLFolder> DLFolderPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders.
static List<DLFolder> DLFolderUtil.findByC_NotS(long companyId, int status)
          Returns all the document library folders where companyId = ? and status ≠ ?.
abstract  List<DLFolder> DLFolderPersistence.findByC_NotS(long companyId, int status)
          Returns all the document library folders where companyId = ? and status ≠ ?.
static List<DLFolder> DLFolderUtil.findByC_NotS(long companyId, int status, int start, int end)
          Returns a range of all the document library folders where companyId = ? and status ≠ ?.
abstract  List<DLFolder> DLFolderPersistence.findByC_NotS(long companyId, int status, int start, int end)
          Returns a range of all the document library folders where companyId = ? and status ≠ ?.
static List<DLFolder> DLFolderUtil.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.
abstract  List<DLFolder> DLFolderPersistence.findByC_NotS(long companyId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where companyId = ? and status ≠ ?.
static List<DLFolder> DLFolderUtil.findByCompanyId(long companyId)
          Returns all the document library folders where companyId = ?.
abstract  List<DLFolder> DLFolderPersistence.findByCompanyId(long companyId)
          Returns all the document library folders where companyId = ?.
static List<DLFolder> DLFolderUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the document library folders where companyId = ?.
abstract  List<DLFolder> DLFolderPersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the document library folders where companyId = ?.
static List<DLFolder> DLFolderUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where companyId = ?.
abstract  List<DLFolder> DLFolderPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where companyId = ?.
static List<DLFolder> DLFolderUtil.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status)
          Returns all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
abstract  List<DLFolder> DLFolderPersistence.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status)
          Returns all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static List<DLFolder> DLFolderUtil.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end)
          Returns a range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
abstract  List<DLFolder> DLFolderPersistence.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end)
          Returns a range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static List<DLFolder> DLFolderUtil.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
abstract  List<DLFolder> DLFolderPersistence.findByF_C_P_NotS(long folderId, long companyId, long parentFolderId, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where folderId > ? and companyId = ? and parentFolderId = ? and status ≠ ?.
static List<DLFolder> DLFolderUtil.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status)
          Returns all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
abstract  List<DLFolder> DLFolderPersistence.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status)
          Returns all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end)
          Returns a range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
abstract  List<DLFolder> DLFolderPersistence.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end)
          Returns a range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
abstract  List<DLFolder> DLFolderPersistence.findByG_M_P_H_S(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden)
          Returns all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
abstract  List<DLFolder> DLFolderPersistence.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden)
          Returns all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static List<DLFolder> DLFolderUtil.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end)
          Returns a range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
abstract  List<DLFolder> DLFolderPersistence.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end)
          Returns a range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static List<DLFolder> DLFolderUtil.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
abstract  List<DLFolder> DLFolderPersistence.findByG_M_P_H(long groupId, boolean mountPoint, long parentFolderId, boolean hidden, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and mountPoint = ? and parentFolderId = ? and hidden = ?.
static List<DLFolder> DLFolderUtil.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status)
          Returns all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
abstract  List<DLFolder> DLFolderPersistence.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status)
          Returns all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end)
          Returns a range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
abstract  List<DLFolder> DLFolderPersistence.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end)
          Returns a range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
abstract  List<DLFolder> DLFolderPersistence.findByG_P_H_S(long groupId, long parentFolderId, boolean hidden, int status, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ? and hidden = ? and status = ?.
static List<DLFolder> DLFolderUtil.findByG_P(long groupId, long parentFolderId)
          Returns all the document library folders where groupId = ? and parentFolderId = ?.
abstract  List<DLFolder> DLFolderPersistence.findByG_P(long groupId, long parentFolderId)
          Returns all the document library folders where groupId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.findByG_P(long groupId, long parentFolderId, int start, int end)
          Returns a range of all the document library folders where groupId = ? and parentFolderId = ?.
abstract  List<DLFolder> DLFolderPersistence.findByG_P(long groupId, long parentFolderId, int start, int end)
          Returns a range of all the document library folders where groupId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.
abstract  List<DLFolder> DLFolderPersistence.findByG_P(long groupId, long parentFolderId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ? and parentFolderId = ?.
static List<DLFolder> DLFolderUtil.findByGroupId(long groupId)
          Returns all the document library folders where groupId = ?.
abstract  List<DLFolder> DLFolderPersistence.findByGroupId(long groupId)
          Returns all the document library folders where groupId = ?.
static List<DLFolder> DLFolderUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the document library folders where groupId = ?.
abstract  List<DLFolder> DLFolderPersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the document library folders where groupId = ?.
static List<DLFolder> DLFolderUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ?.
abstract  List<DLFolder> DLFolderPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where groupId = ?.
static List<DLFolder> DLFolderUtil.findByP_N(long parentFolderId, String name)
          Returns all the document library folders where parentFolderId = ? and name = ?.
abstract  List<DLFolder> DLFolderPersistence.findByP_N(long parentFolderId, String name)
          Returns all the document library folders where parentFolderId = ? and name = ?.
static List<DLFolder> DLFolderUtil.findByP_N(long parentFolderId, String name, int start, int end)
          Returns a range of all the document library folders where parentFolderId = ? and name = ?.
abstract  List<DLFolder> DLFolderPersistence.findByP_N(long parentFolderId, String name, int start, int end)
          Returns a range of all the document library folders where parentFolderId = ? and name = ?.
static List<DLFolder> DLFolderUtil.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.
abstract  List<DLFolder> DLFolderPersistence.findByP_N(long parentFolderId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where parentFolderId = ? and name = ?.
static List<DLFolder> DLFolderUtil.findByRepositoryIdList(long repositoryId)
          Returns all the document library folders where repositoryId = ?.
abstract  List<DLFolder> DLFolderPersistence.findByRepositoryIdList(long repositoryId)
          Returns all the document library folders where repositoryId = ?.
static List<DLFolder> DLFolderUtil.findByRepositoryIdList(long repositoryId, int start, int end)
          Returns a range of all the document library folders where repositoryId = ?.
abstract  List<DLFolder> DLFolderPersistence.findByRepositoryIdList(long repositoryId, int start, int end)
          Returns a range of all the document library folders where repositoryId = ?.
static List<DLFolder> DLFolderUtil.findByRepositoryIdList(long repositoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where repositoryId = ?.
abstract  List<DLFolder> DLFolderPersistence.findByRepositoryIdList(long repositoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where repositoryId = ?.
static List<DLFolder> DLFolderUtil.findByUuid_C(String uuid, long companyId)
          Returns all the document library folders where uuid = ? and companyId = ?.
abstract  List<DLFolder> DLFolderPersistence.findByUuid_C(String uuid, long companyId)
          Returns all the document library folders where uuid = ? and companyId = ?.
static List<DLFolder> DLFolderUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the document library folders where uuid = ? and companyId = ?.
abstract  List<DLFolder> DLFolderPersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the document library folders where uuid = ? and companyId = ?.
static List<DLFolder> DLFolderUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.
abstract  List<DLFolder> DLFolderPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where uuid = ? and companyId = ?.
static List<DLFolder> DLFolderUtil.findByUuid(String uuid)
          Returns all the document library folders where uuid = ?.
abstract  List<DLFolder> DLFolderPersistence.findByUuid(String uuid)
          Returns all the document library folders where uuid = ?.
static List<DLFolder> DLFolderUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the document library folders where uuid = ?.
abstract  List<DLFolder> DLFolderPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the document library folders where uuid = ?.
static List<DLFolder> DLFolderUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where uuid = ?.
abstract  List<DLFolder> DLFolderPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders where uuid = ?.
abstract  List<DLFolder> DLFolderFinder.findF_ByNoAssets()
           
static List<DLFolder> DLFolderFinderUtil.findF_ByNoAssets()
           
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)
           
abstract  List<DLFolder> DLFileEntryTypePersistence.getDLFolders(long pk)
          Returns all the document library folders associated with the document library file entry type.
static List<DLFolder> DLFileEntryTypeUtil.getDLFolders(long pk)
          Returns all the document library folders associated with the document library file entry type.
abstract  List<DLFolder> DLFileEntryTypePersistence.getDLFolders(long pk, int start, int end)
          Returns a range of all the document library folders associated with the document library file entry type.
static List<DLFolder> DLFileEntryTypeUtil.getDLFolders(long pk, int start, int end)
          Returns a range of all the document library folders associated with the document library file entry type.
abstract  List<DLFolder> DLFileEntryTypePersistence.getDLFolders(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders associated with the document library file entry type.
static List<DLFolder> DLFileEntryTypeUtil.getDLFolders(long pk, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the document library folders associated with the document library file entry type.
 

Methods in com.liferay.portlet.documentlibrary.service.persistence with parameters of type DLFolder
abstract  void DLFileEntryTypePersistence.addDLFolder(long pk, DLFolder dlFolder)
          Adds an association between the document library file entry type and the document library folder.
static void DLFileEntryTypeUtil.addDLFolder(long pk, DLFolder dlFolder)
          Adds an association between the document library file entry type and the document library folder.
static void DLFolderUtil.cacheResult(DLFolder dlFolder)
          Caches the document library folder in the entity cache if it is enabled.
abstract  void DLFolderPersistence.cacheResult(DLFolder dlFolder)
          Caches the document library folder in the entity cache if it is enabled.
static void DLFolderUtil.clearCache(DLFolder dlFolder)
           
abstract  void DLFileEntryTypePersistence.removeDLFolder(long pk, DLFolder dlFolder)
          Removes the association between the document library file entry type and the document library folder.
static void DLFileEntryTypeUtil.removeDLFolder(long pk, DLFolder dlFolder)
          Removes the association between the document library file entry type and the document library folder.
static DLFolder DLFolderUtil.update(DLFolder dlFolder)
           
static DLFolder DLFolderUtil.update(DLFolder dlFolder, ServiceContext serviceContext)
           
static DLFolder DLFolderUtil.updateImpl(DLFolder dlFolder)
           
abstract  DLFolder DLFolderPersistence.updateImpl(DLFolder dlFolder)
           
 

Method parameters in com.liferay.portlet.documentlibrary.service.persistence with type arguments of type DLFolder
abstract  void DLFileEntryTypePersistence.addDLFolders(long pk, List<DLFolder> dlFolders)
          Adds an association between the document library file entry type and the document library folders.
static void DLFileEntryTypeUtil.addDLFolders(long pk, List<DLFolder> dlFolders)
          Adds an association between the document library file entry type and the document library folders.
static void DLFolderUtil.cacheResult(List<DLFolder> dlFolders)
          Caches the document library folders in the entity cache if it is enabled.
abstract  void DLFolderPersistence.cacheResult(List<DLFolder> dlFolders)
          Caches the document library folders in the entity cache if it is enabled.
abstract  void DLFileEntryTypePersistence.removeDLFolders(long pk, List<DLFolder> dlFolders)
          Removes the association between the document library file entry type and the document library folders.
static void DLFileEntryTypeUtil.removeDLFolders(long pk, List<DLFolder> dlFolders)
          Removes the association between the document library file entry type and the document library folders.
abstract  void DLFileEntryTypePersistence.setDLFolders(long pk, List<DLFolder> dlFolders)
          Sets the document library folders associated with the document library file entry type, removing and adding associations as necessary.
static void DLFileEntryTypeUtil.setDLFolders(long pk, List<DLFolder> dlFolders)
          Sets the document library folders associated with the document library file entry type, removing and adding associations as necessary.
 


Liferay 6.2.0