Class AppServiceWrapper

java.lang.Object
com.liferay.marketplace.service.AppServiceWrapper
All Implemented Interfaces:
AppService, com.liferay.portal.kernel.service.BaseService, com.liferay.portal.kernel.service.ServiceWrapper<AppService>

public class AppServiceWrapper extends Object implements AppService, com.liferay.portal.kernel.service.ServiceWrapper<AppService>
Provides a wrapper for AppService.
See Also:
Generated:
  • Constructor Details

    • AppServiceWrapper

      public AppServiceWrapper()
    • AppServiceWrapper

      public AppServiceWrapper(AppService appService)
  • Method Details

    • deleteApp

      public App deleteApp(long appId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      deleteApp in interface AppService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getOSGiServiceIdentifier

      public String getOSGiServiceIdentifier()
      Returns the OSGi service identifier.
      Specified by:
      getOSGiServiceIdentifier in interface AppService
      Returns:
      the OSGi service identifier
    • installApp

      public void installApp(long remoteAppId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      installApp in interface AppService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • uninstallApp

      public void uninstallApp(long remoteAppId) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      uninstallApp in interface AppService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • updateApp

      public App updateApp(File file) throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      updateApp in interface AppService
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getWrappedService

      public AppService getWrappedService()
      Specified by:
      getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AppService>
    • setWrappedService

      public void setWrappedService(AppService appService)
      Specified by:
      setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AppService>