cug.report
Class NGWImportRapport

java.lang.Object
  |
  +--util.TxtReport
        |
        +--cug.report.SimpleNDSMapReport
              |
              +--cug.report.NGWImportRapport

public class NGWImportRapport
extends SimpleNDSMapReport

tekst rapport tbv NGW import tool


Field Summary
static java.lang.String[] COLUMNS
          volgorde van velden; alleen waarden uit CreateParamConstants
(package private) static Configuration constants
          statische gegevens tbv dit rapport
 
Fields inherited from class util.TxtReport
FORMAT_CSV, FORMAT_FREE, FORMAT_TAB, header, nl, printHeader, printWriter, strict, tab
 
Constructor Summary
NGWImportRapport(java.io.PrintWriter pw)
           
NGWImportRapport(java.io.PrintWriter pw, java.lang.String[] columns)
          stel statische gegevens in; niet mogelijk om verschillende typen ngw-import rapporten tegelijk te genereren
 
Method Summary
 Configuration getConfiguration()
           
 java.lang.String getProperty(java.lang.String s)
           
 void report(NDSUser usr)
          default: toString() print 1 regel voor 1 nds-user
 void setProperties(java.util.Properties params)
          stel constanten in voor rapport; vertaal novell-props naar volledige novellnamen
 
Methods inherited from class cug.report.SimpleNDSMapReport
report, report
 
Methods inherited from class util.TxtReport
close, getFormat, setHeader, writeHeader, writeLine, writeLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

constants

static Configuration constants
statische gegevens tbv dit rapport


COLUMNS

public static final java.lang.String[] COLUMNS
volgorde van velden; alleen waarden uit CreateParamConstants

See Also:
CreateParamConstants
Constructor Detail

NGWImportRapport

public NGWImportRapport(java.io.PrintWriter pw)

NGWImportRapport

public NGWImportRapport(java.io.PrintWriter pw,
                        java.lang.String[] columns)
stel statische gegevens in; niet mogelijk om verschillende typen ngw-import rapporten tegelijk te genereren

See Also:
NGWImportCfg.setFieldOrder(java.lang.String[])
Method Detail

setProperties

public void setProperties(java.util.Properties params)
stel constanten in voor rapport; vertaal novell-props naar volledige novellnamen

See Also:
cug.CreatParams#translate

getProperty

public java.lang.String getProperty(java.lang.String s)

getConfiguration

public Configuration getConfiguration()

report

public void report(NDSUser usr)
Description copied from class: SimpleNDSMapReport
default: toString() print 1 regel voor 1 nds-user

Overrides:
report in class SimpleNDSMapReport