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 intcountDeletesintcountErrorsintcountInsertsintcountNoticesintcountUpdatesintcountWarningsMap<Long,DbAgencyExportLogEntry>entrieslongexportIdStringformatlongidintlimitList<DbAgencyExportLogMessage>messagesstatic StringREQUEST_NR_PREFIXDatetimeAbstractFormat.TransferModetransferModeStringtransport
-
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)StringwriteHtmlReport(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)
-
-