com.hack23.cia.service.impl.control.agent.sweden.impl.agents
Class GovernmentDepartmentAgentImpl

Package class diagram package GovernmentDepartmentAgentImpl
java.lang.Object
  extended by com.hack23.cia.service.impl.control.agent.sweden.impl.agents.GovernmentDepartmentAgentImpl
All Implemented Interfaces:
GovernmentDepartmentAgent, org.springframework.context.ApplicationContextAware

public class GovernmentDepartmentAgentImpl
extends Object
implements GovernmentDepartmentAgent, org.springframework.context.ApplicationContextAware

The Class GovernmentDepartmentAgentImpl.


Constructor Summary
Constructor and Description
GovernmentDepartmentAgentImpl(SwedenModelFactory swedenModelFactory)
          Instantiates a new government department agent impl.
 
Method Summary
Modifier and Type Method and Description
 Collection<List<DepartmentData>> getAll()
          Gets the all.
 void init()
          Inits the.
 void setApplicationContext(org.springframework.context.ApplicationContext arg0)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GovernmentDepartmentAgentImpl

public GovernmentDepartmentAgentImpl(SwedenModelFactory swedenModelFactory)
                              throws Exception
Instantiates a new government department agent impl.

Parameters:
swedenModelFactory - the sweden model factory
Throws:
Exception - the exception
Method Detail

init

@PostConstruct
public final void init()
                throws Exception
Inits the.

Throws:
Exception - the exception

setApplicationContext

public final void setApplicationContext(org.springframework.context.ApplicationContext arg0)
Specified by:
setApplicationContext in interface org.springframework.context.ApplicationContextAware

getAll

public Collection<List<DepartmentData>> getAll()
Description copied from interface: GovernmentDepartmentAgent
Gets the all.

Specified by:
getAll in interface GovernmentDepartmentAgent
Returns:
the all


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