Uses of Class
com.silverpeas.delegatednews.model.DelegatedNews

Packages that use DelegatedNews
com.silverpeas.delegatednews.control   
com.silverpeas.delegatednews.dao   
com.silverpeas.delegatednews.service   
com.silverpeas.delegatednews.web   
com.stratelia.webactiv.kmelia.control   
org.silverpeas.components.quickinfo.model   
 

Uses of DelegatedNews in com.silverpeas.delegatednews.control
 

Methods in com.silverpeas.delegatednews.control that return types with arguments of type DelegatedNews
 List<DelegatedNews> DelegatedNewsSessionController.getAllAvailDelegatedNews()
          Récupère toutes les actualités déléguées inter Theme Tracker dont l'utilisateur courant a des droits
 

Method parameters in com.silverpeas.delegatednews.control with type arguments of type DelegatedNews
 String DelegatedNewsSessionController.getListDelegatedNewsJSON(List<DelegatedNews> listDelegatedNews)
          Converts the list of Delegated News into its JSON representation.
 

Uses of DelegatedNews in com.silverpeas.delegatednews.dao
 

Methods in com.silverpeas.delegatednews.dao that return types with arguments of type DelegatedNews
 List<DelegatedNews> DelegatedNewsDao.findByStatus(String status)
           
 

Uses of DelegatedNews in com.silverpeas.delegatednews.service
 

Methods in com.silverpeas.delegatednews.service that return DelegatedNews
 DelegatedNews DelegatedNewsService.getDelegatedNews(int pubId)
           
 DelegatedNews DelegatedNewsServiceImpl.getDelegatedNews(int pubId)
          Récupère une actualité déléguée correspondant à la publication Theme Tracker passée en paramètre
 DelegatedNews DelegatedNewsService.updateOrderDelegatedNews(int pubId, int newsOrder)
           
 DelegatedNews DelegatedNewsServiceImpl.updateOrderDelegatedNews(int pubId, int newsOrder)
          Met à jour l'ordre de l'actualité déléguée passée en paramètre
 

Methods in com.silverpeas.delegatednews.service that return types with arguments of type DelegatedNews
 List<DelegatedNews> DelegatedNewsService.getAllDelegatedNews()
           
 List<DelegatedNews> DelegatedNewsServiceImpl.getAllDelegatedNews()
          Récupère toutes les actualités déléguées inter Theme Tracker
 List<DelegatedNews> DelegatedNewsService.getAllValidDelegatedNews()
           
 List<DelegatedNews> DelegatedNewsServiceImpl.getAllValidDelegatedNews()
          Récupère toutes les actualités déléguées valides inter Theme Tracker
 

Uses of DelegatedNews in com.silverpeas.delegatednews.web
 

Methods in com.silverpeas.delegatednews.web that return DelegatedNews
 DelegatedNews DelegatedNewsEntity.toDelegatedNews()
          Gets the delegated news business objet that this entity represents.
 

Methods in com.silverpeas.delegatednews.web with parameters of type DelegatedNews
static DelegatedNewsEntity DelegatedNewsEntity.fromDelegatedNews(DelegatedNews delegatedNews)
          Creates a new delegated news entity from the specified delegated news.
 

Uses of DelegatedNews in com.stratelia.webactiv.kmelia.control
 

Methods in com.stratelia.webactiv.kmelia.control that return DelegatedNews
 DelegatedNews KmeliaSessionController.getDelegatedNews(String pubId)
          Récupère une actualité déléguée dans le composant delegatednews correspondant à la publication passée en paramètre
 

Uses of DelegatedNews in org.silverpeas.components.quickinfo.model
 

Methods in org.silverpeas.components.quickinfo.model that return DelegatedNews
 DelegatedNews News.getDelegatedNews()
           
 

Methods in org.silverpeas.components.quickinfo.model with parameters of type DelegatedNews
 void News.setDelegatedNews(DelegatedNews dn)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.