com.hack23.cia.service.impl.admin.agent.sweden.api
Interface CommitteeReportAgent

Package class diagram package CommitteeReportAgent
All Superinterfaces:
AbstractAdminAgent, AbstractAdminDataAgent<CommitteeReportData>, Agent, GenericParliamentDataAgent<CommitteeReportData>, ModelObject, SoftwareAgent
All Known Implementing Classes:
CommitteeReportAgentImpl

public interface CommitteeReportAgent
extends GenericParliamentDataAgent<CommitteeReportData>

The Interface CommitteeReportAgent.


Method Summary
 Date getDecidedDateIfAny(CommitteeReportData commiteeReport)
          Gets the decided date if any.
 List<CommitteeReportData> getList(ParliamentYearData parliamentYear, List<CommitteeData> committees)
          Gets the list.
 

Method Detail

getDecidedDateIfAny

Date getDecidedDateIfAny(CommitteeReportData commiteeReport)
Gets the decided date if any.

Parameters:
commiteeReport - the commitee report
Returns:
the decided date if any

getList

List<CommitteeReportData> getList(ParliamentYearData parliamentYear,
                                  List<CommitteeData> committees)
Gets the list.

Parameters:
parliamentYear - the parliament year
committees - the committees
Returns:
the list


Copyright © 2008-2009 www.hack23.com. All Rights Reserved.