@ProviderType public class CMISRepositoryLocalServiceWrapper extends java.lang.Object implements CMISRepositoryLocalService, ServiceWrapper<CMISRepositoryLocalService>
CMISRepositoryLocalService.CMISRepositoryLocalService| Constructor and Description |
|---|
CMISRepositoryLocalServiceWrapper(CMISRepositoryLocalService cmisRepositoryLocalService) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
java.lang.Object |
getSession(long repositoryId) |
CMISRepositoryLocalService |
getWrappedCMISRepositoryLocalService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
CMISRepositoryLocalService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedCMISRepositoryLocalService(CMISRepositoryLocalService cmisRepositoryLocalService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portal.service.CMISRepositoryLocalService) |
void |
setWrappedService(CMISRepositoryLocalService cmisRepositoryLocalService) |
FileEntry |
toFileEntry(long repositoryId,
java.lang.Object object) |
FileVersion |
toFileVersion(long repositoryId,
java.lang.Object object) |
Folder |
toFolder(long repositoryId,
java.lang.Object object) |
public CMISRepositoryLocalServiceWrapper(CMISRepositoryLocalService cmisRepositoryLocalService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface CMISRepositoryLocalServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface CMISRepositoryLocalServicebeanIdentifier - the Spring bean ID for this beanpublic java.lang.Object getSession(long repositoryId)
throws PortalException,
SystemException
getSession in interface CMISRepositoryLocalServicePortalExceptionSystemExceptionpublic FileEntry toFileEntry(long repositoryId, java.lang.Object object) throws PortalException, SystemException
toFileEntry in interface CMISRepositoryLocalServicePortalExceptionSystemExceptionpublic FileVersion toFileVersion(long repositoryId, java.lang.Object object) throws PortalException, SystemException
toFileVersion in interface CMISRepositoryLocalServicePortalExceptionSystemExceptionpublic Folder toFolder(long repositoryId, java.lang.Object object) throws PortalException, SystemException
toFolder in interface CMISRepositoryLocalServicePortalExceptionSystemExceptionpublic CMISRepositoryLocalService getWrappedCMISRepositoryLocalService()
getWrappedService()public void setWrappedCMISRepositoryLocalService(CMISRepositoryLocalService cmisRepositoryLocalService)
setWrappedService(com.liferay.portal.service.CMISRepositoryLocalService)public CMISRepositoryLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<CMISRepositoryLocalService>public void setWrappedService(CMISRepositoryLocalService cmisRepositoryLocalService)
setWrappedService in interface ServiceWrapper<CMISRepositoryLocalService>