Uses of Class
nl.surfnet.coin.csa.domain.Article

Packages that use Article
nl.surfnet.coin.csa.domain   
nl.surfnet.coin.csa.service   
nl.surfnet.coin.csa.service.impl   
 

Uses of Article in nl.surfnet.coin.csa.domain
 

Fields in nl.surfnet.coin.csa.domain declared as Article
static Article Article.NONE
           
 

Methods in nl.surfnet.coin.csa.domain that return Article
 Article CompoundServiceProvider.getArticle()
           
 

Methods in nl.surfnet.coin.csa.domain with parameters of type Article
static CompoundServiceProvider CompoundServiceProvider.builder(ServiceProvider serviceProvider, Article article)
           
 void CompoundServiceProvider.setArticle(Article article)
           
 

Uses of Article in nl.surfnet.coin.csa.service
 

Methods in nl.surfnet.coin.csa.service that return Article
 Article CrmService.getService(String guid)
          Get LMNG article by article ID
 

Methods in nl.surfnet.coin.csa.service that return types with arguments of type Article
 List<Article> CrmService.getArticlesForServiceProviders(List<String> serviceProviderEntityIds)
          Get articles for the given serviceProviders.
 

Uses of Article in nl.surfnet.coin.csa.service.impl
 

Methods in nl.surfnet.coin.csa.service.impl that return Article
 Article LmngServiceMock.getService(String guid)
           
 Article LmngServiceImpl.getService(String guid)
           
 Article CrmServiceNoop.getService(String guid)
           
 

Methods in nl.surfnet.coin.csa.service.impl that return types with arguments of type Article
 List<Article> LmngServiceMock.getArticlesForServiceProviders(List<String> serviceProviderEntityIds)
           
 List<Article> LmngServiceImpl.getArticlesForServiceProviders(List<String> serviceProvidersEntityIds)
           
 List<Article> CrmServiceNoop.getArticlesForServiceProviders(List<String> serviceProviderEntityIds)
           
 List<Article> LmngUtil.parseArticlesResult(String webserviceResult, boolean writeResponseToFile)
          Parse the result to an article(list)
 List<Article> CrmUtil.parseArticlesResult(String webserviceResult, boolean writeResponseToFile)
           
 



Copyright © 2013 SURFnet bv, The Netherlands. All Rights Reserved.