Liferay 6.2.0

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
abstract  void addDDMStructureDLFileEntryType(long structureId, DLFileEntryType dlFileEntryType)
           
abstract  void addDDMStructureDLFileEntryType(long structureId, long fileEntryTypeId)
           
abstract  void addDDMStructureDLFileEntryTypes(long structureId, List<DLFileEntryType> DLFileEntryTypes)
           
abstract  void addDDMStructureDLFileEntryTypes(long structureId, long[] fileEntryTypeIds)
           
abstract  DLFileEntryType addDLFileEntryType(DLFileEntryType dlFileEntryType)
          Adds the document library file entry type to the database.
abstract  void addDLFolderDLFileEntryType(long folderId, DLFileEntryType dlFileEntryType)
           
abstract  void addDLFolderDLFileEntryType(long folderId, long fileEntryTypeId)
           
abstract  void addDLFolderDLFileEntryTypes(long folderId, List<DLFileEntryType> DLFileEntryTypes)
           
abstract  void addDLFolderDLFileEntryTypes(long folderId, long[] fileEntryTypeIds)
           
abstract  DLFileEntryType addFileEntryType(long userId, long groupId, String fileEntryTypeKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, long[] ddmStructureIds, ServiceContext serviceContext)
           
abstract  DLFileEntryType addFileEntryType(long userId, long groupId, String name, String description, long[] ddmStructureIds, ServiceContext serviceContext)
           
abstract  void cascadeFileEntryTypes(long userId, DLFolder dlFolder)
           
abstract  void clearDDMStructureDLFileEntryTypes(long structureId)
           
abstract  void clearDLFolderDLFileEntryTypes(long folderId)
           
abstract  DLFileEntryType createDLFileEntryType(long fileEntryTypeId)
          Creates a new document library file entry type with the primary key.
abstract  void deleteDDMStructureDLFileEntryType(long structureId, DLFileEntryType dlFileEntryType)
           
abstract  void deleteDDMStructureDLFileEntryType(long structureId, long fileEntryTypeId)
           
abstract  void deleteDDMStructureDLFileEntryTypes(long structureId, List<DLFileEntryType> DLFileEntryTypes)
           
abstract  void deleteDDMStructureDLFileEntryTypes(long structureId, long[] fileEntryTypeIds)
           
abstract  DLFileEntryType deleteDLFileEntryType(DLFileEntryType dlFileEntryType)
          Deletes the document library file entry type from the database.
abstract  DLFileEntryType deleteDLFileEntryType(long fileEntryTypeId)
          Deletes the document library file entry type with the primary key from the database.
abstract  void deleteDLFolderDLFileEntryType(long folderId, DLFileEntryType dlFileEntryType)
           
abstract  void deleteDLFolderDLFileEntryType(long folderId, long fileEntryTypeId)
           
abstract  void deleteDLFolderDLFileEntryTypes(long folderId, List<DLFileEntryType> DLFileEntryTypes)
           
abstract  void deleteDLFolderDLFileEntryTypes(long folderId, long[] fileEntryTypeIds)
           
abstract  void deleteFileEntryType(DLFileEntryType dlFileEntryType)
           
abstract  void deleteFileEntryType(long fileEntryTypeId)
           
abstract  void deleteFileEntryTypes(long groupId)
           
abstract  DynamicQuery dynamicQuery()
           
abstract  List dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
abstract  List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
abstract  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.
abstract  long dynamicQueryCount(DynamicQuery dynamicQuery)
          Returns the number of rows that match the dynamic query.
abstract  long dynamicQueryCount(DynamicQuery dynamicQuery, Projection projection)
          Returns the number of rows that match the dynamic query.
abstract  DLFileEntryType fetchDLFileEntryType(long fileEntryTypeId)
           
abstract  DLFileEntryType fetchDLFileEntryTypeByUuidAndCompanyId(String uuid, long companyId)
          Returns the document library file entry type with the matching UUID and company.
abstract  DLFileEntryType fetchDLFileEntryTypeByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file entry type matching the UUID and group.
abstract  DLFileEntryType fetchFileEntryType(long fileEntryTypeId)
           
