Liferay 7.0-ce-m3

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

Packages that use DLFileEntryType
com.liferay.portlet.documentlibrary.context   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.service This package defines the document library portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.documentlibrary.service.persistence   
com.liferay.portlet.documentlibrary.util This package defines the document library portlet utility interfaces and classes. 
com.liferay.portlet.documentlibrary.util.test   
com.liferay.portlet.dynamicdatamapping.service.persistence   
 

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

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

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

Constructors in com.liferay.portlet.documentlibrary.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.
 

Methods in com.liferay.portlet.documentlibrary.model that return DLFileEntryType
 DLFileEntryType DLFileVersionWrapper.getDLFileEntryType()
           
 DLFileEntryType DLFileEntry.getDLFileEntryType()
           
 DLFileEntryType DLFileEntryWrapper.getDLFileEntryType()
           
 DLFileEntryType DLFileVersion.getDLFileEntryType()
           
 DLFileEntryType DLFileEntryMetadataWrapper.getFileEntryType()
           
 DLFileEntryType DLFileEntryMetadata.getFileEntryType()
           
 DLFileEntryType DLFileEntryTypeWrapper.getWrappedDLFileEntryType()
          Deprecated. As of 6.1.0, replaced by DLFileEntryTypeWrapper.getWrappedModel()
 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 DLFileEntryType.getUnambiguousName(List<DLFileEntryType> dlFileEntryTypes, long groupId, Locale locale)
           
 String DLFileEntryTypeWrapper.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.service
 

Methods in com.liferay.portlet.documentlibrary.service that return DLFileEntryType
 DLFileEntryType DLFileEntryTypeLocalService.addDLFileEntryType(DLFileEntryType dlFileEntryType)
          Adds the document library file entry type to the database.
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.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 DLFileEntryTypeLocalService.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 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 DLFileEntryTypeLocalService.addFileEntryType(long userId, long groupId, String name, String description, long[] ddmStructureIds, ServiceContext serviceContext)
           
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.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 DLFileEntryTypeServiceWrapper.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)
           
static DLFileEntryType DLFileEntryTypeServiceUtil.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 DLFileEntryTypeService.addFileEntryType(long groupId, String name, String description, long[] ddmStructureIds, ServiceContext serviceContext)
           
 DLFileEntryType DLFileEntryTypeLocalService.createDLFileEntryType(long fileEntryTypeId)
          Creates a new document library file entry type with the primary key.
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.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 DLFileEntryTypeLocalService.deleteDLFileEntryType(DLFileEntryType dlFileEntryType)
          Deletes the document library file entry type from the database.
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.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 DLFileEntryTypeLocalService.deleteDLFileEntryType(long fileEntryTypeId)
          Deletes the document library file entry type with the primary key from the database.
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.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 DLFileEntryTypeLocalService.fetchDLFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.fetchDLFileEntryType(long fileEntryTypeId)
           
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.fetchDLFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeLocalService.fetchDLFileEntryTypeByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file entry type matching the UUID and group.
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.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 DLFileEntryTypeLocalService.fetchFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.fetchFileEntryType(long fileEntryTypeId)
           
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.fetchFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeLocalService.fetchFileEntryType(long groupId, String fileEntryTypeKey)
           
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.fetchFileEntryType(long groupId, String fileEntryTypeKey)
           
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.fetchFileEntryType(long groupId, String fileEntryTypeKey)
           
 DLFileEntryType DLFileEntryTypeLocalService.getDLFileEntryType(long fileEntryTypeId)
          Returns the document library file entry type with the primary key.
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.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 DLFileEntryTypeLocalService.getDLFileEntryTypeByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file entry type matching the UUID and group.
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.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.
 DLFileEntryType DLFileEntryTypeLocalService.getFileEntryType(long fileEntryTypeId)
           
static DLFileEntryType DLFileEntryTypeServiceUtil.getFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.getFileEntryType(long fileEntryTypeId)
           
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.getFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeServiceWrapper.getFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeService.getFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeLocalService.getFileEntryType(long groupId, String fileEntryTypeKey)
           
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.getFileEntryType(long groupId, String fileEntryTypeKey)
           
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.getFileEntryType(long groupId, String fileEntryTypeKey)
           
 DLFileEntryType DLFileEntryTypeLocalService.updateDLFileEntryType(DLFileEntryType dlFileEntryType)
          Updates the document library file entry type in the database or adds it if it does not yet exist.
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.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> DLFileEntryTypeLocalService.getDDMStructureDLFileEntryTypes(long structureId)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getDDMStructureDLFileEntryTypes(long structureId)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getDDMStructureDLFileEntryTypes(long structureId)
           
 List<DLFileEntryType> DLFileEntryTypeLocalService.getDDMStructureDLFileEntryTypes(long structureId, int start, int end)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getDDMStructureDLFileEntryTypes(long structureId, int start, int end)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getDDMStructureDLFileEntryTypes(long structureId, int start, int end)
           
 List<DLFileEntryType> DLFileEntryTypeLocalService.getDDMStructureDLFileEntryTypes(long structureId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getDDMStructureDLFileEntryTypes(long structureId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getDDMStructureDLFileEntryTypes(long structureId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeLocalService.getDLFileEntryTypes(int start, int end)
          Returns a range of all the document library file entry types.
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.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> DLFileEntryTypeLocalService.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)
          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> 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.
 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.
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> DLFileEntryTypeLocalService.getDLFolderDLFileEntryTypes(long folderId)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getDLFolderDLFileEntryTypes(long folderId)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getDLFolderDLFileEntryTypes(long folderId)
           
 List<DLFileEntryType> DLFileEntryTypeLocalService.getDLFolderDLFileEntryTypes(long folderId, int start, int end)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getDLFolderDLFileEntryTypes(long folderId, int start, int end)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getDLFolderDLFileEntryTypes(long folderId, int start, int end)
           
 List<DLFileEntryType> DLFileEntryTypeLocalService.getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.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> DLFileEntryTypeLocalService.getFileEntryTypes(long[] groupIds)
           
static List<DLFileEntryType> DLFileEntryTypeServiceUtil.getFileEntryTypes(long[] groupIds)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getFileEntryTypes(long[] groupIds)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getFileEntryTypes(long[] groupIds)
           
 List<DLFileEntryType> DLFileEntryTypeServiceWrapper.getFileEntryTypes(long[] groupIds)
           
 List<DLFileEntryType> DLFileEntryTypeService.getFileEntryTypes(long[] groupIds)
           
static List<DLFileEntryType> DLFileEntryTypeServiceUtil.getFileEntryTypes(long[] groupIds, int start, int end)
           
 List<DLFileEntryType> DLFileEntryTypeServiceWrapper.getFileEntryTypes(long[] groupIds, int start, int end)
           
 List<DLFileEntryType> DLFileEntryTypeService.getFileEntryTypes(long[] groupIds, int start, int end)
           
 List<DLFileEntryType> DLFileEntryTypeLocalService.getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited)
           
static List<DLFileEntryType> DLFileEntryTypeServiceUtil.getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited)
           
 List<DLFileEntryType> DLFileEntryTypeServiceWrapper.getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited)
           
 List<DLFileEntryType> DLFileEntryTypeService.getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited)
           
 List<DLFileEntryType> DLFileEntryTypeLocalService.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, 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)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.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> DLFileEntryTypeService.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
 void DLFileEntryTypeLocalService.addDDMStructureDLFileEntryType(long structureId, DLFileEntryType dlFileEntryType)
           
 void DLFileEntryTypeLocalServiceWrapper.addDDMStructureDLFileEntryType(long structureId, DLFileEntryType dlFileEntryType)
           
static void DLFileEntryTypeLocalServiceUtil.addDDMStructureDLFileEntryType(long structureId, DLFileEntryType dlFileEntryType)
           
 DLFileEntryType DLFileEntryTypeLocalService.addDLFileEntryType(DLFileEntryType dlFileEntryType)
          Adds the document library file entry type to the database.
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.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 DLFileEntryTypeLocalService.addDLFolderDLFileEntryType(long folderId, DLFileEntryType dlFileEntryType)
           
 void DLFileEntryTypeLocalServiceWrapper.addDLFolderDLFileEntryType(long folderId, DLFileEntryType dlFileEntryType)
           
