public class PluginSettingServiceUtil
extends 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 String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static PluginSettingService |
getService() |
static void |
setService(PluginSettingService service) |
static PluginSetting |
updatePluginSetting(long companyId,
String pluginId,
String pluginType,
String roles,
boolean active) |
public static String getOSGiServiceIdentifier()
public static PluginSetting updatePluginSetting(long companyId, String pluginId, String pluginType, String roles, boolean active) throws PortalException
PortalException
public static PluginSettingService getService()
public static void setService(PluginSettingService service)