Liferay 6.1.2-ce-ga3

com.liferay.portlet.documentlibrary.service
Class DLSyncServiceWrapper

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

public class DLSyncServiceWrapper
extends Object
implements DLSyncService, ServiceWrapper<DLSyncService>

This class is a wrapper for DLSyncService.

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

Constructor Summary
DLSyncServiceWrapper(DLSyncService dlSyncService)
           
 
Method Summary
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 DLSyncUpdate getDLSyncUpdate(long companyId, long repositoryId, Date lastAccessDate)
           
 InputStream getFileDeltaAsStream(long fileEntryId, String sourceVersion, String destinationVersion)
           
 DLSyncService getWrappedDLSyncService()
          Deprecated. Renamed to getWrappedService()
 DLSyncService getWrappedService()
           
 void setBeanIdentifier(String beanIdentifier)
          Sets the Spring bean ID for this bean.
 void setWrappedDLSyncService(DLSyncService dlSyncService)
          Deprecated. Renamed to setWrappedService(com.liferay.portlet.documentlibrary.service.DLSyncService)
 void setWrappedService(DLSyncService dlSyncService)
           
 FileEntry updateFileEntry(long fileEntryId, String sourceFileName, String mimeType, String title, String description, String changeLog, boolean majorVersion, InputStream deltaInputStream, long size, ServiceContext serviceContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DLSyncServiceWrapper

public DLSyncServiceWrapper(DLSyncService dlSyncService)
Method Detail

getBeanIdentifier

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

Specified by:
getBeanIdentifier in interface DLSyncService
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 DLSyncService
Parameters:
beanIdentifier - the Spring bean ID for this bean

getDLSyncUpdate

public DLSyncUpdate getDLSyncUpdate(long companyId,
                                    long repositoryId,
                                    Date lastAccessDate)
                             throws PortalException,
                                    SystemException
Specified by:
getDLSyncUpdate in interface DLSyncService
Throws:
PortalException
SystemException

getFileDeltaAsStream

public InputStream getFileDeltaAsStream(long fileEntryId,
                                        String sourceVersion,
                                        String destinationVersion)
                                 throws PortalException,
                                        SystemException
Specified by:
getFileDeltaAsStream in interface DLSyncService
Throws:
PortalException
SystemException

updateFileEntry

public FileEntry updateFileEntry(long fileEntryId,
                                 String sourceFileName,
                                 String mimeType,
                                 String title,
                                 String description,
                                 String changeLog,
                                 boolean majorVersion,
                                 InputStream deltaInputStream,
                                 long size,
                                 ServiceContext serviceContext)
                          throws PortalException,
                                 SystemException
Specified by:
updateFileEntry in interface DLSyncService
Throws:
PortalException
SystemException

getWrappedDLSyncService

public DLSyncService getWrappedDLSyncService()
Deprecated. Renamed to getWrappedService()


setWrappedDLSyncService

public void setWrappedDLSyncService(DLSyncService dlSyncService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.documentlibrary.service.DLSyncService)


getWrappedService

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

setWrappedService

public void setWrappedService(DLSyncService dlSyncService)
Specified by:
setWrappedService in interface ServiceWrapper<DLSyncService>

Liferay 6.1.2-ce-ga3