Liferay 7.0-ce-b8 portal-service

com.liferay.portal.kernel.settings
Class GroupServiceSettingsLocator

java.lang.Object
  extended by com.liferay.portal.kernel.settings.GroupServiceSettingsLocator
All Implemented Interfaces:
SettingsLocator

public class GroupServiceSettingsLocator
extends Object
implements SettingsLocator


Constructor Summary
GroupServiceSettingsLocator(long groupId, String settingsId)
           
GroupServiceSettingsLocator(long groupId, String settingsId, String configurationPid)
           
 
Method Summary
protected  long getCompanyId(long groupId)
           
 Settings getSettings()
           
 String getSettingsId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupServiceSettingsLocator

public GroupServiceSettingsLocator(long groupId,
                                   String settingsId)

GroupServiceSettingsLocator

public GroupServiceSettingsLocator(long groupId,
                                   String settingsId,
                                   String configurationPid)
Method Detail

getSettings

public Settings getSettings()
                     throws SettingsException
Specified by:
getSettings in interface SettingsLocator
Throws:
SettingsException

getSettingsId

public String getSettingsId()
Specified by:
getSettingsId in interface SettingsLocator

getCompanyId

protected long getCompanyId(long groupId)
                     throws SettingsException
Throws:
SettingsException

Liferay 7.0-ce-b8 portal-service