|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyValuePair | |
|---|---|
| applicationLogic | |
| applicationLogic.utility | |
| Uses of KeyValuePair in applicationLogic |
|---|
| Methods in applicationLogic that return KeyValuePair | |
|---|---|
static KeyValuePair |
SQLStatement.genQuery(java.lang.String queryCommand,
java.lang.String queryType,
java.lang.String userType,
java.util.Map data,
java.util.Map filterData)
Uses 'queryCommand' and 'queryType' to determine what type of database query to use. |
static KeyValuePair |
SQLStatement.getPhysiciansWhoPerformedProcedure(java.sql.Connection con,
java.util.Map data)
Helper method for getting the info on doctors who performed a particular procedure instance (MedicalProcedure) |
| Uses of KeyValuePair in applicationLogic.utility |
|---|
| Methods in applicationLogic.utility with parameters of type KeyValuePair | |
|---|---|
java.util.List |
Sort.ascend(KeyValuePair kvp,
int column)
Sort the data in 'kvp' in ascending order according to column 'column'. |
java.util.List |
Sort.descend(KeyValuePair kvp,
int column)
Sort the data in 'kvp' in descending order according to column 'column'. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||