com.liferay.portal.service.impl
Class PluginSettingServiceImpl

java.lang.Object
  extended bycom.liferay.portal.service.impl.PrincipalBean
      extended bycom.liferay.portal.service.impl.PluginSettingServiceImpl
All Implemented Interfaces:
com.liferay.portal.service.PluginSettingService

public class PluginSettingServiceImpl
extends PrincipalBean
implements com.liferay.portal.service.PluginSettingService

View Source

Author:
Brian Wing Shun Chan

Field Summary
 
Fields inherited from class com.liferay.portal.service.impl.PrincipalBean
ANONYMOUS_NAMES, JRUN_ANONYMOUS, ORACLE_ANONYMOUS, SUN_ANONYMOUS, WEBLOGIC_ANONYMOUS
 
Constructor Summary
PluginSettingServiceImpl()
           
 
Method Summary
 com.liferay.portal.model.PluginSetting updatePluginSetting(long companyId, java.lang.String pluginId, java.lang.String pluginType, java.lang.String roles, boolean active)
           
 
Methods inherited from class com.liferay.portal.service.impl.PrincipalBean
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 com.liferay.portal.model.PluginSetting updatePluginSetting(long companyId,
                                                                  java.lang.String pluginId,
                                                                  java.lang.String pluginType,
                                                                  java.lang.String roles,
                                                                  boolean active)
                                                           throws com.liferay.portal.PortalException,
                                                                  com.liferay.portal.SystemException
Specified by:
updatePluginSetting in interface com.liferay.portal.service.PluginSettingService
Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException