Liferay 7.0-ce-b4

com.liferay.portlet.documentlibrary.service
Interface DLFileEntryTypeLocalService

All Superinterfaces:
BaseLocalService, PersistedModelLocalService
All Known Implementing Classes:
DLFileEntryTypeLocalServiceWrapper

@ProviderType
@Transactional(isolation=PORTAL,
               rollbackFor={PortalException.class,SystemException.class})
public interface DLFileEntryTypeLocalService
extends BaseLocalService, PersistedModelLocalService

Provides the local service interface for DLFileEntryType. Methods of this service will not have security checks based on the propagated JAAS credentials because this service can only be accessed from within the same VM.

See Also:
DLFileEntryTypeLocalServiceUtil, com.liferay.portlet.documentlibrary.service.base.DLFileEntryTypeLocalServiceBaseImpl, com.liferay.portlet.documentlibrary.service.impl.DLFileEntryTypeLocalServiceImpl

Method Summary
 void addDDMStructureLinks(long fileEntryTypeId, Set<Long> ddmStructureIds)
           
 DLFileEntryType addDLFileEntryType(DLFileEntryType dlFileEntryType)
          Adds the document library file entry type to the database.
 void addDLFolderDLFileEntryType(long folderId, DLFileEntryType dlFileEntryType)
           
 void addDLFolderDLFileEntryType(long folderId, long fileEntryTypeId)
           
 void addDLFolderDLFileEntryTypes(long folderId, List<DLFileEntryType> DLFileEntryTypes)
           
 void addDLFolderDLFileEntryTypes(long folderId, long[] fileEntryTypeIds)
           
 DLFileEntryType addFileEntryType(long userId, long groupId, String fileEntryTypeKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, long[] ddmStructureIds, ServiceContext serviceContext)
           
 DLFileEntryType addFileEntryType(long userId, long groupId, String name, String description, long[] ddmStructureIds, ServiceContext serviceContext)
           
 void cascadeFileEntryTypes(long userId, DLFolder dlFolder)
           
 void clearDLFolderDLFileEntryTypes(long folderId)
           
 DLFileEntryType createDLFileEntryType(long fileEntryTypeId)
          Creates a new document library file entry type with the primary key.
 DLFileEntryType deleteDLFileEntryType(DLFileEntryType dlFileEntryType)
          Deletes the document library file entry type from the database.
 DLFileEntryType deleteDLFileEntryType(long fileEntryTypeId)
          Deletes the document library file entry type with the primary key from the database.
 void deleteDLFolderDLFileEntryType(long folderId, DLFileEntryType dlFileEntryType)
           
 void deleteDLFolderDLFileEntryType(long folderId, long fileEntryTypeId)
           
 void deleteDLFolderDLFileEntryTypes(long folderId, List<DLFileEntryType> DLFileEntryTypes)
           
 void deleteDLFolderDLFileEntryTypes(long folderId, long[] fileEntryTypeIds)
           
 void deleteFileEntryType(DLFileEntryType dlFileEntryType)
           
 void deleteFileEntryType(long fileEntryTypeId)
           
 void deleteFileEntryTypes(long groupId)
           
 PersistedModel deletePersistedModel(PersistedModel persistedModel)
           
 DynamicQuery dynamicQuery()
           
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
<T> List<T>
dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator<T> orderByComparator)
          Performs a dynamic query on the database and returns an ordered range of the matching rows.
 long dynamicQueryCount(DynamicQuery dynamicQuery)
          Returns the number of rows matching the dynamic query.
 long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
          Returns the number of rows matching the dynamic query.
 DLFileEntryType fetchDLFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType fetchDLFileEntryTypeByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file entry type matching the UUID and group.
 DLFileEntryType fetchFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType fetchFileEntryType(long groupId, String fileEntryTypeKey)
           
 ActionableDynamicQuery getActionableDynamicQuery()
           
 long getDefaultFileEntryTypeId(long folderId)
           
 DLFileEntryType getDLFileEntryType(long fileEntryTypeId)
          Returns the document library file entry type with the primary key.
 DLFileEntryType getDLFileEntryTypeByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file entry type matching the UUID and group.
 List<DLFileEntryType> getDLFileEntryTypes(int start, int end)
          Returns a range of all the document library file entry types.
 List<DLFileEntryType> getDLFileEntryTypesByUuidAndCompanyId(String uuid, long companyId)
          Returns all the document library file entry types matching the UUID and company.
 List<DLFileEntryType> getDLFileEntryTypesByUuidAndCompanyId(String uuid, long companyId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
          Returns a range of document library file entry types matching the UUID and company.
 int getDLFileEntryTypesCount()
          Returns the number of document library file entry types.
 List<DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId)
           
 List<DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId, int start, int end)
           
 List<DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 int getDLFolderDLFileEntryTypesCount(long folderId)
           
 long[] getDLFolderPrimaryKeys(long fileEntryTypeId)
          Returns the folderIds of the document library folders associated with the document library file entry type.
 ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
           
 DLFileEntryType getFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType getFileEntryType(long groupId, String fileEntryTypeKey)
           
 List<DLFileEntryType> getFileEntryTypes(long ddmStructureId)
           
 List<DLFileEntryType> getFileEntryTypes(long[] groupIds)
           
 List<DLFileEntryType> getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited)
           
 IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
           
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 boolean hasDLFolderDLFileEntryType(long folderId, long fileEntryTypeId)
           
 boolean hasDLFolderDLFileEntryTypes(long folderId)
           
 List<DLFileEntryType> search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 int searchCount(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType)
           
 void setDLFolderDLFileEntryTypes(long folderId, long[] fileEntryTypeIds)
           
 void unsetFolderFileEntryTypes(long folderId)
           
 void updateDDMStructureLinks(long fileEntryTypeId, Set<Long> ddmStructureIds)
           
 DLFileEntryType updateDLFileEntryType(DLFileEntryType dlFileEntryType)
          Updates the document library file entry type in the database or adds it if it does not yet exist.
 DLFileEntry updateFileEntryFileEntryType(DLFileEntry dlFileEntry, ServiceContext serviceContext)
           
 void updateFileEntryType(long userId, long fileEntryTypeId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, long[] ddmStructureIds, ServiceContext serviceContext)
           
 void updateFileEntryType(long userId, long fileEntryTypeId, String name, String description, long[] ddmStructureIds, ServiceContext serviceContext)
           
 void updateFolderFileEntryTypes(DLFolder dlFolder, List<Long> fileEntryTypeIds, long defaultFileEntryTypeId, ServiceContext serviceContext)
           
 

