Uses of Class
org.silverpeas.components.quickinfo.model.News.Builder
Packages that use News.Builder
-
Uses of News.Builder in org.silverpeas.components.quickinfo.model
Methods in org.silverpeas.components.quickinfo.model that return News.BuilderModifier and TypeMethodDescriptionstatic News.BuilderNews.builder()Gets a builder ofNewsinstances.static News.BuilderGets a builder ofNewsinstances from data of another one.News.Builder.setImportant(boolean important) Sets important flag of theNewsinstance to build.News.Builder.setKeywords(String keywords) Sets the keywords of theNewsinstance to build.News.Builder.setMandatory(boolean mandatory) Sets mandatory flag of theNewsinstance to build.News.Builder.setTicker(boolean ticker) Sets ticker flag of theNewsinstance to build.News.Builder.setTitleAndDescription(String title, String description) Sets the given title and description of the news to build.News.Builder.setVisibilityPeriod(org.silverpeas.core.date.Period period) Sets the visibility period of theNewsinstance to build.