public class AppServiceWrapper extends java.lang.Object implements AppService, 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 PortalException
deleteApp in interface AppServicePortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AppServicepublic void installApp(long remoteAppId)
throws PortalException
installApp in interface AppServicePortalExceptionpublic void uninstallApp(long remoteAppId)
throws PortalException
uninstallApp in interface AppServicePortalExceptionpublic App updateApp(java.io.File file) throws PortalException
updateApp in interface AppServicePortalExceptionpublic AppService getWrappedService()
getWrappedService in interface ServiceWrapper<AppService>public void setWrappedService(AppService appService)
setWrappedService in interface ServiceWrapper<AppService>