static void DLFileEntryTypeLocalServiceUtil.addDLFolderDLFileEntryType(long folderId, DLFileEntryType dlFileEntryType)
           
 void DLFileEntryTypeLocalService.deleteDDMStructureDLFileEntryType(long structureId, DLFileEntryType dlFileEntryType)
           
 void DLFileEntryTypeLocalServiceWrapper.deleteDDMStructureDLFileEntryType(long structureId, DLFileEntryType dlFileEntryType)
           
static void DLFileEntryTypeLocalServiceUtil.deleteDDMStructureDLFileEntryType(long structureId, DLFileEntryType dlFileEntryType)
           
 DLFileEntryType DLFileEntryTypeLocalService.deleteDLFileEntryType(DLFileEntryType dlFileEntryType)
          Deletes the document library file entry type from the database.
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.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 DLFileEntryTypeLocalService.deleteDLFolderDLFileEntryType(long folderId, DLFileEntryType dlFileEntryType)
           
 void DLFileEntryTypeLocalServiceWrapper.deleteDLFolderDLFileEntryType(long folderId, DLFileEntryType dlFileEntryType)
           
static void DLFileEntryTypeLocalServiceUtil.deleteDLFolderDLFileEntryType(long folderId, DLFileEntryType dlFileEntryType)
           
 void DLFileEntryTypeLocalService.deleteFileEntryType(DLFileEntryType dlFileEntryType)
           
 void DLFileEntryTypeLocalServiceWrapper.deleteFileEntryType(DLFileEntryType dlFileEntryType)
           
static void DLFileEntryTypeLocalServiceUtil.deleteFileEntryType(DLFileEntryType dlFileEntryType)
           
 DLFileEntryType DLFileEntryTypeLocalService.updateDLFileEntryType(DLFileEntryType dlFileEntryType)
          Updates the document library file entry type in the database or adds it if it does not yet exist.
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.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 DLFileEntryTypeLocalService.addDDMStructureDLFileEntryTypes(long structureId, List<DLFileEntryType> DLFileEntryTypes)
           
 void DLFileEntryTypeLocalServiceWrapper.addDDMStructureDLFileEntryTypes(long structureId, List<DLFileEntryType> DLFileEntryTypes)
           
static void DLFileEntryTypeLocalServiceUtil.addDDMStructureDLFileEntryTypes(long structureId, List<DLFileEntryType> DLFileEntryTypes)
           
 void DLFileEntryTypeLocalService.addDLFolderDLFileEntryTypes(long folderId, List<DLFileEntryType> DLFileEntryTypes)
           
 void DLFileEntryTypeLocalServiceWrapper.addDLFolderDLFileEntryTypes(long folderId, List<DLFileEntryType> DLFileEntryTypes)
           
static void DLFileEntryTypeLocalServiceUtil.addDLFolderDLFileEntryTypes(long folderId, List<DLFileEntryType> DLFileEntryTypes)
           
 void DLFileEntryTypeLocalService.deleteDDMStructureDLFileEntryTypes(long structureId, List<DLFileEntryType> DLFileEntryTypes)
           
 void DLFileEntryTypeLocalServiceWrapper.deleteDDMStructureDLFileEntryTypes(long structureId, List<DLFileEntryType> DLFileEntryTypes)
           
static void DLFileEntryTypeLocalServiceUtil.deleteDDMStructureDLFileEntryTypes(long structureId, List<DLFileEntryType> DLFileEntryTypes)
           
 void DLFileEntryTypeLocalService.deleteDLFolderDLFileEntryTypes(long folderId, List<DLFileEntryType> DLFileEntryTypes)
           
 void DLFileEntryTypeLocalServiceWrapper.deleteDLFolderDLFileEntryTypes(long folderId, List<DLFileEntryType> DLFileEntryTypes)
           
static void DLFileEntryTypeLocalServiceUtil.deleteDLFolderDLFileEntryTypes(long folderId, List<DLFileEntryType> DLFileEntryTypes)
           
 List<DLFileEntryType> DLFileEntryTypeLocalService.getDDMStructureDLFileEntryTypes(long structureId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getDDMStructureDLFileEntryTypes(long structureId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getDDMStructureDLFileEntryTypes(long structureId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 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.
 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.
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> DLFileEntryTypeLocalService.getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.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> DLFileEntryTypeLocalService.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, 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)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.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> DLFileEntryTypeService.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.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.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 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> 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(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.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)
           
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)
          Returns 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)
          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, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns an ordered 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.
 

