Liferay 7.0-ce-b4

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

Packages that use DLFileEntryType
com.liferay.portlet.documentlibrary.display.context   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.model.impl   
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.base   
com.liferay.portlet.documentlibrary.service.http This package defines the HTTP and SOAP document library portlet service utilities. 
com.liferay.portlet.documentlibrary.service.impl This package defines the document library portlet local and remote service implementations. 
com.liferay.portlet.documentlibrary.service.permission   
com.liferay.portlet.documentlibrary.service.persistence   
com.liferay.portlet.documentlibrary.service.persistence.impl   
com.liferay.portlet.documentlibrary.util This package defines the document library portlet utility interfaces and classes. 
 

Uses of DLFileEntryType in com.liferay.portlet.documentlibrary.display.context
 

Fields in com.liferay.portlet.documentlibrary.display.context declared as DLFileEntryType
protected  DLFileEntryType BaseDLEditFileEntryDisplayContext.dlFileEntryType
           
 

Methods in com.liferay.portlet.documentlibrary.display.context with parameters of type DLFileEntryType
 DLEditFileEntryDisplayContext BaseDLDisplayContextFactory.getDLEditFileEntryDisplayContext(DLEditFileEntryDisplayContext parentDLEditFileEntryDisplayContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DLFileEntryType dlFileEntryType)
           
 DLEditFileEntryDisplayContext DLDisplayContextFactory.getDLEditFileEntryDisplayContext(DLEditFileEntryDisplayContext parentDLEditFileEntryDisplayContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DLFileEntryType dlFileEntryType)
           
 

Constructors in com.liferay.portlet.documentlibrary.display.context with parameters of type DLFileEntryType
BaseDLEditFileEntryDisplayContext(UUID uuid, DLEditFileEntryDisplayContext parentDLEditFileEntryDisplayContext, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, DLFileEntryType dlFileEntryType)
           
 

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

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

Fields in com.liferay.portlet.documentlibrary.model with type parameters of type DLFileEntryType
static Accessor<DLFileEntryType,Long> DLFileEntryType.FILE_ENTRY_TYPE_ID_ACCESSOR
           
 

Methods in com.liferay.portlet.documentlibrary.model that return DLFileEntryType
 DLFileEntryType DLFileVersionWrapper.getDLFileEntryType()
           
 DLFileEntryType DLFileEntryWrapper.getDLFileEntryType()
           
 DLFileEntryType DLFileEntry.getDLFileEntryType()
           
 DLFileEntryType DLFileVersion.getDLFileEntryType()
           
 DLFileEntryType DLFileEntryTypeWrapper.getWrappedModel()
           
 DLFileEntryType DLFileEntryTypeModel.toEscapedModel()
           
 DLFileEntryType DLFileEntryTypeWrapper.toEscapedModel()
           
 DLFileEntryType DLFileEntryTypeModel.toUnescapedModel()
           
 DLFileEntryType DLFileEntryTypeWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.documentlibrary.model that return types with arguments of type DLFileEntryType
 CacheModel<DLFileEntryType> DLFileEntryTypeModel.toCacheModel()
           
 CacheModel<DLFileEntryType> DLFileEntryTypeWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.documentlibrary.model with parameters of type DLFileEntryType
 int DLFileEntryTypeModel.compareTo(DLFileEntryType dlFileEntryType)
           
 int DLFileEntryTypeWrapper.compareTo(DLFileEntryType dlFileEntryType)
           
static DLFileEntryTypeSoap DLFileEntryTypeSoap.toSoapModel(DLFileEntryType model)
           
static DLFileEntryTypeSoap[] DLFileEntryTypeSoap.toSoapModels(DLFileEntryType[] models)
           
static DLFileEntryTypeSoap[][] DLFileEntryTypeSoap.toSoapModels(DLFileEntryType[][] models)
           
 

Method parameters in com.liferay.portlet.documentlibrary.model with type arguments of type DLFileEntryType
 String DLFileEntryTypeWrapper.getUnambiguousName(List<DLFileEntryType> dlFileEntryTypes, long groupId, Locale locale)
           
 String DLFileEntryType.getUnambiguousName(List<DLFileEntryType> dlFileEntryTypes, long groupId, Locale locale)
           
static DLFileEntryTypeSoap[] DLFileEntryTypeSoap.toSoapModels(List<DLFileEntryType> models)
           
 

Constructors in com.liferay.portlet.documentlibrary.model with parameters of type DLFileEntryType
DLFileEntryTypeWrapper(DLFileEntryType dlFileEntryType)
           
 

Uses of DLFileEntryType in com.liferay.portlet.documentlibrary.model.impl
 

Classes in com.liferay.portlet.documentlibrary.model.impl that implement DLFileEntryType
 class DLFileEntryTypeBaseImpl
          The extended model base implementation for the DLFileEntryType service.
 class DLFileEntryTypeImpl
           
 

Methods in com.liferay.portlet.documentlibrary.model.impl that return DLFileEntryType
 DLFileEntryType DLFileVersionImpl.getDLFileEntryType()
           
 DLFileEntryType DLFileEntryImpl.getDLFileEntryType()
           
 DLFileEntryType DLFileEntryTypeCacheModel.toEntityModel()
           
 DLFileEntryType DLFileEntryTypeModelImpl.toEscapedModel()
           
