|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParliamentChart | |
---|---|
com.hack23.cia.model.api.application | Application interfaces for objects in the model. |
com.hack23.cia.service.impl.common | Common service implementations. |
Uses of ParliamentChart in com.hack23.cia.model.api.application |
---|
Methods in com.hack23.cia.model.api.application that return ParliamentChart | |
---|---|
static ParliamentChart |
ParliamentChart.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ParliamentChart[] |
ParliamentChart.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.hack23.cia.model.api.application with parameters of type ParliamentChart | |
---|---|
static String |
ParliamentChart.getFileName(ParliamentChart chart,
ParliamentYearData parliamentYearData,
BallotData ballot,
LanguageData language)
Gets the file name. |
static String |
ParliamentChart.getFileName(ParliamentChart chart,
ParliamentYearData parliamentYearData,
CommitteeReportData committeeReport,
LanguageData language)
Gets the file name. |
static String |
ParliamentChart.getFileName(ParliamentChart chart,
ParliamentYearData parliamentYearData,
LanguageData language)
Gets the file name. |
static String |
ParliamentChart.getFileName(ParliamentChart chart,
ParliamentYearData parliamentYearData,
ParliamentMemberData parliamentMember,
LanguageData language)
Gets the file name. |
static String |
ParliamentChart.getFileName(ParliamentChart chart,
ParliamentYearData parliamentYearData,
PoliticalPartyData politicalParty,
LanguageData language)
Gets the file name. |
Uses of ParliamentChart in com.hack23.cia.service.impl.common |
---|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |