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. 
 

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

Methods in com.gisgraphy.domain.geoloc.importer that return ImporterStatus
 ImporterStatus AbstractGeonamesProcessor.getStatus()
           
 ImporterStatus IGeonamesProcessor.getStatus()
           
 ImporterStatus GeonamesFileRetriever.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're declared.
 

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



Copyright © 2009. All Rights Reserved.