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.voidinstallApp(long remoteAppId) voidsetWrappedService(AppService appService) voiduninstallApp(long remoteAppId)
-
Constructor Details
-
AppServiceWrapper
public AppServiceWrapper() -
AppServiceWrapper
-
-
Method Details
-
deleteApp
- Specified by:
deleteAppin interfaceAppService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceAppService- Returns:
- the OSGi service identifier
-
installApp
public void installApp(long remoteAppId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
installAppin interfaceAppService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
uninstallApp
public void uninstallApp(long remoteAppId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
uninstallAppin interfaceAppService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateApp
- Specified by:
updateAppin interfaceAppService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<AppService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<AppService>
-