Liferay 7.0-ce-b4

com.liferay.portlet.documentlibrary.service
Class DLFileEntryTypeServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.service.DLFileEntryTypeServiceWrapper
All Implemented Interfaces:
BaseService, ServiceWrapper<DLFileEntryTypeService>, DLFileEntryTypeService

@ProviderType
public class DLFileEntryTypeServiceWrapper
extends Object
implements DLFileEntryTypeService, ServiceWrapper<DLFileEntryTypeService>

Provides a wrapper for DLFileEntryTypeService.

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

Constructor Summary
DLFileEntryTypeServiceWrapper(DLFileEntryTypeService dlFileEntryTypeService)
           
 
Method Summary
 DLFileEntryType addFileEntryType(long groupId, String fileEntryTypeKey, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, long[] ddmStructureIds, ServiceContext serviceContext)
           
 DLFileEntryType addFileEntryType(long groupId, String name, String description, long[] ddmStructureIds, ServiceContext serviceContext)
           
 void deleteFileEntryType(long fileEntryTypeId)
           
 DLFileEntryType getFileEntryType(long fileEntryTypeId)
           
 List<DLFileEntryType> getFileEntryTypes(long[] groupIds)
           
 List<DLFileEntryType> getFileEntryTypes(long[] groupIds, int start, int end)
           
 int getFileEntryTypesCount(long[] groupIds)
           
 List<DLFileEntryType> getFolderFileEntryTypes(long[] groupIds, long folderId, boolean inherited)
           
 String getOSGiServiceIdentifier()
          Returns the OSGi service identifier.
 DLFileEntryTypeService getWrappedService()
           
 List<DLFileEntryType> search(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType, int start, int end, OrderByComparator<DLFileEntryType> orderByComparator)
           
 int searchCount(long companyId, long[] groupIds, String keywords, boolean includeBasicFileEntryType)
           
 void setWrappedService(DLFileEntryTypeService dlFileEntryTypeService)
           
 void updateFileEntryType(long fileEntryTypeId, Map<Locale,String> nameMap, Map<Locale,String> descriptionMap, long[] ddmStructureIds, ServiceContext serviceContext)
           
 void updateFileEntryType(long fileEntryTypeId, String name, String description, long[] ddmStructureIds, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLFileEntryTypeServiceWrapper

public DLFileEntryTypeServiceWrapper(DLFileEntryTypeService dlFileEntryTypeService)
Method Detail

addFileEntryType

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

addFileEntryType

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

deleteFileEntryType

public void deleteFileEntryType(long fileEntryTypeId)
                         throws PortalException
Specified by:
deleteFileEntryType in interface DLFileEntryTypeService
Throws:
PortalException

getFileEntryType

public DLFileEntryType getFileEntryType(long fileEntryTypeId)
                                 throws PortalException
Specified by:
getFileEntryType in interface DLFileEntryTypeService
Throws:
PortalException

getFileEntryTypes

public List<DLFileEntryType> getFileEntryTypes(long[] groupIds)
Specified by:
getFileEntryTypes in interface DLFileEntryTypeService

getFileEntryTypes

public List<DLFileEntryType> getFileEntryTypes(long[] groupIds,
                                               int start,
                                               int end)
Specified by:
getFileEntryTypes in interface DLFileEntryTypeService

getFileEntryTypesCount

public int getFileEntryTypesCount(long[] groupIds)
Specified by:
getFileEntryTypesCount in interface DLFileEntryTypeService

getFolderFileEntryTypes

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

getOSGiServiceIdentifier

public String getOSGiServiceIdentifier()
Returns the OSGi service identifier.

Specified by:
getOSGiServiceIdentifier in interface DLFileEntryTypeService
Returns:
the OSGi service identifier

search

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

searchCount

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

updateFileEntryType

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

updateFileEntryType

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

getWrappedService

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

setWrappedService

public void setWrappedService(DLFileEntryTypeService dlFileEntryTypeService)
Specified by:
setWrappedService in interface ServiceWrapper<DLFileEntryTypeService>

Liferay 7.0-ce-b4