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

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

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

Fields in com.hack23.cia.model.external.riksdagen.dokumentlista.impl declared as DocumentType
protected  DocumentType DocumentElement.type
           
 

Fields in com.hack23.cia.model.external.riksdagen.dokumentlista.impl with type parameters of type DocumentType
static javax.persistence.metamodel.SingularAttribute<DocumentElement,DocumentType> DocumentElement_.type
           
 

Methods in com.hack23.cia.model.external.riksdagen.dokumentlista.impl that return DocumentType
static DocumentType DocumentType.fromValue(String v)
           
 DocumentType DocumentElement.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.dokumentlista.impl with parameters of type DocumentType
 void DocumentElement.setType(DocumentType value)
          Sets the value of the type property.
 DocumentElement DocumentElement.withType(DocumentType value)
           
 

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

Methods in com.hack23.cia.service.component.agent.impl.riksdagen that return types with arguments of type DocumentType
 Map<String,DocumentType> RiksdagenImportServiceImpl.getDocumentElementMap(Date after, List<DocumentType> downloadType, boolean onlyWithDocStatus)
           
 Map<String,DocumentType> RiksdagenImportService.getDocumentElementMap(Date after, List<DocumentType> downloadType, boolean onlyWithDocStatus)
          Gets the document element map.
 

Method parameters in com.hack23.cia.service.component.agent.impl.riksdagen with type arguments of type DocumentType
 Map<String,DocumentType> RiksdagenImportServiceImpl.getDocumentElementMap(Date after, List<DocumentType> downloadType, boolean onlyWithDocStatus)
           
 Map<String,DocumentType> RiksdagenImportService.getDocumentElementMap(Date after, List<DocumentType> downloadType, boolean onlyWithDocStatus)
          Gets the document element map.
 



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