Uses of Interface
com.hack23.cia.model.api.sweden.configuration.DepartmentData

Packages that use DepartmentData
Package Description
com.hack23.cia.model.api.sweden.configuration Provides... 
com.hack23.cia.model.api.sweden.factory   
com.hack23.cia.model.impl.sweden.factory   
com.hack23.cia.service.impl.control.agent.sweden.impl.agents Swedish Parliament data agent implementations. 
 

Uses of DepartmentData in com.hack23.cia.model.api.sweden.configuration
 

Methods in com.hack23.cia.model.api.sweden.configuration that return types with arguments of type DepartmentData
Modifier and Type Method and Description
 Set<DepartmentData> GovernmentData.getDepartmentsData()
          Gets the departments data.
 

Methods in com.hack23.cia.model.api.sweden.configuration with parameters of type DepartmentData
Modifier and Type Method and Description
 void GovernmentData.addDepartmentData(DepartmentData Department)
          Adds the department data.
 boolean GovernmentData.containsDepartment(DepartmentData Department)
          Contains department.
 

Uses of DepartmentData in com.hack23.cia.model.api.sweden.factory
 

Methods in com.hack23.cia.model.api.sweden.factory that return DepartmentData
Modifier and Type Method and Description
 DepartmentData SwedenModelFactory.createDepartmentData(String year, String governmentDepartment)
          Creates a new SwedenModel object.
 

Uses of DepartmentData in com.hack23.cia.model.impl.sweden.factory
 

Methods in com.hack23.cia.model.impl.sweden.factory that return DepartmentData
Modifier and Type Method and Description
 DepartmentData SwedenModelFactoryImpl.createDepartmentData(String year, String governmentDepartment)
           
 

Uses of DepartmentData in com.hack23.cia.service.impl.control.agent.sweden.impl.agents
 

Methods in com.hack23.cia.service.impl.control.agent.sweden.impl.agents that return types with arguments of type DepartmentData
Modifier and Type Method and Description
 Collection<List<DepartmentData>> GovernmentDepartmentAgentImpl.getAll()
           
 Collection<List<DepartmentData>> GovernmentDepartmentAgent.getAll()
          Gets the all.
 



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