abstract  DLFileEntryType fetchFileEntryType(long groupId, String fileEntryTypeKey)
           
abstract  String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
abstract  List<DLFileEntryType> getDDMStructureDLFileEntryTypes(long structureId)
           
abstract  List<DLFileEntryType> getDDMStructureDLFileEntryTypes(long structureId, int start, int end)
           
abstract  List<DLFileEntryType> getDDMStructureDLFileEntryTypes(long structureId, int start, int end, OrderByComparator orderByComparator)
           
abstract  int getDDMStructureDLFileEntryTypesCount(long structureId)
           
abstract  long getDefaultFileEntryTypeId(long folderId)
           
abstract  DLFileEntryType getDLFileEntryType(long fileEntryTypeId)
          Returns the document library file entry type with the primary key.
abstract  DLFileEntryType getDLFileEntryTypeByUuidAndCompanyId(String uuid, long companyId)
          Returns the document library file entry type with the matching UUID and company.
abstract  DLFileEntryType getDLFileEntryTypeByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file entry type matching the UUID and group.
abstract  List<DLFileEntryType> getDLFileEntryTypes(int start, int end)
          Returns a range of all the document library file entry types.
abstract  int getDLFileEntryTypesCount()
          Returns the number of document library file entry types.
abstract  List<DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId)
           
abstract  List<DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId, int start, int end)
           
abstract  List<DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator orderByComparator)
           
abstract  int getDLFolderDLFileEntryTypesCount(long folderId)
           
abstract  DLFileEntryType getFileEntryType(long fileEntryTypeId)
           
abstract  DLFileEntryType getFileEntryType(long groupId, String fileEntryTypeKey)
           
abstract  List<DLFileEntryType> getFileEntryTypes(long[] groupIds)
           
abstract  List<DLFileEntryType> getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited)
           
abstract  PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
abstract  boolean hasDDMStructureDLFileEntryType(long structureId, long fileEntryTypeId)
           
abstract  boolean hasDDMStructureDLFileEntryTypes(long structureId)
           
abstract  boolean hasDLFolderDLFileEntryType(long folderId, long fileEntryTypeId)
           
abstract  boolean hasDLFolderDLFileEntryTypes(long folderId)
           
abstract  List<DLFileEntryType> search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
abstract  int searchCount(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType)
           
abstract  void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
abstract  void setDDMStructureDLFileEntryTypes(long structureId, long[] fileEntryTypeIds)
           
abstract  void setDLFolderDLFileEntryTypes(long folderId, long[] fileEntryTypeIds)
           
abstract  void unsetFolderFileEntryTypes(long folderId)
           
abstract  DLFileEntryType updateDLFileEntryType(DLFileEntryType dlFileEntryType)
          Updates the document library file entry type in the database or adds it if it does not yet exist.
abstract  DLFileEntry updateFileEntryFileEntryType(DLFileEntry dlFileEntry, ServiceContext serviceContext)
           
abstract  void updateFileEntryType(long userId, long fileEntryTypeId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, long[] ddmStructureIds, ServiceContext serviceContext)
           
abstract  void updateFileEntryType(long userId, long fileEntryTypeId, String name, String description, long[] ddmStructureIds, ServiceContext serviceContext)
           
abstract  void updateFolderFileEntryTypes(DLFolder dlFolder, List<Long> fileEntryTypeIds, long defaultFileEntryTypeId, ServiceContext serviceContext)
           
 

Method Detail

addDLFileEntryType

@Indexable(type=REINDEX)
DLFileEntryType addDLFileEntryType(DLFileEntryType dlFileEntryType)
                                   throws SystemException
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
Throws:
SystemException - if a system exception occurred

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(long fileEntryTypeId)
                                      throws PortalException,
                                             SystemException
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
SystemException - if a system exception occurred

deleteDLFileEntryType

@Indexable(type=DELETE)
DLFileEntryType deleteDLFileEntryType(DLFileEntryType dlFileEntryType)
                                      throws SystemException
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
Throws:
SystemException - if a system exception occurred

dynamicQuery

DynamicQuery dynamicQuery()

dynamicQuery

List dynamicQuery(DynamicQuery dynamicQuery)
                  throws SystemException
Performs a dynamic query on the database and returns the matching rows.

Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

List dynamicQuery(DynamicQuery dynamicQuery,
                  int start,
                  int end)
                  throws SystemException
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 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
Throws:
SystemException - if a system exception occurred

dynamicQuery

List dynamicQuery(DynamicQuery dynamicQuery,
                  int start,
                  int end,
                  OrderByComparator orderByComparator)
                  throws SystemException
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 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
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Returns the number of rows that match the dynamic query.

Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

long dynamicQueryCount(DynamicQuery dynamicQuery,
                       Projection projection)
                       throws SystemException
Returns the number of rows that match the dynamic query.

Parameters:
dynamicQuery - the dynamic query
projection - the projection to apply to the query
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

fetchDLFileEntryType

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

fetchDLFileEntryTypeByUuidAndCompanyId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
DLFileEntryType fetchDLFileEntryTypeByUuidAndCompanyId(String uuid,
                                                                                                long companyId)
                                                       throws SystemException
Returns the document library file entry type with the matching UUID and company.

Parameters:
uuid - the document library file entry type's UUID
companyId - the primary key of the company
Returns:
the matching document library file entry type, or null if a matching document library file entry type could not be found
Throws:
SystemException - if a system exception occurred

fetchDLFileEntryTypeByUuidAndGroupId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
DLFileEntryType fetchDLFileEntryTypeByUuidAndGroupId(String uuid,
                                                                                              long groupId)
                                                     throws SystemException
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
Throws:
SystemException - if a system exception occurred

getDLFileEntryType

@Transactional(propagation=SUPPORTS,
               readOnly=true)
DLFileEntryType getDLFileEntryType(long fileEntryTypeId)
                                   throws PortalException,
                                          SystemException
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
SystemException - if a system exception occurred

getPersistedModel

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

getDLFileEntryTypeByUuidAndCompanyId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
DLFileEntryType getDLFileEntryTypeByUuidAndCompanyId(String uuid,
                                                                                              long companyId)
                                                     throws PortalException,
                                                            SystemException
Returns the document library file entry type with the matching UUID and company.

Parameters:
uuid - the document library file entry type's UUID
companyId - the primary key of the company
Returns:
the matching document library file entry type
Throws:
PortalException - if a matching document library file entry type could not be found
SystemException - if a system exception occurred

getDLFileEntryTypeByUuidAndGroupId

@Transactional(propagation=SUPPORTS,
               readOnly=true)
DLFileEntryType getDLFileEntryTypeByUuidAndGroupId(String uuid,
                                                                                            long groupId)
                                                   throws PortalException,
                                                          SystemException
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
SystemException - if a system exception occurred

getDLFileEntryTypes

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<DLFileEntryType> getDLFileEntryTypes(int start,
                                                                                   int end)
                                          throws SystemException
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 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
Throws:
SystemException - if a system exception occurred

getDLFileEntryTypesCount

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

Returns:
the number of document library file entry types
Throws:
SystemException - if a system exception occurred

updateDLFileEntryType

@Indexable(type=REINDEX)
DLFileEntryType updateDLFileEntryType(DLFileEntryType dlFileEntryType)
                                      throws SystemException
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
Throws:
SystemException - if a system exception occurred

addDLFolderDLFileEntryType

void addDLFolderDLFileEntryType(long folderId,
                                long fileEntryTypeId)
                                throws SystemException
Throws:
SystemException - if a system exception occurred

addDLFolderDLFileEntryType

void addDLFolderDLFileEntryType(long folderId,
                                DLFileEntryType dlFileEntryType)
                                throws SystemException
Throws:
SystemException - if a system exception occurred

addDLFolderDLFileEntryTypes

void addDLFolderDLFileEntryTypes(long folderId,
                                 long[] fileEntryTypeIds)
                                 throws SystemException
Throws:
SystemException - if a system exception occurred

addDLFolderDLFileEntryTypes

