com.hack23.cia.service.impl.agent.sweden
Interface ElectionAgent

Package class diagram package ElectionAgent
All Superinterfaces:
AbstractAdminDataAgent<Election>, AbstractAdminSoftwareAgent<Election>, AbstractParliamentDataAgent<Election>, Agent, ModelObject, Serializable, SoftwareAgent<Election>
All Known Implementing Classes:
ElectionAgentImpl

public interface ElectionAgent
extends AbstractParliamentDataAgent<Election>

The Interface ElectionAgent.


Method Summary
 Election getCurrent()
          Gets the current.
 List<Election> getCurrentList()
          Gets the current list.
 Election getNext()
          Gets the next.
 Election getPrevious()
          Gets the previous.
 
Methods inherited from interface com.hack23.cia.model.core.api.ModelObject
isNew
 

Method Detail

getCurrent

Election getCurrent()
                    throws Exception
Gets the current.

Returns:
the current
Throws:
Exception - the exception

getCurrentList

List<Election> getCurrentList()
                              throws Exception
Gets the current list.

Returns:
the current list
Throws:
Exception - the exception

getNext

Election getNext()
                 throws Exception
Gets the next.

Returns:
the next
Throws:
Exception - the exception

getPrevious

Election getPrevious()
                     throws Exception
Gets the previous.

Returns:
the previous
Throws:
Exception - the exception


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