Public Member Functions | |
SampleViews (SampleDatabase db) | |
final StoredMap | getPartMap () |
final StoredMap | getSupplierMap () |
final StoredMap | getShipmentMap () |
final StoredEntrySet | getPartEntrySet () |
final StoredEntrySet | getSupplierEntrySet () |
final StoredEntrySet | getShipmentEntrySet () |
Definition at line 24 of file SampleViews.java.
|
Create the data bindings and collection views. Definition at line 33 of file SampleViews.java. References collections::ship::basic::SampleDatabase::getClassCatalog(), collections::ship::basic::SampleDatabase::getPartDatabase(), collections::ship::basic::SampleDatabase::getShipmentDatabase(), and collections::ship::basic::SampleDatabase::getSupplierDatabase(). |
|
Return an entry set view of the part storage container. Definition at line 103 of file SampleViews.java. References com::sleepycat::collections::StoredMap::entrySet. |
|
Return a map view of the part storage container. Definition at line 79 of file SampleViews.java. |
|
Return an entry set view of the shipment storage container. Definition at line 119 of file SampleViews.java. References com::sleepycat::collections::StoredMap::entrySet. |
|
Return a map view of the shipment storage container. Definition at line 95 of file SampleViews.java. |
|
Return an entry set view of the supplier storage container. Definition at line 111 of file SampleViews.java. References com::sleepycat::collections::StoredMap::entrySet. |
|
Return a map view of the supplier storage container. Definition at line 87 of file SampleViews.java. |