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

Packages that use BinaryContent
com.hack23.cia.model.api.dto.application Data transfer objects, created in service layer used in web layer. 
com.hack23.cia.model.impl.application.common Common application entity model. 
com.hack23.cia.model.impl.dto.application   
com.hack23.cia.service.api.common Service API common request/response objects. 
com.hack23.cia.service.impl.admin Admin service implementations. 
com.hack23.cia.service.impl.admin.agent.sweden.api Swedish Parliament data agent interfaces. 
com.hack23.cia.service.impl.admin.agent.sweden.impl.service   
com.hack23.cia.service.impl.admin.chartservice.api   
com.hack23.cia.service.impl.admin.chartservice.impl   
com.hack23.cia.service.impl.common Common service implementations. 
com.hack23.cia.service.impl.commondao.api   
com.hack23.cia.service.impl.commondao.impl   
 

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

Methods in com.hack23.cia.model.api.dto.application that return BinaryContent
 BinaryContent ApplicationModelFactory.createImageContent()
          Creates a new ApplicationModel object.
 

Methods in com.hack23.cia.model.api.dto.application that return types with arguments of type BinaryContent
 Class<? extends BinaryContent> ApplicationModelFactory.getImageContentSpec()
          Gets the image content spec.
 

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

Classes in com.hack23.cia.model.impl.application.common that implement BinaryContent
 class ImageContent
          The Class ImageContent.
 

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

Methods in com.hack23.cia.model.impl.dto.application that return BinaryContent
 BinaryContent ApplicationModelFactoryImpl.createImageContent()
           
 

Methods in com.hack23.cia.model.impl.dto.application that return types with arguments of type BinaryContent
 Class<? extends BinaryContent> ApplicationModelFactoryImpl.getImageContentSpec()
           
 

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

Methods in com.hack23.cia.service.api.common that return BinaryContent
 BinaryContent ImageContentResponse.getImageContent()
          Gets the image content.
 

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

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

Methods in com.hack23.cia.service.impl.admin that return BinaryContent
 BinaryContent AdminServiceImpl.createResponseTimeGraph()
           
 BinaryContent AdminService.createResponseTimeGraph()
          Creates the response time graph.
 BinaryContent AdminServiceImpl.getRecentActionsGraph()
           
 BinaryContent AdminService.getRecentActionsGraph()
          Gets the recent actions graph.
 

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

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

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

Method parameters in com.hack23.cia.service.impl.admin.agent.sweden.impl.service with type arguments of type BinaryContent
 void AbstractAgentSupportServiceImpl.updateChartList(List<BinaryContent> parliamentCharts)
           
 

Uses of BinaryContent in com.hack23.cia.service.impl.admin.chartservice.api
 

Methods in com.hack23.cia.service.impl.admin.chartservice.api that return BinaryContent
 BinaryContent ChartService.createRecentActionsGraph(List actionEventHistory)
          Creates the recent actions graph.
 BinaryContent ChartService.createResponseTimeGraph(List responseTimeHistory)
          Creates the response time graph.
 

Methods in com.hack23.cia.service.impl.admin.chartservice.api that return types with arguments of type BinaryContent
 List<BinaryContent> BallotChartService.generateBallotCharts(AgencyData agency, BallotData ballot, List<PoliticalPartyData> allPoliticalParties, LanguageData language)
          Generate ballot charts.
 List<BinaryContent> CommitteeChartService.generateCommitteeCharts(AgencyData agency, CommitteeData committee, List<BallotData> allBallots, List<PoliticalPartyData> allPoliticalParties, LanguageData language)
          Generate committee charts.
 List<BinaryContent> CommitteeReportChartService.generateCommitteeReportCharts(AgencyData agency, CommitteeReportData committeeReport, List<BallotData> allBallots, List<PoliticalPartyData> allPoliticalParties, LanguageData language)
          Generate committee report charts.
 List<BinaryContent> ParliamentChartService.generateParliamentCharts(AgencyData agency, List<BallotData> ballots, List<PoliticalPartyData> politicalParties, LanguageData language)
          Generate parliament charts.
 List<BinaryContent> ParliamentMemberChartService.generateParliamentMemberCharts(AgencyData agency, ParliamentYearData parliamentYearData, List<BallotData> allBallots, ParliamentMemberData parliamentMember, List<PoliticalPartyData> allPoliticalParties, LanguageData language)
          Generate parliament member charts.
 List<BinaryContent> PoliticalPartyChartService.generatePoliticalPartyCharts(AgencyData agency, ParliamentYearData parliamentYearData, List<BallotData> allBallots, PoliticalPartyData politicalParty, LanguageData language)
          Generate political party charts.
 

