| |
|
| java.lang.Object transactionsDiscRack.presentation.BasePO transactionsDiscRack.presentation.personMgmt.Login
Login | public class Login extends BasePO (Code) | | Login.java handles the login functionality of the DiscRack app.
|
handleDefault | public XMLObject handleDefault() throws HttpPresentationException(Code) | | Default event. Just show the page.
|
handleLogin | public XMLObject handleLogin() throws HttpPresentationException(Code) | | Process login data
wml document exception: HttpPresentationException - |
handleLogout | public XMLObject handleLogout() throws HttpPresentationException(Code) | | handle logout event
html document exception: HttpPresentationException - |
handleThrowException | public XMLObject handleThrowException() throws Exception(Code) | | handle throw exception event.
html document exception: Exception - |
loggedInUserRequired | public boolean loggedInUserRequired()(Code) | | Superclass method override
|
showPage | public XMLObject showPage(String errorMsg)(Code) | | display page
Parameters: errorMsg - the error messages html document |
|
|
|