@AccessControlled @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface AppService extends BaseService
AppServiceUtil| Modifier and Type | Method and Description |
|---|---|
App |
deleteApp(long appId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
void |
installApp(long remoteAppId) |
void |
uninstallApp(long remoteAppId) |
App |
updateApp(java.io.File file) |
App deleteApp(long appId) throws PortalException
PortalExceptionjava.lang.String getOSGiServiceIdentifier()
void installApp(long remoteAppId)
throws PortalException
PortalExceptionvoid uninstallApp(long remoteAppId)
throws PortalException
PortalExceptionApp updateApp(java.io.File file) throws PortalException
PortalException