Uses of Class
com.hack23.cia.model.external.worldbank.data.impl.Data

Packages that use Data
com.hack23.cia.model.external.worldbank.data.impl   
com.hack23.cia.service.component.agent.impl.worldbank   
com.hack23.cia.service.external.worldbank.api   
com.hack23.cia.service.external.worldbank.impl   
 

Uses of Data in com.hack23.cia.model.external.worldbank.data.impl
 

Fields in com.hack23.cia.model.external.worldbank.data.impl with type parameters of type Data
static javax.persistence.metamodel.SingularAttribute<Data,Country> Data_.country
           
static javax.persistence.metamodel.ListAttribute<DataElement,Data> DataElement_.data
           
protected  List<Data> DataElement.data
           
static javax.persistence.metamodel.SingularAttribute<Data,Integer> Data_.hashCode
           
static javax.persistence.metamodel.SingularAttribute<Data,Long> Data_.hjid
           
static javax.persistence.metamodel.SingularAttribute<Data,Indicator> Data_.indicator
           
static javax.persistence.metamodel.SingularAttribute<Data,String> Data_.value
           
static javax.persistence.metamodel.SingularAttribute<Data,Integer> Data_.year
           
 

Methods in com.hack23.cia.model.external.worldbank.data.impl that return Data
 Data ObjectFactory.createData()
          Create an instance of Data
 Data Data.withCountry(Country value)
           
 Data Data.withIndicator(Indicator value)
           
 Data Data.withValue(String value)
           
 Data Data.withYear(Integer value)
           
 

Methods in com.hack23.cia.model.external.worldbank.data.impl that return types with arguments of type Data
 List<Data> DataElement.getData()
          Gets the value of the data property.
 

Methods in com.hack23.cia.model.external.worldbank.data.impl with parameters of type Data
 DataElement DataElement.withData(Data... values)
           
 

Method parameters in com.hack23.cia.model.external.worldbank.data.impl with type arguments of type Data
 void DataElement.setData(List<Data> data)
           
 DataElement DataElement.withData(Collection<Data> values)
           
 DataElement DataElement.withData(List<Data> data)
           
 

Uses of Data in com.hack23.cia.service.component.agent.impl.worldbank
 

Method parameters in com.hack23.cia.service.component.agent.impl.worldbank with type arguments of type Data
 void WorldbankImportServiceImpl.updateData(List<Data> data)
           
 void WorldbankImportService.updateData(List<Data> data)
          Update data.
 

Uses of Data in com.hack23.cia.service.external.worldbank.api
 

Methods in com.hack23.cia.service.external.worldbank.api that return types with arguments of type Data
 List<Data> WorldBankApi.getData(String countryCode, String indicatorId)
          Gets the data.
 

Uses of Data in com.hack23.cia.service.external.worldbank.impl
 

Methods in com.hack23.cia.service.external.worldbank.impl that return types with arguments of type Data
 List<Data> WorldbankApiImpl.getData(String countryCode, String indicatorId)
           
 



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