public class AppServiceWrapper extends java.lang.Object implements AppService, com.liferay.portal.kernel.service.ServiceWrapper<AppService>
AppService
.AppService
Constructor and Description |
---|
AppServiceWrapper() |
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()
public AppServiceWrapper(AppService appService)
public App deleteApp(long appId) throws com.liferay.portal.kernel.exception.PortalException
deleteApp
in interface AppService
com.liferay.portal.kernel.exception.PortalException
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface AppService
public void installApp(long remoteAppId) throws com.liferay.portal.kernel.exception.PortalException
installApp
in interface AppService
com.liferay.portal.kernel.exception.PortalException
public void uninstallApp(long remoteAppId) throws com.liferay.portal.kernel.exception.PortalException
uninstallApp
in interface AppService
com.liferay.portal.kernel.exception.PortalException
public App updateApp(java.io.File file) throws com.liferay.portal.kernel.exception.PortalException
updateApp
in interface AppService
com.liferay.portal.kernel.exception.PortalException
public 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>