Uses of Class
org.silverpeas.components.quickinfo.NewsSort
-
Packages that use NewsSort Package Description org.silverpeas.components.quickinfo -
-
Uses of NewsSort in org.silverpeas.components.quickinfo
Methods in org.silverpeas.components.quickinfo that return NewsSort Modifier and Type Method Description static NewsSortNewsSort. fromString(String value)static NewsSortNewsSort. valueOf(String name)Returns the enum constant of this type with the specified name.static NewsSort[]NewsSort. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.silverpeas.components.quickinfo with parameters of type NewsSort Constructor Description NewsByStatus(List<News> allNews, String userId, NewsSort noMoreVisiblesSort, NewsSort notYetVisiblesSort)
-