Liferay 6.2-ce-ga5

com.liferay.portlet.documentlibrary.service
Class DLFileEntryTypeLocalServiceUtil

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServiceUtil

@ProviderType
public class DLFileEntryTypeLocalServiceUtil
extends Object

Provides the local service utility for DLFileEntryType. This utility wraps DLFileEntryTypeLocalServiceImpl and is the primary access point for service operations in application layer code running on the local server. 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:
DLFileEntryTypeLocalService, DLFileEntryTypeLocalServiceBaseImpl, DLFileEntryTypeLocalServiceImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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

Constructor Detail

DLFileEntryTypeLocalServiceUtil

public DLFileEntryTypeLocalServiceUtil()
Method Detail

addDLFileEntryType

public static 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

public static 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

public static 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

public static 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

public static DynamicQuery dynamicQuery()

dynamicQuery

public static 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

public static 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

public static 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

public static 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

public static 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

public static DLFileEntryType fetchDLFileEntryType(long fileEntryTypeId)
                                            throws SystemException
Throws:
SystemException

fetchDLFileEntryTypeByUuidAndCompanyId

public static 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

public static 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

public static 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

public static PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                        throws PortalException,
                                               SystemException
Throws:
PortalException
SystemException

getDLFileEntryTypeByUuidAndCompanyId

public static 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

public static 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

public static 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

public static 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

public static 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

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

addDLFolderDLFileEntryType

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

addDLFolderDLFileEntryTypes

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

addDLFolderDLFileEntryTypes

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

clearDLFolderDLFileEntryTypes

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

deleteDLFolderDLFileEntryType

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

deleteDLFolderDLFileEntryType

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

deleteDLFolderDLFileEntryTypes

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

deleteDLFolderDLFileEntryTypes

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

getDLFolderDLFileEntryTypes

public static List<DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId)
                                                         throws SystemException
Throws:
SystemException - if a system exception occurred

getDLFolderDLFileEntryTypes

public static List<DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId,
                                                                int start,
                                                                int end)
                                                         throws SystemException
Throws:
SystemException - if a system exception occurred

getDLFolderDLFileEntryTypes

public static List<DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId,
                                                                int start,
                                                                int end,
                                                                OrderByComparator orderByComparator)
                                                         throws SystemException
Throws:
SystemException - if a system exception occurred

getDLFolderDLFileEntryTypesCount

public static int getDLFolderDLFileEntryTypesCount(long folderId)
                                            throws SystemException
Throws:
SystemException - if a system exception occurred

hasDLFolderDLFileEntryType

public static boolean hasDLFolderDLFileEntryType(long folderId,
                                                 long fileEntryTypeId)
                                          throws SystemException
Throws:
SystemException - if a system exception occurred

hasDLFolderDLFileEntryTypes

public static boolean hasDLFolderDLFileEntryTypes(long folderId)
                                           throws SystemException
Throws:
SystemException - if a system exception occurred

setDLFolderDLFileEntryTypes

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

addDDMStructureDLFileEntryType

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

addDDMStructureDLFileEntryType

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

addDDMStructureDLFileEntryTypes

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

addDDMStructureDLFileEntryTypes

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

clearDDMStructureDLFileEntryTypes

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

deleteDDMStructureDLFileEntryType

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

deleteDDMStructureDLFileEntryType

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

deleteDDMStructureDLFileEntryTypes

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

deleteDDMStructureDLFileEntryTypes

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

getDDMStructureDLFileEntryTypes

public static List<DLFileEntryType> getDDMStructureDLFileEntryTypes(long structureId)
                                                             throws SystemException
Throws:
SystemException - if a system exception occurred

getDDMStructureDLFileEntryTypes

public static List<DLFileEntryType> getDDMStructureDLFileEntryTypes(long structureId,
                                                                    int start,
                                                                    int end)
                                                             throws SystemException
Throws:
SystemException - if a system exception occurred

getDDMStructureDLFileEntryTypes

public static List<DLFileEntryType> getDDMStructureDLFileEntryTypes(long structureId,
                                                                    int start,
                                                                    int end,
                                                                    OrderByComparator orderByComparator)
                                                             throws SystemException
Throws:
SystemException - if a system exception occurred

getDDMStructureDLFileEntryTypesCount

public static int getDDMStructureDLFileEntryTypesCount(long structureId)
                                                throws SystemException
Throws:
SystemException - if a system exception occurred

hasDDMStructureDLFileEntryType

public static boolean hasDDMStructureDLFileEntryType(long structureId,
                                                     long fileEntryTypeId)
                                              throws SystemException
Throws:
SystemException - if a system exception occurred

hasDDMStructureDLFileEntryTypes

public static boolean hasDDMStructureDLFileEntryTypes(long structureId)
                                               throws SystemException
Throws:
SystemException - if a system exception occurred

setDDMStructureDLFileEntryTypes

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

getBeanIdentifier

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

Returns:
the Spring bean ID for this bean

setBeanIdentifier

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

Parameters:
beanIdentifier - the Spring bean ID for this bean

addFileEntryType

public static 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

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

cascadeFileEntryTypes

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

deleteFileEntryType

public static void deleteFileEntryType(DLFileEntryType dlFileEntryType)
                                throws PortalException,
                                       SystemException
Throws:
PortalException
SystemException

deleteFileEntryType

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

deleteFileEntryTypes

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

fetchFileEntryType

public static DLFileEntryType fetchFileEntryType(long fileEntryTypeId)
                                          throws SystemException
Throws:
SystemException

fetchFileEntryType

public static DLFileEntryType fetchFileEntryType(long groupId,
                                                 String fileEntryTypeKey)
                                          throws SystemException
Throws:
SystemException

getDefaultFileEntryTypeId

public static long getDefaultFileEntryTypeId(long folderId)
                                      throws PortalException,
                                             SystemException
Throws:
PortalException
SystemException

getFileEntryType

public static DLFileEntryType getFileEntryType(long fileEntryTypeId)
                                        throws PortalException,
                                               SystemException
Throws:
PortalException
SystemException

getFileEntryType

public static DLFileEntryType getFileEntryType(long groupId,
                                               String fileEntryTypeKey)
                                        throws PortalException,
                                               SystemException
Throws:
PortalException
SystemException

getFileEntryTypes

public static List<DLFileEntryType> getFileEntryTypes(long[] groupIds)
                                               throws SystemException
Throws:
SystemException

getFolderFileEntryTypes

public static List<DLFileEntryType> getFolderFileEntryTypes(long[] groupIds,
                                                            long folderId,
                                                            boolean inherited)
                                                     throws PortalException,
                                                            SystemException
Throws:
PortalException
SystemException

search

public static List<DLFileEntryType> search(long companyId,
                                           long[] groupIds,
                                           String keywords,
                                           boolean includeBasicFileEntryType,
                                           int start,
                                           int end,
                                           OrderByComparator orderByComparator)
                                    throws SystemException
Throws:
SystemException

searchCount

public static int searchCount(long companyId,
                              long[] groupIds,
                              String keywords,
                              boolean includeBasicFileEntryType)
                       throws SystemException
Throws:
SystemException

unsetFolderFileEntryTypes

public static void unsetFolderFileEntryTypes(long folderId)
                                      throws SystemException
Throws:
SystemException

updateFileEntryFileEntryType

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

updateFileEntryType

public static 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

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

updateFolderFileEntryTypes

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

getService

public static DLFileEntryTypeLocalService getService()

setService

public void setService(DLFileEntryTypeLocalService service)
Deprecated. As of 6.2.0


Liferay 6.2-ce-ga5