Liferay 6.1.10-ee-ga1

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

Packages that use DLFileEntryType
com.liferay.portlet.documentlibrary.lar   
com.liferay.portlet.documentlibrary.model   
com.liferay.portlet.documentlibrary.model.impl   
com.liferay.portlet.documentlibrary.service This package defines the local and remote document library portlet service interfaces, utility and wrapper classes. 
com.liferay.portlet.documentlibrary.service.base   
com.liferay.portlet.documentlibrary.service.http This package defines the HTTP and SOAP document library portlet service utility classes. 
com.liferay.portlet.documentlibrary.service.impl This package defines the local and remote document library portlet service implementations. 
com.liferay.portlet.documentlibrary.service.permission   
com.liferay.portlet.documentlibrary.service.persistence   
 

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

Methods in com.liferay.portlet.documentlibrary.lar with parameters of type DLFileEntryType
protected static void DLPortletDataHandlerImpl.exportFileEntryType(PortletDataContext portletDataContext, Element fileEntryTypesElement, DLFileEntryType dlFileEntryType)
           
protected static String DLPortletDataHandlerImpl.getFileEntryTypePath(PortletDataContext portletDataContext, DLFileEntryType dlFileEntryType)
           
protected static boolean DLPortletDataHandlerImpl.isFileEntryTypeExportable(long companyId, 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 DLFileEntryMetadataWrapper.getFileEntryType()
           
 DLFileEntryType DLFileEntryMetadata.getFileEntryType()
           
 DLFileEntryType DLFileEntryTypeWrapper.getWrappedDLFileEntryType()
          Deprecated. Renamed to DLFileEntryTypeWrapper.getWrappedModel()
 DLFileEntryType DLFileEntryTypeWrapper.getWrappedModel()
           
 DLFileEntryType DLFileEntryTypeWrapper.toEscapedModel()
           
 DLFileEntryType DLFileEntryTypeModel.toEscapedModel()
           
 

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

Methods in com.liferay.portlet.documentlibrary.model with parameters of type DLFileEntryType
 int DLFileEntryTypeWrapper.compareTo(DLFileEntryType dlFileEntryType)
           
 int DLFileEntryTypeModel.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.model.impl
 

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

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

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

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

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

Methods in com.liferay.portlet.documentlibrary.service that return DLFileEntryType
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.addDLFileEntryType(DLFileEntryType dlFileEntryType)
          Adds the document library file entry type to the database.
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.addDLFileEntryType(DLFileEntryType dlFileEntryType)
          Adds the document library file entry type to the database.
 DLFileEntryType DLFileEntryTypeLocalService.addDLFileEntryType(DLFileEntryType dlFileEntryType)
          Adds the document library file entry type to the database.
 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 DLFileEntryTypeLocalService.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)
           
static DLFileEntryType DLFileEntryTypeServiceUtil.addFileEntryType(long groupId, String name, String description, long[] ddmStructureIds, ServiceContext serviceContext)
           
 DLFileEntryType DLFileEntryTypeService.addFileEntryType(long groupId, String name, String description, long[] ddmStructureIds, ServiceContext serviceContext)
           
 DLFileEntryType 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.createDLFileEntryType(long fileEntryTypeId)
          Creates a new document library file entry type with the primary key.
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.fetchDLFileEntryType(long fileEntryTypeId)
           
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.fetchDLFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeLocalService.fetchDLFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.fetchFileEntryType(long fileEntryTypeId)
           
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.fetchFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeLocalService.fetchFileEntryType(long fileEntryTypeId)
           
 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.getDLFileEntryType(long fileEntryTypeId)
          Returns the document library file entry type with the primary key.
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.getDLFileEntryTypeByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file entry type 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 DLFileEntryTypeLocalService.getDLFileEntryTypeByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file entry type with the UUID in the group.
 DLFileEntryType DLFileEntryTypeServiceWrapper.getFileEntryType(long fileEntryTypeId)
           
static DLFileEntryType DLFileEntryTypeServiceUtil.getFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeService.getFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.getFileEntryType(long fileEntryTypeId)
           
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.getFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeLocalService.getFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.getFileEntryType(long groupId, String name)
           
static DLFileEntryType DLFileEntryTypeLocalServiceUtil.getFileEntryType(long groupId, String name)
           
 DLFileEntryType DLFileEntryTypeLocalService.getFileEntryType(long groupId, String name)
           
 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)
          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.
 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.
 