void addDLFolderDLFileEntryTypes(long folderId,
                                 List<DLFileEntryType> DLFileEntryTypes)
                                 throws SystemException
Throws:
SystemException - if a system exception occurred

clearDLFolderDLFileEntryTypes

void clearDLFolderDLFileEntryTypes(long folderId)
                                   throws SystemException
Throws:
SystemException - if a system exception occurred

deleteDLFolderDLFileEntryType

void deleteDLFolderDLFileEntryType(long folderId,
                                   long fileEntryTypeId)
                                   throws SystemException
Throws:
SystemException - if a system exception occurred

deleteDLFolderDLFileEntryType

void deleteDLFolderDLFileEntryType(long folderId,
                                   DLFileEntryType dlFileEntryType)
                                   throws SystemException
Throws:
SystemException - if a system exception occurred

deleteDLFolderDLFileEntryTypes

void deleteDLFolderDLFileEntryTypes(long folderId,
                                    long[] fileEntryTypeIds)
                                    throws SystemException
Throws:
SystemException - if a system exception occurred

deleteDLFolderDLFileEntryTypes

void deleteDLFolderDLFileEntryTypes(long folderId,
                                    List<DLFileEntryType> DLFileEntryTypes)
                                    throws SystemException
Throws:
SystemException - if a system exception occurred

getDLFolderDLFileEntryTypes

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId)
                                                  throws SystemException
Throws:
SystemException - if a system exception occurred

getDLFolderDLFileEntryTypes

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId,
                                                                                           int start,
                                                                                           int end)
                                                  throws SystemException
Throws:
SystemException - if a system exception occurred

getDLFolderDLFileEntryTypes

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId,
                                                                                           int start,
                                                                                           int end,
                                                                                           OrderByComparator orderByComparator)
                                                  throws SystemException
Throws:
SystemException - if a system exception occurred

getDLFolderDLFileEntryTypesCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getDLFolderDLFileEntryTypesCount(long folderId)
                                     throws SystemException
Throws:
SystemException - if a system exception occurred

hasDLFolderDLFileEntryType

@Transactional(propagation=SUPPORTS,
               readOnly=true)
boolean hasDLFolderDLFileEntryType(long folderId,
                                                                            long fileEntryTypeId)
                                   throws SystemException
Throws:
SystemException - if a system exception occurred

hasDLFolderDLFileEntryTypes

@Transactional(propagation=SUPPORTS,
               readOnly=true)
boolean hasDLFolderDLFileEntryTypes(long folderId)
                                    throws SystemException
Throws:
SystemException - if a system exception occurred

setDLFolderDLFileEntryTypes

void setDLFolderDLFileEntryTypes(long folderId,
                                 long[] fileEntryTypeIds)
                                 throws SystemException
Throws:
SystemException - if a system exception occurred

addDDMStructureDLFileEntryType

void addDDMStructureDLFileEntryType(long structureId,
                                    long fileEntryTypeId)
                                    throws SystemException
Throws:
SystemException - if a system exception occurred

addDDMStructureDLFileEntryType

void addDDMStructureDLFileEntryType(long structureId,
                                    DLFileEntryType dlFileEntryType)
                                    throws SystemException
Throws:
SystemException - if a system exception occurred

addDDMStructureDLFileEntryTypes

void addDDMStructureDLFileEntryTypes(long structureId,
                                     long[] fileEntryTypeIds)
                                     throws SystemException
Throws:
SystemException - if a system exception occurred

addDDMStructureDLFileEntryTypes

void addDDMStructureDLFileEntryTypes(long structureId,
                                     List<DLFileEntryType> DLFileEntryTypes)
                                     throws SystemException
Throws:
SystemException - if a system exception occurred

clearDDMStructureDLFileEntryTypes

void clearDDMStructureDLFileEntryTypes(long structureId)
                                       throws SystemException
Throws:
SystemException - if a system exception occurred

deleteDDMStructureDLFileEntryType

void deleteDDMStructureDLFileEntryType(long structureId,
                                       long fileEntryTypeId)
                                       throws SystemException
Throws:
SystemException - if a system exception occurred