Method Detail

addDDMStructureLinks

void addDDMStructureLinks(long fileEntryTypeId,
                          Set<Long> ddmStructureIds)

addDLFileEntryType

@Indexable(type=REINDEX)
DLFileEntryType addDLFileEntryType(DLFileEntryType dlFileEntryType)
Adds the document library file entry type to the database. Also notifies the appropriate model listeners.

Parameters:
dlFileEntryType - the document library file entry type
Returns:
the document library file entry type that was added

addDLFolderDLFileEntryType

void addDLFolderDLFileEntryType(long folderId,
                                DLFileEntryType dlFileEntryType)

addDLFolderDLFileEntryType

void addDLFolderDLFileEntryType(long folderId,
                                long fileEntryTypeId)

addDLFolderDLFileEntryTypes

void addDLFolderDLFileEntryTypes(long folderId,
                                 List<DLFileEntryType> DLFileEntryTypes)

addDLFolderDLFileEntryTypes

void addDLFolderDLFileEntryTypes(long folderId,
                                 long[] fileEntryTypeIds)

addFileEntryType

DLFileEntryType addFileEntryType(long userId,
                                 long groupId,
                                 String fileEntryTypeKey,
                                 Map<Locale,String> nameMap,
                                 Map<Locale,String> descriptionMap,
                                 long[] ddmStructureIds,
                                 ServiceContext serviceContext)
                                 throws PortalException
Throws:
PortalException

addFileEntryType

DLFileEntryType addFileEntryType(long userId,
                                 long groupId,
                                 String name,
                                 String description,
                                 long[] ddmStructureIds,
                                 ServiceContext serviceContext)
                                 throws PortalException
Throws:
PortalException

cascadeFileEntryTypes

void cascadeFileEntryTypes(long userId,
                           DLFolder dlFolder)
                           throws PortalException
Throws:
PortalException

clearDLFolderDLFileEntryTypes

void clearDLFolderDLFileEntryTypes(long folderId)

createDLFileEntryType

DLFileEntryType createDLFileEntryType(long fileEntryTypeId)
Creates a new document library file entry type with the primary key. Does not add the document library file entry type to the database.

Parameters:
fileEntryTypeId - the primary key for the new document library file entry type
Returns:
the new document library file entry type

deleteDLFileEntryType

@Indexable(type=DELETE)
DLFileEntryType deleteDLFileEntryType(DLFileEntryType dlFileEntryType)
Deletes the document library file entry type from the database. Also notifies the appropriate model listeners.

Parameters:
dlFileEntryType - the document library file entry type
Returns:
the document library file entry type that was removed

deleteDLFileEntryType

@Indexable(type=DELETE)
DLFileEntryType deleteDLFileEntryType(long fileEntryTypeId)
                                      throws PortalException
Deletes the document library file entry type with the primary key from the database. Also notifies the appropriate model listeners.

Parameters:
fileEntryTypeId - the primary key of the document library file entry type
Returns:
the document library file entry type that was removed
Throws:
PortalException - if a document library file entry type with the primary key could not be found

deleteDLFolderDLFileEntryType

void deleteDLFolderDLFileEntryType(long folderId,
                                   DLFileEntryType dlFileEntryType)

deleteDLFolderDLFileEntryType

void deleteDLFolderDLFileEntryType(long folderId,
                                   long fileEntryTypeId)

deleteDLFolderDLFileEntryTypes

void deleteDLFolderDLFileEntryTypes(long folderId,
                                    List<DLFileEntryType> DLFileEntryTypes)

deleteDLFolderDLFileEntryTypes

void deleteDLFolderDLFileEntryTypes(long folderId,
                                    long[] fileEntryTypeIds)

deleteFileEntryType

@SystemEvent(action=1,
             type=1)
void deleteFileEntryType(DLFileEntryType dlFileEntryType)
                         throws PortalException
Throws:
PortalException

deleteFileEntryType

void deleteFileEntryType(long fileEntryTypeId)
                         throws PortalException
Throws:
PortalException

deleteFileEntryTypes

void deleteFileEntryTypes(long groupId)
                          throws PortalException
Throws:
PortalException

deletePersistedModel

PersistedModel deletePersistedModel(PersistedModel persistedModel)
                                    throws PortalException
Specified by:
deletePersistedModel in interface PersistedModelLocalService
Throws:
PortalException

dynamicQuery

DynamicQuery dynamicQuery()

dynamicQuery

<T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.

Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows

dynamicQuery

<T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end)
Performs a dynamic query on the database and returns a range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.documentlibrary.model.impl.DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
Returns:
the range of matching rows

dynamicQuery

<T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
                         int start,
                         int end,
                         OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.documentlibrary.model.impl.DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
