Liferay 7.0-ce-m3

com.liferay.portal.service
Class CMISRepositoryLocalServiceWrapper

java.lang.Object
  extended by com.liferay.portal.service.CMISRepositoryLocalServiceWrapper
All Implemented Interfaces:
BaseLocalService, CMISRepositoryLocalService, ServiceWrapper<CMISRepositoryLocalService>

@ProviderType
public class CMISRepositoryLocalServiceWrapper
extends Object
implements CMISRepositoryLocalService, ServiceWrapper<CMISRepositoryLocalService>

Provides a wrapper for CMISRepositoryLocalService.

See Also:
CMISRepositoryLocalService

Constructor Summary
CMISRepositoryLocalServiceWrapper(CMISRepositoryLocalService cmisRepositoryLocalService)
           
 
Method Summary
 String getBeanIdentifier()
          Returns the Spring bean ID for this bean.
 Object getSession(long repositoryId)
           
 CMISRepositoryLocalService getWrappedCMISRepositoryLocalService()
          Deprecated. As of 6.1.0, replaced by getWrappedService()
 CMISRepositoryLocalService getWrappedService()
           
 void setBeanIdentifier(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, Object object)
           
 FileVersion toFileVersion(long repositoryId, Object object)
           
 Folder toFolder(long repositoryId, Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMISRepositoryLocalServiceWrapper

public CMISRepositoryLocalServiceWrapper(CMISRepositoryLocalService cmisRepositoryLocalService)
Method Detail

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

getSession

public Object getSession(long repositoryId)
                  throws PortalException
Specified by:
getSession in interface CMISRepositoryLocalService
Throws:
PortalException

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

toFileEntry

public FileEntry toFileEntry(long repositoryId,
                             Object object)
                      throws PortalException
Specified by:
toFileEntry in interface CMISRepositoryLocalService
Throws:
PortalException

toFileVersion

public FileVersion toFileVersion(long repositoryId,
                                 Object object)
                          throws PortalException
Specified by:
toFileVersion in interface CMISRepositoryLocalService
Throws:
PortalException

toFolder

public Folder toFolder(long repositoryId,
                       Object object)
                throws PortalException
Specified by:
toFolder in interface CMISRepositoryLocalService
Throws:
PortalException

getWrappedCMISRepositoryLocalService

@Deprecated
public CMISRepositoryLocalService getWrappedCMISRepositoryLocalService()
Deprecated. As of 6.1.0, replaced by getWrappedService()


setWrappedCMISRepositoryLocalService

@Deprecated
public void setWrappedCMISRepositoryLocalService(CMISRepositoryLocalService cmisRepositoryLocalService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portal.service.CMISRepositoryLocalService)


getWrappedService

public CMISRepositoryLocalService getWrappedService()
Specified by:
getWrappedService in interface ServiceWrapper<CMISRepositoryLocalService>

setWrappedService

public void setWrappedService(CMISRepositoryLocalService cmisRepositoryLocalService)
Specified by:
setWrappedService in interface ServiceWrapper<CMISRepositoryLocalService>

Liferay 7.0-ce-m3