Package | Description |
---|---|
com.deltek.enterprise.system.applicationinterface.integration |
Modifier and Type | Interface and Description |
---|---|
interface |
IntRowSetRead |
Modifier and Type | Method and Description |
---|---|
IntRowRead |
VisionInterface.getSettings()
invoke this method to get data from GetCMConnectorConfig Vision CRM method;
all settings will be returned as Strings so application should use getString()
method to get them from IntRowRead and do extra data formatting if necessary
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
ErrorHandler.handleError(IntRowRead failedRow,
java.lang.String errorMessage,
java.lang.String locationId)
application needs to implement this method if it needs to do some custom error
handling and/or override default error message we log into system table
|
void |
MessageHandler.handleMessage(IntRowRead row,
java.lang.String message,
int messageTypes)
application needs to implement this method if it needs to do message handling
|