|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
com.hack23.cia.model.api.application.content | Provides... |
com.hack23.cia.model.api.sweden.configuration | Provides... |
com.hack23.cia.model.api.sweden.factory | |
com.hack23.cia.model.impl.sweden.content | Provides... |
com.hack23.cia.model.impl.sweden.factory | |
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. |
com.hack23.cia.service.impl.control.agent.sweden.impl.agents | Swedish Parliament data agent implementations. |
com.hack23.cia.service.impl.control.agent.sweden.impl.service | Provides... |
com.hack23.cia.web.impl.ui.container.content | Provides... |
com.hack23.cia.web.impl.ui.form.content | Provides... |
Uses of BallotData in com.hack23.cia.model.api.application.content |
---|
Modifier and Type | Method and Description |
---|---|
static String |
ParliamentChart.getFileName(ParliamentChart chart,
ParliamentYearData parliamentYearData,
BallotData ballot,
LanguageData language)
Gets the file name. |
Uses of BallotData in com.hack23.cia.model.api.sweden.configuration |
---|
Modifier and Type | Method and Description |
---|---|
BallotData |
VoteData.getBallotData()
Gets the ballot data. |
Modifier and Type | Method and Description |
---|---|
List<BallotData> |
CommitteeReportData.getBallotsData()
Gets the ballots data. |
Modifier and Type | Method and Description |
---|---|
void |
CommitteeReportData.addBallotData(BallotData ballot)
Adds the ballot data. |
void |
VoteData.setBallotData(BallotData ballot)
Sets the ballot data. |
Uses of BallotData in com.hack23.cia.model.api.sweden.factory |
---|
Modifier and Type | Method and Description |
---|---|
BallotData |
SwedenModelFactory.createBallotData()
Creates a new SwedenModel object. |
Modifier and Type | Method and Description |
---|---|
Class<? extends BallotData> |
SwedenModelFactory.getBallotDataSpec()
Gets the ballot data spec. |
Uses of BallotData in com.hack23.cia.model.impl.sweden.content |
---|
Modifier and Type | Class and Description |
---|---|
class |
Ballot
The Class Ballot. |
Modifier and Type | Method and Description |
---|---|
BallotData |
Vote.getBallotData()
|
Modifier and Type | Method and Description |
---|---|
List<BallotData> |
CommitteeReport.getBallotsData()
|
Modifier and Type | Method and Description |
---|---|
void |
CommitteeReport.addBallotData(BallotData ballot)
|
void |
Vote.setBallotData(BallotData ballot)
|
Uses of BallotData in com.hack23.cia.model.impl.sweden.factory |
---|
Modifier and Type | Method and Description |
---|---|
BallotData |
SwedenModelFactoryImpl.createBallotData()
|
Modifier and Type | Method and Description |
---|---|
Class<? extends BallotData> |
SwedenModelFactoryImpl.getBallotDataSpec()
|
Uses of BallotData in com.hack23.cia.service.impl.commondao.api |
---|
Modifier and Type | Method and Description |
---|---|
BallotData |
BallotDAO.getLast()
Gets the last. |
Modifier and Type | Method and Description |
---|---|
List<BallotData> |
BallotDAO.getAll(ParliamentYearData parliamentYearData)
Gets the all. |
List<BallotData> |
BallotDAO.getAllCompleted(ParliamentYearData parliamentYearData)
Gets the all completed. |
List<BallotData> |
BallotDAO.getAllCreated(ParliamentYearData parliamentYearData)
Gets the all created. |
List<BallotData> |
BallotDAO.getAllOrderedByWeek()
Gets the all ordered by week. |
Uses of BallotData in com.hack23.cia.service.impl.commondao.impl |
---|
Modifier and Type | Method and Description |
---|---|
BallotData |
BallotDAOImpl.getLast()
|
Modifier and Type | Method and Description |
---|---|
List<BallotData> |
BallotDAOImpl.getAll(ParliamentYearData parliamentYearData)
|
List<BallotData> |
BallotDAOImpl.getAllCompleted(ParliamentYearData parliamentYearData)
|
List<BallotData> |
BallotDAOImpl.getAllCreated(ParliamentYearData parliamentYearData)
|
List<BallotData> |
BallotDAOImpl.getAllOrderedByWeek()
|
Uses of BallotData in com.hack23.cia.service.impl.content |
---|
Modifier and Type | Method and Description |
---|---|
BallotData |
ParliamentContentService.loadBallotById(Long ballotId)
Load ballot by id. |
BallotData |
ParliamentContentServiceImpl.loadBallotById(Long ballotId)
Load ballot by id. |
Modifier and Type | Method and Description |
---|---|
List<BallotData> |
ParliamentContentServiceImpl.getBallots()
Gets the ballots. |
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)
|
Uses of BallotData in com.hack23.cia.service.impl.control.agent.sweden.api |
---|
Modifier and Type | Method and Description |
---|---|
BallotData |
BallotAgentSupportService.addBallotInformation(Long ballotId,
List<VoteData> list)
Adds the ballot information. |
Modifier and Type | Method and Description |
---|---|
List<BallotData> |
BallotAgent.findBallots(CommitteeReportData commiteeReport)
Find ballots. |
List<BallotData> |
BallotAgentSupportService.getAllBallots(ParliamentYearData parliamentYearData)
Gets the all ballots. |
List<BallotData> |
BallotAgentSupportService.getAllCompletedBallotar(ParliamentYearData parliamentYearData)
Gets the all completed ballotar. |
List<BallotData> |
BallotAgentSupportService.getAllCreatedBallotar(ParliamentYearData parliamentYearData)
Gets the all created ballotar. |
Modifier and Type | Method and Description |
---|---|
List<VoteData> |
BallotAgent.getVoteResult(BallotData ballot)
Gets the vote result. |
Modifier and Type | Method and Description |
---|---|
void |
CommitteeReportAgentSupportService.addCommitteeReportInformation(Long id,
Date decidedDateIfAny,
List<BallotData> findVotedballots)
Adds the committee report information. |
Uses of BallotData in com.hack23.cia.service.impl.control.agent.sweden.impl.agents |
---|
Modifier and Type | Method and Description |
---|---|
List<BallotData> |
BallotAgentImpl.findBallots(CommitteeReportData commiteeReport)
Find ballots. |
Modifier and Type | Method and Description |
---|---|
List<VoteData> |
BallotAgentImpl.getVoteResult(BallotData ballot)
Gets the vote result. |
Uses of BallotData in com.hack23.cia.service.impl.control.agent.sweden.impl.service |
---|
Modifier and Type | Method and Description |
---|---|
BallotData |
BallotAgentSupportServiceImpl.addBallotInformation(Long ballotId,
List<VoteData> voteResult)
Adds the ballot information. |
Modifier and Type | Method and Description |
---|---|
List<BallotData> |
BallotAgentSupportServiceImpl.getAllBallots(ParliamentYearData parliamentYearData)
Gets the all ballots. |
List<BallotData> |
BallotAgentSupportServiceImpl.getAllCompletedBallotar(ParliamentYearData parliamentYearData)
Gets the all completed ballotar. |
List<BallotData> |
BallotAgentSupportServiceImpl.getAllCreatedBallotar(ParliamentYearData parliamentYearData)
Gets the all created ballotar. |
Modifier and Type | Method and Description |
---|---|
void |
CommitteeReportAgentSupportServiceImpl.addCommitteeReportInformation(Long id,
Date decidedDateIfAny,
List<BallotData> findVotedballot)
Adds the committee report information. |
Uses of BallotData in com.hack23.cia.web.impl.ui.container.content |
---|
Modifier and Type | Method and Description |
---|---|
protected GenericUserInterfaceLoaderService<BallotData> |
HierarchicalContentContainer.getBallotLoaderService()
Gets the ballot loader service. |
Uses of BallotData in com.hack23.cia.web.impl.ui.form.content |
---|
Constructor and Description |
---|
BallotForm(UserSessionDto userSessionDTO,
BallotData ballot)
Instantiates a new ballot form. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |