Liferay 7.0-ce-b4

Uses of Interface
com.liferay.portal.kernel.util.PrefsProps

Packages that use PrefsProps
com.liferay.portal.kernel.util This package defines the kernel utility interfaces and classes. 
com.liferay.portal.util This package defines the portal utility interfaces and classes. 
com.liferay.portal.verify.test   
 

Uses of PrefsProps in com.liferay.portal.kernel.util
 

Methods in com.liferay.portal.kernel.util that return PrefsProps
static PrefsProps PrefsPropsUtil.getPrefsProps()
           
 

Methods in com.liferay.portal.kernel.util with parameters of type PrefsProps
 void PrefsPropsUtil.setPrefsProps(PrefsProps prefsProps)
           
 

Uses of PrefsProps in com.liferay.portal.util
 

Classes in com.liferay.portal.util that implement PrefsProps
 class PrefsPropsImpl
           
 

Uses of PrefsProps in com.liferay.portal.verify.test
 

Fields in com.liferay.portal.verify.test declared as PrefsProps
protected  PrefsProps BaseCompanySettingsVerifyProcessTestCase.prefsProps
           
 


Liferay 7.0-ce-b4