public class DbAgencyExportLog extends Object
Modifier and Type | Field and Description |
---|---|
int |
countDeletes |
int |
countErrors |
int |
countInserts |
int |
countNotices |
int |
countUpdates |
int |
countWarnings |
Map<Long,DbAgencyExportLogEntry> |
entries |
long |
exportId |
String |
format |
long |
id |
int |
limit |
List<DbAgencyExportLogMessage> |
messages |
static String |
REQUEST_NR_PREFIX |
Date |
time |
AbstractFormat.TransferMode |
transferMode |
String |
transport |
Constructor and Description |
---|
DbAgencyExportLog() |
Modifier and Type | Method and Description |
---|---|
DbAgencyExportLogMessage[] |
getGeneralMessages() |
DbAgencyExportLogMessage[] |
getMessages(long entryObjectId) |
String |
writeHtmlReport(String exportName) |
public static final String REQUEST_NR_PREFIX
public long id
public long exportId
public String format
public String transport
public AbstractFormat.TransferMode transferMode
public int limit
public int countInserts
public int countUpdates
public int countDeletes
public int countErrors
public int countWarnings
public int countNotices
public Date time
public Map<Long,DbAgencyExportLogEntry> entries
public List<DbAgencyExportLogMessage> messages
public DbAgencyExportLogMessage[] getGeneralMessages()
public DbAgencyExportLogMessage[] getMessages(long entryObjectId)
Copyright © 2015 OpenEstate. All rights reserved.