|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Committee | |
|---|---|
| com.hack23.cia.model.sweden.impl | The entity model related to Swedish parliament members votes. |
| com.hack23.cia.service.api.common | Service API common request/response objects. |
| com.hack23.cia.service.impl.admin.agent.sweden.api | Swedish Parliament data agent interfaces. |
| com.hack23.cia.service.impl.admin.agent.sweden.impl | Swedish Parliament data agent implementations. |
| com.hack23.cia.service.impl.common | Common service implementations. |
| com.hack23.cia.web.views.form.admin | Admin Forms for objects in the model. |
| Uses of Committee in com.hack23.cia.model.sweden.impl |
|---|
| Methods in com.hack23.cia.model.sweden.impl that return Committee | |
|---|---|
Committee |
CommitteeReport.getCommittee()
Gets the committee. |
Committee |
Parliament.getCommitteeById(Long id)
Gets the committee by id. |
| Methods in com.hack23.cia.model.sweden.impl that return types with arguments of type Committee | |
|---|---|
Set<Committee> |
Parliament.getCommittees()
Gets the committees. |
| Methods in com.hack23.cia.model.sweden.impl with parameters of type Committee | |
|---|---|
void |
CommitteeReport.setCommittee(Committee committee)
Sets the committee. |
| Method parameters in com.hack23.cia.model.sweden.impl with type arguments of type Committee | |
|---|---|
void |
Parliament.setCommittees(Set<Committee> committees)
Sets the committees. |
| Uses of Committee in com.hack23.cia.service.api.common |
|---|
| Methods in com.hack23.cia.service.api.common that return Committee | |
|---|---|
Committee |
ParliamentService.loadCommittee(Long id)
Load committee. |
Committee |
ParliamentService.loadCommitteeById(Long id)
Load committee by id. |
| Methods in com.hack23.cia.service.api.common that return types with arguments of type Committee | |
|---|---|
Set<Committee> |
ParliamentService.getCommittees()
Gets the committees. |
| Uses of Committee in com.hack23.cia.service.impl.admin.agent.sweden.api |
|---|
| Methods in com.hack23.cia.service.impl.admin.agent.sweden.api that return types with arguments of type Committee | |
|---|---|
List<Committee> |
CommitteeAgent.getCurrentList()
Gets the current list. |
| Uses of Committee in com.hack23.cia.service.impl.admin.agent.sweden.impl |
|---|
| Methods in com.hack23.cia.service.impl.admin.agent.sweden.impl that return types with arguments of type Committee | |
|---|---|
List<Committee> |
CommitteeAgentImpl.getCurrentList()
|
| Uses of Committee in com.hack23.cia.service.impl.common |
|---|
| Methods in com.hack23.cia.service.impl.common that return Committee | |
|---|---|
Committee |
ParliamentServiceImpl.loadCommittee(Long id)
|
Committee |
ParliamentServiceImpl.loadCommitteeById(Long id)
|
| Methods in com.hack23.cia.service.impl.common that return types with arguments of type Committee | |
|---|---|
Set<Committee> |
ParliamentServiceImpl.getCommittees()
|
| Uses of Committee in com.hack23.cia.web.views.form.admin |
|---|
| Constructors in com.hack23.cia.web.views.form.admin with parameters of type Committee | |
|---|---|
CommitteeForm(UserSessionDTO userSessionDTO,
Committee committee)
Instantiates a new committee form. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||