Liferay 6.2-ce-ga5

com.liferay.portlet.documentlibrary.service
Class DLFileEntryTypeLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalServiceWrapper
All Implemented Interfaces:
BaseLocalService, PersistedModelLocalService, ServiceWrapper<DLFileEntryTypeLocalService>, DLFileEntryTypeLocalService

@ProviderType
public class DLFileEntryTypeLocalServiceWrapper
extends Object
implements DLFileEntryTypeLocalService, ServiceWrapper<DLFileEntryTypeLocalService>

Provides a wrapper for DLFileEntryTypeLocalService.

See Also:
DLFileEntryTypeLocalService
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Constructor Summary
DLFileEntryTypeLocalServiceWrapper(DLFileEntryTypeLocalService dlFileEntryTypeLocalService)
           
 
Method Summary
 void addDDMStructureDLFileEntryType(long structureId, DLFileEntryType dlFileEntryType)
           
 void addDDMStructureDLFileEntryType(long structureId, long fileEntryTypeId)
           
 void addDDMStructureDLFileEntryTypes(long structureId, 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, List<DLFileEntryType> DLFileEntryTypes)
           
 void addDLFolderDLFileEntryTypes(long folderId, long[] fileEntryTypeIds)
           
 DLFileEntryType addFileEntryType(long userId, long groupId, String fileEntryTypeKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, long[] ddmStructureIds, ServiceContext serviceContext)
           
 DLFileEntryType addFileEntryType(long userId, long groupId, String name, String description, long[] ddmStructureIds, ServiceContext serviceContext)
           
 void cascadeFileEntryTypes(long userId, DLFolder dlFolder)
           
 void 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, 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, List<DLFileEntryType> DLFileEntryTypes)
           
 void deleteDLFolderDLFileEntryTypes(long folderId, long[] fileEntryTypeIds)
           
 void deleteFileEntryType(DLFileEntryType dlFileEntryType)
           
 void deleteFileEntryType(long fileEntryTypeId)
           
 void deleteFileEntryTypes(long groupId)
           
 DynamicQuery dynamicQuery()
           
 List dynamicQuery(DynamicQuery dynamicQuery)
          Performs a dynamic query on the database and returns the matching rows.
 List dynamicQuery(DynamicQuery dynamicQuery, int start, int end)
          Performs a dynamic query on the database and returns a range of the matching rows.
 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(String uuid, long companyId)
          Returns the document library file entry type with the matching UUID and company.
 DLFileEntryType fetchDLFileEntryTypeByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file entry type matching the UUID and group.
 DLFileEntryType fetchFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType fetchFileEntryType(long groupId, String fileEntryTypeKey)
           
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 List<DLFileEntryType> getDDMStructureDLFileEntryTypes(long structureId)
           
 List<DLFileEntryType> getDDMStructureDLFileEntryTypes(long structureId, int start, int end)
           
 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(String uuid, long companyId)
          Returns the document library file entry type with the matching UUID and company.
 DLFileEntryType getDLFileEntryTypeByUuidAndGroupId(String uuid, long groupId)
          Returns the document library file entry type matching the UUID and group.
 List<DLFileEntryType> getDLFileEntryTypes(int start, int end)
          Returns a range of all the document library file entry types.
 int getDLFileEntryTypesCount()
          Returns the number of document library file entry types.
 List<DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId)
           
 List<DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId, int start, int end)
           
 List<DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId, int start, int end, OrderByComparator orderByComparator)
           
 int getDLFolderDLFileEntryTypesCount(long folderId)
           
 DLFileEntryType getFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType getFileEntryType(long groupId, String fileEntryTypeKey)
           
 List<DLFileEntryType> getFileEntryTypes(long[] groupIds)
           
 List<DLFileEntryType> getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited)
           
 PersistedModel getPersistedModel(Serializable primaryKeyObj)
           
 DLFileEntryTypeLocalService getWrappedDLFileEntryTypeLocalService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 DLFileEntryTypeLocalService getWrappedService()
           
 boolean hasDDMStructureDLFileEntryType(long structureId, long fileEntryTypeId)
           
 boolean hasDDMStructureDLFileEntryTypes(long structureId)
           
 boolean hasDLFolderDLFileEntryType(long folderId, long fileEntryTypeId)
           
 boolean hasDLFolderDLFileEntryTypes(long folderId)
           
 List<DLFileEntryType> search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator orderByComparator)
           
 int searchCount(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType)
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setDDMStructureDLFileEntryTypes(long structureId, long[] fileEntryTypeIds)
           
 void setDLFolderDLFileEntryTypes(long folderId, long[] fileEntryTypeIds)
           
 void setWrappedDLFileEntryTypeLocalService(DLFileEntryTypeLocalService dlFileEntryTypeLocalService)
          Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService)
 void setWrappedService(DLFileEntryTypeLocalService dlFileEntryTypeLocalService)
           
 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, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, long[] ddmStructureIds, ServiceContext serviceContext)
           
 void updateFileEntryType(long userId, long fileEntryTypeId, String name, String description, long[] ddmStructureIds, ServiceContext serviceContext)
           
 void updateFolderFileEntryTypes(DLFolder dlFolder, List<Long> fileEntryTypeIds, long defaultFileEntryTypeId, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLFileEntryTypeLocalServiceWrapper

public DLFileEntryTypeLocalServiceWrapper(DLFileEntryTypeLocalService dlFileEntryTypeLocalService)
Method Detail

addDLFileEntryType

public DLFileEntryType addDLFileEntryType(DLFileEntryType dlFileEntryType)
                                   throws SystemException
Adds the document library file entry type to the database. Also notifies the appropriate model listeners.

Specified by:
addDLFileEntryType in interface DLFileEntryTypeLocalService
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 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.

Specified by:
createDLFileEntryType in interface DLFileEntryTypeLocalService
Parameters:
fileEntryTypeId - the primary key for the new document library file entry type
Returns:
the new document library file entry type

deleteDLFileEntryType

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

Specified by:
deleteDLFileEntryType in interface DLFileEntryTypeLocalService
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 DLFileEntryType deleteDLFileEntryType(DLFileEntryType dlFileEntryType)
                                      throws SystemException
Deletes the document library file entry type from the database. Also notifies the appropriate model listeners.

Specified by:
deleteDLFileEntryType in interface DLFileEntryTypeLocalService
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 DynamicQuery dynamicQuery()
Specified by:
dynamicQuery in interface DLFileEntryTypeLocalService

dynamicQuery

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

Specified by:
dynamicQuery in interface DLFileEntryTypeLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the matching rows
Throws:
SystemException - if a system exception occurred

dynamicQuery

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

Specified by:
dynamicQuery in interface DLFileEntryTypeLocalService
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 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.

Specified by:
dynamicQuery in interface DLFileEntryTypeLocalService
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 long dynamicQueryCount(DynamicQuery dynamicQuery)
                       throws SystemException
Returns the number of rows that match the dynamic query.

Specified by:
dynamicQueryCount in interface DLFileEntryTypeLocalService
Parameters:
dynamicQuery - the dynamic query
Returns:
the number of rows that match the dynamic query
Throws:
SystemException - if a system exception occurred

dynamicQueryCount

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

Specified by:
dynamicQueryCount in interface DLFileEntryTypeLocalService
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 DLFileEntryType fetchDLFileEntryType(long fileEntryTypeId)
                                     throws SystemException
Specified by:
fetchDLFileEntryType in interface DLFileEntryTypeLocalService
Throws:
SystemException

fetchDLFileEntryTypeByUuidAndCompanyId

public DLFileEntryType fetchDLFileEntryTypeByUuidAndCompanyId(String uuid,
                                                              long companyId)
                                                       throws SystemException
Returns the document library file entry type with the matching UUID and company.

Specified by:
fetchDLFileEntryTypeByUuidAndCompanyId in interface DLFileEntryTypeLocalService
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 DLFileEntryType fetchDLFileEntryTypeByUuidAndGroupId(String uuid,
                                                            long groupId)
                                                     throws SystemException
Returns the document library file entry type matching the UUID and group.

Specified by:
fetchDLFileEntryTypeByUuidAndGroupId in interface DLFileEntryTypeLocalService
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 DLFileEntryType getDLFileEntryType(long fileEntryTypeId)
                                   throws PortalException,
                                          SystemException
Returns the document library file entry type with the primary key.

Specified by:
getDLFileEntryType in interface DLFileEntryTypeLocalService
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 PersistedModel getPersistedModel(Serializable primaryKeyObj)
                                 throws PortalException,
                                        SystemException
Specified by:
getPersistedModel in interface PersistedModelLocalService
Specified by:
getPersistedModel in interface DLFileEntryTypeLocalService
Throws:
PortalException
SystemException

getDLFileEntryTypeByUuidAndCompanyId

public DLFileEntryType getDLFileEntryTypeByUuidAndCompanyId(String uuid,
                                                            long companyId)
                                                     throws PortalException,
                                                            SystemException
Returns the document library file entry type with the matching UUID and company.

Specified by:
getDLFileEntryTypeByUuidAndCompanyId in interface DLFileEntryTypeLocalService
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 DLFileEntryType getDLFileEntryTypeByUuidAndGroupId(String uuid,
                                                          long groupId)
                                                   throws PortalException,
                                                          SystemException
Returns the document library file entry type matching the UUID and group.

Specified by:
getDLFileEntryTypeByUuidAndGroupId in interface DLFileEntryTypeLocalService
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 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.

Specified by:
getDLFileEntryTypes in interface DLFileEntryTypeLocalService
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 int getDLFileEntryTypesCount()
                             throws SystemException
Returns the number of document library file entry types.

Specified by:
getDLFileEntryTypesCount in interface DLFileEntryTypeLocalService
Returns:
the number of document library file entry types
Throws:
SystemException - if a system exception occurred

updateDLFileEntryType

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

Specified by:
updateDLFileEntryType in interface DLFileEntryTypeLocalService
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 void addDLFolderDLFileEntryType(long folderId,
                                       long fileEntryTypeId)
                                throws SystemException
Specified by:
addDLFolderDLFileEntryType in interface DLFileEntryTypeLocalService
Throws:
SystemException - if a system exception occurred

addDLFolderDLFileEntryType

public void addDLFolderDLFileEntryType(long folderId,
                                       DLFileEntryType dlFileEntryType)
                                throws SystemException
Specified by:
addDLFolderDLFileEntryType in interface DLFileEntryTypeLocalService
Throws:
SystemException - if a system exception occurred

addDLFolderDLFileEntryTypes

public void addDLFolderDLFileEntryTypes(long folderId,
                                        long[] fileEntryTypeIds)
                                 throws SystemException
Specified by:
addDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalService
Throws:
SystemException - if a system exception occurred

addDLFolderDLFileEntryTypes

public void addDLFolderDLFileEntryTypes(long folderId,
                                        List<DLFileEntryType> DLFileEntryTypes)
                                 throws SystemException
Specified by:
addDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalService
Throws:
SystemException - if a system exception occurred

clearDLFolderDLFileEntryTypes

public void clearDLFolderDLFileEntryTypes(long folderId)
                                   throws SystemException
Specified by:
clearDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalService
Throws:
SystemException - if a system exception occurred

deleteDLFolderDLFileEntryType

public void deleteDLFolderDLFileEntryType(long folderId,
                                          long fileEntryTypeId)
                                   throws SystemException
Specified by:
deleteDLFolderDLFileEntryType in interface DLFileEntryTypeLocalService
Throws:
SystemException - if a system exception occurred

deleteDLFolderDLFileEntryType

public void deleteDLFolderDLFileEntryType(long folderId,
                                          DLFileEntryType dlFileEntryType)
                                   throws SystemException
Specified by:
deleteDLFolderDLFileEntryType in interface DLFileEntryTypeLocalService
Throws:
SystemException - if a system exception occurred

deleteDLFolderDLFileEntryTypes

public void deleteDLFolderDLFileEntryTypes(long folderId,
                                           long[] fileEntryTypeIds)
                                    throws SystemException
Specified by:
deleteDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalService
Throws:
SystemException - if a system exception occurred

deleteDLFolderDLFileEntryTypes

public void deleteDLFolderDLFileEntryTypes(long folderId,
                                           List<DLFileEntryType> DLFileEntryTypes)
                                    throws SystemException
Specified by:
deleteDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalService
Throws:
SystemException - if a system exception occurred

getDLFolderDLFileEntryTypes

public List<DLFileEntryType> getDLFolderDLFileEntryTypes(long folderId)
                                                  throws SystemException
Specified by:
getDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalService
Throws:
SystemException - if a system exception occurred

getDLFolderDLFileEntryTypes

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

getDLFolderDLFileEntryTypes

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

getDLFolderDLFileEntryTypesCount

public int getDLFolderDLFileEntryTypesCount(long folderId)
                                     throws SystemException
Specified by:
getDLFolderDLFileEntryTypesCount in interface DLFileEntryTypeLocalService
Throws:
SystemException - if a system exception occurred

hasDLFolderDLFileEntryType

public boolean hasDLFolderDLFileEntryType(long folderId,
                                          long fileEntryTypeId)
                                   throws SystemException
Specified by:
hasDLFolderDLFileEntryType in interface DLFileEntryTypeLocalService
Throws:
SystemException - if a system exception occurred

hasDLFolderDLFileEntryTypes

public boolean hasDLFolderDLFileEntryTypes(long folderId)
                                    throws SystemException
Specified by:
hasDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalService
Throws:
SystemException - if a system exception occurred

setDLFolderDLFileEntryTypes

public void setDLFolderDLFileEntryTypes(long folderId,
                                        long[] fileEntryTypeIds)
                                 throws SystemException
Specified by:
setDLFolderDLFileEntryTypes in interface DLFileEntryTypeLocalService
Throws:
SystemException - if a system exception occurred

addDDMStructureDLFileEntryType

public void addDDMStructureDLFileEntryType(long structureId,
                                           long fileEntryTypeId)
                                    throws SystemException
Specified by:
addDDMStructureDLFileEntryType in interface DLFileEntryTypeLocalService
Throws:
SystemException - if a system exception occurred

addDDMStructureDLFileEntryType

public void addDDMStructureDLFileEntryType(long structureId,
                                           DLFileEntryType dlFileEntryType)
                                    throws SystemException
Specified by:
addDDMStructureDLFileEntryType in interface DLFileEntryTypeLocalService
Throws:
SystemException - if a system exception occurred

addDDMStructureDLFileEntryTypes

public void addDDMStructureDLFileEntryTypes(long structureId,
                                            long[] fileEntryTypeIds)
                                     throws SystemException
Specified by:
addDDMStructureDLFileEntryTypes in interface DLFileEntryTypeLocalService
Throws:
SystemException - if a system exception occurred

addDDMStructureDLFileEntryTypes

public void addDDMStructureDLFileEntryTypes(long structureId,
                                            List<DLFileEntryType> DLFileEntryTypes)
                                     throws SystemException
Specified by:
addDDMStructureDLFileEntryTypes in interface DLFileEntryTypeLocalService
Throws:
SystemException - if a system exception occurred

clearDDMStructureDLFileEntryTypes

public void clearDDMStructureDLFileEntryTypes(long structureId)
                                       throws SystemException
Specified by:
clearDDMStructureDLFileEntryTypes in interface DLFileEntryTypeLocalService
Throws:
SystemException - if a system exception occurred

deleteDDMStructureDLFileEntryType

public void deleteDDMStructureDLFileEntryType(long structureId,
                                              long fileEntryTypeId)
                                       throws SystemException
Specified by:
deleteDDMStructureDLFileEntryType in interface DLFileEntryTypeLocalService
Throws:
SystemException - if a system exception occurred

deleteDDMStructureDLFileEntryType

public void deleteDDMStructureDLFileEntryType(long structureId,
                                              DLFileEntryType dlFileEntryType)
                                       throws SystemException
Specified by:
deleteDDMStructureDLFileEntryType in interface DLFileEntryTypeLocalService
Throws:
SystemException - if a system exception occurred

deleteDDMStructureDLFileEntryTypes

public void deleteDDMStructureDLFileEntryTypes(long structureId,
                                               long[] fileEntryTypeIds)
                                        throws SystemException
Specified by:
deleteDDMStructureDLFileEntryTypes in interface DLFileEntryTypeLocalService
Throws:
SystemException - if a system exception occurred

deleteDDMStructureDLFileEntryTypes

public void deleteDDMStructureDLFileEntryTypes(long structureId,
                                               List<DLFileEntryType> DLFileEntryTypes)
                                        throws SystemException
Specified by:
deleteDDMStructureDLFileEntryTypes in interface DLFileEntryTypeLocalService
Throws:
SystemException - if a system exception occurred

getDDMStructureDLFileEntryTypes

public List<DLFileEntryType> getDDMStructureDLFileEntryTypes(long structureId)
                                                      throws SystemException
Specified by:
getDDMStructureDLFileEntryTypes in interface DLFileEntryTypeLocalService
Throws:
SystemException - if a system exception occurred

getDDMStructureDLFileEntryTypes

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

getDDMStructureDLFileEntryTypes

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

getDDMStructureDLFileEntryTypesCount

public int getDDMStructureDLFileEntryTypesCount(long structureId)
                                         throws SystemException
Specified by:
getDDMStructureDLFileEntryTypesCount in interface DLFileEntryTypeLocalService
Throws:
SystemException - if a system exception occurred

hasDDMStructureDLFileEntryType

public boolean hasDDMStructureDLFileEntryType(long structureId,
                                              long fileEntryTypeId)
                                       throws SystemException
Specified by:
hasDDMStructureDLFileEntryType in interface DLFileEntryTypeLocalService
Throws:
SystemException - if a system exception occurred

hasDDMStructureDLFileEntryTypes

public boolean hasDDMStructureDLFileEntryTypes(long structureId)
                                        throws SystemException
Specified by:
hasDDMStructureDLFileEntryTypes in interface DLFileEntryTypeLocalService
Throws:
SystemException - if a system exception occurred

setDDMStructureDLFileEntryTypes

public void setDDMStructureDLFileEntryTypes(long structureId,
                                            long[] fileEntryTypeIds)
                                     throws SystemException
Specified by:
setDDMStructureDLFileEntryTypes in interface DLFileEntryTypeLocalService
Throws:
SystemException - if a system exception occurred

getBeanIdentifier

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

Specified by:
getBeanIdentifier in interface DLFileEntryTypeLocalService
Returns:
the Spring bean ID for this bean

setBeanIdentifier

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

Specified by:
setBeanIdentifier in interface DLFileEntryTypeLocalService
Parameters:
beanIdentifier - the Spring bean ID for this bean

addFileEntryType

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

addFileEntryType

public DLFileEntryType addFileEntryType(long userId,
                                        long groupId,
                                        String name,
                                        String description,
                                        long[] ddmStructureIds,
                                        ServiceContext serviceContext)
                                 throws PortalException,
                                        SystemException
Specified by:
addFileEntryType in interface DLFileEntryTypeLocalService
Throws:
PortalException
SystemException

cascadeFileEntryTypes

public void cascadeFileEntryTypes(long userId,
                                  DLFolder dlFolder)
                           throws PortalException,
                                  SystemException
Specified by:
cascadeFileEntryTypes in interface DLFileEntryTypeLocalService
Throws:
PortalException
SystemException

deleteFileEntryType

public void deleteFileEntryType(DLFileEntryType dlFileEntryType)
                         throws PortalException,
                                SystemException
Specified by:
deleteFileEntryType in interface DLFileEntryTypeLocalService
Throws:
PortalException
SystemException

deleteFileEntryType

public void deleteFileEntryType(long fileEntryTypeId)
                         throws PortalException,
                                SystemException
Specified by:
deleteFileEntryType in interface DLFileEntryTypeLocalService
Throws:
PortalException
SystemException

deleteFileEntryTypes

public void deleteFileEntryTypes(long groupId)
                          throws PortalException,
                                 SystemException
Specified by:
deleteFileEntryTypes in interface DLFileEntryTypeLocalService
Throws:
PortalException
SystemException

fetchFileEntryType

public DLFileEntryType fetchFileEntryType(long fileEntryTypeId)
                                   throws SystemException
Specified by:
fetchFileEntryType in interface DLFileEntryTypeLocalService
Throws:
SystemException

fetchFileEntryType

public DLFileEntryType fetchFileEntryType(long groupId,
                                          String fileEntryTypeKey)
                                   throws SystemException
Specified by:
fetchFileEntryType in interface DLFileEntryTypeLocalService
Throws:
SystemException

getDefaultFileEntryTypeId

public long getDefaultFileEntryTypeId(long folderId)
                               throws PortalException,
                                      SystemException
Specified by:
getDefaultFileEntryTypeId in interface DLFileEntryTypeLocalService
Throws:
PortalException
SystemException

getFileEntryType

public DLFileEntryType getFileEntryType(long fileEntryTypeId)
                                 throws PortalException,
                                        SystemException
Specified by:
getFileEntryType in interface DLFileEntryTypeLocalService
Throws:
PortalException
SystemException

getFileEntryType

public DLFileEntryType getFileEntryType(long groupId,
                                        String fileEntryTypeKey)
                                 throws PortalException,
                                        SystemException
Specified by:
getFileEntryType in interface DLFileEntryTypeLocalService
Throws:
PortalException
SystemException

getFileEntryTypes

public List<DLFileEntryType> getFileEntryTypes(long[] groupIds)
                                        throws SystemException
Specified by:
getFileEntryTypes in interface DLFileEntryTypeLocalService
Throws:
SystemException

getFolderFileEntryTypes

public List<DLFileEntryType> getFolderFileEntryTypes(long[] groupIds,
                                                     long folderId,
                                                     boolean inherited)
                                              throws PortalException,
                                                     SystemException
Specified by:
getFolderFileEntryTypes in interface DLFileEntryTypeLocalService
Throws:
PortalException
SystemException

search

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

searchCount

public int searchCount(long companyId,
                       long[] groupIds,
                       String keywords,
                       boolean includeBasicFileEntryType)
                throws SystemException
Specified by:
searchCount in interface DLFileEntryTypeLocalService
Throws:
SystemException

unsetFolderFileEntryTypes

public void unsetFolderFileEntryTypes(long folderId)
                               throws SystemException
Specified by:
unsetFolderFileEntryTypes in interface DLFileEntryTypeLocalService
Throws:
SystemException

updateFileEntryFileEntryType

public DLFileEntry updateFileEntryFileEntryType(DLFileEntry dlFileEntry,
                                                ServiceContext serviceContext)
                                         throws PortalException,
                                                SystemException
Specified by:
updateFileEntryFileEntryType in interface DLFileEntryTypeLocalService
Throws:
PortalException
SystemException

updateFileEntryType

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

updateFileEntryType

public void updateFileEntryType(long userId,
                                long fileEntryTypeId,
                                String name,
                                String description,
                                long[] ddmStructureIds,
                                ServiceContext serviceContext)
                         throws PortalException,
                                SystemException
Specified by:
updateFileEntryType in interface DLFileEntryTypeLocalService
Throws:
PortalException
SystemException

updateFolderFileEntryTypes

public void updateFolderFileEntryTypes(DLFolder dlFolder,
                                       List<Long> fileEntryTypeIds,
                                       long defaultFileEntryTypeId,
                                       ServiceContext serviceContext)
                                throws PortalException,
                                       SystemException
Specified by:
updateFolderFileEntryTypes in interface DLFileEntryTypeLocalService
Throws:
PortalException
SystemException

getWrappedDLFileEntryTypeLocalService

public DLFileEntryTypeLocalService getWrappedDLFileEntryTypeLocalService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedDLFileEntryTypeLocalService

public void setWrappedDLFileEntryTypeLocalService(DLFileEntryTypeLocalService dlFileEntryTypeLocalService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.documentlibrary.service.DLFileEntryTypeLocalService)


getWrappedService

public DLFileEntryTypeLocalService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<DLFileEntryTypeLocalService>

setWrappedService

public void setWrappedService(DLFileEntryTypeLocalService dlFileEntryTypeLocalService)
Specified by:
setWrappedService in interface ServiceWrapper<DLFileEntryTypeLocalService>

Liferay 6.2-ce-ga5