Package | Description |
---|---|
psdi.app.inventory |
The Inventory package includes MBOs related to Inventory Control.
|
psdi.app.recontask.engine | |
psdi.app.recontask.engine.write |
Modifier and Type | Method and Description |
---|---|
void |
ReorderService.addFromWPItem(DBShortcut dbShortcut,
UserInfo userInfo,
java.lang.String userForThisSet,
int allowanceDays,
java.lang.String siteIDForThisSet,
java.lang.String orgIDForThisSet)
Directly write items of direct orders to the reorder table from wpitem
The method bypasses MboSet and Mbo.
|
Modifier and Type | Method and Description |
---|---|
DBShortcut |
ReconContext.getDBShortcut()
Convenience method to provide data set providers a valid DBShortcut object.
|
Modifier and Type | Method and Description |
---|---|
void |
AutocommitCounter.checkCounter(DBShortcut dbShortcut) |
protected void |
ReconLinkProcessor.deleteFromLinkTable(java.lang.String tableName,
DBShortcut dbShortcut,
java.util.Iterator keys) |
protected void |
ReconLinkProcessor.deleteFromReconlink(DBShortcut dbShortcut,
java.util.Iterator keys)
Deletes from table reconlink old results.
|
protected void |
ReconLinkProcessor.deleteFromReconMultilink(DBShortcut dbShortcut,
java.util.Iterator keys) |
protected void |
ReconLinkProcessor.deleteListedKeys(DBShortcut dbShortcut,
java.lang.String partialDeleteStatement,
java.util.List keyGroup)
Appends key values to a partial delete statement and executes it.
|
void |
ReconContext.releaseDBShortcut(DBShortcut dbShortcut)
Release a previously obtained DBShortcut
|
protected void |
ReconLinkProcessor.writeLeadingSetErrors(java.util.List failedLinks,
DBShortcut dbShortcut)
Writes out the errors from linking the data from the leading set.
|
protected void |
ReconLinkProcessor.writeLinkSuccessPairs(DBShortcut dbShortcut,
java.util.List successfulLinks,
java.util.Map[][] ret)
Writes out the successfully linked items.
|
protected void |
ReconLinkProcessor.writeSubordinateSetErrors(DBShortcut dbShortcut,
java.util.List failedLinks)
Writes out the errors from linking data from the subordinate data set.
|
Modifier and Type | Method and Description |
---|---|
protected void |
ReconResultWriter.cacheExistingReconResults(DBShortcut dbShortcut,
java.lang.String resultTypeExt)
Retrieves and caches existing reconciliation results for comparison rules
|
protected java.lang.Number |
ReconResultWriter.getReconResultId(DBShortcut dbShortcut)
Retrieves the reconresultid column value from the database based on the
values from the execution of the recontask
|
void |
ReconResultWriter.write(DBShortcut dbShortcut)
Writes out the values to the reconresult table.
|
void |
ReconMultiLinkWriter.write(DBShortcut dbShortcut) |
void |
ReconLinkWriter.write(DBShortcut dbShortcut) |
void |
ResultWriter.write(DBShortcut dbShortcut)
Writes out the results altogether to the database.
|
void |
AbstractResultWriter.write(DBShortcut dbShortcut)
Writes out the compiled SQL statement created by the
setValue() method calls. |