Methods in com.liferay.portlet.documentlibrary.service that return types with arguments of type DLFileEntryType
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getDLFileEntryTypes(int start, int end)
          Returns a range of all the document library file entry types.
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getDLFileEntryTypes(int start, int end)
          Returns a range of all the document library file entry types.
 List<DLFileEntryType> DLFileEntryTypeLocalService.getDLFileEntryTypes(int start, int end)
          Returns a range of all the document library file entry types.
 List<DLFileEntryType> DLFileEntryTypeServiceWrapper.getFileEntryTypes(long[] groupIds)
           
static List<DLFileEntryType> DLFileEntryTypeServiceUtil.getFileEntryTypes(long[] groupIds)
           
 List<DLFileEntryType> DLFileEntryTypeService.getFileEntryTypes(long[] groupIds)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getFileEntryTypes(long[] groupIds)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getFileEntryTypes(long[] groupIds)
           
 List<DLFileEntryType> DLFileEntryTypeLocalService.getFileEntryTypes(long[] groupIds)
           
 List<DLFileEntryType> DLFileEntryTypeLocalServiceWrapper.getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited)
           
static List<DLFileEntryType> DLFileEntryTypeLocalServiceUtil.getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited)
           
 List<DLFileEntryType> DLFileEntryTypeLocalService.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)
           
static List<DLFileEntryType> DLFileEntryTypeServiceUtil.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)
           
 List<DLFileEntryType> DLFileEntryTypeLocalService.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
 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.addDLFileEntryType(DLFileEntryType dlFileEntryType)
          Adds the document library file entry type to the database.
 void DLFileEntryTypeLocalServiceWrapper.deleteDLFileEntryType(DLFileEntryType dlFileEntryType)
          Deletes the document library file entry type from the database.
static void DLFileEntryTypeLocalServiceUtil.deleteDLFileEntryType(DLFileEntryType dlFileEntryType)
          Deletes the document library file entry type from the database.
 void DLFileEntryTypeLocalService.deleteDLFileEntryType(DLFileEntryType dlFileEntryType)
          Deletes the document library file entry type from the database.
 void DLFileEntryTypeLocalServiceWrapper.deleteFileEntryType(DLFileEntryType dlFileEntryType)
           
static void DLFileEntryTypeLocalServiceUtil.deleteFileEntryType(DLFileEntryType dlFileEntryType)
           
 void DLFileEntryTypeLocalService.deleteFileEntryType(DLFileEntryType dlFileEntryType)
           
 DLFileEntryType DLFileEntryTypeLocalServiceWrapper.updateDLFileEntryType(DLFileEntryType dlFileEntryType)
          Updates the document library file entry type in the database or adds it if it does not yet exist.
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)
          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.
 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.
 

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

Methods in com.liferay.portlet.documentlibrary.service.base that return DLFileEntryType
 DLFileEntryType DLFileEntryTypeLocalServiceBaseImpl.addDLFileEntryType(DLFileEntryType dlFileEntryType)
          Adds the document library file entry type to the database.
 DLFileEntryType DLFileEntryTypeLocalServiceBaseImpl.createDLFileEntryType(long fileEntryTypeId)
          Creates a new document library file entry type with the primary key.
 DLFileEntryType DLFileEntryTypeLocalServiceBaseImpl.fetchDLFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType DLFileEntryTypeLocalServiceBaseImpl.getDLFileEntryType(long fileEntryTypeId)
          Returns the document library file entry type with the primary key.
 DLFileEntryType DLFileEntryTypeLocalServiceBaseImpl.getDLFileEntryTypeByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file entry type with the UUID in the group.
 DLFileEntryType DLFileEntryTypeLocalServiceBaseImpl.updateDLFileEntryType(DLFileEntryType dlFileEntryType)
          Updates the document library file entry type in the database or adds it if it does not yet exist.
 DLFileEntryType DLFileEntryTypeLocalServiceBaseImpl.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.base that return types with arguments of type DLFileEntryType
 List<DLFileEntryType> DLFileEntryTypeLocalServiceBaseImpl.getDLFileEntryTypes(int start, int end)
          Returns a range of all the document library file entry types.
 

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

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

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

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

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

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

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

Methods in com.liferay.portlet.documentlibrary.service.impl with parameters of type DLFileEntryType
protected  void DLFileEntryTypeLocalServiceImpl.addFileEntryTypeResources(DLFileEntryType dlFileEntryType, boolean addGroupPermissions, boolean addGuestPermissions)
           
protected  void DLFileEntryTypeLocalServiceImpl.addFileEntryTypeResources(DLFileEntryType dlFileEntryType, String[] groupPermissions, String[] guestPermissions)
           
 void DLFileEntryTypeLocalServiceImpl.deleteFileEntryType(DLFileEntryType dlFileEntryType)
           
 

Method parameters in com.liferay.portlet.documentlibrary.service.impl with type arguments of type DLFileEntryType
protected  List<Long> DLFileEntryTypeLocalServiceImpl.getFileEntryTypeIds(List<DLFileEntryType> dlFileEntryTypes)
           
 

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

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

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

Methods in com.liferay.portlet.documentlibrary.service.persistence that return DLFileEntryType
static DLFileEntryType DLFileEntryTypeUtil.create(long fileEntryTypeId)
          Creates a new document library file entry type with the primary key.
 DLFileEntryType DLFileEntryTypePersistence.create(long fileEntryTypeId)
          Creates a new document library file entry type with the primary key.
 DLFileEntryType DLFileEntryTypePersistenceImpl.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.
 DLFileEntryType DLFileEntryTypePersistenceImpl.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.
 DLFileEntryType DLFileEntryTypePersistenceImpl.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.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.
 DLFileEntryType DLFileEntryTypePersistenceImpl.fetchByPrimaryKey(long fileEntryTypeId)
          Returns the document library file entry type with the primary key or returns null if it could not be found.
 DLFileEntryType DLFileEntryTypePersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Returns the document library file entry type with the primary key or returns null if it could not be found.
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.
 DLFileEntryType DLFileEntryTypePersistenceImpl.fetchByUUID_G(String uuid, long groupId)
          Returns the document library file entry type where uuid = ? and groupId = ? or returns null if it could not be found.
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.
 DLFileEntryType DLFileEntryTypePersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the document library file entry type where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
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 = ?.
 DLFileEntryType[] DLFileEntryTypePersistenceImpl.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 = ?.
protected  DLFileEntryType DLFileEntryTypePersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, DLFileEntryType dlFileEntryType, long groupId, OrderByComparator orderByComparator, boolean previous)
           
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.
 DLFileEntryType DLFileEntryTypePersistenceImpl.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 = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.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 = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.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 = ?.
 DLFileEntryType[] DLFileEntryTypePersistenceImpl.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.
 DLFileEntryType DLFileEntryTypePersistenceImpl.findByPrimaryKey(long fileEntryTypeId)
          Returns the document library file entry type with the primary key or throws a NoSuchFileEntryTypeException if it could not be found.
 DLFileEntryType DLFileEntryTypePersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Returns the document library file entry type with the primary key or throws a NoSuchModelException if it could not be found.
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 = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.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.
 DLFileEntryType DLFileEntryTypePersistenceImpl.findByUUID_G(String uuid, long groupId)
          Returns the document library file entry type where uuid = ? and groupId = ? or throws a NoSuchFileEntryTypeException if it could not be found.
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 = ?.
 DLFileEntryType DLFileEntryTypePersistenceImpl.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 = ?.
 DLFileEntryType[] DLFileEntryTypePersistenceImpl.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 = ?.
protected  DLFileEntryType DLFileEntryTypePersistenceImpl.getByGroupId_PrevAndNext(Session session, DLFileEntryType dlFileEntryType, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileEntryType DLFileEntryTypePersistenceImpl.getByUuid_PrevAndNext(Session session, DLFileEntryType dlFileEntryType, String uuid, OrderByComparator orderByComparator, boolean previous)
           
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.
 DLFileEntryType DLFileEntryTypePersistenceImpl.remove(long fileEntryTypeId)
          Removes the document library file entry type with the primary key from the database.
 DLFileEntryType DLFileEntryTypePersistenceImpl.remove(Serializable primaryKey)
          Removes the document library file entry type with the primary key from the database.
protected  DLFileEntryType DLFileEntryTypePersistenceImpl.removeImpl(DLFileEntryType dlFileEntryType)
           
protected  DLFileEntryType DLFileEntryTypePersistenceImpl.toUnwrappedModel(DLFileEntryType dlFileEntryType)
           
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)
           
 DLFileEntryType DLFileEntryTypePersistenceImpl.updateImpl(DLFileEntryType dlFileEntryType, boolean merge)
           
 

