Package com.liferay.marketplace.service
Class AppServiceUtil
java.lang.Object
com.liferay.marketplace.service.AppServiceUtil
Provides the remote service utility for App. This utility wraps
com.liferay.marketplace.service.impl.AppServiceImpl
and is an
access point for service operations in application layer code running on a
remote server. Methods of this service are expected to have security checks
based on the propagated JAAS credentials because this service can be
accessed remotely.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic App
deleteApp
(long appId) static String
Returns the OSGi service identifier.static AppService
static void
installApp
(long remoteAppId) static void
uninstallApp
(long remoteAppId) static App
-
Constructor Details
-
AppServiceUtil
public AppServiceUtil()
-
-
Method Details
-
deleteApp
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
installApp
public static void installApp(long remoteAppId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
uninstallApp
public static void uninstallApp(long remoteAppId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateApp
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getService
-