| java.lang.Object projectmanagement.presentation.BasePO projectmanagement.presentation.projects.Edit
Edit | public class Edit extends BasePO (Code) | | Manages all actions on projects.
author: Sasa Bojanic version: 1.0 |
getRequiredAuthLevel | protected int getRequiredAuthLevel()(Code) | | Superclass method override. Returns 1.
|
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) | | |
handleShowAddPage | public XMLObject handleShowAddPage() throws HttpPresentationException(Code) | | handle show add project page event.
html document exception: HttpPresentationException - |
handleShowDetailsPage | public XMLObject handleShowDetailsPage() throws HttpPresentationException(Code) | | handle show details project page event.
html document exception: HttpPresentationException - |
saveProject | protected void saveProject(Project theProject) throws HttpPresentationException(Code) | | Method to save a new or existing project to the database
project, the project 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 project information
that the user wants to edit
errorMsg, the error messages disabled, if controls are disabled html document exception: HttpPresentationException - |
|
|