|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Countrydetails in com.hack23.cia.model.external.itsyourparliament.countries.impl |
---|
Fields in com.hack23.cia.model.external.itsyourparliament.countries.impl with type parameters of type Countrydetails | |
---|---|
static javax.persistence.metamodel.SingularAttribute<Countrydetails,String> |
Countrydetails_.country
|
static javax.persistence.metamodel.SingularAttribute<Countrydetails,String> |
Countrydetails_.countrycode
|
static javax.persistence.metamodel.ListAttribute<CountriesEuElement,Countrydetails> |
CountriesEuElement_.countrydetails
|
protected List<Countrydetails> |
CountriesEuElement.countrydetails
|
static javax.persistence.metamodel.SingularAttribute<Countrydetails,BigInteger> |
Countrydetails_.countryid
|
static javax.persistence.metamodel.SingularAttribute<Countrydetails,String> |
Countrydetails_.countryinfo
|
static javax.persistence.metamodel.SingularAttribute<Countrydetails,String> |
Countrydetails_.countryprofile
|
static javax.persistence.metamodel.SingularAttribute<Countrydetails,Boolean> |
Countrydetails_.currentPeriod
|
static javax.persistence.metamodel.SingularAttribute<Countrydetails,Integer> |
Countrydetails_.hashCode
|
static javax.persistence.metamodel.SingularAttribute<Countrydetails,Long> |
Countrydetails_.hjid
|
static javax.persistence.metamodel.SingularAttribute<Countrydetails,String> |
Countrydetails_.parliamentPeriod
|
static javax.persistence.metamodel.SingularAttribute<Countrydetails,BigInteger> |
Countrydetails_.seats
|
Methods in com.hack23.cia.model.external.itsyourparliament.countries.impl that return Countrydetails | |
---|---|
Countrydetails |
ObjectFactory.createCountrydetails()
Create an instance of Countrydetails |
Countrydetails |
Countrydetails.withCountry(String value)
|
Countrydetails |
Countrydetails.withCountrycode(String value)
|
Countrydetails |
Countrydetails.withCountryid(BigInteger value)
|
Countrydetails |
Countrydetails.withCountryinfo(String value)
|
Countrydetails |
Countrydetails.withCountryprofile(String value)
|
Countrydetails |
Countrydetails.withCurrentPeriod(boolean value)
|
Countrydetails |
Countrydetails.withParliamentPeriod(String value)
|
Countrydetails |
Countrydetails.withSeats(BigInteger value)
|
Methods in com.hack23.cia.model.external.itsyourparliament.countries.impl that return types with arguments of type Countrydetails | |
---|---|
List<Countrydetails> |
CountriesEuElement.getCountrydetails()
Gets the value of the countrydetails property. |
Methods in com.hack23.cia.model.external.itsyourparliament.countries.impl with parameters of type Countrydetails | |
---|---|
CountriesEuElement |
CountriesEuElement.withCountrydetails(Countrydetails... values)
|
Method parameters in com.hack23.cia.model.external.itsyourparliament.countries.impl with type arguments of type Countrydetails | |
---|---|
void |
CountriesEuElement.setCountrydetails(List<Countrydetails> countrydetails)
|
CountriesEuElement |
CountriesEuElement.withCountrydetails(Collection<Countrydetails> values)
|
CountriesEuElement |
CountriesEuElement.withCountrydetails(List<Countrydetails> countrydetails)
|
Uses of Countrydetails in com.hack23.cia.model.internal.application.data.impl |
---|
Fields in com.hack23.cia.model.internal.application.data.impl declared as Countrydetails | |
---|---|
protected Countrydetails |
AggregatedCountryData.euMember
|
Fields in com.hack23.cia.model.internal.application.data.impl with type parameters of type Countrydetails | |
---|---|
static javax.persistence.metamodel.SingularAttribute<AggregatedCountryData,Countrydetails> |
AggregatedCountryData_.euMember
|
Methods in com.hack23.cia.model.internal.application.data.impl that return Countrydetails | |
---|---|
Countrydetails |
AggregatedCountryData.getEuMember()
Gets the value of the euMember property. |
Methods in com.hack23.cia.model.internal.application.data.impl with parameters of type Countrydetails | |
---|---|
void |
AggregatedCountryData.setEuMember(Countrydetails value)
Sets the value of the euMember property. |
AggregatedCountryData |
AggregatedCountryData.withEuMember(Countrydetails value)
|
Uses of Countrydetails in com.hack23.cia.service.component.agent.impl.itsyourparliamenteu |
---|
Methods in com.hack23.cia.service.component.agent.impl.itsyourparliamenteu with parameters of type Countrydetails | |
---|---|
void |
ItsyourParliamentEuImportServiceImpl.updateCountrydetails(Countrydetails country)
|
void |
ItsyourParliamentEuImportService.updateCountrydetails(Countrydetails country)
Update countrydetails. |
Uses of Countrydetails in com.hack23.cia.service.external.itsyourparliament.api |
---|
Methods in com.hack23.cia.service.external.itsyourparliament.api that return types with arguments of type Countrydetails | |
---|---|
List<Countrydetails> |
ItsYourParliamentEuApi.getCountries(String accessKey,
boolean current)
Gets the countries. |
Uses of Countrydetails in com.hack23.cia.service.external.itsyourparliament.impl |
---|
Methods in com.hack23.cia.service.external.itsyourparliament.impl that return types with arguments of type Countrydetails | |
---|---|
List<Countrydetails> |
ItsYourParliamentEuApiImpl.getCountries(String accessKey,
boolean current)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |