com.liferay.portal.service.impl
Class PluginSettingServiceImpl
java.lang.Object
com.liferay.portal.service.BaseServiceImpl
com.liferay.portal.service.base.PluginSettingServiceBaseImpl
com.liferay.portal.service.impl.PluginSettingServiceImpl
- All Implemented Interfaces:
- IdentifiableOSGiService, BaseService, PluginSettingService
public class PluginSettingServiceImpl
- extends PluginSettingServiceBaseImpl
| Fields inherited from class com.liferay.portal.service.base.PluginSettingServiceBaseImpl |
counterLocalService, layoutTemplateLocalService, pluginSettingLocalService, pluginSettingPersistence, pluginSettingService, roleFinder, roleLocalService, rolePersistence, roleService, themeLocalService, themeService, userFinder, userLocalService, userPersistence, userService |
| Methods inherited from class com.liferay.portal.service.base.PluginSettingServiceBaseImpl |
afterPropertiesSet, destroy, getCounterLocalService, getLayoutTemplateLocalService, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPluginSettingLocalService, getPluginSettingPersistence, getPluginSettingService, getRoleFinder, getRoleLocalService, getRolePersistence, getRoleService, getThemeLocalService, getThemeService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setCounterLocalService, setLayoutTemplateLocalService, setPluginSettingLocalService, setPluginSettingPersistence, setPluginSettingService, setRoleFinder, setRoleLocalService, setRolePersistence, setRoleService, setThemeLocalService, setThemeService, setUserFinder, setUserLocalService, setUserPersistence, setUserService |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PluginSettingServiceImpl
public PluginSettingServiceImpl()
updatePluginSetting
public PluginSetting updatePluginSetting(long companyId,
String pluginId,
String pluginType,
String roles,
boolean active)
throws PortalException
- Throws:
PortalException