Uses of Class
com.gisgraphy.domain.valueobject.ImporterStatus

Packages that use ImporterStatus
com.gisgraphy.domain.geoloc.importer   
com.gisgraphy.domain.valueobject Gisgraphy Project This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. 
com.gisgraphy.webapp.action   
 

Uses of ImporterStatus in com.gisgraphy.domain.geoloc.importer
 

Fields in com.gisgraphy.domain.geoloc.importer declared as ImporterStatus
protected  ImporterStatus AbstractFileRetriever.status
           
protected  ImporterStatus AbstractImporterProcessor.status
           
protected  ImporterStatus OpenStreetMapFulltextBuilder.status
           
 

Methods in com.gisgraphy.domain.geoloc.importer that return ImporterStatus
 ImporterStatus GeonamesDatabaseIndexer.getStatus()
           
 ImporterStatus IImporterProcessor.getStatus()
           
 ImporterStatus AbstractFileRetriever.getStatus()
           
 ImporterStatus AbstractImporterProcessor.getStatus()
           
 ImporterStatus OpenStreetMapFulltextBuilder.getStatus()
           
 

Uses of ImporterStatus in com.gisgraphy.domain.valueobject
 

Methods in com.gisgraphy.domain.valueobject that return ImporterStatus
 ImporterStatus ImporterStatusDto.getStatus()
           
static ImporterStatus ImporterStatus.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ImporterStatus[] ImporterStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.gisgraphy.domain.valueobject with parameters of type ImporterStatus
ImporterStatusDto(java.lang.String processorName, java.lang.String currentFileName, long currentLine, long numberOfLineToProcess, long numberOfLineProcessed, java.lang.String statusMessage, ImporterStatus status)
           
 

Uses of ImporterStatus in com.gisgraphy.webapp.action
 

Methods in com.gisgraphy.webapp.action that return ImporterStatus
 ImporterStatus[] ImportAction.getStatusEnumList()
           
 



Copyright © 2010. All Rights Reserved.