com.liferay.portlet.documentlibrary.service
Class DLSyncServiceWrapper
java.lang.Object
com.liferay.portlet.documentlibrary.service.DLSyncServiceWrapper
- All Implemented Interfaces:
- ServiceWrapper<DLSyncService>, DLSyncService
public class DLSyncServiceWrapper
- extends java.lang.Object
- implements DLSyncService, ServiceWrapper<DLSyncService>
This class is a wrapper for DLSyncService.
- Author:
- Brian Wing Shun Chan
- See Also:
DLSyncService- Generated:
|
Method Summary |
DLSyncUpdate |
getDLSyncUpdate(long companyId,
long repositoryId,
java.util.Date lastAccessDate)
|
java.io.InputStream |
getFileDeltaAsStream(long fileEntryId,
java.lang.String sourceVersion,
java.lang.String destinationVersion)
|
DLSyncService |
getWrappedDLSyncService()
Deprecated. Renamed to getWrappedService() |
DLSyncService |
getWrappedService()
|
void |
setWrappedDLSyncService(DLSyncService dlSyncService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.documentlibrary.service.DLSyncService) |
void |
setWrappedService(DLSyncService dlSyncService)
|
FileEntry |
updateFileEntry(long fileEntryId,
java.lang.String sourceFileName,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String changeLog,
boolean majorVersion,
java.io.InputStream deltaInputStream,
long size,
ServiceContext serviceContext)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DLSyncServiceWrapper
public DLSyncServiceWrapper(DLSyncService dlSyncService)
getDLSyncUpdate
public DLSyncUpdate getDLSyncUpdate(long companyId,
long repositoryId,
java.util.Date lastAccessDate)
throws SystemException
- Specified by:
getDLSyncUpdate in interface DLSyncService
- Throws:
SystemException
getFileDeltaAsStream
public java.io.InputStream getFileDeltaAsStream(long fileEntryId,
java.lang.String sourceVersion,
java.lang.String destinationVersion)
throws PortalException,
SystemException
- Specified by:
getFileDeltaAsStream in interface DLSyncService
- Throws:
PortalException
SystemException
updateFileEntry
public FileEntry updateFileEntry(long fileEntryId,
java.lang.String sourceFileName,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String changeLog,
boolean majorVersion,
java.io.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>