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 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.
Method Summary |
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 |
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 |
DLSyncServiceWrapper
public DLSyncServiceWrapper(DLSyncService dlSyncService)
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>