| |
|
| java.lang.Object transactionsDiscRack.presentation.BasePO transactionsDiscRack.presentation.discMgmt.Edit
Edit | public class Edit extends BasePO (Code) | | Edit class handles the disc management (add, edit or delete) of the DiscRack
app
|
handleAdd | public XMLObject handleAdd() throws HttpPresentationException(Code) | | |
handleDefault | public XMLObject handleDefault() throws HttpPresentationException(Code) | | Default event. Just show the page populated with any disc parameters that
were passed along.
html document exception: HttpPresentationException - |
handleEdit | public XMLObject handleEdit() throws HttpPresentationException(Code) | | |
handleShowAddPage | public XMLObject handleShowAddPage() throws HttpPresentationException(Code) | | handle show add disc page event.
html document exception: HttpPresentationException - |
loggedInUserRequired | public boolean loggedInUserRequired()(Code) | | Superclass method override
|
saveDisc | protected void saveDisc(Disc theDisc) throws HttpPresentationException, AssertionDataObjectException, NullPointerException, Exception(Code) | | Method to save a new or existing disc to the database
Parameters: theDisc - the disc to be saved html document exception: HttpPresentationException - |
showEditPage | public XMLObject showEditPage(String errorMsg) throws HttpPresentationException, TransactionsDiscRackPresentationException(Code) | | Produce HTML for this PO, populated by the disc information that the user
wants to edit
Parameters: errorMsg - the error messages html document exception: HttpPresentationException - |
|
|
|