| java.lang.Object projectmanagement.presentation.BasePO projectmanagement.presentation.worksheets.Edit
Edit | public class Edit extends BasePO (Code) | | Manages all actions on worksheets.
author: Sasa Bojanic version: 1.0 |
getRequiredAuthLevel | protected int getRequiredAuthLevel()(Code) | | Superclass method override. Returns 1 or 2, depending on action.
|
handleAdd | public XMLObject handleAdd() throws HttpPresentationException(Code) | | |
handleDefault | public XMLObject handleDefault() throws HttpPresentationException(Code) | | Default event. Just show the page for editing.
|
handleModify | public XMLObject handleModify() throws HttpPresentationException(Code) | | |
handlePopulateProjects | public XMLObject handlePopulateProjects() throws HttpPresentationException(Code) | | |
handleShowAddPage | public XMLObject handleShowAddPage() throws HttpPresentationException(Code) | | handle show add worksheet page event.
html document exception: HttpPresentationException - |
handleShowDetailsPage | public XMLObject handleShowDetailsPage() throws HttpPresentationException(Code) | | handle show details worksheet page event.
html document exception: HttpPresentationException - |
saveWorkSheet | protected void saveWorkSheet(WorkSheet theWorkSheet) throws HttpPresentationException, NullPointerException(Code) | | Method to save a new or existing worksheet to the database
workSheet, the worksheet to be saved html document exception: HttpPresentationException - |
showModifyPage | public XMLObject showModifyPage(String errorMsg, boolean disabled) throws HttpPresentationException, ProjectManagementPresentationException(Code) | | Produce HTML for this PO, populated by the worksheet information
that the user wants to edit
errorMsg, the error messages disabled, if controls are disabled html document exception: HttpPresentationException - |
|
|