Uses of Class
com.hack23.cia.model.external.riksdagen.dokumentstatus.impl.DocumentType

Packages that use DocumentType
com.hack23.cia.model.external.riksdagen.dokumentstatus.impl   
com.hack23.cia.service.external.riksdagen.api   
com.hack23.cia.service.external.riksdagen.impl   
 

Uses of DocumentType in com.hack23.cia.model.external.riksdagen.dokumentstatus.impl
 

Fields in com.hack23.cia.model.external.riksdagen.dokumentstatus.impl declared as DocumentType
protected  DocumentType DocumentData.type
           
 

Fields in com.hack23.cia.model.external.riksdagen.dokumentstatus.impl with type parameters of type DocumentType
static javax.persistence.metamodel.SingularAttribute<DocumentData,DocumentType> DocumentData_.type
           
 

Methods in com.hack23.cia.model.external.riksdagen.dokumentstatus.impl that return DocumentType
static DocumentType DocumentType.fromValue(String v)
           
 DocumentType DocumentData.getType()
          Gets the value of the type property.
static DocumentType DocumentType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DocumentType[] DocumentType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.hack23.cia.model.external.riksdagen.dokumentstatus.impl with parameters of type DocumentType
 void DocumentData.setType(DocumentType value)
          Sets the value of the type property.
 DocumentData DocumentData.withType(DocumentType value)
           
 

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

Methods in com.hack23.cia.service.external.riksdagen.api with parameters of type DocumentType
 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.
 void RiksdagenApi.processDocumentList(DocumentType documentType, Integer year, ProcessDataStrategy<DocumentElement> processStrategy)
          Process document list.
 void RiksdagenApi.processDocumentList(DocumentType documentType, ProcessDataStrategy<DocumentElement> processStrategy)
          Process document list.
 

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

Methods in com.hack23.cia.service.external.riksdagen.impl with parameters of type DocumentType
 List<DocumentElement> RiksdagenApiImpl.getDocumentList(DocumentType documentType, int maxNumberPages)
           
 List<DocumentElement> RiksdagenApiImpl.getDocumentList(DocumentType documentType, Integer year, int maxNumberPages)
           
 void RiksdagenApiImpl.processDocumentList(DocumentType documentType, Integer year, ProcessDataStrategy<DocumentElement> processStrategy)
           
 void RiksdagenApiImpl.processDocumentList(DocumentType documentType, ProcessDataStrategy<DocumentElement> processStrategy)
           
 



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