Uses of Class
com.hack23.cia.model.internal.application.data.impl.AggregatedCountryData

Packages that use AggregatedCountryData
com.hack23.cia.model.internal.application.data.impl   
com.hack23.cia.model.internal.application.user.impl   
com.hack23.cia.service.impl   
com.hack23.cia.web.impl.ui.page.user Provides... 
 

Uses of AggregatedCountryData in com.hack23.cia.model.internal.application.data.impl
 

Fields in com.hack23.cia.model.internal.application.data.impl with type parameters of type AggregatedCountryData
static javax.persistence.metamodel.SingularAttribute<AggregatedCountryData,CountryElement> AggregatedCountryData_.country
           
static javax.persistence.metamodel.SingularAttribute<AggregatedCountryData,Countrydetails> AggregatedCountryData_.euMember
           
static javax.persistence.metamodel.SingularAttribute<AggregatedCountryData,Integer> AggregatedCountryData_.hashCode
           
static javax.persistence.metamodel.SingularAttribute<AggregatedCountryData,Long> AggregatedCountryData_.hjid
           
static javax.persistence.metamodel.SingularAttribute<AggregatedCountryData,CountryMetaDataType> AggregatedCountryData_.type
           
 

Methods in com.hack23.cia.model.internal.application.data.impl that return AggregatedCountryData
 AggregatedCountryData ObjectFactory.createAggregatedCountryData()
          Create an instance of AggregatedCountryData
 AggregatedCountryData AggregatedCountryData.withCountry(CountryElement value)
           
 AggregatedCountryData AggregatedCountryData.withEuMember(Countrydetails value)
           
 AggregatedCountryData AggregatedCountryData.withType(CountryMetaDataType value)
           
 

Uses of AggregatedCountryData in com.hack23.cia.model.internal.application.user.impl
 

Fields in com.hack23.cia.model.internal.application.user.impl declared as AggregatedCountryData
protected  AggregatedCountryData User.country
           
 

Fields in com.hack23.cia.model.internal.application.user.impl with type parameters of type AggregatedCountryData
static javax.persistence.metamodel.SingularAttribute<User,AggregatedCountryData> User_.country
           
 

Methods in com.hack23.cia.model.internal.application.user.impl that return AggregatedCountryData
 AggregatedCountryData User.getCountry()
          Gets the value of the country property.
 

Methods in com.hack23.cia.model.internal.application.user.impl with parameters of type AggregatedCountryData
 void User.setCountry(AggregatedCountryData value)
          Sets the value of the country property.
 User User.withCountry(AggregatedCountryData value)
           
 

Uses of AggregatedCountryData in com.hack23.cia.service.impl
 

Methods in com.hack23.cia.service.impl that return AggregatedCountryData
 AggregatedCountryData AggregatedCountryDataContainer.load(String id)
           
 

Methods in com.hack23.cia.service.impl that return types with arguments of type AggregatedCountryData
 List<AggregatedCountryData> AggregatedCountryDataContainer.getAll()
           
 

Uses of AggregatedCountryData in com.hack23.cia.web.impl.ui.page.user
 

Methods in com.hack23.cia.web.impl.ui.page.user with parameters of type AggregatedCountryData
 void WorldBankIndicatorCountryPanel.update(AggregatedCountryData country)
          Update.
 void AggregatedBugsDataPanel.update(AggregatedCountryData country)
          Update.
 void AggregatedCountryDataPanel.update(AggregatedCountryData countryData)
          Update.
 



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