static DLFileEntryType DLFileEntryTypeModelImpl.toModel(DLFileEntryTypeSoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portlet.documentlibrary.model.impl that return types with arguments of type DLFileEntryType
 CacheModel<DLFileEntryType> DLFileEntryTypeModelImpl.toCacheModel()
           
static List<DLFileEntryType> DLFileEntryTypeModelImpl.toModels(DLFileEntryTypeSoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.documentlibrary.model.impl with parameters of type DLFileEntryType
 int DLFileEntryTypeModelImpl.compareTo(DLFileEntryType dlFileEntryType)
           
 

Method parameters in com.liferay.portlet.documentlibrary.model.impl with type arguments of type DLFileEntryType
 String DLFileEntryTypeImpl.getUnambiguousName(List<DLFileEntryType> dlFileEntryTypes, long groupId, Locale locale)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service that return DLFileEntryType
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.addDLFileEntryType(DLFileEntryType dlFileEntryType)
          Adds the document library file entry type to the database.
 DLFileEntryType DLFileEntryTypeLocalService.addDLFileEntryType(DLFileEntryType dlFileEntryType)
          Adds the document library file entry type to the database.
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.addDLFileEntryType(DLFileEntryType dlFileEntryType)
          Adds the document library file entry type to the database.
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.addFileEntryType(long userId, long groupId, String fileEntryTypeKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, long[] ddmStructureIds, ServiceContext serviceContext)
           
 DLFileEntryType DLFileEntryTypeLocalService.addFileEntryType(long userId, long groupId, String fileEntryTypeKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, long[] ddmStructureIds, ServiceContext serviceContext)
           
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.addFileEntryType(long userId, long groupId, String fileEntryTypeKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, long[] ddmStructureIds, ServiceContext serviceContext)
           
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.addFileEntryType(long userId, long groupId, String name, String description, long[] ddmStructureIds, ServiceContext serviceContext)
           
 DLFileEntryType DLFileEntryTypeLocalService.addFileEntryType(long userId, long groupId, String name, String description, long[] ddmStructureIds, ServiceContext serviceContext)
           
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.addFileEntryType(long userId, long groupId, String name, String description, long[] ddmStructureIds, ServiceContext serviceContext)
           
static DLFileEntryType DLFileEntryTypeServiceUtil.addFileEntryType(long groupId, String fileEntryTypeKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, long[] ddmStructureIds, ServiceContext serviceContext)
           
 DLFileEntryType DLFileEntryTypeService.addFileEntryType(long groupId, String fileEntryTypeKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, long[] ddmStructureIds, ServiceContext serviceContext)
           
 DLFileEntryType DLFileEntryTypeServiceWrapper.addFileEntryType(long groupId, String fileEntryTypeKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, long[] ddmStructureIds, ServiceContext serviceContext)
           
static DLFileEntryType DLFileEntryTypeServiceUtil.addFileEntryType(long groupId, String name, String description, long[] ddmStructureIds, ServiceContext serviceContext)
           
 DLFileEntryType DLFileEntryTypeService.addFileEntryType(long groupId, String name, String description, long[] ddmStructureIds, ServiceContext serviceContext)
           
 DLFileEntryType DLFileEntryTypeServiceWrapper.addFileEntryType(long groupId, String name, String description, long[] ddmStructureIds, ServiceContext serviceContext)
           
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.createDLFileEntryType(long fileEntryTypeId)
          Creates a new document library file entry type with the primary key.
 DLFileEntryType DLFileEntryTypeLocalService.createDLFileEntryType(long fileEntryTypeId)
          Creates a new document library file entry type with the primary key.
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.createDLFileEntryType(long fileEntryTypeId)
          Creates a new document library file entry type with the primary key.
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.deleteDLFileEntryType(DLFileEntryType dlFileEntryType)
          Deletes the document library file entry type from the database.
 DLFileEntryType DLFileEntryTypeLocalService.deleteDLFileEntryType(DLFileEntryType dlFileEntryType)
          Deletes the document library file entry type from the database.
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.deleteDLFileEntryType(DLFileEntryType dlFileEntryType)
          Deletes the document library file entry type from the database.
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.deleteDLFileEntryType(long fileEntryTypeId)
          Deletes the document library file entry type with the primary key from the database.
 DLFileEntryType DLFileEntryTypeLocalService.deleteDLFileEntryType(long fileEntryTypeId)
          Deletes the document library file entry type with the primary key from the database.
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.deleteDLFileEntryType(long fileEntryTypeId)
          Deletes the document library file entry type with the primary key from the database.
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.fetchDLFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeLocalService.fetchDLFileEntryType(long fileEntryTypeId)
           
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.fetchDLFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.fetchDLFileEntryTypeByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file entry type matching the UUID and group.
 DLFileEntryType DLFileEntryTypeLocalService.fetchDLFileEntryTypeByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file entry type matching the UUID and group.
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.fetchDLFileEntryTypeByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file entry type matching the UUID and group.
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.fetchFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeLocalService.fetchFileEntryType(long fileEntryTypeId)
           
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.fetchFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.fetchFileEntryType(long groupId, String fileEntryTypeKey)
           
 DLFileEntryType DLFileEntryTypeLocalService.fetchFileEntryType(long groupId, String fileEntryTypeKey)
           
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.fetchFileEntryType(long groupId, String fileEntryTypeKey)
           
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.getDLFileEntryType(long fileEntryTypeId)
          Returns the document library file entry type with the primary key.
 DLFileEntryType DLFileEntryTypeLocalService.getDLFileEntryType(long fileEntryTypeId)
          Returns the document library file entry type with the primary key.
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.getDLFileEntryType(long fileEntryTypeId)
          Returns the document library file entry type with the primary key.
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.getDLFileEntryTypeByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file entry type matching the UUID and group.
 DLFileEntryType DLFileEntryTypeLocalService.getDLFileEntryTypeByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file entry type matching the UUID and group.
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.getDLFileEntryTypeByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file entry type matching the UUID and group.
static DLFileEntryType DLFileEntryTypeServiceUtil.getFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.getFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeService.getFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeServiceWrapper.getFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeLocalService.getFileEntryType(long fileEntryTypeId)
           
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.getFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.getFileEntryType(long groupId, String fileEntryTypeKey)
           
 DLFileEntryType DLFileEntryTypeLocalService.getFileEntryType(long groupId, String fileEntryTypeKey)
           
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.getFileEntryType(long groupId, String fileEntryTypeKey)
           
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.updateDLFileEntryType(DLFileEntryType dlFileEntryType)
          Updates the document library file entry type in the database or adds it if it does not yet exist.
 DLFileEntryType DLFileEntryTypeLocalService.updateDLFileEntryType(DLFileEntryType dlFileEntryType)
          Updates the document library file entry type in the database or adds it if it does not yet exist.
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.updateDLFileEntryType(DLFileEntryType dlFileEntryType)
          Updates the document library file entry type in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.documentlibrary.service that return types with arguments of type DLFileEntryType
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getDLFileEntryTypes(int start, int end)
          Returns a range of all the document library file entry types.
 List<DLFileEntryType> DLFileEntryTypeLocalService.getDLFileEntryTypes(int start, int end)
          Returns a range of all the document library file entry types.
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getDLFileEntryTypes(int start, int end)
          Returns a range of all the document library file entry types.
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getDLFileEntryTypesByUuidAndCompanyId(String uuid, long companyId)
          Returns all the document library file entry types matching the UUID and company.
 List<DLFileEntryType> DLFileEntryTypeLocalService.getDLFileEntryTypesByUuidAndCompanyId(String uuid, long companyId)
          Returns all the document library file entry types matching the UUID and company.
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getDLFileEntryTypesByUuidAndCompanyId(String uuid, long companyId)
          Returns all the document library file entry types matching the UUID and company.
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getDLFileEntryTypesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns a range of document library file entry types matching the UUID and company.
 List<DLFileEntryType> DLFileEntryTypeLocalService.getDLFileEntryTypesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns a range of document library file entry types matching the UUID and company.
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getDLFileEntryTypesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns a range of document library file entry types matching the UUID and company.
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getDLFolderDLFileEntryTypes(long folderId)
           
 List<DLFileEntryType> DLFileEntryTypeLocalService.getDLFolderDLFileEntryTypes(long folderId)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getDLFolderDLFileEntryTypes(long folderId)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getDLFolderDLFileEntryTypes(long folderId, int start, int end)
           
 List<DLFileEntryType> DLFileEntryTypeLocalService.getDLFolderDLFileEntryTypes(long folderId, int start, int end)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getDLFolderDLFileEntryTypes(long folderId, int start, int end)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeLocalService.getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getFileEntryTypes(long ddmStructureId)
           
 List<DLFileEntryType> DLFileEntryTypeLocalService.getFileEntryTypes(long ddmStructureId)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getFileEntryTypes(long ddmStructureId)
           
static List<DLFileEntryType> DLFileEntryTypeServiceUtil.getFileEntryTypes(long[] groupIds)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getFileEntryTypes(long[] groupIds)
           
 List<DLFileEntryType> DLFileEntryTypeService.getFileEntryTypes(long[] groupIds)
           
 List<DLFileEntryType> DLFileEntryTypeServiceWrapper.getFileEntryTypes(long[] groupIds)
           
 List<DLFileEntryType> DLFileEntryTypeLocalService.getFileEntryTypes(long[] groupIds)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getFileEntryTypes(long[] groupIds)
           
static List<DLFileEntryType> DLFileEntryTypeServiceUtil.getFileEntryTypes(long[] groupIds, int start, int end)
           
 List<DLFileEntryType> DLFileEntryTypeService.getFileEntryTypes(long[] groupIds, int start, int end)
           
 List<DLFileEntryType> DLFileEntryTypeServiceWrapper.getFileEntryTypes(long[] groupIds, int start, int end)
           
static List<DLFileEntryType> DLFileEntryTypeServiceUtil.getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited)
           
 List<DLFileEntryType> DLFileEntryTypeService.getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited)
           
 List<DLFileEntryType> DLFileEntryTypeServiceWrapper.getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited)
           
 List<DLFileEntryType> DLFileEntryTypeLocalService.getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited)
           