Methods in com.liferay.portlet.documentlibrary.service.persistence with parameters of type DLFileEntryType
static void DLFolderUtil.addDLFileEntryType(long pk, DLFileEntryType dlFileEntryType)
          Adds an association between the document library folder and the document library file entry type.
 void DLFolderPersistence.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)
           
static void DLFolderUtil.removeDLFileEntryType(long pk, DLFileEntryType dlFileEntryType)
          Removes the association between the document library folder and the document library file entry type.
 void DLFolderPersistence.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
static void DLFolderUtil.addDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes)
          Adds an association between the document library folder and the document library file entry types.
 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 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 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 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> 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 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.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
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.
 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 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.removeDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes)
          Removes the association between the document library folder and the document library file entry types.
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.
 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.
 

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

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

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

Methods in com.liferay.portlet.documentlibrary.util.test that return DLFileEntryType
static DLFileEntryType DLAppTestUtil.addDLFileEntryType(long groupId, long ddmStructureId)
           
static DLFileEntryType DLAppTestUtil.addDLFileEntryType(long userId, long groupId, String name, String description, long[] ddmStructureIds, ServiceContext serviceContext)
           
 

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

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence that return types with arguments of type DLFileEntryType
 List<DLFileEntryType> DDMStructurePersistence.getDLFileEntryTypes(long pk)
          Returns all the document library file entry types associated with the d d m structure.
static List<DLFileEntryType> DDMStructureUtil.getDLFileEntryTypes(long pk)
          Returns all the document library file entry types associated with the d d m structure.
 List<DLFileEntryType> DDMStructurePersistence.getDLFileEntryTypes(long pk, int start, int end)
          Returns a range of all the document library file entry types associated with the d d m structure.
static List<DLFileEntryType> DDMStructureUtil.getDLFileEntryTypes(long pk, int start, int end)
          Returns a range of all the document library file entry types associated with the d d m structure.
 List<DLFileEntryType> DDMStructurePersistence.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 d d m structure.
static List<DLFileEntryType> DDMStructureUtil.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 d d m structure.
 

Methods in com.liferay.portlet.dynamicdatamapping.service.persistence with parameters of type DLFileEntryType
 void DDMStructurePersistence.addDLFileEntryType(long pk, DLFileEntryType dlFileEntryType)
          Adds an association between the d d m structure and the document library file entry type.
static void DDMStructureUtil.addDLFileEntryType(long pk, DLFileEntryType dlFileEntryType)
          Adds an association between the d d m structure and the document library file entry type.
 void DDMStructurePersistence.removeDLFileEntryType(long pk, DLFileEntryType dlFileEntryType)
          Removes the association between the d d m structure and the document library file entry type.
static void DDMStructureUtil.removeDLFileEntryType(long pk, DLFileEntryType dlFileEntryType)
          Removes the association between the d d m structure and the document library file entry type.
 

Method parameters in com.liferay.portlet.dynamicdatamapping.service.persistence with type arguments of type DLFileEntryType
 void DDMStructurePersistence.addDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes)
          Adds an association between the d d m structure and the document library file entry types.
static void DDMStructureUtil.addDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes)
          Adds an association between the d d m structure and the document library file entry types.
 List<DLFileEntryType> DDMStructurePersistence.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 d d m structure.
static List<DLFileEntryType> DDMStructureUtil.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 d d m structure.
 void DDMStructurePersistence.removeDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes)
          Removes the association between the d d m structure and the document library file entry types.
static void DDMStructureUtil.removeDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes)
          Removes the association between the d d m structure and the document library file entry types.
 void DDMStructurePersistence.setDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes)
          Sets the document library file entry types associated with the d d m structure, removing and adding associations as necessary.
static void DDMStructureUtil.setDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes)
          Sets the document library file entry types associated with the d d m structure, removing and adding associations as necessary.
 


Liferay 7.0-ce-m3