Uses of BinaryContent in com.hack23.cia.service.impl.admin.chartservice.impl
 

Methods in com.hack23.cia.service.impl.admin.chartservice.impl that return BinaryContent
protected  BinaryContent AbstractChartServiceImpl.createBar3DChart(org.jfree.data.category.CategoryDataset dataset, String title, String xTitle, String yTitle, String fileName)
          Creates the bar3 d chart.
 BinaryContent ChartServiceImpl.createRecentActionsGraph(List actionEventHistory)
           
 BinaryContent ChartServiceImpl.createResponseTimeGraph(List responseTimeHistory)
           
protected  BinaryContent AbstractChartServiceImpl.createTimeSeriesChart(String title, String timeAxisLabel, String valueAxisLabel, String fileName, org.jfree.data.time.TimeSeriesCollection responseTimeByHourDataset)
          Creates the time series chart.
 

Methods in com.hack23.cia.service.impl.admin.chartservice.impl that return types with arguments of type BinaryContent
 List<BinaryContent> BallotChartServiceImpl.generateBallotCharts(AgencyData agency, BallotData ballot, List<PoliticalPartyData> politicalParties, LanguageData language)
           
 List<BinaryContent> CommitteeChartServiceImpl.generateCommitteeCharts(AgencyData agency, CommitteeData committee, List<BallotData> allBallots, List<PoliticalPartyData> allPoliticalParties, LanguageData language)
           
 List<BinaryContent> CommitteeReportChartServiceImpl.generateCommitteeReportCharts(AgencyData agency, CommitteeReportData committeeReport, List<BallotData> allBallots, List<PoliticalPartyData> allPoliticalParties, LanguageData language)
           
 List<BinaryContent> ParliamentChartServiceImpl.generateParliamentCharts(AgencyData agency, List<BallotData> ballots, List<PoliticalPartyData> politicalParties, LanguageData language)
           
 List<BinaryContent> ParliamentMemberChartServiceImpl.generateParliamentMemberCharts(AgencyData agency, ParliamentYearData parliamentYearData, List<BallotData> ballots, ParliamentMemberData parliamentMember, List<PoliticalPartyData> politicalParties, LanguageData language)
           
 List<BinaryContent> PoliticalPartyChartServiceImpl.generatePoliticalPartyCharts(AgencyData agency, ParliamentYearData parliamentYearData, List<BallotData> ballots, PoliticalPartyData politicalParty, LanguageData language)
           
 

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

Methods in com.hack23.cia.service.impl.common that return BinaryContent
 BinaryContent ParliamentService.getGraph(ParliamentChart chart, BallotData ballot, LanguageData language)
          Gets the graph.
 BinaryContent ParliamentServiceImpl.getGraph(ParliamentChart chart, BallotData ballot, LanguageData language)
           
 BinaryContent ParliamentService.getGraph(ParliamentChart summary, CommitteeReportData committeeReport, LanguageData language)
          Gets the graph.
 BinaryContent ParliamentServiceImpl.getGraph(ParliamentChart chart, CommitteeReportData committeeReport, LanguageData language)
           
 BinaryContent ParliamentService.getGraph(ParliamentChart chart, LanguageData language)
          Gets the graph.
 BinaryContent ParliamentServiceImpl.getGraph(ParliamentChart chart, LanguageData language)
           
 BinaryContent ParliamentService.getGraph(ParliamentChart chart, ParliamentMemberData parliamentMember, LanguageData language)
          Gets the graph.
 BinaryContent ParliamentServiceImpl.getGraph(ParliamentChart chart, ParliamentMemberData parliamentMember, LanguageData language)
           
 BinaryContent ParliamentService.getGraph(ParliamentChart summary, PoliticalPartyData politicalParty, LanguageData language)
          Gets the graph.
 BinaryContent ParliamentServiceImpl.getGraph(ParliamentChart chart, PoliticalPartyData politicalParty, LanguageData language)
           
 

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

Methods in com.hack23.cia.service.impl.commondao.api that return BinaryContent
 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
 BinaryContent ResourceDAOImpl.getImageContentByFileName(String fileName)
           
 



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