|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
com.hack23.cia.model.api.sweden.configuration | Provides... |
com.hack23.cia.model.api.sweden.factory | |
com.hack23.cia.model.impl.sweden.configuration | 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.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 CommitteeData in com.hack23.cia.model.api.sweden.configuration |
---|
Modifier and Type | Method and Description |
---|---|
Set<CommitteeData> |
ParliamentData.getCommitteesData()
Gets the committees data. |
Modifier and Type | Method and Description |
---|---|
void |
ParliamentData.addCommitteeData(CommitteeData committee)
Adds the committee data. |
boolean |
ParliamentData.containsCommittee(CommitteeData committee)
Contains committee. |
Uses of CommitteeData in com.hack23.cia.model.api.sweden.factory |
---|
Modifier and Type | Method and Description |
---|---|
CommitteeData |
SwedenModelFactory.createCommitteeData(String name,
String shortCode)
Creates a new SwedenModel object. |
Modifier and Type | Method and Description |
---|---|
Class<? extends CommitteeData> |
SwedenModelFactory.getCommitteeDataSpec()
Gets the committee data spec. |
Uses of CommitteeData in com.hack23.cia.model.impl.sweden.configuration |
---|
Modifier and Type | Class and Description |
---|---|
class |
Committee
The Class Committee. |
Modifier and Type | Method and Description |
---|---|
Set<CommitteeData> |
Parliament.getCommitteesData()
|
Modifier and Type | Method and Description |
---|---|
void |
Parliament.addCommitteeData(CommitteeData committee)
|
boolean |
Parliament.containsCommittee(CommitteeData committee)
|
Uses of CommitteeData in com.hack23.cia.model.impl.sweden.factory |
---|
Modifier and Type | Method and Description |
---|---|
CommitteeData |
SwedenModelFactoryImpl.createCommitteeData(String name,
String shortCode)
|
Modifier and Type | Method and Description |
---|---|
Class<? extends CommitteeData> |
SwedenModelFactoryImpl.getCommitteeDataSpec()
|
Uses of CommitteeData in com.hack23.cia.service.impl.commondao.api |
---|
Modifier and Type | Method and Description |
---|---|
CommitteeData |
CommitteeDAO.findByName(String name)
Find by name. |
CommitteeData |
CommitteeDAO.findByShortCode(String parseCommitteeName)
Find by short code. |
Uses of CommitteeData in com.hack23.cia.service.impl.commondao.impl |
---|
Modifier and Type | Method and Description |
---|---|
CommitteeData |
CommitteeDAOImpl.findByName(String name)
|
CommitteeData |
CommitteeDAOImpl.findByShortCode(String shortCode)
|
Uses of CommitteeData in com.hack23.cia.service.impl.control.agent.sweden.api |
---|
Modifier and Type | Method and Description |
---|---|
List<CommitteeData> |
CommitteeReportAgentSupportService.getCommittees(ParliamentYearData parliamentYearData)
Gets the committees. |
List<CommitteeData> |
CommitteeAgent.getCurrentList()
Gets the current list. |
Modifier and Type | Method and Description |
---|---|
void |
CommitteeAgentSupportService.addIfNotExist(CommitteeData committee)
Adds the if not exist. |
Modifier and Type | Method and Description |
---|---|
List<CommitteeReportData> |
CommitteeReportAgent.getList(ParliamentYearData parliamentYear,
List<CommitteeData> committees)
Gets the list. |
Uses of CommitteeData in com.hack23.cia.service.impl.control.agent.sweden.impl.agents |
---|
Modifier and Type | Method and Description |
---|---|
List<CommitteeData> |
CommitteeAgentImpl.getCurrentList()
|
Modifier and Type | Method and Description |
---|---|
List<CommitteeReportData> |
CommitteeReportAgentImpl.getList(ParliamentYearData parliamentYear,
List<CommitteeData> committees)
|
Uses of CommitteeData in com.hack23.cia.service.impl.control.agent.sweden.impl.service |
---|
Modifier and Type | Method and Description |
---|---|
List<CommitteeData> |
CommitteeReportAgentSupportServiceImpl.getCommittees(ParliamentYearData parliamentYearData)
Gets the committees. |
Modifier and Type | Method and Description |
---|---|
void |
CommitteeAgentSupportServiceImpl.addIfNotExist(CommitteeData committee)
|
Uses of CommitteeData in com.hack23.cia.web.impl.ui.container.content |
---|
Modifier and Type | Method and Description |
---|---|
protected GenericUserInterfaceLoaderService<CommitteeData> |
HierarchicalContentContainer.getCommitteeService()
Gets the committee service. |
Uses of CommitteeData in com.hack23.cia.web.impl.ui.form.content |
---|
Constructor and Description |
---|
CommitteeForm(UserSessionDto userSessionDTO,
CommitteeData committee)
Instantiates a new committee form. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |