public class PluginSettingServiceUtil
extends java.lang.Object
com.liferay.portal.service.impl.PluginSettingServiceImpl
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.PluginSettingService
Constructor and Description |
---|
PluginSettingServiceUtil() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static PluginSettingService |
getService() |
static PluginSetting |
updatePluginSetting(long companyId,
java.lang.String pluginId,
java.lang.String pluginType,
java.lang.String roles,
boolean active) |
public static java.lang.String getOSGiServiceIdentifier()
public static PluginSetting updatePluginSetting(long companyId, java.lang.String pluginId, java.lang.String pluginType, java.lang.String roles, boolean active) throws PortalException
PortalException
public static PluginSettingService getService()