Liferay 7.0-ce-b4

com.liferay.portal.service.impl
Class PluginSettingServiceImpl

java.lang.Object
  extended by com.liferay.portal.service.BaseServiceImpl
      extended by com.liferay.portal.service.base.PluginSettingServiceBaseImpl
          extended by com.liferay.portal.service.impl.PluginSettingServiceImpl
All Implemented Interfaces:
IdentifiableOSGiService, BaseService, PluginSettingService

public class PluginSettingServiceImpl
extends PluginSettingServiceBaseImpl


Field Summary
 
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
 
Fields inherited from class com.liferay.portal.service.BaseServiceImpl
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
PluginSettingServiceImpl()
           
 
Method Summary
 PluginSetting updatePluginSetting(long companyId, String pluginId, String pluginType, String roles, boolean active)
           
 
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 com.liferay.portal.service.BaseServiceImpl
getClassLoader, getGuestOrUser, getGuestOrUserId, getPermissionChecker, getUser, getUserId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginSettingServiceImpl

public PluginSettingServiceImpl()
Method Detail

updatePluginSetting

public PluginSetting updatePluginSetting(long companyId,
                                         String pluginId,
                                         String pluginType,
                                         String roles,
                                         boolean active)
                                  throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4