Liferay 6.1.2-ce-ga3

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

Packages that use DLFileEntryType
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.dynamicdatamapping.service.persistence   
 

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 DLFileEntryMetadataWrapper.getFileEntryType()
           
 DLFileEntryType DLFileEntryMetadata.getFileEntryType()
           
 DLFileEntryType DLFileEntryTypeWrapper.getWrappedDLFileEntryType()
          Deprecated. Renamed to 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
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 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)
           
 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)
           
static DLFileEntryType DLFileEntryTypeServiceUtil.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.fetchFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.fetchFileEntryType(long fileEntryTypeId)
           
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.fetchFileEntryType(long fileEntryTypeId)
           
 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 with the UUID in the group.
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.getDLFileEntryTypeByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file entry type with the UUID in the group.
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.getDLFileEntryTypeByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file entry type with the UUID in the group.
 DLFileEntryType DLFileEntryTypeServiceWrapper.getFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeLocalService.getFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeService.getFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.getFileEntryType(long fileEntryTypeId)
           
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.getFileEntryType(long fileEntryTypeId)
           
static DLFileEntryType DLFileEntryTypeServiceUtil.getFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeLocalService.getFileEntryType(long groupId, String name)
           
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.getFileEntryType(long groupId, String name)
           
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.getFileEntryType(long groupId, String name)
           
 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.
 DLFileEntryType DLFileEntryTypeLocalService.updateDLFileEntryType(DLFileEntryType dlFileEntryType, boolean merge)
          Updates the document library file entry type in the database or adds it if it does not yet exist.
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.updateDLFileEntryType(DLFileEntryType dlFileEntryType, boolean merge)
          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, boolean merge)
          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 orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getDDMStructureDLFileEntryTypes(long structureId, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getDDMStructureDLFileEntryTypes(long structureId, int start, int end, OrderByComparator 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.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 orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeServiceWrapper.getFileEntryTypes(long[] groupIds)
           
 List<DLFileEntryType> DLFileEntryTypeLocalService.getFileEntryTypes(long[] groupIds)
           
 List<DLFileEntryType> DLFileEntryTypeService.getFileEntryTypes(long[] groupIds)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getFileEntryTypes(long[] groupIds)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getFileEntryTypes(long[] groupIds)
           
static List<DLFileEntryType> DLFileEntryTypeServiceUtil.getFileEntryTypes(long[] groupIds)
           
 List<DLFileEntryType> DLFileEntryTypeLocalService.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.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeLocalService.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeService.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeServiceUtil.search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator 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.
 DLFileEntryType DLFileEntryTypeLocalService.updateDLFileEntryType(DLFileEntryType dlFileEntryType, boolean merge)
          Updates the document library file entry type in the database or adds it if it does not yet exist.
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.updateDLFileEntryType(DLFileEntryType dlFileEntryType, boolean merge)
          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, boolean merge)
          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)
           
 

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_N(long groupId, String name)
          Returns the document library file entry type where groupId = ? and name = ? or returns null if it could not be found.
 DLFileEntryType DLFileEntryTypePersistence.fetchByG_N(long groupId, String name)
          Returns the document library file entry type where groupId = ? and name = ? or returns null if it could not be found.
static DLFileEntryType DLFileEntryTypeUtil.fetchByG_N(long groupId, String name, boolean retrieveFromCache)
          Returns the document library file entry type where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
 DLFileEntryType DLFileEntryTypePersistence.fetchByG_N(long groupId, String name, boolean retrieveFromCache)
          Returns the document library file entry type where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
