public class UpdateResult extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateResult.Status |
| Constructor and Description |
|---|
UpdateResult(GeoService toUpdate,
javax.persistence.EntityManager em) |
| Modifier and Type | Method and Description |
|---|---|
void |
changed() |
void |
failedWithException(Exception e) |
List<Layer> |
getDuplicateOrNoNameLayers() |
Throwable |
getException() |
GeoService |
getGeoService() |
Map<UpdateResult.Status,List<String>> |
getLayerNamesByStatus() |
SortedMap<String,org.apache.commons.lang3.tuple.MutablePair<Layer,UpdateResult.Status>> |
getLayerStatus() |
String |
getMessage() |
UpdateResult.Status |
getStatus() |
WaitPageStatus |
getWaitPageStatus() |
void |
setDuplicateOrNoNameLayers(List<Layer> duplicateOrNoNameLayers) |
void |
setException(Throwable exception) |
void |
setGeoService(GeoService geoService) |
void |
setLayerStatus(SortedMap<String,org.apache.commons.lang3.tuple.MutablePair<Layer,UpdateResult.Status>> layerStatus) |
void |
setMessage(String message) |
void |
setStatus(UpdateResult.Status status) |
public UpdateResult(GeoService toUpdate, javax.persistence.EntityManager em)
public Map<UpdateResult.Status,List<String>> getLayerNamesByStatus()
public void failedWithException(Exception e)
public void changed()
public WaitPageStatus getWaitPageStatus()
public GeoService getGeoService()
public void setGeoService(GeoService geoService)
public Throwable getException()
public void setException(Throwable exception)
public String getMessage()
public void setMessage(String message)
public UpdateResult.Status getStatus()
public void setStatus(UpdateResult.Status status)
public SortedMap<String,org.apache.commons.lang3.tuple.MutablePair<Layer,UpdateResult.Status>> getLayerStatus()
public void setLayerStatus(SortedMap<String,org.apache.commons.lang3.tuple.MutablePair<Layer,UpdateResult.Status>> layerStatus)
Copyright © 2017. All rights reserved.