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