|
Liferay 6.1.2-ce-ga3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.documentlibrary.service.DLSyncServiceWrapper
public class DLSyncServiceWrapper
This class is a wrapper for DLSyncService.
DLSyncService| 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 |
|---|
public DLSyncServiceWrapper(DLSyncService dlSyncService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface DLSyncServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface DLSyncServicebeanIdentifier - the Spring bean ID for this bean
public DLSyncUpdate getDLSyncUpdate(long companyId,
long repositoryId,
Date lastAccessDate)
throws PortalException,
SystemException
getDLSyncUpdate in interface DLSyncServicePortalException
SystemException
public InputStream getFileDeltaAsStream(long fileEntryId,
String sourceVersion,
String destinationVersion)
throws PortalException,
SystemException
getFileDeltaAsStream in interface DLSyncServicePortalException
SystemException
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
updateFileEntry in interface DLSyncServicePortalException
SystemExceptionpublic DLSyncService getWrappedDLSyncService()
getWrappedService()
public void setWrappedDLSyncService(DLSyncService dlSyncService)
setWrappedService(com.liferay.portlet.documentlibrary.service.DLSyncService)
public DLSyncService getWrappedService()
getWrappedService in interface ServiceWrapper<DLSyncService>public void setWrappedService(DLSyncService dlSyncService)
setWrappedService in interface ServiceWrapper<DLSyncService>
|
Liferay 6.1.2-ce-ga3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||