Liferay 6.1.0

com.liferay.portlet.documentlibrary.service
Class DLFileEntryTypeServiceWrapper

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.service.DLFileEntryTypeServiceWrapper
All Implemented Interfaces:
DLFileEntryTypeService

public class DLFileEntryTypeServiceWrapper
extends Object
implements DLFileEntryTypeService

This class is a wrapper for DLFileEntryTypeService.

See Also:
DLFileEntryTypeService

Constructor Summary
DLFileEntryTypeServiceWrapper(DLFileEntryTypeService dlFileEntryTypeService)
           
 
Method Summary
 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, int start, int end)
           
 int getFileEntryTypesCount(long[] groupIds)
           
 DLFileEntryTypeService getWrappedDLFileEntryTypeService()
           
 void setWrappedDLFileEntryTypeService(DLFileEntryTypeService dlFileEntryTypeService)
           
 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 name,
                                        String description,
                                        long[] ddmStructureIds,
                                        ServiceContext serviceContext)
                                 throws PortalException,
                                        SystemException
Specified by:
addFileEntryType in interface DLFileEntryTypeService
Throws:
PortalException
SystemException

deleteFileEntryType

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

getFileEntryType

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

getFileEntryTypes

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

getFileEntryTypesCount

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

updateFileEntryType

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

getWrappedDLFileEntryTypeService

public DLFileEntryTypeService getWrappedDLFileEntryTypeService()

setWrappedDLFileEntryTypeService

public void setWrappedDLFileEntryTypeService(DLFileEntryTypeService dlFileEntryTypeService)

Liferay 6.1.0