protected FoundIdentifiables |
StoreCommands.findByIDOrRS(Store store,
String name) |
This will find an object in the given store assuming the name is an identifier.
|
protected FoundIdentifiables |
StoreCommands2.findByIDOrRS(Store store,
String name) |
This will find an object in the given store assuming the name is an identifier.
|
protected FoundIdentifiables |
StoreCommands.findItem(Store store,
InputLine inputLine,
boolean allowResultSets) |
General case for finding items from a store.
|
protected FoundIdentifiables |
StoreCommands.findItem(InputLine inputLine) |
|
protected FoundIdentifiables |
StoreCommands.findItem(InputLine inputLine,
boolean allowResultSets) |
Resolves the first argument of a command line into either a unique identifier
against the ambient store.
|
protected FoundIdentifiables |
StoreCommands2.findItem(Store store,
InputLine inputLine,
boolean allowResultSets) |
General case for finding items from a store.
|
protected FoundIdentifiables |
StoreCommands2.findItem(InputLine inputLine) |
|
protected FoundIdentifiables |
StoreCommands2.findItem(InputLine inputLine,
boolean allowResultSets) |
Resolves the first argument of a command line into either a unique identifier
against the ambient store.
|