Package | Description |
---|---|
com.deltek.enterprise.system.applicationinterface.integration |
Modifier and Type | Method and Description |
---|---|
IntResultSet |
SoluminaInterface.createTopLevelResultSet(java.lang.String topLevelRsId)
This mehtod returns an instance of the top level result set that use can use to populate data for any method you need to invoke later , e.g.
|
IntResultSet |
IntResultSet.getChild(java.lang.String rsId)
Returns IntResultSet of the child result set.
|
IntResultSet |
IntResultSet.getParentRS() |
Modifier and Type | Method and Description |
---|---|
void |
SoluminaInterface.addItem(IntResultSet topLevelRs,
java.lang.String itemID,
java.lang.String revisionId)
Invoke this function to synchronize item ; topLevelRs - data you need to send to the Solumina ; itemID and revisionId - primary keys in the Solumina system
|