|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
---|
Modifier and Type | Method and Description |
---|---|
BinaryContent |
ApplicationContentModelFactory.createImageContent()
Creates a new ApplicationContentModel object. |
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 |
---|
Modifier and Type | Class and Description |
---|---|
class |
ImageContent
The Class ImageContent. |
Uses of BinaryContent in com.hack23.cia.service.api.content |
---|
Modifier and Type | Method and Description |
---|---|
BinaryContent |
ImageContentResponse.getImageContent()
Gets the image content. |
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 |
---|
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 |
---|
Modifier and Type | Method and Description |
---|---|
BinaryContent |
ResourceDAOImpl.getImageContentByFileName(String fileName)
|
Uses of BinaryContent in com.hack23.cia.service.impl.content |
---|
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 |
---|
Modifier and Type | Method and Description |
---|---|
void |
AgentSupportService.updateChartList(List<BinaryContent> parliamentCharts)
Update chart list. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |