public interface HRsmartImportInterface extends InvokeAppInterface
COMPANY_ID_COLUMN
Modifier and Type | Method and Description |
---|---|
IntRowSetRead |
loadRecentChanges()
checks whether cvs file with recent changes exists on sftp site and if so loads data into IntRowSetRead
|
void |
setDefaultErrorMessage(java.lang.String errorMessage,
java.util.ArrayList<java.lang.String> primaryKeyIds)
Call this method to set default eror message you want to log into system table if document submission to
3rd party system fails.
|
close, createOutputRowSet, getRegularActionReportParams, invokeAction, invokeActionAsync, invokeExcelReportAsync, invokeHTMLReportAsync, invokePDFReportAsync, invokeReportExcel, invokeReportHTML, invokeReportPDF, sendMessagesToClient, setErrorHandler, setMessageHandler
IntRowSetRead loadRecentChanges() throws DEException
DEException
void setDefaultErrorMessage(java.lang.String errorMessage, java.util.ArrayList<java.lang.String> primaryKeyIds) throws DEException
errorMessage
- error message you want to print , it can contain references to the top level row
values encoded same way we do it in messages : ~XXX~ (where XXX is the OBJ_ID) - it will be replaced with object's value.primaryKeyIds
- list of primary key object ids , it will be used to generate error message idDEException