static DLFileEntryType DLFileEntryTypeUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first document library file entry type in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first document library file entry type in the ordered set where groupId = ?.
static DLFileEntryType DLFileEntryTypeUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last document library file entry type in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistence.fetchByGroupId_Last(long groupId, OrderByComparator 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_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ?.
 DLFileEntryType DLFileEntryTypePersistence.fetchByUuid_First(String uuid, OrderByComparator 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 orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ?.
 DLFileEntryType DLFileEntryTypePersistence.fetchByUuid_Last(String uuid, OrderByComparator 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 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 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_N(long groupId, String name)
          Returns the document library file entry type where groupId = ? and name = ? or throws a NoSuchFileEntryTypeException if it could not be found.
 DLFileEntryType DLFileEntryTypePersistence.findByG_N(long groupId, String name)
          Returns the document library file entry type where groupId = ? and name = ? or throws a NoSuchFileEntryTypeException if it could not be found.
static DLFileEntryType DLFileEntryTypeUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first document library file entry type in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first document library file entry type in the ordered set where groupId = ?.
static DLFileEntryType DLFileEntryTypeUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last document library file entry type in the ordered set where groupId = ?.
 DLFileEntryType DLFileEntryTypePersistence.findByGroupId_Last(long groupId, OrderByComparator 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 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 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_First(String uuid, OrderByComparator orderByComparator)
          Returns the first document library file entry type in the ordered set where uuid = ?.
 DLFileEntryType DLFileEntryTypePersistence.findByUuid_First(String uuid, OrderByComparator 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 orderByComparator)
          Returns the last document library file entry type in the ordered set where uuid = ?.
 DLFileEntryType DLFileEntryTypePersistence.findByUuid_Last(String uuid, OrderByComparator 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 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 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_N(long groupId, String name)
          Removes the document library file entry type where groupId = ? and name = ? from the database.
 DLFileEntryType DLFileEntryTypePersistence.removeByG_N(long groupId, String name)
          Removes the document library file entry type where groupId = ? and name = ? 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, boolean merge)
           
static DLFileEntryType DLFileEntryTypeUtil.update(DLFileEntryType dlFileEntryType, boolean merge, ServiceContext serviceContext)
           
static DLFileEntryType DLFileEntryTypeUtil.updateImpl(DLFileEntryType dlFileEntryType, boolean merge)
           
 DLFileEntryType DLFileEntryTypePersistence.updateImpl(DLFileEntryType dlFileEntryType, boolean merge)
           
 

Methods in com.liferay.portlet.documentlibrary.service.persistence that return types with arguments of type DLFileEntryType
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 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 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 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 orderByComparator)
          Returns an ordered range of all the document library file entry types that the user has permissions to view where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypeFinder.filterFindByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeFinderUtil.filterFindByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator 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 orderByComparator)
          Returns an ordered range of all the document library file entry types.
 List<DLFileEntryType> DLFileEntryTypePersistence.findAll(int start, int end, OrderByComparator 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 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 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 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 orderByComparator)
          Returns an ordered range of all the document library file entry types where groupId = ?.
 List<DLFileEntryType> DLFileEntryTypeFinder.findByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
static List<DLFileEntryType> DLFileEntryTypeFinderUtil.findByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
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 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 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 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 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 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, boolean merge)
           
static DLFileEntryType DLFileEntryTypeUtil.update(DLFileEntryType dlFileEntryType, boolean merge, ServiceContext serviceContext)
           
static DLFileEntryType DLFileEntryTypeUtil.updateImpl(DLFileEntryType dlFileEntryType, boolean merge)
           
 DLFileEntryType DLFileEntryTypePersistence.updateImpl(DLFileEntryType dlFileEntryType, boolean merge)
           
 

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 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)
           
static String DLUtil.getDeprecatedDDMStructureKey(DLFileEntryType dlFileEntryType)
           
 

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
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)
          Returns 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)
          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, OrderByComparator orderByComparator)
          Returns an ordered 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 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
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.addDLFileEntryType(long pk, DLFileEntryType dlFileEntryType)
          Adds an 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.
 void DDMStructurePersistence.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
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.
 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.removeDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes)
          Removes the association between the d d m structure and the document library file entry types.
 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.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.
 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.
 


Liferay 6.1.2-ce-ga3