|
void | onBackPressed () |
|
- Takes the user to previous activity
More...
|
|
void | confirm_checkout () |
|
void | checkoutSuccess (Long checkoutDateTime, int charges) |
|
void | checkoutFailed () |
|
void | checkout (View view) |
|
More...
|
|
void | reprint (View view) |
|
More...
|
|
void | getTktDetails (View view) |
|
- sets the class members with their respective values after fetcing from database
More...
|
|
void | getSlotDetails (View view) |
|
- sets the class members with their respective values after fetcing from database for the given slot
More...
|
|
void | showTicketDetails (ArrayList data) |
|
|
void | onCreate (Bundle savedInstanceState) |
|
◆ checkout()
void com.example.infiniteLoop.parkingo.checkout.checkout |
( |
View |
view | ) |
|
|
inline |
- Parameters
-
- | view - view of the calling activity |
- Returns
- - void
◆ getSlotDetails()
void com.example.infiniteLoop.parkingo.checkout.getSlotDetails |
( |
View |
view | ) |
|
|
inline |
- sets the class members with their respective values after fetcing from database for the given slot
- Parameters
-
- | view - view of the calling activity |
- Returns
- - void
◆ getTktDetails()
void com.example.infiniteLoop.parkingo.checkout.getTktDetails |
( |
View |
view | ) |
|
|
inline |
- sets the class members with their respective values after fetcing from database
- Parameters
-
- | view - view of the calling activity |
- Returns
- - void
◆ onBackPressed()
void com.example.infiniteLoop.parkingo.checkout.onBackPressed |
( |
| ) |
|
|
inline |
- Takes the user to previous activity
- Parameters
-
- | view - view of the calling activity |
- Returns
- - void
◆ reprint()
void com.example.infiniteLoop.parkingo.checkout.reprint |
( |
View |
view | ) |
|
|
inline |
- Parameters
-
- | view - view of the calling activity |
- Returns
- - void
The documentation for this class was generated from the following file:
- /home/bhavesh/Desktop/cs699/parkingo/parkingo/source/app/src/main/java/com/example/infiniteLoop/parkingo/checkout.java