|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of VoteData in com.hack23.cia.model.external.riksdagen.votering.impl |
---|
Fields in com.hack23.cia.model.external.riksdagen.votering.impl with type parameters of type VoteData | |
---|---|
static javax.persistence.metamodel.SingularAttribute<VoteData,String> |
VoteData_.ballotId
|
static javax.persistence.metamodel.SingularAttribute<VoteData,BallotType> |
VoteData_.ballotType
|
static javax.persistence.metamodel.SingularAttribute<VoteData,String> |
VoteData_.bankNumber
|
static javax.persistence.metamodel.SingularAttribute<VoteData,Integer> |
VoteData_.bornYear
|
static javax.persistence.metamodel.SingularAttribute<VoteData,VoteIssueType> |
VoteData_.concern
|
static javax.persistence.metamodel.SingularAttribute<VoteData,String> |
VoteData_.electoralRegion
|
static javax.persistence.metamodel.SingularAttribute<VoteData,BigInteger> |
VoteData_.electoralRegionNumber
|
static javax.persistence.metamodel.SingularAttribute<VoteData,String> |
VoteData_.firstName
|
static javax.persistence.metamodel.SingularAttribute<VoteData,SexType> |
VoteData_.gender
|
static javax.persistence.metamodel.SingularAttribute<VoteData,Integer> |
VoteData_.hashCode
|
static javax.persistence.metamodel.SingularAttribute<VoteData,String> |
VoteData_.intressentId
|
static javax.persistence.metamodel.SingularAttribute<VoteData,String> |
VoteData_.issue
|
static javax.persistence.metamodel.SingularAttribute<VoteData,String> |
VoteData_.label
|
static javax.persistence.metamodel.SingularAttribute<VoteData,String> |
VoteData_.lastName
|
static javax.persistence.metamodel.SingularAttribute<VoteData,String> |
VoteData_.name
|
static javax.persistence.metamodel.SingularAttribute<VoteData,String> |
VoteData_.party
|
static javax.persistence.metamodel.SingularAttribute<VoteData,String> |
VoteData_.place
|
static javax.persistence.metamodel.SingularAttribute<VoteData,String> |
VoteData_.rm
|
static javax.persistence.metamodel.SingularAttribute<VoteData,VoteDecision> |
VoteData_.vote
|
static javax.persistence.metamodel.ListAttribute<BallotDocumentData,VoteData> |
BallotDocumentData_.voteDataList
|
protected List<VoteData> |
BallotDocumentData.voteDataList
|
Methods in com.hack23.cia.model.external.riksdagen.votering.impl that return VoteData | |
---|---|
VoteData |
ObjectFactory.createVoteData()
Create an instance of VoteData |
VoteData |
VoteData.withBallotId(String value)
|
VoteData |
VoteData.withBallotType(BallotType value)
|
VoteData |
VoteData.withBankNumber(String value)
|
VoteData |
VoteData.withBornYear(int value)
|
VoteData |
VoteData.withConcern(VoteIssueType value)
|
VoteData |
VoteData.withElectoralRegion(String value)
|
VoteData |
VoteData.withElectoralRegionNumber(BigInteger value)
|
VoteData |
VoteData.withFirstName(String value)
|
VoteData |
VoteData.withGender(SexType value)
|
VoteData |
VoteData.withIntressentId(String value)
|
VoteData |
VoteData.withIssue(String value)
|
VoteData |
VoteData.withLabel(String value)
|
VoteData |
VoteData.withLastName(String value)
|
VoteData |
VoteData.withName(String value)
|
VoteData |
VoteData.withParty(String value)
|
VoteData |
VoteData.withPlace(String value)
|
VoteData |
VoteData.withRm(String value)
|
VoteData |
VoteData.withVote(VoteDecision value)
|
Methods in com.hack23.cia.model.external.riksdagen.votering.impl that return types with arguments of type VoteData | |
---|---|
List<VoteData> |
BallotDocumentData.getVoteDataList()
Gets the value of the voteDataList property. |
Methods in com.hack23.cia.model.external.riksdagen.votering.impl with parameters of type VoteData | |
---|---|
BallotDocumentData |
BallotDocumentData.withVoteDataList(VoteData... values)
|
Method parameters in com.hack23.cia.model.external.riksdagen.votering.impl with type arguments of type VoteData | |
---|---|
void |
BallotDocumentData.setVoteDataList(List<VoteData> voteDataList)
|
BallotDocumentData |
BallotDocumentData.withVoteDataList(Collection<VoteData> values)
|
BallotDocumentData |
BallotDocumentData.withVoteDataList(List<VoteData> voteDataList)
|
Uses of VoteData in com.hack23.cia.service.component.agent.impl.riksdagen |
---|
Method parameters in com.hack23.cia.service.component.agent.impl.riksdagen with type arguments of type VoteData | |
---|---|
void |
RiksdagenImportServiceImpl.updateVoteDataData(List<VoteData> list)
|
void |
RiksdagenImportService.updateVoteDataData(List<VoteData> ballot)
Update vote data data. |
Uses of VoteData in com.hack23.cia.service.external.riksdagen.api |
---|
Methods in com.hack23.cia.service.external.riksdagen.api that return types with arguments of type VoteData | |
---|---|
List<VoteData> |
RiksdagenApi.getBallot(String id)
Gets the ballot. |
Uses of VoteData in com.hack23.cia.service.external.riksdagen.impl |
---|
Methods in com.hack23.cia.service.external.riksdagen.impl that return types with arguments of type VoteData | |
---|---|
List<VoteData> |
RiksdagenApiImpl.getBallot(String id)
|
Uses of VoteData in com.hack23.cia.service.impl |
---|
Methods in com.hack23.cia.service.impl that return VoteData | |
---|---|
VoteData |
VoteDataContainer.load(VoteDataId id)
|
Methods in com.hack23.cia.service.impl that return types with arguments of type VoteData | |
---|---|
List<VoteData> |
VoteDataContainer.getAll()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |