Class DbAgencyExportLog
- java.lang.Object
-
- com.openindex.openestate.tool.agency.db.DbAgencyExportLog
-
- All Implemented Interfaces:
Serializable
public class DbAgencyExportLog extends Object implements Serializable
DbAgencyExportLog.- Author:
- Andreas Rudolph
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field 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 Summary
Constructors Constructor Description DbAgencyExportLog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DbAgencyExportLogMessage[]
getGeneralMessages()
DbAgencyExportLogMessage[]
getMessages(long entryObjectId)
String
writeHtmlReport(String exportName)
-
-
-
Field Detail
-
REQUEST_NR_PREFIX
public static final String REQUEST_NR_PREFIX
- See Also:
- Constant Field Values
-
id
public long id
-
exportId
public long exportId
-
format
public String format
-
transport
public String transport
-
transferMode
public AbstractFormat.TransferMode transferMode
-
limit
public int limit
-
countInserts
public int countInserts
-
countUpdates
public int countUpdates
-
countDeletes
public int countDeletes
-
countErrors
public int countErrors
-
countWarnings
public int countWarnings
-
countNotices
public int countNotices
-
time
public Date time
-
entries
public Map<Long,DbAgencyExportLogEntry> entries
-
messages
public List<DbAgencyExportLogMessage> messages
-
-
Method Detail
-
getGeneralMessages
public DbAgencyExportLogMessage[] getGeneralMessages()
-
getMessages
public DbAgencyExportLogMessage[] getMessages(long entryObjectId)
-
-