@ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface DLFileEntryTypeLocalService extends BaseLocalService, PersistedModelLocalService
DLFileEntryTypeLocalServiceUtil,
com.liferay.portlet.documentlibrary.service.base.DLFileEntryTypeLocalServiceBaseImpl,
com.liferay.portlet.documentlibrary.service.impl.DLFileEntryTypeLocalServiceImpl| Modifier and Type | Method and Description |
|---|---|
void |
addDDMStructureDLFileEntryType(long structureId,
DLFileEntryType dlFileEntryType) |
void |
addDDMStructureDLFileEntryType(long structureId,
long fileEntryTypeId) |
void |
addDDMStructureDLFileEntryTypes(long structureId,
java.util.List<DLFileEntryType> DLFileEntryTypes) |
void |
addDDMStructureDLFileEntryTypes(long structureId,
long[] fileEntryTypeIds) |
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,
java.util.List<DLFileEntryType> DLFileEntryTypes) |
void |
addDLFolderDLFileEntryTypes(long folderId,
long[] fileEntryTypeIds) |
DLFileEntryType |
addFileEntryType(long userId,
long groupId,
java.lang.String fileEntryTypeKey,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext) |
DLFileEntryType |
addFileEntryType(long userId,
long groupId,
java.lang.String name,
java.lang.String description,
long[] ddmStructureIds,
ServiceContext serviceContext) |
void |
cascadeFileEntryTypes(long userId,
DLFolder dlFolder) |
void |
clearDDMStructureDLFileEntryTypes(long structureId) |
void |
clearDLFolderDLFileEntryTypes(long folderId) |
DLFileEntryType |
createDLFileEntryType(long fileEntryTypeId)
Creates a new document library file entry type with the primary key.
|
void |
deleteDDMStructureDLFileEntryType(long structureId,
DLFileEntryType dlFileEntryType) |
void |
deleteDDMStructureDLFileEntryType(long structureId,
long fileEntryTypeId) |
void |
deleteDDMStructureDLFileEntryTypes(long structureId,
java.util.List<DLFileEntryType> DLFileEntryTypes) |
void |
deleteDDMStructureDLFileEntryTypes(long structureId,
long[] fileEntryTypeIds) |
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,
java.util.List<DLFileEntryType> DLFileEntryTypes) |
void |
deleteDLFolderDLFileEntryTypes(long folderId,
long[] fileEntryTypeIds) |
void |
deleteFileEntryType(DLFileEntryType dlFileEntryType) |
void |
deleteFileEntryType(long fileEntryTypeId) |
void |
deleteFileEntryTypes(long groupId) |
DynamicQuery |
dynamicQuery() |
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows.
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows.
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator 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 that match the dynamic query.
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows that match the dynamic query.
|
DLFileEntryType |
fetchDLFileEntryType(long fileEntryTypeId) |
DLFileEntryType |
fetchDLFileEntryTypeByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the document library file entry type with the matching UUID and company.
|
DLFileEntryType |
fetchDLFileEntryTypeByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the document library file entry type matching the UUID and group.
|
DLFileEntryType |
fetchFileEntryType(long fileEntryTypeId) |
DLFileEntryType |
fetchFileEntryType(long groupId,
java.lang.String fileEntryTypeKey) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
java.util.List<DLFileEntryType> |
getDDMStructureDLFileEntryTypes(long structureId) |
java.util.List<DLFileEntryType> |
getDDMStructureDLFileEntryTypes(long structureId,
int start,
int end) |
java.util.List<DLFileEntryType> |
getDDMStructureDLFileEntryTypes(long structureId,
int start,
int end,
OrderByComparator orderByComparator) |
int |
getDDMStructureDLFileEntryTypesCount(long structureId) |
long |
getDefaultFileEntryTypeId(long folderId) |
DLFileEntryType |
getDLFileEntryType(long fileEntryTypeId)
Returns the document library file entry type with the primary key.
|
DLFileEntryType |
getDLFileEntryTypeByUuidAndCompanyId(java.lang.String uuid,
long companyId)
Returns the document library file entry type with the matching UUID and company.
|
DLFileEntryType |
getDLFileEntryTypeByUuidAndGroupId(java.lang.String uuid,
long groupId)
Returns the document library file entry type matching the UUID and group.
|
java.util.List<DLFileEntryType> |
getDLFileEntryTypes(int start,
int end)
Returns a range of all the document library file entry types.
|
int |
getDLFileEntryTypesCount()
Returns the number of document library file entry types.
|
java.util.List<DLFileEntryType> |
getDLFolderDLFileEntryTypes(long folderId) |
java.util.List<DLFileEntryType> |
getDLFolderDLFileEntryTypes(long folderId,
int start,
int end) |
java.util.List<DLFileEntryType> |
getDLFolderDLFileEntryTypes(long folderId,
int start,
int end,
OrderByComparator orderByComparator) |
int |
getDLFolderDLFileEntryTypesCount(long folderId) |
DLFileEntryType |
getFileEntryType(long fileEntryTypeId) |
DLFileEntryType |
getFileEntryType(long groupId,
java.lang.String fileEntryTypeKey) |
java.util.List<DLFileEntryType> |
getFileEntryTypes(long[] groupIds) |
java.util.List<DLFileEntryType> |
getFolderFileEntryTypes(long[] groupIds,
long folderId,
boolean inherited) |
PersistedModel |
getPersistedModel(java.io.Serializable primaryKeyObj) |
boolean |
hasDDMStructureDLFileEntryType(long structureId,
long fileEntryTypeId) |
boolean |
hasDDMStructureDLFileEntryTypes(long structureId) |
boolean |
hasDLFolderDLFileEntryType(long folderId,
long fileEntryTypeId) |
boolean |
hasDLFolderDLFileEntryTypes(long folderId) |
java.util.List<DLFileEntryType> |
search(long companyId,
long[] groupIds,
java.lang.String keywords,
boolean includeBasicFileEntryType,
int start,
int end,
OrderByComparator orderByComparator) |
int |
searchCount(long companyId,
long[] groupIds,
java.lang.String keywords,
boolean includeBasicFileEntryType) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setDDMStructureDLFileEntryTypes(long structureId,
long[] fileEntryTypeIds) |
void |
setDLFolderDLFileEntryTypes(long folderId,
long[] fileEntryTypeIds) |
void |
unsetFolderFileEntryTypes(long folderId) |
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,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext) |
void |
updateFileEntryType(long userId,
long fileEntryTypeId,
java.lang.String name,
java.lang.String description,
long[] ddmStructureIds,
ServiceContext serviceContext) |
void |
updateFolderFileEntryTypes(DLFolder dlFolder,
java.util.List<java.lang.Long> fileEntryTypeIds,
long defaultFileEntryTypeId,
ServiceContext serviceContext) |
@Indexable(type=REINDEX) DLFileEntryType addDLFileEntryType(DLFileEntryType dlFileEntryType) throws SystemException
dlFileEntryType - the document library file entry typeSystemException - if a system exception occurredDLFileEntryType createDLFileEntryType(long fileEntryTypeId)
fileEntryTypeId - the primary key for the new document library file entry type@Indexable(type=DELETE) DLFileEntryType deleteDLFileEntryType(long fileEntryTypeId) throws PortalException, SystemException
fileEntryTypeId - the primary key of the document library file entry typePortalException - if a document library file entry type with the primary key could not be foundSystemException - if a system exception occurred@Indexable(type=DELETE) DLFileEntryType deleteDLFileEntryType(DLFileEntryType dlFileEntryType) throws SystemException
dlFileEntryType - the document library file entry typeSystemException - if a system exception occurredDynamicQuery dynamicQuery()
java.util.List dynamicQuery(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery - the dynamic querySystemException - if a system exception occurredjava.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end) throws SystemException
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 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.
dynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)SystemException - if a system exception occurredjava.util.List dynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator) throws SystemException
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 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.
dynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)SystemException - if a system exception occurredlong dynamicQueryCount(DynamicQuery dynamicQuery) throws SystemException
dynamicQuery - the dynamic querySystemException - if a system exception occurredlong dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection) throws SystemException
dynamicQuery - the dynamic queryprojection - the projection to apply to the querySystemException - if a system exception occurred@Transactional(propagation=SUPPORTS, readOnly=true) DLFileEntryType fetchDLFileEntryType(long fileEntryTypeId) throws SystemException
SystemException@Transactional(propagation=SUPPORTS, readOnly=true) DLFileEntryType fetchDLFileEntryTypeByUuidAndCompanyId(java.lang.String uuid, long companyId) throws SystemException
uuid - the document library file entry type's UUIDcompanyId - the primary key of the companynull if a matching document library file entry type could not be foundSystemException - if a system exception occurred@Transactional(propagation=SUPPORTS, readOnly=true) DLFileEntryType fetchDLFileEntryTypeByUuidAndGroupId(java.lang.String uuid, long groupId) throws SystemException
uuid - the document library file entry type's UUIDgroupId - the primary key of the groupnull if a matching document library file entry type could not be foundSystemException - if a system exception occurred@Transactional(propagation=SUPPORTS, readOnly=true) DLFileEntryType getDLFileEntryType(long fileEntryTypeId) throws PortalException, SystemException
fileEntryTypeId - the primary key of the document library file entry typePortalException - if a document library file entry type with the primary key could not be foundSystemException - if a system exception occurred@Transactional(propagation=SUPPORTS, readOnly=true) PersistedModel getPersistedModel(java.io.Serializable primaryKeyObj) throws PortalException, SystemException
getPersistedModel in interface PersistedModelLocalServicePortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) DLFileEntryType getDLFileEntryTypeByUuidAndCompanyId(java.lang.String uuid, long companyId) throws PortalException, SystemException
uuid - the document library file entry type's UUIDcompanyId - the primary key of the companyPortalException - if a matching document library file entry type could not be foundSystemException - if a system exception occurred@Transactional(propagation=SUPPORTS, readOnly=true) DLFileEntryType getDLFileEntryTypeByUuidAndGroupId(java.lang.String uuid, long groupId) throws PortalException, SystemException
uuid - the document library file entry type's UUIDgroupId - the primary key of the groupPortalException - if a matching document library file entry type could not be foundSystemException - if a system exception occurred@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<DLFileEntryType> getDLFileEntryTypes(int start, int end) throws SystemException
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 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.
start - the lower bound of the range of document library file entry typesend - the upper bound of the range of document library file entry types (not inclusive)SystemException - if a system exception occurred@Transactional(propagation=SUPPORTS, readOnly=true) int getDLFileEntryTypesCount() throws SystemException
SystemException - if a system exception occurred@Indexable(type=REINDEX) DLFileEntryType updateDLFileEntryType(DLFileEntryType dlFileEntryType) throws SystemException
dlFileEntryType - the document library file entry typeSystemException - if a system exception occurredvoid addDLFolderDLFileEntryType(long folderId,
long fileEntryTypeId)
throws SystemException
SystemException - if a system exception occurredvoid addDLFolderDLFileEntryType(long folderId,
DLFileEntryType dlFileEntryType)
throws SystemException
SystemException - if a system exception occurredvoid addDLFolderDLFileEntryTypes(long folderId,
long[] fileEntryTypeIds)
throws SystemException
SystemException - if a system exception occurredvoid addDLFolderDLFileEntryTypes(long folderId,
java.util.List<DLFileEntryType> DLFileEntryTypes)
throws SystemException
SystemException - if a system exception occurredvoid clearDLFolderDLFileEntryTypes(long folderId)
throws SystemException
SystemException - if a system exception occurredvoid deleteDLFolderDLFileEntryType(long folderId,
long fileEntryTypeId)
throws SystemException
SystemException - if a system exception occurredvoid deleteDLFolderDLFileEntryType(long folderId,
DLFileEntryType dlFileEntryType)
throws SystemException
SystemException - if a system exception occurredvoid deleteDLFolderDLFileEntryTypes(long folderId,
long[] fileEntryTypeIds)
throws SystemException
SystemException - if a system exception occurredvoid deleteDLFolderDLFileEntryTypes(long folderId,
java.util.List<DLFileEntryType> DLFileEntryTypes)
throws SystemException
SystemException - if a system exception occurred@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId) throws SystemException
SystemException - if a system exception occurred@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId, int start, int end) throws SystemException
SystemException - if a system exception occurred@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemException - if a system exception occurred@Transactional(propagation=SUPPORTS, readOnly=true) int getDLFolderDLFileEntryTypesCount(long folderId) throws SystemException
SystemException - if a system exception occurred@Transactional(propagation=SUPPORTS, readOnly=true) boolean hasDLFolderDLFileEntryType(long folderId, long fileEntryTypeId) throws SystemException
SystemException - if a system exception occurred@Transactional(propagation=SUPPORTS, readOnly=true) boolean hasDLFolderDLFileEntryTypes(long folderId) throws SystemException
SystemException - if a system exception occurredvoid setDLFolderDLFileEntryTypes(long folderId,
long[] fileEntryTypeIds)
throws SystemException
SystemException - if a system exception occurredvoid addDDMStructureDLFileEntryType(long structureId,
long fileEntryTypeId)
throws SystemException
SystemException - if a system exception occurredvoid addDDMStructureDLFileEntryType(long structureId,
DLFileEntryType dlFileEntryType)
throws SystemException
SystemException - if a system exception occurredvoid addDDMStructureDLFileEntryTypes(long structureId,
long[] fileEntryTypeIds)
throws SystemException
SystemException - if a system exception occurredvoid addDDMStructureDLFileEntryTypes(long structureId,
java.util.List<DLFileEntryType> DLFileEntryTypes)
throws SystemException
SystemException - if a system exception occurredvoid clearDDMStructureDLFileEntryTypes(long structureId)
throws SystemException
SystemException - if a system exception occurredvoid deleteDDMStructureDLFileEntryType(long structureId,
long fileEntryTypeId)
throws SystemException
SystemException - if a system exception occurredvoid deleteDDMStructureDLFileEntryType(long structureId,
DLFileEntryType dlFileEntryType)
throws SystemException
SystemException - if a system exception occurredvoid deleteDDMStructureDLFileEntryTypes(long structureId,
long[] fileEntryTypeIds)
throws SystemException
SystemException - if a system exception occurredvoid deleteDDMStructureDLFileEntryTypes(long structureId,
java.util.List<DLFileEntryType> DLFileEntryTypes)
throws SystemException
SystemException - if a system exception occurred@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<DLFileEntryType> getDDMStructureDLFileEntryTypes(long structureId) throws SystemException
SystemException - if a system exception occurred@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<DLFileEntryType> getDDMStructureDLFileEntryTypes(long structureId, int start, int end) throws SystemException
SystemException - if a system exception occurred@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<DLFileEntryType> getDDMStructureDLFileEntryTypes(long structureId, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemException - if a system exception occurred@Transactional(propagation=SUPPORTS, readOnly=true) int getDDMStructureDLFileEntryTypesCount(long structureId) throws SystemException
SystemException - if a system exception occurred@Transactional(propagation=SUPPORTS, readOnly=true) boolean hasDDMStructureDLFileEntryType(long structureId, long fileEntryTypeId) throws SystemException
SystemException - if a system exception occurred@Transactional(propagation=SUPPORTS, readOnly=true) boolean hasDDMStructureDLFileEntryTypes(long structureId) throws SystemException
SystemException - if a system exception occurredvoid setDDMStructureDLFileEntryTypes(long structureId,
long[] fileEntryTypeIds)
throws SystemException
SystemException - if a system exception occurredjava.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanDLFileEntryType addFileEntryType(long userId, long groupId, java.lang.String fileEntryTypeKey, java.util.Map<java.util.Locale,java.lang.String> nameMap, java.util.Map<java.util.Locale,java.lang.String> descriptionMap, long[] ddmStructureIds, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionDLFileEntryType addFileEntryType(long userId, long groupId, java.lang.String name, java.lang.String description, long[] ddmStructureIds, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionvoid cascadeFileEntryTypes(long userId,
DLFolder dlFolder)
throws PortalException,
SystemException
PortalExceptionSystemException@SystemEvent(action=1, type=1) void deleteFileEntryType(DLFileEntryType dlFileEntryType) throws PortalException, SystemException
PortalExceptionSystemExceptionvoid deleteFileEntryType(long fileEntryTypeId)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid deleteFileEntryTypes(long groupId)
throws PortalException,
SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) DLFileEntryType fetchFileEntryType(long fileEntryTypeId) throws SystemException
SystemException@Transactional(propagation=SUPPORTS, readOnly=true) DLFileEntryType fetchFileEntryType(long groupId, java.lang.String fileEntryTypeKey) throws SystemException
SystemException@Transactional(propagation=SUPPORTS, readOnly=true) long getDefaultFileEntryTypeId(long folderId) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) DLFileEntryType getFileEntryType(long fileEntryTypeId) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) DLFileEntryType getFileEntryType(long groupId, java.lang.String fileEntryTypeKey) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<DLFileEntryType> getFileEntryTypes(long[] groupIds) throws SystemException
SystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<DLFileEntryType> getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<DLFileEntryType> search(long companyId, long[] groupIds, java.lang.String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator) throws SystemException
SystemException@Transactional(propagation=SUPPORTS, readOnly=true) int searchCount(long companyId, long[] groupIds, java.lang.String keywords, boolean includeBasicFileEntryType) throws SystemException
SystemExceptionvoid unsetFolderFileEntryTypes(long folderId)
throws SystemException
SystemExceptionDLFileEntry updateFileEntryFileEntryType(DLFileEntry dlFileEntry, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionvoid updateFileEntryType(long userId,
long fileEntryTypeId,
java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
long[] ddmStructureIds,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid updateFileEntryType(long userId,
long fileEntryTypeId,
java.lang.String name,
java.lang.String description,
long[] ddmStructureIds,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalExceptionSystemExceptionvoid updateFolderFileEntryTypes(DLFolder dlFolder, java.util.List<java.lang.Long> fileEntryTypeIds, long defaultFileEntryTypeId, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemException