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) |
void |
ReconContext.releaseDBShortcut(DBShortcut dbShortcut)
Release a previously obtained DBShortcut
|
Modifier and Type | Method and Description |
---|---|
void |
ResultWriter.write(DBShortcut dbShortcut)
Writes out the results altogether to the database.
|
void |
ReconResultWriter.write(DBShortcut dbShortcut)
Writes out the values to the reconresult table.
|
void |
ReconMultiLinkWriter.write(DBShortcut dbShortcut) |
void |
ReconLinkWriter.write(DBShortcut dbShortcut) |
void |
AbstractResultWriter.write(DBShortcut dbShortcut)
Writes out the compiled SQL statement created by the
setValue() method calls. |