@ProviderType public class PluginSettingServiceUtil extends Object
PluginSettingServiceImpl and is the
primary 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,
PluginSettingServiceBaseImpl,
PluginSettingServiceImpl| Constructor and Description |
|---|
PluginSettingServiceUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
static PluginSettingService |
getService() |
static PluginSetting |
updatePluginSetting(long companyId,
String pluginId,
String pluginType,
String roles,
boolean active) |
public static PluginSetting updatePluginSetting(long companyId, String pluginId, String pluginType, String roles, boolean active) throws PortalException
PortalExceptionpublic static String getOSGiServiceIdentifier()
public static PluginSettingService getService()