Liferay 7.0-ce-b4

com.liferay.portal.kernel.settings
Class CompanyServiceSettingsLocator

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

public class CompanyServiceSettingsLocator
extends Object
implements SettingsLocator


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

Constructor Detail

CompanyServiceSettingsLocator

public CompanyServiceSettingsLocator(long companyId,
                                     String settingsId)
Method Detail

getSettings

public Settings getSettings()
Specified by:
getSettings in interface SettingsLocator

getSettingsId

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

Liferay 7.0-ce-b4