Package com.liferay.marketplace.service
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondeleteApp
(long appId) Returns the OSGi service identifier.void
installApp
(long remoteAppId) void
setWrappedService
(AppService appService) void
uninstallApp
(long remoteAppId)
-
Constructor Details
-
AppServiceWrapper
public AppServiceWrapper() -
AppServiceWrapper
-
-
Method Details
-
deleteApp
- Specified by:
deleteApp
in interfaceAppService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceAppService
- Returns:
- the OSGi service identifier
-
installApp
public void installApp(long remoteAppId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
installApp
in interfaceAppService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
uninstallApp
public void uninstallApp(long remoteAppId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
uninstallApp
in interfaceAppService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateApp
- Specified by:
updateApp
in interfaceAppService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<AppService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<AppService>
-