@ProviderType public class AppServiceWrapper extends java.lang.Object implements AppService, com.liferay.portal.kernel.service.ServiceWrapper<AppService>
AppService.AppService| Constructor and Description |
|---|
AppServiceWrapper(AppService appService) |
| Modifier and Type | Method and Description |
|---|---|
App |
deleteApp(long appId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
AppService |
getWrappedService() |
void |
installApp(long remoteAppId) |
void |
setWrappedService(AppService appService) |
void |
uninstallApp(long remoteAppId) |
App |
updateApp(java.io.File file) |
public AppServiceWrapper(AppService appService)
public App deleteApp(long appId) throws com.liferay.portal.kernel.exception.PortalException
deleteApp in interface AppServicecom.liferay.portal.kernel.exception.PortalExceptionpublic App updateApp(java.io.File file) throws com.liferay.portal.kernel.exception.PortalException
updateApp in interface AppServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AppServicepublic void installApp(long remoteAppId)
throws com.liferay.portal.kernel.exception.PortalException
installApp in interface AppServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void uninstallApp(long remoteAppId)
throws com.liferay.portal.kernel.exception.PortalException
uninstallApp in interface AppServicecom.liferay.portal.kernel.exception.PortalExceptionpublic AppService getWrappedService()
getWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AppService>public void setWrappedService(AppService appService)
setWrappedService in interface com.liferay.portal.kernel.service.ServiceWrapper<AppService>