Uses of Class
de.bielefeld.umweltamt.aui.mappings.atl.AtlStatus

Packages that use AtlStatus
de.bielefeld.umweltamt.aui.mappings.atl   
de.bielefeld.umweltamt.aui.module.common.editors   
 

Uses of AtlStatus in de.bielefeld.umweltamt.aui.mappings.atl
 

Methods in de.bielefeld.umweltamt.aui.mappings.atl that return AtlStatus
 AtlStatus AbstractAtlProbenahmen.getAtlStatus()
          Return the value of the AtlStatus column.
static AtlStatus AtlStatus.getEinheit(java.lang.Integer id)
          Liefert einen bestimmten Status.
static AtlStatus[] AtlStatus.getStatus()
          Liefert alle in der Einheiten-Tabelle gespeicherten Einheiten.
static AtlStatus AtlStatus.getStatus(int id)
           
static AtlStatus AtlStatus.getStatus(java.lang.String bezeichnung)
          Liefert das AtlStatus Objekt mit der passenden Bezeichnung.
 

Methods in de.bielefeld.umweltamt.aui.mappings.atl with parameters of type AtlStatus
 void AbstractAtlProbenahmen.setAtlStatus(AtlStatus atlStatus)
          Set the value of the AtlStatus column.
 

Uses of AtlStatus in de.bielefeld.umweltamt.aui.module.common.editors
 

Methods in de.bielefeld.umweltamt.aui.module.common.editors that return AtlStatus
protected  AtlStatus ProbenEditor.getVorgangsstatus()