Package org.silverpeas.mobile.shared.dto
Class HomePageDTO
- java.lang.Object
-
- org.silverpeas.mobile.shared.dto.BaseDTO
-
- org.silverpeas.mobile.shared.dto.HomePageDTO
-
- All Implemented Interfaces:
Serializable
public class HomePageDTO extends BaseDTO implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringNEWS_DISPLAYER_CARROUSELstatic StringNEWS_DISPLAYER_LIST
-
Constructor Summary
Constructors Constructor Description HomePageDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MyLinkDTO>getFavorites()StringgetHtmlFreeZone()StringgetHtmlFreeZoneThin()List<CalendarEventDTO>getLastEvents()List<PublicationDTO>getLastPublications()List<NewsDTO>getNews()StringgetNewsDisplayer()List<ShortCutLinkDTO>getShortCuts()StringgetSpaceName()List<SilverpeasObjectDTO>getSpacesAndApps()List<ShortCutLinkDTO>getTools()voidsetFavorites(List<MyLinkDTO> favorites)voidsetHtmlFreeZone(String htmlFreeZone)voidsetHtmlFreeZoneThin(String htmlFreeZoneThin)voidsetLastEvents(List<CalendarEventDTO> lastEvents)voidsetLastPublications(List<PublicationDTO> lastPublications)voidsetNews(List<NewsDTO> news)voidsetNewsDisplayer(String newsDisplayer)voidsetShortCuts(List<ShortCutLinkDTO> shortCuts)voidsetSpaceName(String spaceName)voidsetSpacesAndApps(List<SilverpeasObjectDTO> spacesAndApps)voidsetTools(List<ShortCutLinkDTO> tools)
-
-
-
Field Detail
-
NEWS_DISPLAYER_CARROUSEL
public static final String NEWS_DISPLAYER_CARROUSEL
- See Also:
- Constant Field Values
-
NEWS_DISPLAYER_LIST
public static final String NEWS_DISPLAYER_LIST
- See Also:
- Constant Field Values
-
-
Method Detail
-
getHtmlFreeZoneThin
public String getHtmlFreeZoneThin()
-
setHtmlFreeZoneThin
public void setHtmlFreeZoneThin(String htmlFreeZoneThin)
-
getLastPublications
public List<PublicationDTO> getLastPublications()
-
setLastPublications
public void setLastPublications(List<PublicationDTO> lastPublications)
-
getSpacesAndApps
public List<SilverpeasObjectDTO> getSpacesAndApps()
-
setSpacesAndApps
public void setSpacesAndApps(List<SilverpeasObjectDTO> spacesAndApps)
-
getSpaceName
public String getSpaceName()
-
setSpaceName
public void setSpaceName(String spaceName)
-
setLastEvents
public void setLastEvents(List<CalendarEventDTO> lastEvents)
-
getLastEvents
public List<CalendarEventDTO> getLastEvents()
-
getShortCuts
public List<ShortCutLinkDTO> getShortCuts()
-
setShortCuts
public void setShortCuts(List<ShortCutLinkDTO> shortCuts)
-
getHtmlFreeZone
public String getHtmlFreeZone()
-
setHtmlFreeZone
public void setHtmlFreeZone(String htmlFreeZone)
-
getTools
public List<ShortCutLinkDTO> getTools()
-
setTools
public void setTools(List<ShortCutLinkDTO> tools)
-
getNewsDisplayer
public String getNewsDisplayer()
-
setNewsDisplayer
public void setNewsDisplayer(String newsDisplayer)
-
-