Liferay 7.0-ce-b4

Uses of Class
com.liferay.portlet.messageboards.MBGroupServiceSettings

Packages that use MBGroupServiceSettings
com.liferay.portlet.messageboards   
com.liferay.portlet.messageboards.util   
 

Uses of MBGroupServiceSettings in com.liferay.portlet.messageboards
 

Methods in com.liferay.portlet.messageboards that return MBGroupServiceSettings
static MBGroupServiceSettings MBGroupServiceSettings.getInstance(long groupId)
           
static MBGroupServiceSettings MBGroupServiceSettings.getInstance(long groupId, Map<String,String[]> parameterMap)
           
 

Uses of MBGroupServiceSettings in com.liferay.portlet.messageboards.util
 

Methods in com.liferay.portlet.messageboards.util with parameters of type MBGroupServiceSettings
static String[] MBUtil.getThreadPriority(MBGroupServiceSettings mbGroupServiceSettings, String languageId, double value, ThemeDisplay themeDisplay)
           
static String MBUtil.getUserRank(MBGroupServiceSettings mbGroupServiceSettings, String languageId, int posts)
           
static String[] MBUtil.getUserRank(MBGroupServiceSettings mbGroupServiceSettings, String languageId, MBStatsUser statsUser)
           
 


Liferay 7.0-ce-b4