Methods in com.liferay.portlet.documentlibrary.service.persistence that return types with arguments of type DLFileEntryType
protected  List<DLFileEntryType> DLFileEntryTypeFinderImpl.doFindByC_G_N_D_S(long companyId, long[] groupIds, String[] names, String[] descriptions, boolean andOperator, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator, boolean inlineSQLHelper)
           
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 = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.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 ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.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 ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.filterFindByGroupId(long[] groupIds, int start, int end)
          Returns a range of all the document library file entry types that the user has permission to view where groupId = any ?.
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 ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.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 = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the document library file entry types that the user has permission to view where groupId = ?.
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> DLFileEntryTypePersistenceImpl.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 = ?.
static List<DLFileEntryType> DLFileEntryTypeFinderUtil.filterFindByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeFinder.filterFindByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeFinderImpl.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.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.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.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.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.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.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 = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.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 ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.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 ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.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 ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.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 = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.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> DLFileEntryTypePersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator 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 orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeFinder.findByKeywords(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
 List<DLFileEntryType> DLFileEntryTypeFinderImpl.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 = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.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 = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.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 = ?.
 List<DLFileEntryType> DLFileEntryTypePersistenceImpl.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.
 List<DLFileEntryType> DLFolderPersistenceImpl.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.
 List<DLFileEntryType> DLFolderPersistenceImpl.getDLFileEntryTypes(long pk, int start, int end)
          Returns a range of all the document library file entry types associated with the document library folder.
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.
 List<DLFileEntryType> DLFolderPersistenceImpl.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.
 void DLFolderPersistenceImpl.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.
 void DLFileEntryTypePersistenceImpl.cacheResult(DLFileEntryType dlFileEntryType)
          Caches the document library file entry type in the entity cache if it is enabled.
static void DLFileEntryTypeUtil.clearCache(DLFileEntryType dlFileEntryType)
           
 void DLFileEntryTypePersistenceImpl.clearCache(DLFileEntryType dlFileEntryType)
          Clears the cache for the document library file entry type.
protected  void DLFileEntryTypePersistenceImpl.clearUniqueFindersCache(DLFileEntryType dlFileEntryType)
           
protected  DLFileEntryType DLFileEntryTypePersistenceImpl.filterGetByGroupId_PrevAndNext(Session session, DLFileEntryType dlFileEntryType, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileEntryType DLFileEntryTypePersistenceImpl.getByGroupId_PrevAndNext(Session session, DLFileEntryType dlFileEntryType, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  DLFileEntryType DLFileEntryTypePersistenceImpl.getByUuid_PrevAndNext(Session session, DLFileEntryType dlFileEntryType, String uuid, OrderByComparator orderByComparator, boolean previous)
           
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.
 void DLFolderPersistenceImpl.removeDLFileEntryType(long pk, DLFileEntryType dlFileEntryType)
          Removes the association between the document library folder and the document library file entry type.
protected  DLFileEntryType DLFileEntryTypePersistenceImpl.removeImpl(DLFileEntryType dlFileEntryType)
           
protected  DLFileEntryType DLFileEntryTypePersistenceImpl.toUnwrappedModel(DLFileEntryType dlFileEntryType)
           
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)
           
 DLFileEntryType DLFileEntryTypePersistenceImpl.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.
 void DLFolderPersistenceImpl.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.
 void DLFileEntryTypePersistenceImpl.cacheResult(List<DLFileEntryType> dlFileEntryTypes)
          Caches the document library file entry types in the entity cache if it is enabled.
 void DLFileEntryTypePersistenceImpl.clearCache(List<DLFileEntryType> dlFileEntryTypes)
           
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.
 void DLFolderPersistenceImpl.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.
 void DLFolderPersistenceImpl.setDLFileEntryTypes(long pk, List<DLFileEntryType> dlFileEntryTypes)
          Sets the document library file entry types associated with the document library folder, removing and adding associations as necessary.
 


Liferay 6.1.10-ee-ga1