Uses of Interface
com.hack23.cia.model.api.application.content.BinaryContent

Packages that use BinaryContent
Package Description
com.hack23.cia.model.api.application.factory   
com.hack23.cia.model.impl.application.content Provides... 
com.hack23.cia.service.api.content Provides... 
com.hack23.cia.service.impl.commondao.api Provides... 
com.hack23.cia.service.impl.commondao.impl Provides... 
com.hack23.cia.service.impl.content Provides... 
com.hack23.cia.service.impl.control.agent.sweden.api Swedish Parliament data agent interfaces. 
 

Uses of BinaryContent in com.hack23.cia.model.api.application.factory
 

Methods in com.hack23.cia.model.api.application.factory that return BinaryContent
Modifier and Type Method and Description
 BinaryContent ApplicationContentModelFactory.createImageContent()
          Creates a new ApplicationContentModel object.
 

Methods in com.hack23.cia.model.api.application.factory that return types with arguments of type BinaryContent
Modifier and Type Method and Description
 Class<? extends BinaryContent> ApplicationContentModelFactory.getImageContentSpec()
          Gets the image content spec.
 

Uses of BinaryContent in com.hack23.cia.model.impl.application.content
 

Classes in com.hack23.cia.model.impl.application.content that implement BinaryContent
Modifier and Type Class and Description
 class ImageContent
          The Class ImageContent.
 

Uses of BinaryContent in com.hack23.cia.service.api.content
 

Methods in com.hack23.cia.service.api.content that return BinaryContent
Modifier and Type Method and Description
 BinaryContent ImageContentResponse.getImageContent()
          Gets the image content.
 

Constructors in com.hack23.cia.service.api.content with parameters of type BinaryContent
Constructor and Description
ImageContentResponse(UserSessionDto userSessionDTO, BinaryContent imageContent)
          Instantiates a new image content response.
 

Uses of BinaryContent in com.hack23.cia.service.impl.commondao.api
 

Methods in com.hack23.cia.service.impl.commondao.api that return BinaryContent
Modifier and Type Method and Description
 BinaryContent ResourceDAO.getImageContentByFileName(String string)
          Gets the image content by file name.
 

Uses of BinaryContent in com.hack23.cia.service.impl.commondao.impl
 

Methods in com.hack23.cia.service.impl.commondao.impl that return BinaryContent
Modifier and Type Method and Description
 BinaryContent ResourceDAOImpl.getImageContentByFileName(String fileName)
           
 

Uses of BinaryContent in com.hack23.cia.service.impl.content
 

Methods in com.hack23.cia.service.impl.content that return BinaryContent
Modifier and Type Method and Description
 BinaryContent ParliamentContentService.getGraph(ParliamentChart chart, BallotData ballot, LanguageData language)
          Gets the graph.
 BinaryContent ParliamentContentServiceImpl.getGraph(ParliamentChart chart, BallotData ballot, LanguageData language)
           
 BinaryContent ParliamentContentService.getGraph(ParliamentChart summary, CommitteeReportData committeeReport, LanguageData language)
          Gets the graph.
 BinaryContent ParliamentContentServiceImpl.getGraph(ParliamentChart chart, CommitteeReportData committeeReport, LanguageData language)
           
 BinaryContent ParliamentContentService.getGraph(ParliamentChart chart, LanguageData language)
          Gets the graph.
 BinaryContent ParliamentContentServiceImpl.getGraph(ParliamentChart chart, LanguageData language)
           
 BinaryContent ParliamentContentService.getGraph(ParliamentChart chart, ParliamentMemberData parliamentMember, LanguageData language)
          Gets the graph.
 BinaryContent ParliamentContentServiceImpl.getGraph(ParliamentChart chart, ParliamentMemberData parliamentMember, LanguageData language)
           
 BinaryContent ParliamentContentService.getGraph(ParliamentChart summary, PoliticalPartyData politicalParty, LanguageData language)
          Gets the graph.
 BinaryContent ParliamentContentServiceImpl.getGraph(ParliamentChart chart, PoliticalPartyData politicalParty, LanguageData language)
           
 

Uses of BinaryContent in com.hack23.cia.service.impl.control.agent.sweden.api
 

Method parameters in com.hack23.cia.service.impl.control.agent.sweden.api with type arguments of type BinaryContent
Modifier and Type Method and Description
 void AgentSupportService.updateChartList(List<BinaryContent> parliamentCharts)
          Update chart list.
 



Copyright © 2008-2010 www.hack23.com. All Rights Reserved.