com.liferay.portal.service
Class CMISRepositoryLocalServiceWrapper
java.lang.Object
com.liferay.portal.service.CMISRepositoryLocalServiceWrapper
- All Implemented Interfaces:
- CMISRepositoryLocalService
public class CMISRepositoryLocalServiceWrapper
- extends Object
- implements CMISRepositoryLocalService
This class is a wrapper for CMISRepositoryLocalService.
- See Also:
CMISRepositoryLocalService
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CMISRepositoryLocalServiceWrapper
public CMISRepositoryLocalServiceWrapper(CMISRepositoryLocalService cmisRepositoryLocalService)
getBeanIdentifier
public String getBeanIdentifier()
- Returns the Spring bean ID for this bean.
- Specified by:
getBeanIdentifier in interface CMISRepositoryLocalService
- Returns:
- the Spring bean ID for this bean
setBeanIdentifier
public void setBeanIdentifier(String beanIdentifier)
- Sets the Spring bean ID for this bean.
- Specified by:
setBeanIdentifier in interface CMISRepositoryLocalService
- Parameters:
beanIdentifier - the Spring bean ID for this bean
getSession
public Object getSession(long repositoryId)
throws PortalException,
SystemException
- Specified by:
getSession in interface CMISRepositoryLocalService
- Throws:
PortalException
SystemException
toFileEntry
public FileEntry toFileEntry(long repositoryId,
Object object)
throws PortalException,
SystemException
- Specified by:
toFileEntry in interface CMISRepositoryLocalService
- Throws:
PortalException
SystemException
toFileVersion
public FileVersion toFileVersion(long repositoryId,
Object object)
throws PortalException,
SystemException
- Specified by:
toFileVersion in interface CMISRepositoryLocalService
- Throws:
PortalException
SystemException
toFolder
public Folder toFolder(long repositoryId,
Object object)
throws PortalException,
SystemException
- Specified by:
toFolder in interface CMISRepositoryLocalService
- Throws:
PortalException
SystemException
getWrappedCMISRepositoryLocalService
public CMISRepositoryLocalService getWrappedCMISRepositoryLocalService()
setWrappedCMISRepositoryLocalService
public void setWrappedCMISRepositoryLocalService(CMISRepositoryLocalService cmisRepositoryLocalService)