com.hack23.cia.service.impl.agent.sweden
Class CommitteeAgentImpl

Package class diagram package CommitteeAgentImpl
java.lang.Object
  extended by com.hack23.cia.service.impl.agent.sweden.AbstractParliamentDataAgentImpl<Committee>
      extended by com.hack23.cia.service.impl.agent.sweden.CommitteeAgentImpl
All Implemented Interfaces:
Agent, ModelObject, SoftwareAgent<Committee>, AbstractAdminDataAgent<Committee>, AbstractAdminSoftwareAgent<Committee>, AbstractParliamentDataAgent<Committee>, CommitteeAgent, Serializable

public class CommitteeAgentImpl
extends AbstractParliamentDataAgentImpl<Committee>
implements CommitteeAgent

The Class CommitteeAgentImpl.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.hack23.cia.service.impl.agent.sweden.AbstractParliamentDataAgentImpl
webClient
 
Constructor Summary
protected CommitteeAgentImpl(com.gargoylesoftware.htmlunit.WebClient webClient)
          Instantiates a new committee agent impl.
 
Method Summary
 List<Committee> getCurrentList()
          Gets the current list.
 boolean isNew()
          Checks if is new.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommitteeAgentImpl

protected CommitteeAgentImpl(com.gargoylesoftware.htmlunit.WebClient webClient)
Instantiates a new committee agent impl.

Parameters:
webClient - the web client
Method Detail

getCurrentList

public final List<Committee> getCurrentList()
                                     throws Exception
Description copied from interface: CommitteeAgent
Gets the current list.

Specified by:
getCurrentList in interface CommitteeAgent
Returns:
the current list
Throws:
Exception - the exception

isNew

public boolean isNew()
Description copied from interface: ModelObject
Checks if is new.

Specified by:
isNew in interface ModelObject
Overrides:
isNew in class AbstractParliamentDataAgentImpl<Committee>
Returns:
true, if is new


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