deleteDDMStructureDLFileEntryType

void deleteDDMStructureDLFileEntryType(long structureId,
                                       DLFileEntryType dlFileEntryType)
                                       throws SystemException
Throws:
SystemException - if a system exception occurred

deleteDDMStructureDLFileEntryTypes

void deleteDDMStructureDLFileEntryTypes(long structureId,
                                        long[] fileEntryTypeIds)
                                        throws SystemException
Throws:
SystemException - if a system exception occurred

deleteDDMStructureDLFileEntryTypes

void deleteDDMStructureDLFileEntryTypes(long structureId,
                                        List<DLFileEntryType> DLFileEntryTypes)
                                        throws SystemException
Throws:
SystemException - if a system exception occurred

getDDMStructureDLFileEntryTypes

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<DLFileEntryType> getDDMStructureDLFileEntryTypes(long structureId)
                                                      throws SystemException
Throws:
SystemException - if a system exception occurred

getDDMStructureDLFileEntryTypes

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<DLFileEntryType> getDDMStructureDLFileEntryTypes(long structureId,
                                                                                               int start,
                                                                                               int end)
                                                      throws SystemException
Throws:
SystemException - if a system exception occurred

getDDMStructureDLFileEntryTypes

@Transactional(propagation=SUPPORTS,
               readOnly=true)
List<DLFileEntryType> getDDMStructureDLFileEntryTypes(long structureId,
                                                                                               int start,
                                                                                               int end,
                                                                                               OrderByComparator orderByComparator)
                                                      throws SystemException
Throws:
SystemException - if a system exception occurred

getDDMStructureDLFileEntryTypesCount

@Transactional(propagation=SUPPORTS,
               readOnly=true)
int getDDMStructureDLFileEntryTypesCount(long structureId)
                                         throws SystemException
Throws:
SystemException - if a system exception occurred

hasDDMStructureDLFileEntryType

@Transactional(propagation=SUPPORTS,
               readOnly=true)
boolean hasDDMStructureDLFileEntryType(long structureId,
                                                                                long fileEntryTypeId)
                                       throws SystemException
Throws:
SystemException - if a system exception occurred

hasDDMStructureDLFileEntryTypes

@Transactional(propagation=SUPPORTS,
               readOnly=true)
boolean hasDDMStructureDLFileEntryTypes(long structureId)
                                        throws SystemException
Throws:
SystemException - if a system exception occurred

setDDMStructureDLFileEntryTypes

void setDDMStructureDLFileEntryTypes(long structureId,
                                     long[] fileEntryTypeIds)
                                     throws SystemException
Throws:
SystemException - if a system exception occurred

getBeanIdentifier

String getBeanIdentifier()
Returns the Spring bean ID for this bean.

Returns:
the Spring bean ID for this bean

setBeanIdentifier

void setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean.

Parameters:
beanIdentifier - the Spring bean ID for this bean

addFileEntryType

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

addFileEntryType

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

cascadeFileEntryTypes

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

deleteFileEntryType

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

deleteFileEntryType

void deleteFileEntryType(long fileEntryTypeId)
                         throws PortalException,
                                SystemException
Throws:
PortalException
SystemException

deleteFileEntryTypes

void deleteFileEntryTypes(long groupId)
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

fetchFileEntryType

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

fetchFileEntryType

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

getDefaultFileEntryTypeId

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

getFileEntryType

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

getFileEntryType

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

getFileEntryTypes

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

getFolderFileEntryTypes

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

search

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

searchCount

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

unsetFolderFileEntryTypes

void unsetFolderFileEntryTypes(long folderId)
                               throws SystemException
Throws:
SystemException

updateFileEntryFileEntryType

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

updateFileEntryType

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

updateFileEntryType

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

updateFolderFileEntryTypes

void updateFolderFileEntryTypes(DLFolder dlFolder,
                                List<Long> fileEntryTypeIds,
                                long defaultFileEntryTypeId,
                                ServiceContext serviceContext)
                                throws PortalException,
                                       SystemException
Throws:
PortalException
SystemException

Liferay 6.2.0