| java.lang.Object com.mvnforum.LocaleMessageUtil
LocaleMessageUtil | public class LocaleMessageUtil (Code) | | |
Method Summary | |
public static String | getForumModeDescFromInt(Locale locale, int forumMode) | public static String | getForumStatusDescFromInt(Locale locale, int forumStatus) | public static String | getForumTypeDescFromInt(Locale locale, int forumType) | public static String | getMemberStatusDescFromInt(Locale locale, int memberStatus) | public static String | getPollAnswerTypeDescFromInt(Locale locale, int pollAnswerType) | public static String | getPollMultipleDescFromInt(Locale locale, int pollMultiple) | public static String | getPollStatusDescFromInt(Locale locale, int pollStatus) | public static String | getThreadPriorityDescFromInt(Locale locale, int threadPriority) | public static String | getThreadStatusDescFromInt(Locale locale, int threadStatus) | public static String | getThreadTypeDescFromInt(Locale locale, int threadType) | public static String | getWatchTypeDescFromInt(Locale locale, int watchType) |
getForumModeDescFromInt | public static String getForumModeDescFromInt(Locale locale, int forumMode)(Code) | | |
getForumStatusDescFromInt | public static String getForumStatusDescFromInt(Locale locale, int forumStatus)(Code) | | Forum bean
|
getForumTypeDescFromInt | public static String getForumTypeDescFromInt(Locale locale, int forumType)(Code) | | |
getMemberStatusDescFromInt | public static String getMemberStatusDescFromInt(Locale locale, int memberStatus)(Code) | | Member bean
|
getPollAnswerTypeDescFromInt | public static String getPollAnswerTypeDescFromInt(Locale locale, int pollAnswerType)(Code) | | PollAnswer bean
|
getPollMultipleDescFromInt | public static String getPollMultipleDescFromInt(Locale locale, int pollMultiple)(Code) | | |
getPollStatusDescFromInt | public static String getPollStatusDescFromInt(Locale locale, int pollStatus)(Code) | | Poll bean
|
getThreadPriorityDescFromInt | public static String getThreadPriorityDescFromInt(Locale locale, int threadPriority)(Code) | | |
getThreadStatusDescFromInt | public static String getThreadStatusDescFromInt(Locale locale, int threadStatus)(Code) | | Thread bean
|
getThreadTypeDescFromInt | public static String getThreadTypeDescFromInt(Locale locale, int threadType)(Code) | | |
getWatchTypeDescFromInt | public static String getWatchTypeDescFromInt(Locale locale, int watchType)(Code) | | Watch bean
|
|
|