dynamicQuery - the dynamic query
start - the lower bound of the range of model instances
end - the upper bound of the range of model instances (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the ordered range of matching rows

dynamicQueryCount

long dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query.

Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows matching the dynamic query

dynamicQueryCount

long dynamicQueryCount(DynamicQuery dynamicQuery,
                       Projection projection)
Returns the number of rows matching the dynamic query.

Parameters:
dynamicQuery - the dynamic query
projection - the projection to apply to the query
Returns:
the number of rows matching the dynamic query

fetchDLFileEntryType

@Transactional(propagation=SUPPORTS,
               readOnly=true)
DLFileEntryType fetchDLFileEntryType(long fileEntryTypeId)

fetchDLFileEntryTypeByUuidAndGroupId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
DLFileEntryType fetchDLFileEntryTypeByUuidAndGroupId(String uuid,
                                                                                              long groupId)
Returns the document library file entry type matching the UUID and group.

Parameters:
uuid - the document library file entry type's UUID
groupId - the primary key of the group
Returns:
the matching document library file entry type, or null if a matching document library file entry type could not be found

fetchFileEntryType

@Transactional(propagation=SUPPORTS,
               readOnly=true)
DLFileEntryType fetchFileEntryType(long fileEntryTypeId)

fetchFileEntryType

@Transactional(propagation=SUPPORTS,
               readOnly=true)
DLFileEntryType fetchFileEntryType(long groupId,
                                                                            String fileEntryTypeKey)

getActionableDynamicQuery

@Transactional(propagation=SUPPORTS,
               readOnly=true)
ActionableDynamicQuery getActionableDynamicQuery()

getDLFileEntryType

@Transactional(propagation=SUPPORTS,
               readOnly=true)
DLFileEntryType getDLFileEntryType(long fileEntryTypeId)
                                   throws PortalException
Returns the document library file entry type with the primary key.

Parameters:
fileEntryTypeId - the primary key of the document library file entry type
Returns:
the document library file entry type
Throws:
PortalException - if a document library file entry type with the primary key could not be found

getDLFileEntryTypeByUuidAndGroupId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
DLFileEntryType getDLFileEntryTypeByUuidAndGroupId(String uuid,
                                                                                            long groupId)
                                                   throws PortalException
Returns the document library file entry type matching the UUID and group.

Parameters:
uuid - the document library file entry type's UUID
groupId - the primary key of the group
Returns:
the matching document library file entry type
Throws:
PortalException - if a matching document library file entry type could not be found

getDLFileEntryTypes

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<DLFileEntryType> getDLFileEntryTypes(int start,
                                                                                   int end)
Returns a range of all the document library file entry types.

Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.documentlibrary.model.impl.DLFileEntryTypeModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.

Parameters:
start - the lower bound of the range of document library file entry types
end - the upper bound of the range of document library file entry types (not inclusive)
Returns:
the range of document library file entry types

getDLFileEntryTypesByUuidAndCompanyId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<DLFileEntryType> getDLFileEntryTypesByUuidAndCompanyId(String uuid,
                                                                                                     long companyId)
Returns all the document library file entry types matching the UUID and company.

Parameters:
uuid - the UUID of the document library file entry types
companyId - the primary key of the company
Returns:
the matching document library file entry types, or an empty list if no matches were found

getDLFileEntryTypesByUuidAndCompanyId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<DLFileEntryType> getDLFileEntryTypesByUuidAndCompanyId(String uuid,
                                                                                                     long companyId,
                                                                                                     int start,
                                                                                                     int end,
                                                                                                     OrderByComparator<DLFileEntryType> orderByComparator)
Returns a range of document library file entry types matching the UUID and company.

Parameters:
uuid - the UUID of the document library file entry types
companyId - the primary key of the company
start - the lower bound of the range of document library file entry types
end - the upper bound of the range of document library file entry types (not inclusive)
orderByComparator - the comparator to order the results by (optionally null)
Returns:
the range of matching document library file entry types, or an empty list if no matches were found

getDLFileEntryTypesCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getDLFileEntryTypesCount()
Returns the number of document library file entry types.

Returns:
the number of document library file entry types

getDLFolderDLFileEntryTypes

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId)

getDLFolderDLFileEntryTypes

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId,
                                                                                           int start,
                                                                                           int end)

getDLFolderDLFileEntryTypes

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId,
                                                                                           int start,
                                                                                           int end,
                                                                                           OrderByComparator<DLFileEntryType> orderByComparator)

getDLFolderDLFileEntryTypesCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getDLFolderDLFileEntryTypesCount(long folderId)

getDLFolderPrimaryKeys

@Transactional(propagation=SUPPORTS,
               readOnly=true)
long[] getDLFolderPrimaryKeys(long fileEntryTypeId)
Returns the folderIds of the document library folders associated with the document library file entry type.

Parameters:
fileEntryTypeId - the fileEntryTypeId of the document library file entry type
Returns:
long[] the folderIds of document library folders associated with the document library file entry type

getDefaultFileEntryTypeId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
long getDefaultFileEntryTypeId(long folderId)
                               throws PortalException
Throws:
PortalException

getExportActionableDynamicQuery

@Transactional(propagation=SUPPORTS,
               readOnly=true)
ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)

getFileEntryType

@Transactional(propagation=SUPPORTS,
               readOnly=true)
DLFileEntryType getFileEntryType(long fileEntryTypeId)
                                 throws PortalException
Throws:
PortalException

getFileEntryType

@Transactional(propagation=SUPPORTS,
               readOnly=true)
DLFileEntryType getFileEntryType(long groupId,
                                                                          String fileEntryTypeKey)
                                 throws PortalException
Throws:
PortalException

getFileEntryTypes

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<DLFileEntryType> getFileEntryTypes(long ddmStructureId)
                                        throws PortalException
Throws:
PortalException

getFileEntryTypes

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<DLFileEntryType> getFileEntryTypes(long[] groupIds)

getFolderFileEntryTypes

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<DLFileEntryType> getFolderFileEntryTypes(long[] groupIds,
                                                                                       long folderId,
                                                                                       boolean inherited)
                                              throws PortalException
Throws:
PortalException

getIndexableActionableDynamicQuery

@Transactional(propagation=SUPPORTS,
               readOnly=true)
IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()

getOSGiServiceIdentifier

String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Returns:
the OSGi service identifier

getPersistedModel

@Transactional(propagation=SUPPORTS,
               readOnly=true)
PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                 throws PortalException
Specified by:
getPersistedModel in interface PersistedModelLocalService
Throws:
PortalException

hasDLFolderDLFileEntryType

@Transactional(propagation=SUPPORTS,
               readOnly=true)
boolean hasDLFolderDLFileEntryType(long folderId,
                                                                            long fileEntryTypeId)

hasDLFolderDLFileEntryTypes

@Transactional(propagation=SUPPORTS,
               readOnly=true)
boolean hasDLFolderDLFileEntryTypes(long folderId)

search

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<DLFileEntryType> search(long companyId,
                                                                      long[] groupIds,
                                                                      String keywords,
                                                                      boolean includeBasicFileEntryType,
                                                                      int start,
                                                                      int end,
                                                                      OrderByComparator<DLFileEntryType> orderByComparator)

searchCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int searchCount(long companyId,
                                                         long[] groupIds,
                                                         String keywords,
                                                         boolean includeBasicFileEntryType)

setDLFolderDLFileEntryTypes

void setDLFolderDLFileEntryTypes(long folderId,
                                 long[] fileEntryTypeIds)

unsetFolderFileEntryTypes

void unsetFolderFileEntryTypes(long folderId)

updateDDMStructureLinks

void updateDDMStructureLinks(long fileEntryTypeId,
                             Set<Long> ddmStructureIds)
                             throws PortalException
Throws:
PortalException

updateDLFileEntryType

@Indexable(type=REINDEX)
DLFileEntryType updateDLFileEntryType(DLFileEntryType dlFileEntryType)
Updates the document library file entry type in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.

Parameters:
dlFileEntryType - the document library file entry type
Returns:
the document library file entry type that was updated

updateFileEntryFileEntryType

DLFileEntry updateFileEntryFileEntryType(DLFileEntry dlFileEntry,
                                         ServiceContext serviceContext)
                                         throws PortalException
Throws:
PortalException

updateFileEntryType

void updateFileEntryType(long userId,
                         long fileEntryTypeId,
                         String name,
                         String description,
                         long[] ddmStructureIds,
                         ServiceContext serviceContext)
                         throws PortalException
Throws:
PortalException

updateFileEntryType

void updateFileEntryType(long userId,
                         long fileEntryTypeId,
                         Map<Locale,String> nameMap,
                         Map<Locale,String> descriptionMap,
                         long[] ddmStructureIds,
                         ServiceContext serviceContext)
                         throws PortalException
Throws:
PortalException

updateFolderFileEntryTypes

void updateFolderFileEntryTypes(DLFolder dlFolder,
                                List<Long> fileEntryTypeIds,
                                long defaultFileEntryTypeId,
                                ServiceContext serviceContext)

Liferay 7.0-ce-b4