Uses of Class
com.hack23.cia.model.external.riksdagen.dokumentlista.impl.DocumentElement

Packages that use DocumentElement
com.hack23.cia.model.external.riksdagen.dokumentlista.impl   
com.hack23.cia.service.component.agent.impl.riksdagen   
com.hack23.cia.service.external.riksdagen.api   
com.hack23.cia.service.external.riksdagen.impl   
com.hack23.cia.service.impl   
 

Uses of DocumentElement in com.hack23.cia.model.external.riksdagen.dokumentlista.impl
 

Fields in com.hack23.cia.model.external.riksdagen.dokumentlista.impl with type parameters of type DocumentElement
static javax.persistence.metamodel.SingularAttribute<DocumentElement,String> DocumentElement_.committeeReportUrlXml
           
static javax.persistence.metamodel.SingularAttribute<DocumentElement,String> DocumentElement_.date
           
static javax.persistence.metamodel.SingularAttribute<DocumentElement,String> DocumentElement_.documentFormat
           
static javax.persistence.metamodel.SingularAttribute<DocumentElement,String> DocumentElement_.documentStatusUrlXml
           
static javax.persistence.metamodel.SingularAttribute<DocumentElement,String> DocumentElement_.documentUrlHtml
           
static javax.persistence.metamodel.SingularAttribute<DocumentElement,String> DocumentElement_.documentUrlText
           
static javax.persistence.metamodel.ListAttribute<DocumentContainerElement,DocumentElement> DocumentContainerElement_.dokument
           
protected  List<DocumentElement> DocumentContainerElement.dokument
           
static javax.persistence.metamodel.SingularAttribute<DocumentElement,Integer> DocumentElement_.hashCode
           
static javax.persistence.metamodel.SingularAttribute<DocumentElement,BigInteger> DocumentElement_.hit
           
static javax.persistence.metamodel.SingularAttribute<DocumentElement,String> DocumentElement_.id
           
static javax.persistence.metamodel.SingularAttribute<DocumentElement,String> DocumentElement_.kallId
           
static javax.persistence.metamodel.SingularAttribute<DocumentElement,String> DocumentElement_.label
           
static javax.persistence.metamodel.SingularAttribute<DocumentElement,String> DocumentElement_.madePublicDate
           
static javax.persistence.metamodel.SingularAttribute<DocumentElement,BigInteger> DocumentElement_.number
           
static javax.persistence.metamodel.SingularAttribute<DocumentElement,String> DocumentElement_.org
           
static javax.persistence.metamodel.SingularAttribute<DocumentElement,String> DocumentElement_.relatedId
           
static javax.persistence.metamodel.SingularAttribute<DocumentElement,String> DocumentElement_.rm
           
static javax.persistence.metamodel.SingularAttribute<DocumentElement,String> DocumentElement_.status
           
static javax.persistence.metamodel.SingularAttribute<DocumentElement,String> DocumentElement_.subTitle
           
static javax.persistence.metamodel.SingularAttribute<DocumentElement,DocumentSubType> DocumentElement_.subType
           
static javax.persistence.metamodel.SingularAttribute<DocumentElement,String> DocumentElement_.systemDate
           
static javax.persistence.metamodel.SingularAttribute<DocumentElement,String> DocumentElement_.tempLabel
           
static javax.persistence.metamodel.SingularAttribute<DocumentElement,String> DocumentElement_.title
           
static javax.persistence.metamodel.SingularAttribute<DocumentElement,DocumentType> DocumentElement_.type
           
 

Methods in com.hack23.cia.model.external.riksdagen.dokumentlista.impl that return DocumentElement
 DocumentElement ObjectFactory.createDocumentElement()
          Create an instance of DocumentElement
 DocumentElement DocumentElement.withCommitteeReportUrlXml(String value)
           
 DocumentElement DocumentElement.withDate(String value)
           
 DocumentElement DocumentElement.withDocumentFormat(String value)
           
 DocumentElement DocumentElement.withDocumentStatusUrlXml(String value)
           
 DocumentElement DocumentElement.withDocumentUrlHtml(String value)
           
 DocumentElement DocumentElement.withDocumentUrlText(String value)
           
 DocumentElement DocumentElement.withHit(BigInteger value)
           
 DocumentElement DocumentElement.withId(String value)
           
 DocumentElement DocumentElement.withKallId(String value)
           
 DocumentElement DocumentElement.withLabel(String value)
           
 DocumentElement DocumentElement.withMadePublicDate(String value)
           
 DocumentElement DocumentElement.withNumber(BigInteger value)
           
 DocumentElement DocumentElement.withOrg(String value)
           
 DocumentElement DocumentElement.withRelatedId(String value)
           
 DocumentElement DocumentElement.withRm(String value)
           
 DocumentElement DocumentElement.withStatus(String value)
           
 DocumentElement DocumentElement.withSubTitle(String value)
           
 DocumentElement DocumentElement.withSubType(DocumentSubType value)
           
 DocumentElement DocumentElement.withSystemDate(String value)
           
 DocumentElement DocumentElement.withTempLabel(String value)
           
 DocumentElement DocumentElement.withTitle(String value)
           
 DocumentElement DocumentElement.withType(DocumentType value)
           
 

Methods in com.hack23.cia.model.external.riksdagen.dokumentlista.impl that return types with arguments of type DocumentElement
 List<DocumentElement> DocumentContainerElement.getDokument()
          Gets the value of the dokument property.
 

Methods in com.hack23.cia.model.external.riksdagen.dokumentlista.impl with parameters of type DocumentElement
 DocumentContainerElement DocumentContainerElement.withDokument(DocumentElement... values)
           
 

Method parameters in com.hack23.cia.model.external.riksdagen.dokumentlista.impl with type arguments of type DocumentElement
 void DocumentContainerElement.setDokument(List<DocumentElement> dokument)
           
 DocumentContainerElement DocumentContainerElement.withDokument(Collection<DocumentElement> values)
           
 DocumentContainerElement DocumentContainerElement.withDokument(List<DocumentElement> dokument)
           
 

Uses of DocumentElement in com.hack23.cia.service.component.agent.impl.riksdagen
 

Methods in com.hack23.cia.service.component.agent.impl.riksdagen with parameters of type DocumentElement
 void RiksdagenApiAgentWorkConsumerImpl.DocumentElementWorkProducer.process(DocumentElement t)
           
 void RiksdagenImportServiceImpl.updateDocumentElement(DocumentElement documentData)
           
 void RiksdagenImportService.updateDocumentElement(DocumentElement documentElement)
          Update document element.
 

Uses of DocumentElement in com.hack23.cia.service.external.riksdagen.api
 

Methods in com.hack23.cia.service.external.riksdagen.api that return types with arguments of type DocumentElement
 List<DocumentElement> RiksdagenApi.getDocumentList(DocumentType documentType, int maxNumberPages)
          Gets the document list.
 List<DocumentElement> RiksdagenApi.getDocumentList(DocumentType documentType, Integer year, int maxNumberPages)
          Gets the document list.
 List<DocumentElement> RiksdagenApi.getDocumentList(Integer year, int maxNumberPages)
          Gets the document list.
 List<DocumentElement> RiksdagenApi.getDocumentList(String changedSinceDate, int maxNumberPages)
          Gets the document list.
 List<DocumentElement> RiksdagenApi.getDocumentListByPerson(String personId, int maxNumberPages)
          Gets the document list by person.
 

Method parameters in com.hack23.cia.service.external.riksdagen.api with type arguments of type DocumentElement
 void RiksdagenApi.processDocumentList(DocumentType documentType, Integer year, ProcessDataStrategy<DocumentElement> processStrategy)
          Process document list.
 void RiksdagenApi.processDocumentList(DocumentType documentType, ProcessDataStrategy<DocumentElement> processStrategy)
          Process document list.
 void RiksdagenApi.processDocumentList(Integer year, ProcessDataStrategy<DocumentElement> processStrategy)
          Process document list.
 void RiksdagenApi.processDocumentList(String changedSinceDate, ProcessDataStrategy<DocumentElement> processStrategy)
          Process document list.
 void RiksdagenApi.processDocumentListByPerson(String personId, ProcessDataStrategy<DocumentElement> processStrategy)
          Process document list by person.
 

Uses of DocumentElement in com.hack23.cia.service.external.riksdagen.impl
 

Methods in com.hack23.cia.service.external.riksdagen.impl that return types with arguments of type DocumentElement
 List<DocumentElement> RiksdagenApiImpl.getDocumentList(DocumentType documentType, int maxNumberPages)
           
 List<DocumentElement> RiksdagenApiImpl.getDocumentList(DocumentType documentType, Integer year, int maxNumberPages)
           
 List<DocumentElement> RiksdagenApiImpl.getDocumentList(Integer year, int maxNumberPages)
           
 List<DocumentElement> RiksdagenApiImpl.getDocumentList(String changedSinceDate, int maxNumberPages)
           
 List<DocumentElement> RiksdagenApiImpl.getDocumentListByPerson(String personId, int maxNumberPages)
           
 

Method parameters in com.hack23.cia.service.external.riksdagen.impl with type arguments of type DocumentElement
 void RiksdagenApiImpl.processDocumentList(DocumentType documentType, Integer year, ProcessDataStrategy<DocumentElement> processStrategy)
           
 void RiksdagenApiImpl.processDocumentList(DocumentType documentType, ProcessDataStrategy<DocumentElement> processStrategy)
           
 void RiksdagenApiImpl.processDocumentList(Integer year, ProcessDataStrategy<DocumentElement> processStrategy)
           
 void RiksdagenApiImpl.processDocumentList(String changedSinceDate, ProcessDataStrategy<DocumentElement> processStrategy)
           
 void RiksdagenApiImpl.processDocumentListByPerson(String personId, ProcessDataStrategy<DocumentElement> processStrategy)
           
 

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

Methods in com.hack23.cia.service.impl that return DocumentElement
 DocumentElement DocumentElementDataContainer.load(String id)
           
 

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



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