static List<DLFileEntryType> DLFileEntryTypeServiceUtil.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeService.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeServiceWrapper.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeLocalService.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 

Methods in com.liferay.portlet.documentlibrary.service with parameters of type DLFileEntryType
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.addDLFileEntryType(DLFileEntryType dlFileEntryType)
          Adds the document library file entry type to the database.
 DLFileEntryType DLFileEntryTypeLocalService.addDLFileEntryType(DLFileEntryType dlFileEntryType)
          Adds the document library file entry type to the database.
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.addDLFileEntryType(DLFileEntryType dlFileEntryType)
          Adds the document library file entry type to the database.
 void DLFileEntryTypeLocalServiceWrapper.addDLFolderDLFileEntryType(long folderId, DLFileEntryType dlFileEntryType)
           
 void DLFileEntryTypeLocalService.addDLFolderDLFileEntryType(long folderId, DLFileEntryType dlFileEntryType)
           
static void DLFileEntryTypeLocalServiceUtil.addDLFolderDLFileEntryType(long folderId, DLFileEntryType dlFileEntryType)
           
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.deleteDLFileEntryType(DLFileEntryType dlFileEntryType)
          Deletes the document library file entry type from the database.
 DLFileEntryType DLFileEntryTypeLocalService.deleteDLFileEntryType(DLFileEntryType dlFileEntryType)
          Deletes the document library file entry type from the database.
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.deleteDLFileEntryType(DLFileEntryType dlFileEntryType)
          Deletes the document library file entry type from the database.
 void DLFileEntryTypeLocalServiceWrapper.deleteDLFolderDLFileEntryType(long folderId, DLFileEntryType dlFileEntryType)
           
 void DLFileEntryTypeLocalService.deleteDLFolderDLFileEntryType(long folderId, DLFileEntryType dlFileEntryType)
           
static void DLFileEntryTypeLocalServiceUtil.deleteDLFolderDLFileEntryType(long folderId, DLFileEntryType dlFileEntryType)
           
 void DLFileEntryTypeLocalServiceWrapper.deleteFileEntryType(DLFileEntryType dlFileEntryType)
           
 void DLFileEntryTypeLocalService.deleteFileEntryType(DLFileEntryType dlFileEntryType)
           
static void DLFileEntryTypeLocalServiceUtil.deleteFileEntryType(DLFileEntryType dlFileEntryType)
           
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.updateDLFileEntryType(DLFileEntryType dlFileEntryType)
          Updates the document library file entry type in the database or adds it if it does not yet exist.
 DLFileEntryType DLFileEntryTypeLocalService.updateDLFileEntryType(DLFileEntryType dlFileEntryType)
          Updates the document library file entry type in the database or adds it if it does not yet exist.
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.updateDLFileEntryType(DLFileEntryType dlFileEntryType)
          Updates the document library file entry type in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portlet.documentlibrary.service with type arguments of type DLFileEntryType
 void DLFileEntryTypeLocalServiceWrapper.addDLFolderDLFileEntryTypes(long folderId, List<DLFileEntryType> DLFileEntryTypes)
           
 void DLFileEntryTypeLocalService.addDLFolderDLFileEntryTypes(long folderId, List<DLFileEntryType> DLFileEntryTypes)
           
static void DLFileEntryTypeLocalServiceUtil.addDLFolderDLFileEntryTypes(long folderId, List<DLFileEntryType> DLFileEntryTypes)
           
 void DLFileEntryTypeLocalServiceWrapper.deleteDLFolderDLFileEntryTypes(long folderId, List<DLFileEntryType> DLFileEntryTypes)
           
 void DLFileEntryTypeLocalService.deleteDLFolderDLFileEntryTypes(long folderId, List<DLFileEntryType> DLFileEntryTypes)
           
static void DLFileEntryTypeLocalServiceUtil.deleteDLFolderDLFileEntryTypes(long folderId, List<DLFileEntryType> DLFileEntryTypes)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getDLFileEntryTypesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns a range of document library file entry types matching the UUID and company.
 List<DLFileEntryType> DLFileEntryTypeLocalService.getDLFileEntryTypesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns a range of document library file entry types matching the UUID and company.
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getDLFileEntryTypesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns a range of document library file entry types matching the UUID and company.
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeLocalService.getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeServiceUtil.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeService.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeServiceWrapper.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeLocalService.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 

Uses of DLFileEntryType in com.liferay.portlet.documentlibrary.service.base
 

Methods in com.liferay.portlet.documentlibrary.service.base that return DLFileEntryType
 DLFileEntryType DLFileEntryTypeLocalServiceBaseImpl.addDLFileEntryType(DLFileEntryType dlFileEntryType)
          Adds the document library file entry type to the database.
 DLFileEntryType DLFileEntryTypeLocalServiceBaseImpl.createDLFileEntryType(long fileEntryTypeId)
          Creates a new document library file entry type with the primary key.
 DLFileEntryType DLFileEntryTypeLocalServiceBaseImpl.deleteDLFileEntryType(DLFileEntryType dlFileEntryType)
          Deletes the document library file entry type from the database.
 DLFileEntryType DLFileEntryTypeLocalServiceBaseImpl.deleteDLFileEntryType(long fileEntryTypeId)
          Deletes the document library file entry type with the primary key from the database.
 DLFileEntryType DLFileEntryTypeLocalServiceBaseImpl.fetchDLFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeLocalServiceBaseImpl.fetchDLFileEntryTypeByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file entry type matching the UUID and group.
 DLFileEntryType DLFileEntryTypeLocalServiceBaseImpl.getDLFileEntryType(long fileEntryTypeId)
          Returns the document library file entry type with the primary key.
 DLFileEntryType DLFileEntryTypeLocalServiceBaseImpl.getDLFileEntryTypeByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file entry type matching the UUID and group.
 DLFileEntryType DLFileEntryTypeLocalServiceBaseImpl.updateDLFileEntryType(DLFileEntryType dlFileEntryType)
          Updates the document library file entry type in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.documentlibrary.service.base that return types with arguments of type DLFileEntryType
 List<DLFileEntryType> DLFileEntryTypeLocalServiceBaseImpl.getDLFileEntryTypes(int start, int end)
          Returns a range of all the document library file entry types.
 List<DLFileEntryType> DLFileEntryTypeLocalServiceBaseImpl.getDLFileEntryTypesByUuidAndCompanyId(String uuid, long companyId)
          Returns all the document library file entry types matching the UUID and company.
 List<DLFileEntryType> DLFileEntryTypeLocalServiceBaseImpl.getDLFileEntryTypesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns a range of document library file entry types matching the UUID and company.
 List<DLFileEntryType> DLFileEntryTypeLocalServiceBaseImpl.getDLFolderDLFileEntryTypes(long folderId)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceBaseImpl.getDLFolderDLFileEntryTypes(long folderId, int start, int end)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceBaseImpl.getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 

Methods in com.liferay.portlet.documentlibrary.service.base with parameters of type DLFileEntryType
 DLFileEntryType DLFileEntryTypeLocalServiceBaseImpl.addDLFileEntryType(DLFileEntryType dlFileEntryType)
          Adds the document library file entry type to the database.
 void DLFileEntryTypeLocalServiceBaseImpl.addDLFolderDLFileEntryType(long folderId, DLFileEntryType dlFileEntryType)
           
 DLFileEntryType DLFileEntryTypeLocalServiceBaseImpl.deleteDLFileEntryType(DLFileEntryType dlFileEntryType)
          Deletes the document library file entry type from the database.
 void DLFileEntryTypeLocalServiceBaseImpl.deleteDLFolderDLFileEntryType(long folderId, DLFileEntryType dlFileEntryType)
           
 DLFileEntryType DLFileEntryTypeLocalServiceBaseImpl.updateDLFileEntryType(DLFileEntryType dlFileEntryType)
          Updates the document library file entry type in the database or adds it if it does not yet exist.
 

Method parameters in com.liferay.portlet.documentlibrary.service.base with type arguments of type DLFileEntryType
 void DLFileEntryTypeLocalServiceBaseImpl.addDLFolderDLFileEntryTypes(long folderId, List<DLFileEntryType> DLFileEntryTypes)
           
 void DLFileEntryTypeLocalServiceBaseImpl.deleteDLFolderDLFileEntryTypes(long folderId, List<DLFileEntryType> DLFileEntryTypes)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceBaseImpl.getDLFileEntryTypesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns a range of document library file entry types matching the UUID and company.
 List<DLFileEntryType> DLFileEntryTypeLocalServiceBaseImpl.getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 

Uses of DLFileEntryType in com.liferay.portlet.documentlibrary.service.http
 

Methods in com.liferay.portlet.documentlibrary.service.http that return DLFileEntryType
static DLFileEntryType DLFileEntryTypeServiceHttp.addFileEntryType(HttpPrincipal httpPrincipal, long groupId, String fileEntryTypeKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, long[] ddmStructureIds, ServiceContext serviceContext)
           
static DLFileEntryType DLFileEntryTypeServiceHttp.addFileEntryType(HttpPrincipal httpPrincipal, long groupId, String name, String description, long[] ddmStructureIds, ServiceContext serviceContext)
           
static DLFileEntryType DLFileEntryTypeServiceHttp.getFileEntryType(HttpPrincipal httpPrincipal, long fileEntryTypeId)
           
 

Methods in com.liferay.portlet.documentlibrary.service.http that return types with arguments of type DLFileEntryType
static List<DLFileEntryType> DLFileEntryTypeServiceHttp.getFileEntryTypes(HttpPrincipal httpPrincipal, long[] groupIds)
           
static List<DLFileEntryType> DLFileEntryTypeServiceHttp.getFileEntryTypes(HttpPrincipal httpPrincipal, long[] groupIds, int start, int end)
           
static List<DLFileEntryType> DLFileEntryTypeServiceHttp.getFolderFileEntryTypes(HttpPrincipal httpPrincipal, long[] groupIds, long folderId, boolean inherited)
           
static List<DLFileEntryType> DLFileEntryTypeServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 

Method parameters in com.liferay.portlet.documentlibrary.service.http with type arguments of type DLFileEntryType
static List<DLFileEntryType> DLFileEntryTypeServiceHttp.search(HttpPrincipal httpPrincipal, long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
static DLFileEntryTypeSoap[] DLFileEntryTypeServiceSoap.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 

Uses of DLFileEntryType in com.liferay.portlet.documentlibrary.service.impl
 

Methods in com.liferay.portlet.documentlibrary.service.impl that return DLFileEntryType
 DLFileEntryType DLFileEntryTypeLocalServiceImpl.addFileEntryType(long userId, long groupId, String fileEntryTypeKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, long[] ddmStructureIds, ServiceContext serviceContext)
           
 DLFileEntryType DLFileEntryTypeLocalServiceImpl.addFileEntryType(long userId, long groupId, String name, String description, long[] ddmStructureIds, ServiceContext serviceContext)
           
 DLFileEntryType DLFileEntryTypeServiceImpl.addFileEntryType(long groupId, String fileEntryTypeKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, long[] ddmStructureIds, ServiceContext serviceContext)
           
 DLFileEntryType DLFileEntryTypeServiceImpl.addFileEntryType(long groupId, String name, String description, long[] ddmStructureIds, ServiceContext serviceContext)
           
 DLFileEntryType DLFileEntryTypeLocalServiceImpl.fetchFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeLocalServiceImpl.fetchFileEntryType(long groupId, String fileEntryTypeKey)
           
 DLFileEntryType DLFileEntryTypeLocalServiceImpl.getFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeServiceImpl.getFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeLocalServiceImpl.getFileEntryType(long groupId, String fileEntryTypeKey)
           
 

Methods in com.liferay.portlet.documentlibrary.service.impl that return types with arguments of type DLFileEntryType
protected  List<DLFileEntryType> DLFileEntryTypeServiceImpl.filterFileEntryTypes(List<DLFileEntryType> fileEntryTypes)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceImpl.getFileEntryTypes(long ddmStructureId)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceImpl.getFileEntryTypes(long[] groupIds)
           
 List<DLFileEntryType> DLFileEntryTypeServiceImpl.getFileEntryTypes(long[] groupIds)
           
 List<DLFileEntryType> DLFileEntryTypeServiceImpl.getFileEntryTypes(long[] groupIds, int start, int end)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceImpl.getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited)
           
 List<DLFileEntryType> DLFileEntryTypeServiceImpl.getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceImpl.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeServiceImpl.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 

Methods in com.liferay.portlet.documentlibrary.service.impl with parameters of type DLFileEntryType
protected  void DLFileEntryTypeLocalServiceImpl.addFileEntryTypeResources(DLFileEntryType dlFileEntryType, boolean addGroupPermissions, boolean addGuestPermissions)
           
protected  void DLFileEntryTypeLocalServiceImpl.addFileEntryTypeResources(DLFileEntryType dlFileEntryType, ModelPermissions modelPermissions)
           
 void DLFileEntryTypeLocalServiceImpl.deleteFileEntryType(DLFileEntryType dlFileEntryType)
           
 

Method parameters in com.liferay.portlet.documentlibrary.service.impl with type arguments of type DLFileEntryType
protected  List<DLFileEntryType> DLFileEntryTypeServiceImpl.filterFileEntryTypes(List<DLFileEntryType> fileEntryTypes)
           
protected  List<Long> DLFileEntryTypeLocalServiceImpl.getFileEntryTypeIds(List<DLFileEntryType> dlFileEntryTypes)
           
protected  Set<Long> DLFolderLocalServiceImpl.getFileEntryTypeIds(List<DLFileEntryType> dlFileEntryTypes)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceImpl.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeServiceImpl.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 

Uses of DLFileEntryType in com.liferay.portlet.documentlibrary.service.permission
 

Methods in com.liferay.portlet.documentlibrary.service.permission with parameters of type DLFileEntryType
static void DLFileEntryTypePermission.check(PermissionChecker permissionChecker, DLFileEntryType fileEntryType, String actionId)
           
static boolean DLFileEntryTypePermission.contains(PermissionChecker permissionChecker, DLFileEntryType fileEntryType, String actionId)
           
 

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

Methods in com.liferay.portlet.documentlibrary.service.persistence that return DLFileEntryType
static DLFileEntryType DLFileEntryTypeUtil.create(long fileEntryTypeId)
          Creates a new document library file entry type with the primary key.
 DLFileEntryType DLFileEntryTypePersistence.create(long fileEntryTypeId)
          Creates a new document library file entry type with the primary key.
static DLFileEntryType DLFileEntryTypeUtil.fetchByG_F(long groupId, String fileEntryTypeKey)
          Returns the document library file entry type where groupId = ? and fileEntryTypeKey = ? or returns null if it could not be found.
 DLFileEntryType DLFileEntryTypePersistence.fetchByG_F(long groupId, String fileEntryTypeKey)
          Returns the document library file entry type where groupId = ? and fileEntryTypeKey = ? or returns null if it could not be found.
static DLFileEntryType DLFileEntryTypeUtil.fetchByG_F(long groupId, String fileEntryTypeKey, boolean retrieveFromCache)
          Returns the document library file entry type where groupId = ? and fileEntryTypeKey = ? or returns null if it could not be found, optionally using the finder cache.
 DLFileEntryType DLFileEntryTypePersistence.fetchByG_F(long groupId, String fileEntryTypeKey, boolean retrieveFromCache)
          Returns the document library file entry type where groupId = ? and fileEntryTypeKey = ? or returns null if it could not be found, optionally using the finder cache.
static DLFileEntryType DLFileEntryTypeUtil.fetchByGroupId_First(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistence.fetchByGroupId_First(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where groupId = ?.
static DLFileEntryType DLFileEntryTypeUtil.fetchByGroupId_Last(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistence.fetchByGroupId_Last(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where groupId = ?.
static DLFileEntryType DLFileEntryTypeUtil.fetchByPrimaryKey(long fileEntryTypeId)
          Returns the document library file entry type with the primary key or returns null if it could not be found.
 DLFileEntryType DLFileEntryTypePersistence.fetchByPrimaryKey(long fileEntryTypeId)
          Returns the document library file entry type with the primary key or returns null if it could not be found.
static DLFileEntryType DLFileEntryTypeUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType DLFileEntryTypePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.
static DLFileEntryType DLFileEntryTypeUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType DLFileEntryTypePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.
static DLFileEntryType DLFileEntryTypeUtil.fetchByUuid_First(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ?.
 DLFileEntryType DLFileEntryTypePersistence.fetchByUuid_First(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ?.
static DLFileEntryType DLFileEntryTypeUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the document library file entry type where uuid = ? and groupId = ? or returns null if it could not be found.
 DLFileEntryType DLFileEntryTypePersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the document library file entry type where uuid = ? and groupId = ? or returns null if it could not be found.
static DLFileEntryType DLFileEntryTypeUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the document library file entry type where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 DLFileEntryType DLFileEntryTypePersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the document library file entry type where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static DLFileEntryType DLFileEntryTypeUtil.fetchByUuid_Last(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ?.
 DLFileEntryType DLFileEntryTypePersistence.fetchByUuid_Last(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ?.
static DLFileEntryType[] DLFileEntryTypeUtil.filterFindByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set of document library file entry types that the user has permission to view where groupId = ?.
 DLFileEntryType[] DLFileEntryTypePersistence.filterFindByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set of document library file entry types that the user has permission to view where groupId = ?.
static DLFileEntryType DLFileEntryTypeUtil.findByG_F(long groupId, String fileEntryTypeKey)
          Returns the document library file entry type where groupId = ? and fileEntryTypeKey = ? or throws a NoSuchFileEntryTypeException if it could not be found.
 DLFileEntryType DLFileEntryTypePersistence.findByG_F(long groupId, String fileEntryTypeKey)
          Returns the document library file entry type where groupId = ? and fileEntryTypeKey = ? or throws a NoSuchFileEntryTypeException if it could not be found.
static DLFileEntryType DLFileEntryTypeUtil.findByGroupId_First(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistence.findByGroupId_First(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where groupId = ?.
static DLFileEntryType DLFileEntryTypeUtil.findByGroupId_Last(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistence.findByGroupId_Last(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where groupId = ?.
static DLFileEntryType[] DLFileEntryTypeUtil.findByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set where groupId = ?.
 DLFileEntryType[] DLFileEntryTypePersistence.findByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set where groupId = ?.
static DLFileEntryType DLFileEntryTypeUtil.findByPrimaryKey(long fileEntryTypeId)
          Returns the document library file entry type with the primary key or throws a NoSuchFileEntryTypeException if it could not be found.
 DLFileEntryType DLFileEntryTypePersistence.findByPrimaryKey(long fileEntryTypeId)
          Returns the document library file entry type with the primary key or throws a NoSuchFileEntryTypeException if it could not be found.
static DLFileEntryType DLFileEntryTypeUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType DLFileEntryTypePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.
static DLFileEntryType DLFileEntryTypeUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType DLFileEntryTypePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.
static DLFileEntryType[] DLFileEntryTypeUtil.findByUuid_C_PrevAndNext(long fileEntryTypeId, String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType[] DLFileEntryTypePersistence.findByUuid_C_PrevAndNext(long fileEntryTypeId, String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ? and companyId = ?.
static DLFileEntryType DLFileEntryTypeUtil.findByUuid_First(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ?.
 DLFileEntryType DLFileEntryTypePersistence.findByUuid_First(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ?.
static DLFileEntryType DLFileEntryTypeUtil.findByUUID_G(String uuid, long groupId)
          Returns the document library file entry type where uuid = ? and groupId = ? or throws a NoSuchFileEntryTypeException if it could not be found.
 DLFileEntryType DLFileEntryTypePersistence.findByUUID_G(String uuid, long groupId)
          Returns the document library file entry type where uuid = ? and groupId = ? or throws a NoSuchFileEntryTypeException if it could not be found.
static DLFileEntryType DLFileEntryTypeUtil.findByUuid_Last(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ?.
 DLFileEntryType DLFileEntryTypePersistence.findByUuid_Last(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ?.
static DLFileEntryType[] DLFileEntryTypeUtil.findByUuid_PrevAndNext(long fileEntryTypeId, String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ?.
 DLFileEntryType[] DLFileEntryTypePersistence.findByUuid_PrevAndNext(long fileEntryTypeId, String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ?.
static DLFileEntryType DLFileEntryTypeUtil.remove(long fileEntryTypeId)
          Removes the document library file entry type with the primary key from the database.
 DLFileEntryType DLFileEntryTypePersistence.remove(long fileEntryTypeId)
          Removes the document library file entry type with the primary key from the database.
static DLFileEntryType DLFileEntryTypeUtil.removeByG_F(long groupId, String fileEntryTypeKey)
          Removes the document library file entry type where groupId = ? and fileEntryTypeKey = ? from the database.
 DLFileEntryType DLFileEntryTypePersistence.removeByG_F(long groupId, String fileEntryTypeKey)
          Removes the document library file entry type where groupId = ? and fileEntryTypeKey = ? from the database.
static DLFileEntryType DLFileEntryTypeUtil.removeByUUID_G(String uuid, long groupId)
          Removes the document library file entry type where uuid = ? and groupId = ? from the database.
 DLFileEntryType DLFileEntryTypePersistence.removeByUUID_G(String uuid, long groupId)
          Removes the document library file entry type where uuid = ? and groupId = ? from the database.
static DLFileEntryType DLFileEntryTypeUtil.update(DLFileEntryType dlFileEntryType)
           
static DLFileEntryType DLFileEntryTypeUtil.update(DLFileEntryType dlFileEntryType, ServiceContext serviceContext)
           
static DLFileEntryType DLFileEntryTypeUtil.updateImpl(DLFileEntryType dlFileEntryType)
           
 DLFileEntryType DLFileEntryTypePersistence.updateImpl(DLFileEntryType dlFileEntryType)
           
 

Methods in com.liferay.portlet.documentlibrary.service.persistence that return types with arguments of type DLFileEntryType
static Map<Serializable,DLFileEntryType> DLFileEntryTypeUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 Map<Serializable,DLFileEntryType> DLFileEntryTypePersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
static List<DLFileEntryType> DLFileEntryTypeUtil.filterFindByGroupId(long groupId)
          Returns all the document library file entry types that the user has permission to view where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.filterFindByGroupId(long groupId)
          Returns all the document library file entry types that the user has permission to view where groupId = ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.filterFindByGroupId(long[] groupIds)
          Returns all the document library file entry types that the user has permission to view where groupId = any ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.filterFindByGroupId(long[] groupIds)
          Returns all the document library file entry types that the user has permission to view where groupId = any ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.filterFindByGroupId(long[] groupIds, int start, int end)
          Returns a range of all the document library file entry types that the user has permission to view where groupId = any ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.filterFindByGroupId(long[] groupIds, int start, int end)
          Returns a range of all the document library file entry types that the user has permission to view where groupId = any ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.filterFindByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types that the user has permission to view where groupId = any ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.filterFindByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types that the user has permission to view where groupId = any ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the document library file entry types that the user has permission to view where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the document library file entry types that the user has permission to view where groupId = ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types that the user has permissions to view where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types that the user has permissions to view where groupId = ?.
static List<DLFileEntryType> DLFileEntryTypeFinderUtil.filterFindByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeFinder.filterFindByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeUtil.findAll()
          Returns all the document library file entry types.
 List<DLFileEntryType> DLFileEntryTypePersistence.findAll()
          Returns all the document library file entry types.
static List<DLFileEntryType> DLFileEntryTypeUtil.findAll(int start, int end)
          Returns a range of all the document library file entry types.
 List<DLFileEntryType> DLFileEntryTypePersistence.findAll(int start, int end)
          Returns a range of all the document library file entry types.
static List<DLFileEntryType> DLFileEntryTypeUtil.findAll(int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types.
 List<DLFileEntryType> DLFileEntryTypePersistence.findAll(int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types.
static List<DLFileEntryType> DLFileEntryTypeUtil.findAll(int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types.
 List<DLFileEntryType> DLFileEntryTypePersistence.findAll(int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByGroupId(long groupId)
          Returns all the document library file entry types where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByGroupId(long groupId)
          Returns all the document library file entry types where groupId = ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByGroupId(long[] groupIds)
          Returns all the document library file entry types where groupId = any ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByGroupId(long[] groupIds)
          Returns all the document library file entry types where groupId = any ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByGroupId(long[] groupIds, int start, int end)
          Returns a range of all the document library file entry types where groupId = any ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByGroupId(long[] groupIds, int start, int end)
          Returns a range of all the document library file entry types where groupId = any ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where groupId = any ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where groupId = any ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where groupId = ?, optionally using the finder cache.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where groupId = ?, optionally using the finder cache.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the document library file entry types where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the document library file entry types where groupId = ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where groupId = ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where groupId = ?.
static List<DLFileEntryType> DLFileEntryTypeFinderUtil.findByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeFinder.findByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeUtil.findByUuid_C(String uuid, long companyId)
          Returns all the document library file entry types where uuid = ? and companyId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByUuid_C(String uuid, long companyId)
          Returns all the document library file entry types where uuid = ? and companyId = ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the document library file entry types where uuid = ? and companyId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the document library file entry types where uuid = ? and companyId = ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByUuid(String uuid)
          Returns all the document library file entry types where uuid = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByUuid(String uuid)
          Returns all the document library file entry types where uuid = ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the document library file entry types where uuid = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the document library file entry types where uuid = ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where uuid = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where uuid = ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where uuid = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where uuid = ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<DLFileEntryType> DLFileEntryTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<DLFileEntryType> DLFileEntryTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFolderPersistence.getDLFileEntryTypes(long pk)
          Returns all the document library file entry types associated with the document library folder.
static List<DLFileEntryType> DLFolderUtil.getDLFileEntryTypes(long pk)
          Returns all the document library file entry types associated with the document library folder.
 List<DLFileEntryType> DLFolderPersistence.getDLFileEntryTypes(long pk, int start, int end)
          Returns a range of all the document library file entry types associated with the document library folder.
static List<DLFileEntryType> DLFolderUtil.getDLFileEntryTypes(long pk, int start, int end)
          Returns a range of all the document library file entry types associated with the document library folder.
 List<DLFileEntryType> DLFolderPersistence.getDLFileEntryTypes(long pk, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types associated with the document library folder.
static List<DLFileEntryType> DLFolderUtil.getDLFileEntryTypes(long pk, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types associated with the document library folder.
 

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

Method parameters in com.liferay.portlet.documentlibrary.service.persistence with type arguments of type DLFileEntryType
 void DLFolderPersistence.addDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes)
          Adds an association between the document library folder and the document library file entry types.
static void DLFolderUtil.addDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes)
          Adds an association between the document library folder and the document library file entry types.
static void DLFileEntryTypeUtil.cacheResult(List<DLFileEntryType> dlFileEntryTypes)
          Caches the document library file entry types in the entity cache if it is enabled.
 void DLFileEntryTypePersistence.cacheResult(List<DLFileEntryType> dlFileEntryTypes)
          Caches the document library file entry types in the entity cache if it is enabled.
static DLFileEntryType DLFileEntryTypeUtil.fetchByGroupId_First(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistence.fetchByGroupId_First(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where groupId = ?.
static DLFileEntryType DLFileEntryTypeUtil.fetchByGroupId_Last(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistence.fetchByGroupId_Last(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where groupId = ?.
static DLFileEntryType DLFileEntryTypeUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType DLFileEntryTypePersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.
static DLFileEntryType DLFileEntryTypeUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType DLFileEntryTypePersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.
static DLFileEntryType DLFileEntryTypeUtil.fetchByUuid_First(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ?.
 DLFileEntryType DLFileEntryTypePersistence.fetchByUuid_First(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ?.
static DLFileEntryType DLFileEntryTypeUtil.fetchByUuid_Last(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ?.
 DLFileEntryType DLFileEntryTypePersistence.fetchByUuid_Last(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ?.
static DLFileEntryType[] DLFileEntryTypeUtil.filterFindByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set of document library file entry types that the user has permission to view where groupId = ?.
 DLFileEntryType[] DLFileEntryTypePersistence.filterFindByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set of document library file entry types that the user has permission to view where groupId = ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.filterFindByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types that the user has permission to view where groupId = any ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.filterFindByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types that the user has permission to view where groupId = any ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types that the user has permissions to view where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types that the user has permissions to view where groupId = ?.
static List<DLFileEntryType> DLFileEntryTypeFinderUtil.filterFindByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeFinder.filterFindByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeUtil.findAll(int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types.
 List<DLFileEntryType> DLFileEntryTypePersistence.findAll(int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types.
static List<DLFileEntryType> DLFileEntryTypeUtil.findAll(int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types.
 List<DLFileEntryType> DLFileEntryTypePersistence.findAll(int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types.
static DLFileEntryType DLFileEntryTypeUtil.findByGroupId_First(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistence.findByGroupId_First(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where groupId = ?.
static DLFileEntryType DLFileEntryTypeUtil.findByGroupId_Last(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistence.findByGroupId_Last(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where groupId = ?.
static DLFileEntryType[] DLFileEntryTypeUtil.findByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set where groupId = ?.
 DLFileEntryType[] DLFileEntryTypePersistence.findByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set where groupId = ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where groupId = any ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where groupId = any ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where groupId = ?, optionally using the finder cache.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where groupId = ?, optionally using the finder cache.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where groupId = ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where groupId = ?.
static List<DLFileEntryType> DLFileEntryTypeFinderUtil.findByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeFinder.findByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
static DLFileEntryType DLFileEntryTypeUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType DLFileEntryTypePersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.
static DLFileEntryType DLFileEntryTypeUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType DLFileEntryTypePersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.
static DLFileEntryType[] DLFileEntryTypeUtil.findByUuid_C_PrevAndNext(long fileEntryTypeId, String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType[] DLFileEntryTypePersistence.findByUuid_C_PrevAndNext(long fileEntryTypeId, String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ? and companyId = ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.
static DLFileEntryType DLFileEntryTypeUtil.findByUuid_First(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ?.
 DLFileEntryType DLFileEntryTypePersistence.findByUuid_First(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ?.
static DLFileEntryType DLFileEntryTypeUtil.findByUuid_Last(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ?.
 DLFileEntryType DLFileEntryTypePersistence.findByUuid_Last(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ?.
static DLFileEntryType[] DLFileEntryTypeUtil.findByUuid_PrevAndNext(long fileEntryTypeId, String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ?.
 DLFileEntryType[] DLFileEntryTypePersistence.findByUuid_PrevAndNext(long fileEntryTypeId, String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where uuid = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where uuid = ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where uuid = ?.
 List<DLFileEntryType> DLFileEntryTypePersistence.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where uuid = ?.
static List<DLFileEntryType> DLFileEntryTypeUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFolderPersistence.getDLFileEntryTypes(long pk, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types associated with the document library folder.
static List<DLFileEntryType> DLFolderUtil.getDLFileEntryTypes(long pk, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types associated with the document library folder.
 void DLFolderPersistence.removeDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes)
          Removes the association between the document library folder and the document library file entry types.
static void DLFolderUtil.removeDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes)
          Removes the association between the document library folder and the document library file entry types.
 void DLFolderPersistence.setDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes)
          Sets the document library file entry types associated with the document library folder, removing and adding associations as necessary.
static void DLFolderUtil.setDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes)
          Sets the document library file entry types associated with the document library folder, removing and adding associations as necessary.
 

Uses of DLFileEntryType in com.liferay.portlet.documentlibrary.service.persistence.impl
 

Fields in com.liferay.portlet.documentlibrary.service.persistence.impl with type parameters of type DLFileEntryType
protected  TableMapper<DLFileEntryType,DLFolder> DLFileEntryTypePersistenceImpl.dlFileEntryTypeToDLFolderTableMapper
           
protected  TableMapper<DLFolder,DLFileEntryType> DLFolderPersistenceImpl.dlFolderToDLFileEntryTypeTableMapper
           
 

Methods in com.liferay.portlet.documentlibrary.service.persistence.impl that return DLFileEntryType
 DLFileEntryType DLFileEntryTypePersistenceImpl.create(long fileEntryTypeId)
          Creates a new document library file entry type with the primary key.
 DLFileEntryType DLFileEntryTypePersistenceImpl.fetchByG_F(long groupId, String fileEntryTypeKey)
          Returns the document library file entry type where groupId = ? and fileEntryTypeKey = ? or returns null if it could not be found.
 DLFileEntryType DLFileEntryTypePersistenceImpl.fetchByG_F(long groupId, String fileEntryTypeKey, boolean retrieveFromCache)
          Returns the document library file entry type where groupId = ? and fileEntryTypeKey = ? or returns null if it could not be found, optionally using the finder cache.
 DLFileEntryType DLFileEntryTypePersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.fetchByPrimaryKey(long fileEntryTypeId)
          Returns the document library file entry type with the primary key or returns null if it could not be found.
 DLFileEntryType DLFileEntryTypePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the document library file entry type with the primary key or returns null if it could not be found.
 DLFileEntryType DLFileEntryTypePersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.fetchByUUID_G(String uuid, long groupId)
          Returns the document library file entry type where uuid = ? and groupId = ? or returns null if it could not be found.
 DLFileEntryType DLFileEntryTypePersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the document library file entry type where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 DLFileEntryType DLFileEntryTypePersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ?.
 DLFileEntryType[] DLFileEntryTypePersistenceImpl.filterFindByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set of document library file entry types that the user has permission to view where groupId = ?.
protected  DLFileEntryType DLFileEntryTypePersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, DLFileEntryType dlFileEntryType, long groupId, OrderByComparator<DLFileEntryType> orderByComparator, boolean previous)
           
 DLFileEntryType DLFileEntryTypePersistenceImpl.findByG_F(long groupId, String fileEntryTypeKey)
          Returns the document library file entry type where groupId = ? and fileEntryTypeKey = ? or throws a NoSuchFileEntryTypeException if it could not be found.
 DLFileEntryType DLFileEntryTypePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where groupId = ?.
 DLFileEntryType[] DLFileEntryTypePersistenceImpl.findByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.findByPrimaryKey(long fileEntryTypeId)
          Returns the document library file entry type with the primary key or throws a NoSuchFileEntryTypeException if it could not be found.
 DLFileEntryType DLFileEntryTypePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the document library file entry type with the primary key or throws a NoSuchModelException if it could not be found.
 DLFileEntryType DLFileEntryTypePersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType[] DLFileEntryTypePersistenceImpl.findByUuid_C_PrevAndNext(long fileEntryTypeId, String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.findByUuid_First(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.findByUUID_G(String uuid, long groupId)
          Returns the document library file entry type where uuid = ? and groupId = ? or throws a NoSuchFileEntryTypeException if it could not be found.
 DLFileEntryType DLFileEntryTypePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ?.
 DLFileEntryType[] DLFileEntryTypePersistenceImpl.findByUuid_PrevAndNext(long fileEntryTypeId, String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ?.
protected  DLFileEntryType DLFileEntryTypePersistenceImpl.getByGroupId_PrevAndNext(Session session, DLFileEntryType dlFileEntryType, long groupId, OrderByComparator<DLFileEntryType> orderByComparator, boolean previous)
           
protected  DLFileEntryType DLFileEntryTypePersistenceImpl.getByUuid_C_PrevAndNext(Session session, DLFileEntryType dlFileEntryType, String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator, boolean previous)
           
protected  DLFileEntryType DLFileEntryTypePersistenceImpl.getByUuid_PrevAndNext(Session session, DLFileEntryType dlFileEntryType, String uuid, OrderByComparator<DLFileEntryType> orderByComparator, boolean previous)
           
 DLFileEntryType DLFileEntryTypePersistenceImpl.remove(long fileEntryTypeId)
          Removes the document library file entry type with the primary key from the database.
 DLFileEntryType DLFileEntryTypePersistenceImpl.remove(Serializable primaryKey)
          Removes the document library file entry type with the primary key from the database.
 DLFileEntryType DLFileEntryTypePersistenceImpl.removeByG_F(long groupId, String fileEntryTypeKey)
          Removes the document library file entry type where groupId = ? and fileEntryTypeKey = ? from the database.
 DLFileEntryType DLFileEntryTypePersistenceImpl.removeByUUID_G(String uuid, long groupId)
          Removes the document library file entry type where uuid = ? and groupId = ? from the database.
protected  DLFileEntryType DLFileEntryTypePersistenceImpl.removeImpl(DLFileEntryType dlFileEntryType)
           
protected  DLFileEntryType DLFileEntryTypePersistenceImpl.toUnwrappedModel(DLFileEntryType dlFileEntryType)
           
 DLFileEntryType DLFileEntryTypePersistenceImpl.updateImpl(DLFileEntryType dlFileEntryType)
           
 

Methods in com.liferay.portlet.documentlibrary.service.persistence.impl that return types with arguments of type DLFileEntryType
protected  List<DLFileEntryType> DLFileEntryTypeFinderImpl.doFindByC_G_N_D_S(long companyId, long[] groupIds, String[] names, String[] descriptions, boolean andOperator, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean inlineSQLHelper)
           
 Map<Serializable,DLFileEntryType> DLFileEntryTypePersistenceImpl.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
           
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.filterFindByGroupId(long groupId)
          Returns all the document library file entry types that the user has permission to view where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.filterFindByGroupId(long[] groupIds)
          Returns all the document library file entry types that the user has permission to view where groupId = any ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.filterFindByGroupId(long[] groupIds, int start, int end)
          Returns a range of all the document library file entry types that the user has permission to view where groupId = any ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.filterFindByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types that the user has permission to view where groupId = any ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the document library file entry types that the user has permission to view where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types that the user has permissions to view where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypeFinderImpl.filterFindByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findAll()
          Returns all the document library file entry types.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findAll(int start, int end)
          Returns a range of all the document library file entry types.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findAll(int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findAll(int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findByGroupId(long groupId)
          Returns all the document library file entry types where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findByGroupId(long[] groupIds)
          Returns all the document library file entry types where groupId = any ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findByGroupId(long[] groupIds, int start, int end)
          Returns a range of all the document library file entry types where groupId = any ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where groupId = any ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where groupId = ?, optionally using the finder cache.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findByGroupId(long groupId, int start, int end)
          Returns a range of all the document library file entry types where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypeFinderImpl.findByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findByUuid_C(String uuid, long companyId)
          Returns all the document library file entry types where uuid = ? and companyId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the document library file entry types where uuid = ? and companyId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findByUuid(String uuid)
          Returns all the document library file entry types where uuid = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findByUuid(String uuid, int start, int end)
          Returns a range of all the document library file entry types where uuid = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where uuid = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where uuid = ?.
 List<DLFileEntryType> DLFolderPersistenceImpl.getDLFileEntryTypes(long pk)
          Returns all the document library file entry types associated with the document library folder.
 List<DLFileEntryType> DLFolderPersistenceImpl.getDLFileEntryTypes(long pk, int start, int end)
          Returns a range of all the document library file entry types associated with the document library folder.
 List<DLFileEntryType> DLFolderPersistenceImpl.getDLFileEntryTypes(long pk, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types associated with the document library folder.
 

Methods in com.liferay.portlet.documentlibrary.service.persistence.impl with parameters of type DLFileEntryType
 void DLFolderPersistenceImpl.addDLFileEntryType(long pk, DLFileEntryType dlFileEntryType)
          Adds an association between the document library folder and the document library file entry type.
 void DLFileEntryTypePersistenceImpl.cacheResult(DLFileEntryType dlFileEntryType)
          Caches the document library file entry type in the entity cache if it is enabled.
 void DLFileEntryTypePersistenceImpl.clearCache(DLFileEntryType dlFileEntryType)
          Clears the cache for the document library file entry type.
protected  DLFileEntryType DLFileEntryTypePersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, DLFileEntryType dlFileEntryType, long groupId, OrderByComparator<DLFileEntryType> orderByComparator, boolean previous)
           
protected  DLFileEntryType DLFileEntryTypePersistenceImpl.getByGroupId_PrevAndNext(Session session, DLFileEntryType dlFileEntryType, long groupId, OrderByComparator<DLFileEntryType> orderByComparator, boolean previous)
           
protected  DLFileEntryType DLFileEntryTypePersistenceImpl.getByUuid_C_PrevAndNext(Session session, DLFileEntryType dlFileEntryType, String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator, boolean previous)
           
protected  DLFileEntryType DLFileEntryTypePersistenceImpl.getByUuid_PrevAndNext(Session session, DLFileEntryType dlFileEntryType, String uuid, OrderByComparator<DLFileEntryType> orderByComparator, boolean previous)
           
 void DLFolderPersistenceImpl.removeDLFileEntryType(long pk, DLFileEntryType dlFileEntryType)
          Removes the association between the document library folder and the document library file entry type.
protected  DLFileEntryType DLFileEntryTypePersistenceImpl.removeImpl(DLFileEntryType dlFileEntryType)
           
protected  DLFileEntryType DLFileEntryTypePersistenceImpl.toUnwrappedModel(DLFileEntryType dlFileEntryType)
           
 DLFileEntryType DLFileEntryTypePersistenceImpl.updateImpl(DLFileEntryType dlFileEntryType)
           
 

Method parameters in com.liferay.portlet.documentlibrary.service.persistence.impl with type arguments of type DLFileEntryType
 void DLFolderPersistenceImpl.addDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes)
          Adds an association between the document library folder and the document library file entry types.
 void DLFileEntryTypePersistenceImpl.cacheResult(List<DLFileEntryType> dlFileEntryTypes)
          Caches the document library file entry types in the entity cache if it is enabled.
 void DLFileEntryTypePersistenceImpl.clearCache(List<DLFileEntryType> dlFileEntryTypes)
           
protected  List<DLFileEntryType> DLFileEntryTypeFinderImpl.doFindByC_G_N_D_S(long companyId, long[] groupIds, String[] names, String[] descriptions, boolean andOperator, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean inlineSQLHelper)
           
 DLFileEntryType DLFileEntryTypePersistenceImpl.fetchByGroupId_First(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.fetchByGroupId_Last(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.fetchByUuid_First(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.fetchByUuid_Last(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ?.
 DLFileEntryType[] DLFileEntryTypePersistenceImpl.filterFindByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set of document library file entry types that the user has permission to view where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.filterFindByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types that the user has permission to view where groupId = any ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types that the user has permissions to view where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypeFinderImpl.filterFindByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
protected  DLFileEntryType DLFileEntryTypePersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, DLFileEntryType dlFileEntryType, long groupId, OrderByComparator<DLFileEntryType> orderByComparator, boolean previous)
           
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findAll(int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findAll(int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types.
 DLFileEntryType DLFileEntryTypePersistenceImpl.findByGroupId_First(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where groupId = ?.
 DLFileEntryType[] DLFileEntryTypePersistenceImpl.findByGroupId_PrevAndNext(long fileEntryTypeId, long groupId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where groupId = any ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findByGroupId(long[] groupIds, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where groupId = ?, optionally using the finder cache.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypeFinderImpl.findByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 DLFileEntryType DLFileEntryTypePersistenceImpl.findByUuid_C_First(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.findByUuid_C_Last(String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ? and companyId = ?.
 DLFileEntryType[] DLFileEntryTypePersistenceImpl.findByUuid_C_PrevAndNext(long fileEntryTypeId, String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ? and companyId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where uuid = ? and companyId = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.findByUuid_First(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.findByUuid_Last(String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ?.
 DLFileEntryType[] DLFileEntryTypePersistenceImpl.findByUuid_PrevAndNext(long fileEntryTypeId, String uuid, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns the document library file entry types before and after the current document library file entry type in the ordered set where uuid = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types where uuid = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator, boolean retrieveFromCache)
          Returns an ordered range of all the document library file entry types where uuid = ?.
protected  DLFileEntryType DLFileEntryTypePersistenceImpl.getByGroupId_PrevAndNext(Session session, DLFileEntryType dlFileEntryType, long groupId, OrderByComparator<DLFileEntryType> orderByComparator, boolean previous)
           
protected  DLFileEntryType DLFileEntryTypePersistenceImpl.getByUuid_C_PrevAndNext(Session session, DLFileEntryType dlFileEntryType, String uuid, long companyId, OrderByComparator<DLFileEntryType> orderByComparator, boolean previous)
           
protected  DLFileEntryType DLFileEntryTypePersistenceImpl.getByUuid_PrevAndNext(Session session, DLFileEntryType dlFileEntryType, String uuid, OrderByComparator<DLFileEntryType> orderByComparator, boolean previous)
           
 List<DLFileEntryType> DLFolderPersistenceImpl.getDLFileEntryTypes(long pk, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered range of all the document library file entry types associated with the document library folder.
 void DLFolderPersistenceImpl.removeDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes)
          Removes the association between the document library folder and the document library file entry types.
 void DLFolderPersistenceImpl.setDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes)
          Sets the document library file entry types associated with the document library folder, removing and adding associations as necessary.
 

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

Methods in com.liferay.portlet.documentlibrary.util with parameters of type DLFileEntryType
 String DL.getDDMStructureKey(DLFileEntryType dlFileEntryType)
           
static String DLUtil.getDDMStructureKey(DLFileEntryType dlFileEntryType)
           
 String DLImpl.getDDMStructureKey(DLFileEntryType dlFileEntryType)
           
 String DL.getDeprecatedDDMStructureKey(DLFileEntryType dlFileEntryType)
           
static String DLUtil.getDeprecatedDDMStructureKey(DLFileEntryType dlFileEntryType)
           
 String DLImpl.getDeprecatedDDMStructureKey(DLFileEntryType dlFileEntryType)
           
 


Liferay 7.0-ce-b4