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

Package class diagram package ParliamentYearAgent
All Superinterfaces:
AbstractAdminDataAgent<ParliamentYear>, AbstractAdminSoftwareAgent<ParliamentYear>, AbstractParliamentDataAgent<ParliamentYear>, Agent, ModelObject, Serializable, SoftwareAgent<ParliamentYear>
All Known Implementing Classes:
ParliamentYearAgentImpl

public interface ParliamentYearAgent
extends AbstractParliamentDataAgent<ParliamentYear>

The Interface ParliamentYearAgent.


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

Method Detail

getCurrent

ParliamentYear getCurrent()
                          throws Exception
Gets the current.

Returns:
the current
Throws:
Exception - the exception

getCurrentList

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

Returns:
the current list
Throws:
Exception - the exception

getNext

ParliamentYear getNext()
                       throws Exception
Gets the next.

Returns:
the next
Throws:
Exception - the exception

getPrevious

ParliamentYear getPrevious()
                           throws Exception
Gets the previous.

Returns:
the previous
Throws:
Exception - the exception


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