|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 DLSyncService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface DLSyncService
beanIdentifier
- the Spring bean ID for this beanpublic DLSyncUpdate getDLSyncUpdate(long companyId, long repositoryId, Date lastAccessDate) throws PortalException, SystemException
getDLSyncUpdate
in interface DLSyncService
PortalException
SystemException
public InputStream getFileDeltaAsStream(long fileEntryId, String sourceVersion, String destinationVersion) throws PortalException, SystemException
getFileDeltaAsStream
in interface DLSyncService
PortalException
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 DLSyncService
PortalException
SystemException
public 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 |