first commit
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
package wenrgise.hrms.webtier.form;
|
||||
|
||||
public class HrmAcademicQualRepForm extends HrmBaseForm {
|
||||
private String butInsertData;
|
||||
|
||||
private String disabbutInsertData;
|
||||
|
||||
public String getButInsertData() {
|
||||
return this.butInsertData;
|
||||
}
|
||||
|
||||
public void setButInsertData(String newButInsertData) {
|
||||
this.butInsertData = newButInsertData;
|
||||
}
|
||||
|
||||
public String getDisabbutInsertData() {
|
||||
return this.disabbutInsertData;
|
||||
}
|
||||
|
||||
public void setDisabbutInsertData(String newDisabbutInsertData) {
|
||||
this.disabbutInsertData = newDisabbutInsertData;
|
||||
}
|
||||
}
|
305
hrmsEjb/wenrgise/hrms/webtier/form/HrmAdhocReportForm.java
Normal file
305
hrmsEjb/wenrgise/hrms/webtier/form/HrmAdhocReportForm.java
Normal file
@@ -0,0 +1,305 @@
|
||||
package wenrgise.hrms.webtier.form;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
public class HrmAdhocReportForm extends JasperReportForm {
|
||||
private String query;
|
||||
|
||||
private String butDownload;
|
||||
|
||||
private String disabbutDownload;
|
||||
|
||||
private String butQueryCode;
|
||||
|
||||
private String disabbutQueryCode;
|
||||
|
||||
private String id;
|
||||
|
||||
private String code;
|
||||
|
||||
private String query_desc;
|
||||
|
||||
private String category_tag;
|
||||
|
||||
private String param1;
|
||||
|
||||
private String param2;
|
||||
|
||||
private String param3;
|
||||
|
||||
private String param4;
|
||||
|
||||
private String param5;
|
||||
|
||||
private String param6;
|
||||
|
||||
private String param7;
|
||||
|
||||
private String param8;
|
||||
|
||||
private String param9;
|
||||
|
||||
private String param10;
|
||||
|
||||
private String paramval1;
|
||||
|
||||
private String paramval2;
|
||||
|
||||
private String paramval3;
|
||||
|
||||
private String paramval4;
|
||||
|
||||
private String paramval5;
|
||||
|
||||
private String paramval6;
|
||||
|
||||
private String paramval7;
|
||||
|
||||
private String paramval8;
|
||||
|
||||
private String paramval9;
|
||||
|
||||
private String paramval10;
|
||||
|
||||
private ArrayList arylstAdhocReport = new ArrayList();
|
||||
|
||||
public String getQuery() {
|
||||
return this.query;
|
||||
}
|
||||
|
||||
public void setQuery(String newQuery) {
|
||||
this.query = newQuery;
|
||||
}
|
||||
|
||||
public String getButDownload() {
|
||||
return this.butDownload;
|
||||
}
|
||||
|
||||
public void setButDownload(String newButDownload) {
|
||||
this.butDownload = newButDownload;
|
||||
}
|
||||
|
||||
public String getDisabbutDownload() {
|
||||
return this.disabbutDownload;
|
||||
}
|
||||
|
||||
public void setDisabbutDownload(String newDisabbutDownload) {
|
||||
this.disabbutDownload = newDisabbutDownload;
|
||||
}
|
||||
|
||||
public String getButQueryCode() {
|
||||
return this.butQueryCode;
|
||||
}
|
||||
|
||||
public void setButQueryCode(String newButQueryCode) {
|
||||
this.butQueryCode = newButQueryCode;
|
||||
}
|
||||
|
||||
public String getDisabbutQueryCode() {
|
||||
return this.disabbutQueryCode;
|
||||
}
|
||||
|
||||
public void setDisabbutQueryCode(String newDisabbutQueryCode) {
|
||||
this.disabbutQueryCode = newDisabbutQueryCode;
|
||||
}
|
||||
|
||||
public ArrayList getArylstAdhocReport() {
|
||||
return this.arylstAdhocReport;
|
||||
}
|
||||
|
||||
public void setArylstAdhocReport(ArrayList newArylstAdhocReport) {
|
||||
this.arylstAdhocReport = newArylstAdhocReport;
|
||||
}
|
||||
|
||||
public String getId() {
|
||||
return this.id;
|
||||
}
|
||||
|
||||
public void setId(String id) {
|
||||
this.id = id;
|
||||
}
|
||||
|
||||
public String getCode() {
|
||||
return this.code;
|
||||
}
|
||||
|
||||
public void setCode(String code) {
|
||||
this.code = code;
|
||||
}
|
||||
|
||||
public String getQuery_desc() {
|
||||
return this.query_desc;
|
||||
}
|
||||
|
||||
public void setQuery_desc(String query_desc) {
|
||||
this.query_desc = query_desc;
|
||||
}
|
||||
|
||||
public String getCategory_tag() {
|
||||
return this.category_tag;
|
||||
}
|
||||
|
||||
public void setCategory_tag(String category_tag) {
|
||||
this.category_tag = category_tag;
|
||||
}
|
||||
|
||||
public String getParam1() {
|
||||
return this.param1;
|
||||
}
|
||||
|
||||
public void setParam1(String param1) {
|
||||
this.param1 = param1;
|
||||
}
|
||||
|
||||
public String getParam2() {
|
||||
return this.param2;
|
||||
}
|
||||
|
||||
public void setParam2(String param2) {
|
||||
this.param2 = param2;
|
||||
}
|
||||
|
||||
public String getParam3() {
|
||||
return this.param3;
|
||||
}
|
||||
|
||||
public void setParam3(String param3) {
|
||||
this.param3 = param3;
|
||||
}
|
||||
|
||||
public String getParam4() {
|
||||
return this.param4;
|
||||
}
|
||||
|
||||
public void setParam4(String param4) {
|
||||
this.param4 = param4;
|
||||
}
|
||||
|
||||
public String getParam5() {
|
||||
return this.param5;
|
||||
}
|
||||
|
||||
public void setParam5(String param5) {
|
||||
this.param5 = param5;
|
||||
}
|
||||
|
||||
public String getParam6() {
|
||||
return this.param6;
|
||||
}
|
||||
|
||||
public void setParam6(String param6) {
|
||||
this.param6 = param6;
|
||||
}
|
||||
|
||||
public String getParam7() {
|
||||
return this.param7;
|
||||
}
|
||||
|
||||
public void setParam7(String param7) {
|
||||
this.param7 = param7;
|
||||
}
|
||||
|
||||
public String getParam8() {
|
||||
return this.param8;
|
||||
}
|
||||
|
||||
public void setParam8(String param8) {
|
||||
this.param8 = param8;
|
||||
}
|
||||
|
||||
public String getParam9() {
|
||||
return this.param9;
|
||||
}
|
||||
|
||||
public void setParam9(String param9) {
|
||||
this.param9 = param9;
|
||||
}
|
||||
|
||||
public String getParam10() {
|
||||
return this.param10;
|
||||
}
|
||||
|
||||
public void setParam10(String param10) {
|
||||
this.param10 = param10;
|
||||
}
|
||||
|
||||
public String getParamval1() {
|
||||
return this.paramval1;
|
||||
}
|
||||
|
||||
public void setParamval1(String paramval1) {
|
||||
this.paramval1 = paramval1;
|
||||
}
|
||||
|
||||
public String getParamval2() {
|
||||
return this.paramval2;
|
||||
}
|
||||
|
||||
public void setParamval2(String paramval2) {
|
||||
this.paramval2 = paramval2;
|
||||
}
|
||||
|
||||
public String getParamval3() {
|
||||
return this.paramval3;
|
||||
}
|
||||
|
||||
public void setParamval3(String paramval3) {
|
||||
this.paramval3 = paramval3;
|
||||
}
|
||||
|
||||
public String getParamval4() {
|
||||
return this.paramval4;
|
||||
}
|
||||
|
||||
public void setParamval4(String paramval4) {
|
||||
this.paramval4 = paramval4;
|
||||
}
|
||||
|
||||
public String getParamval5() {
|
||||
return this.paramval5;
|
||||
}
|
||||
|
||||
public void setParamval5(String paramval5) {
|
||||
this.paramval5 = paramval5;
|
||||
}
|
||||
|
||||
public String getParamval6() {
|
||||
return this.paramval6;
|
||||
}
|
||||
|
||||
public void setParamval6(String paramval6) {
|
||||
this.paramval6 = paramval6;
|
||||
}
|
||||
|
||||
public String getParamval7() {
|
||||
return this.paramval7;
|
||||
}
|
||||
|
||||
public void setParamval7(String paramval7) {
|
||||
this.paramval7 = paramval7;
|
||||
}
|
||||
|
||||
public String getParamval8() {
|
||||
return this.paramval8;
|
||||
}
|
||||
|
||||
public void setParamval8(String paramval8) {
|
||||
this.paramval8 = paramval8;
|
||||
}
|
||||
|
||||
public String getParamval9() {
|
||||
return this.paramval9;
|
||||
}
|
||||
|
||||
public void setParamval9(String paramval9) {
|
||||
this.paramval9 = paramval9;
|
||||
}
|
||||
|
||||
public String getParamval10() {
|
||||
return this.paramval10;
|
||||
}
|
||||
|
||||
public void setParamval10(String paramval10) {
|
||||
this.paramval10 = paramval10;
|
||||
}
|
||||
}
|
23
hrmsEjb/wenrgise/hrms/webtier/form/HrmAgeAnalysisForm.java
Normal file
23
hrmsEjb/wenrgise/hrms/webtier/form/HrmAgeAnalysisForm.java
Normal file
@@ -0,0 +1,23 @@
|
||||
package wenrgise.hrms.webtier.form;
|
||||
|
||||
public class HrmAgeAnalysisForm extends JasperReportForm {
|
||||
private String butInsertData;
|
||||
|
||||
private String disabbutInsertData;
|
||||
|
||||
public String getButInsertData() {
|
||||
return this.butInsertData;
|
||||
}
|
||||
|
||||
public void setButInsertData(String newButInsertData) {
|
||||
this.butInsertData = newButInsertData;
|
||||
}
|
||||
|
||||
public String getDisabbutInsertData() {
|
||||
return this.disabbutInsertData;
|
||||
}
|
||||
|
||||
public void setDisabbutInsertData(String newDisabbutInsertData) {
|
||||
this.disabbutInsertData = newDisabbutInsertData;
|
||||
}
|
||||
}
|
76
hrmsEjb/wenrgise/hrms/webtier/form/HrmBaseForm.java
Normal file
76
hrmsEjb/wenrgise/hrms/webtier/form/HrmBaseForm.java
Normal file
@@ -0,0 +1,76 @@
|
||||
package wenrgise.hrms.webtier.form;
|
||||
|
||||
import wenrgise.common.webtier.form.BaseForm;
|
||||
|
||||
public class HrmBaseForm extends BaseForm {
|
||||
private String txtDisplayFields;
|
||||
|
||||
private String txtSearchFields;
|
||||
|
||||
private String listRowClass;
|
||||
|
||||
private String actionName;
|
||||
|
||||
String addIncrValue;
|
||||
|
||||
private String siteId;
|
||||
|
||||
private String empId = "";
|
||||
|
||||
public String getTxtDisplayFields() {
|
||||
return this.txtDisplayFields;
|
||||
}
|
||||
|
||||
public void setTxtDisplayFields(String newTxtDisplayFields) {
|
||||
this.txtDisplayFields = newTxtDisplayFields;
|
||||
}
|
||||
|
||||
public String getTxtSearchFields() {
|
||||
return this.txtSearchFields;
|
||||
}
|
||||
|
||||
public void setTxtSearchFields(String newTxtSearchFields) {
|
||||
this.txtSearchFields = newTxtSearchFields;
|
||||
}
|
||||
|
||||
public String getListRowClass() {
|
||||
if ("oddRow".equals(this.listRowClass)) {
|
||||
this.listRowClass = "evenRow";
|
||||
} else {
|
||||
this.listRowClass = "oddRow";
|
||||
}
|
||||
return this.listRowClass;
|
||||
}
|
||||
|
||||
public String getActionName() {
|
||||
return this.actionName;
|
||||
}
|
||||
|
||||
public void setActionName(String newActionName) {
|
||||
this.actionName = newActionName;
|
||||
}
|
||||
|
||||
public String getAddIncrValue() {
|
||||
return this.addIncrValue;
|
||||
}
|
||||
|
||||
public void setAddIncrValue(String newAddIncrValue) {
|
||||
this.addIncrValue = newAddIncrValue;
|
||||
}
|
||||
|
||||
public String getSiteId() {
|
||||
return this.siteId;
|
||||
}
|
||||
|
||||
public void setSiteId(String newSiteId) {
|
||||
this.siteId = newSiteId;
|
||||
}
|
||||
|
||||
public String getEmpId() {
|
||||
return this.empId;
|
||||
}
|
||||
|
||||
public void setEmpId(String newEmpId) {
|
||||
this.empId = newEmpId;
|
||||
}
|
||||
}
|
236
hrmsEjb/wenrgise/hrms/webtier/form/HrmMediclaimMasterForm.java
Normal file
236
hrmsEjb/wenrgise/hrms/webtier/form/HrmMediclaimMasterForm.java
Normal file
@@ -0,0 +1,236 @@
|
||||
package wenrgise.hrms.webtier.form;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
import org.apache.struts.action.ActionErrors;
|
||||
import org.apache.struts.action.ActionMapping;
|
||||
|
||||
public class HrmMediclaimMasterForm extends HrmBaseForm {
|
||||
private String claimCode;
|
||||
|
||||
private String txtClass;
|
||||
|
||||
private String cadre;
|
||||
|
||||
private boolean allEmp;
|
||||
|
||||
private String dependents;
|
||||
|
||||
private String[] coverName;
|
||||
|
||||
private String[] sumInsured;
|
||||
|
||||
private ArrayList arrHrmMediclaimMstDtl = new ArrayList();
|
||||
|
||||
private String[] selectAll;
|
||||
|
||||
private String[] salaryUnit;
|
||||
|
||||
private String[] premium;
|
||||
|
||||
private String[] ageFrom;
|
||||
|
||||
private String[] ageTo;
|
||||
|
||||
private String[] aicContribution;
|
||||
|
||||
private String[] documentRequired;
|
||||
|
||||
String txtClassId;
|
||||
|
||||
String txtCadreId;
|
||||
|
||||
String butTxtClass;
|
||||
|
||||
String butCadre;
|
||||
|
||||
private String allEmployeeApplicable;
|
||||
|
||||
String disabbutTxtClass;
|
||||
|
||||
String disabbutCadre;
|
||||
|
||||
public String getDisabbutTxtClass() {
|
||||
return this.disabbutTxtClass;
|
||||
}
|
||||
|
||||
public void setDisabbutTxtClass(String disabbutTxtClass) {
|
||||
this.disabbutTxtClass = disabbutTxtClass;
|
||||
}
|
||||
|
||||
public String getDisabbutCadre() {
|
||||
return this.disabbutCadre;
|
||||
}
|
||||
|
||||
public void setDisabbutCadre(String disabbutCadre) {
|
||||
this.disabbutCadre = disabbutCadre;
|
||||
}
|
||||
|
||||
public String getTxtClassId() {
|
||||
return this.txtClassId;
|
||||
}
|
||||
|
||||
public void setTxtClassId(String txtClassId) {
|
||||
this.txtClassId = txtClassId;
|
||||
}
|
||||
|
||||
public String getTxtCadreId() {
|
||||
return this.txtCadreId;
|
||||
}
|
||||
|
||||
public void setTxtCadreId(String txtCadreId) {
|
||||
this.txtCadreId = txtCadreId;
|
||||
}
|
||||
|
||||
public String getButTxtClass() {
|
||||
return this.butTxtClass;
|
||||
}
|
||||
|
||||
public void setButTxtClass(String butTxtClass) {
|
||||
this.butTxtClass = butTxtClass;
|
||||
}
|
||||
|
||||
public String getButCadre() {
|
||||
return this.butCadre;
|
||||
}
|
||||
|
||||
public void setButCadre(String butCadre) {
|
||||
this.butCadre = butCadre;
|
||||
}
|
||||
|
||||
public void reset(ActionMapping mapping, HttpServletRequest request) {
|
||||
super.reset(mapping, request);
|
||||
}
|
||||
|
||||
public ActionErrors validate(ActionMapping mapping, HttpServletRequest request) {
|
||||
return super.validate(mapping, request);
|
||||
}
|
||||
|
||||
public String getClaimCode() {
|
||||
return this.claimCode;
|
||||
}
|
||||
|
||||
public void setClaimCode(String claimCode) {
|
||||
this.claimCode = claimCode;
|
||||
}
|
||||
|
||||
public String getTxtClass() {
|
||||
return this.txtClass;
|
||||
}
|
||||
|
||||
public void setTxtClass(String txtClass) {
|
||||
this.txtClass = txtClass;
|
||||
}
|
||||
|
||||
public String getCadre() {
|
||||
return this.cadre;
|
||||
}
|
||||
|
||||
public void setCadre(String cadre) {
|
||||
this.cadre = cadre;
|
||||
}
|
||||
|
||||
public boolean getAllEmp() {
|
||||
return this.allEmp;
|
||||
}
|
||||
|
||||
public void setAllEmp(boolean allEmp) {
|
||||
this.allEmp = allEmp;
|
||||
}
|
||||
|
||||
public String getDependents() {
|
||||
return this.dependents;
|
||||
}
|
||||
|
||||
public void setDependents(String dependents) {
|
||||
this.dependents = dependents;
|
||||
}
|
||||
|
||||
public String[] getCoverName() {
|
||||
return this.coverName;
|
||||
}
|
||||
|
||||
public void setCoverName(String[] coverName) {
|
||||
this.coverName = coverName;
|
||||
}
|
||||
|
||||
public String[] getSumInsured() {
|
||||
return this.sumInsured;
|
||||
}
|
||||
|
||||
public void setSumInsured(String[] sumInsured) {
|
||||
this.sumInsured = sumInsured;
|
||||
}
|
||||
|
||||
public ArrayList getArrHrmMediclaimMstDtl() {
|
||||
return this.arrHrmMediclaimMstDtl;
|
||||
}
|
||||
|
||||
public void setArrHrmMediclaimMstDtl(ArrayList newArrHrmMediclaimMstDtl) {
|
||||
this.arrHrmMediclaimMstDtl = newArrHrmMediclaimMstDtl;
|
||||
}
|
||||
|
||||
public String[] getSelectAll() {
|
||||
return this.selectAll;
|
||||
}
|
||||
|
||||
public void setSelectAll(String[] newSelectAll) {
|
||||
this.selectAll = newSelectAll;
|
||||
}
|
||||
|
||||
public String[] getSalaryUnit() {
|
||||
return this.salaryUnit;
|
||||
}
|
||||
|
||||
public void setSalaryUnit(String[] salaryUnit) {
|
||||
this.salaryUnit = salaryUnit;
|
||||
}
|
||||
|
||||
public String[] getPremium() {
|
||||
return this.premium;
|
||||
}
|
||||
|
||||
public void setPremium(String[] premium) {
|
||||
this.premium = premium;
|
||||
}
|
||||
|
||||
public String[] getAgeFrom() {
|
||||
return this.ageFrom;
|
||||
}
|
||||
|
||||
public void setAgeFrom(String[] ageFrom) {
|
||||
this.ageFrom = ageFrom;
|
||||
}
|
||||
|
||||
public String[] getAgeTo() {
|
||||
return this.ageTo;
|
||||
}
|
||||
|
||||
public void setAgeTo(String[] ageTo) {
|
||||
this.ageTo = ageTo;
|
||||
}
|
||||
|
||||
public String[] getAicContribution() {
|
||||
return this.aicContribution;
|
||||
}
|
||||
|
||||
public void setAicContribution(String[] aicContribution) {
|
||||
this.aicContribution = aicContribution;
|
||||
}
|
||||
|
||||
public String[] getDocumentRequired() {
|
||||
return this.documentRequired;
|
||||
}
|
||||
|
||||
public void setDocumentRequired(String[] documentRequired) {
|
||||
this.documentRequired = documentRequired;
|
||||
}
|
||||
|
||||
public String getAllEmployeeApplicable() {
|
||||
return this.allEmployeeApplicable;
|
||||
}
|
||||
|
||||
public void setAllEmployeeApplicable(String newAllEmployeeApplicable) {
|
||||
this.allEmployeeApplicable = newAllEmployeeApplicable;
|
||||
}
|
||||
}
|
105
hrmsEjb/wenrgise/hrms/webtier/form/HrmMisReportForm.java
Normal file
105
hrmsEjb/wenrgise/hrms/webtier/form/HrmMisReportForm.java
Normal file
@@ -0,0 +1,105 @@
|
||||
package wenrgise.hrms.webtier.form;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
public class HrmMisReportForm extends JasperReportForm {
|
||||
private String[] txtPosition;
|
||||
|
||||
private String[] txtDesiredStrength;
|
||||
|
||||
private String optSelect;
|
||||
|
||||
private String[] butPosition;
|
||||
|
||||
private ArrayList arrMisReport = new ArrayList();
|
||||
|
||||
private String[] txtPositionId;
|
||||
|
||||
private String locationCode;
|
||||
|
||||
private String butGenRep;
|
||||
|
||||
private String disabbutGenRep;
|
||||
|
||||
private String txtYearMonth;
|
||||
|
||||
public String[] getTxtPosition() {
|
||||
return this.txtPosition;
|
||||
}
|
||||
|
||||
public void setTxtPosition(String[] newTxtPosition) {
|
||||
this.txtPosition = newTxtPosition;
|
||||
}
|
||||
|
||||
public String[] getTxtDesiredStrength() {
|
||||
return this.txtDesiredStrength;
|
||||
}
|
||||
|
||||
public void setTxtDesiredStrength(String[] newTxtDesiredStrength) {
|
||||
this.txtDesiredStrength = newTxtDesiredStrength;
|
||||
}
|
||||
|
||||
public String getOptSelect() {
|
||||
return this.optSelect;
|
||||
}
|
||||
|
||||
public void setOptSelect(String newOptSelect) {
|
||||
this.optSelect = newOptSelect;
|
||||
}
|
||||
|
||||
public String[] getButPosition() {
|
||||
return this.butPosition;
|
||||
}
|
||||
|
||||
public void setButPosition(String[] newButPosition) {
|
||||
this.butPosition = newButPosition;
|
||||
}
|
||||
|
||||
public ArrayList getArrMisReport() {
|
||||
return this.arrMisReport;
|
||||
}
|
||||
|
||||
public void setArrMisReport(ArrayList newArrMisReport) {
|
||||
this.arrMisReport = newArrMisReport;
|
||||
}
|
||||
|
||||
public String[] getTxtPositionId() {
|
||||
return this.txtPositionId;
|
||||
}
|
||||
|
||||
public void setTxtPositionId(String[] newTxtPositionId) {
|
||||
this.txtPositionId = newTxtPositionId;
|
||||
}
|
||||
|
||||
public String getLocationCode() {
|
||||
return this.locationCode;
|
||||
}
|
||||
|
||||
public void setLocationCode(String newLocationCode) {
|
||||
this.locationCode = newLocationCode;
|
||||
}
|
||||
|
||||
public String getButGenRep() {
|
||||
return this.butGenRep;
|
||||
}
|
||||
|
||||
public void setButGenRep(String newButGenRep) {
|
||||
this.butGenRep = newButGenRep;
|
||||
}
|
||||
|
||||
public String getDisabbutGenRep() {
|
||||
return this.disabbutGenRep;
|
||||
}
|
||||
|
||||
public void setDisabbutGenRep(String newDisabbutGenRep) {
|
||||
this.disabbutGenRep = newDisabbutGenRep;
|
||||
}
|
||||
|
||||
public String getTxtYearMonth() {
|
||||
return this.txtYearMonth;
|
||||
}
|
||||
|
||||
public void setTxtYearMonth(String newTxtYearMonth) {
|
||||
this.txtYearMonth = newTxtYearMonth;
|
||||
}
|
||||
}
|
195
hrmsEjb/wenrgise/hrms/webtier/form/HrmMyWorkflowForm.java
Normal file
195
hrmsEjb/wenrgise/hrms/webtier/form/HrmMyWorkflowForm.java
Normal file
@@ -0,0 +1,195 @@
|
||||
package wenrgise.hrms.webtier.form;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
public class HrmMyWorkflowForm extends HrmBaseForm {
|
||||
private String workflowType;
|
||||
|
||||
private String txtStatus;
|
||||
|
||||
private String id;
|
||||
|
||||
private String requestType;
|
||||
|
||||
private String selectAll;
|
||||
|
||||
private String[] requestId;
|
||||
|
||||
private String[] requestor;
|
||||
|
||||
private String[] requestorName;
|
||||
|
||||
private String[] approver;
|
||||
|
||||
private String[] approverName;
|
||||
|
||||
private String[] level;
|
||||
|
||||
private String[] docDtlId;
|
||||
|
||||
private String employeeNoId;
|
||||
|
||||
private String butId;
|
||||
|
||||
private String disabbutId;
|
||||
|
||||
private String butAct;
|
||||
|
||||
private String disabbutAct;
|
||||
|
||||
private String disabselectAll;
|
||||
|
||||
private ArrayList arrHrmMyWorkflowDtl = new ArrayList();
|
||||
|
||||
public String getWorkflowType() {
|
||||
return this.workflowType;
|
||||
}
|
||||
|
||||
public void setWorkflowType(String newWorkflowType) {
|
||||
this.workflowType = newWorkflowType;
|
||||
}
|
||||
|
||||
public String getTxtStatus() {
|
||||
return this.txtStatus;
|
||||
}
|
||||
|
||||
public void setTxtStatus(String newTxtStatus) {
|
||||
this.txtStatus = newTxtStatus;
|
||||
}
|
||||
|
||||
public String getId() {
|
||||
return this.id;
|
||||
}
|
||||
|
||||
public void setId(String newId) {
|
||||
this.id = newId;
|
||||
}
|
||||
|
||||
public String getRequestType() {
|
||||
return this.requestType;
|
||||
}
|
||||
|
||||
public void setRequestType(String newRequestType) {
|
||||
this.requestType = newRequestType;
|
||||
}
|
||||
|
||||
public String[] getRequestId() {
|
||||
return this.requestId;
|
||||
}
|
||||
|
||||
public void setRequestId(String[] newRequestId) {
|
||||
this.requestId = newRequestId;
|
||||
}
|
||||
|
||||
public String[] getRequestor() {
|
||||
return this.requestor;
|
||||
}
|
||||
|
||||
public void setRequestor(String[] newRequestor) {
|
||||
this.requestor = newRequestor;
|
||||
}
|
||||
|
||||
public String[] getRequestorName() {
|
||||
return this.requestorName;
|
||||
}
|
||||
|
||||
public void setRequestorName(String[] newRequestorName) {
|
||||
this.requestorName = newRequestorName;
|
||||
}
|
||||
|
||||
public String[] getApprover() {
|
||||
return this.approver;
|
||||
}
|
||||
|
||||
public void setApprover(String[] newApprover) {
|
||||
this.approver = newApprover;
|
||||
}
|
||||
|
||||
public String[] getApproverName() {
|
||||
return this.approverName;
|
||||
}
|
||||
|
||||
public void setApproverName(String[] newApproverName) {
|
||||
this.approverName = newApproverName;
|
||||
}
|
||||
|
||||
public String[] getLevel() {
|
||||
return this.level;
|
||||
}
|
||||
|
||||
public void setLevel(String[] newLevel) {
|
||||
this.level = newLevel;
|
||||
}
|
||||
|
||||
public String getEmployeeNoId() {
|
||||
return this.employeeNoId;
|
||||
}
|
||||
|
||||
public void setEmployeeNoId(String newEmployeeNoId) {
|
||||
this.employeeNoId = newEmployeeNoId;
|
||||
}
|
||||
|
||||
public String getButAct() {
|
||||
return this.butAct;
|
||||
}
|
||||
|
||||
public void setButAct(String butAct) {
|
||||
this.butAct = butAct;
|
||||
}
|
||||
|
||||
public String getDisabbutAct() {
|
||||
return this.disabbutAct;
|
||||
}
|
||||
|
||||
public void setDisabbutAct(String disabbutAct) {
|
||||
this.disabbutAct = disabbutAct;
|
||||
}
|
||||
|
||||
public String[] getDocDtlId() {
|
||||
return this.docDtlId;
|
||||
}
|
||||
|
||||
public void setDocDtlId(String[] docDtlId) {
|
||||
this.docDtlId = docDtlId;
|
||||
}
|
||||
|
||||
public ArrayList getArrHrmMyWorkflowDtl() {
|
||||
return this.arrHrmMyWorkflowDtl;
|
||||
}
|
||||
|
||||
public void setArrHrmMyWorkflowDtl(ArrayList arrHrmMyWorkflowDtl) {
|
||||
this.arrHrmMyWorkflowDtl = arrHrmMyWorkflowDtl;
|
||||
}
|
||||
|
||||
public String getSelectAll() {
|
||||
return this.selectAll;
|
||||
}
|
||||
|
||||
public void setSelectAll(String selectAll) {
|
||||
this.selectAll = selectAll;
|
||||
}
|
||||
|
||||
public String getDisabselectAll() {
|
||||
return this.disabselectAll;
|
||||
}
|
||||
|
||||
public void setDisabselectAll(String disabselectAll) {
|
||||
this.disabselectAll = disabselectAll;
|
||||
}
|
||||
|
||||
public String getButId() {
|
||||
return this.butId;
|
||||
}
|
||||
|
||||
public void setButId(String newButId) {
|
||||
this.butId = newButId;
|
||||
}
|
||||
|
||||
public String getDisabbutId() {
|
||||
return this.disabbutId;
|
||||
}
|
||||
|
||||
public void setDisabbutId(String disabbutId) {
|
||||
this.disabbutId = disabbutId;
|
||||
}
|
||||
}
|
86
hrmsEjb/wenrgise/hrms/webtier/form/HrmOrgDistMstForm.java
Normal file
86
hrmsEjb/wenrgise/hrms/webtier/form/HrmOrgDistMstForm.java
Normal file
@@ -0,0 +1,86 @@
|
||||
package wenrgise.hrms.webtier.form;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
import org.apache.struts.action.ActionErrors;
|
||||
import org.apache.struts.action.ActionMapping;
|
||||
|
||||
public class HrmOrgDistMstForm extends HrmBaseForm {
|
||||
private String[] txtDistrictCode;
|
||||
|
||||
private String[] txtDistrictName;
|
||||
|
||||
private String selectAll;
|
||||
|
||||
private ArrayList arrHrmDistrictDtl = new ArrayList();
|
||||
|
||||
private String disabselectAll;
|
||||
|
||||
private String disabtxtDistrictCode;
|
||||
|
||||
private String disabtxtDistrictName;
|
||||
|
||||
public void reset(ActionMapping mapping, HttpServletRequest request) {
|
||||
super.reset(mapping, request);
|
||||
}
|
||||
|
||||
public ActionErrors validate(ActionMapping mapping, HttpServletRequest request) {
|
||||
return super.validate(mapping, request);
|
||||
}
|
||||
|
||||
public String[] getTxtDistrictCode() {
|
||||
return this.txtDistrictCode;
|
||||
}
|
||||
|
||||
public void setTxtDistrictCode(String[] newTxtDistrictCode) {
|
||||
this.txtDistrictCode = newTxtDistrictCode;
|
||||
}
|
||||
|
||||
public String[] getTxtDistrictName() {
|
||||
return this.txtDistrictName;
|
||||
}
|
||||
|
||||
public void setTxtDistrictName(String[] newTxtDistrictName) {
|
||||
this.txtDistrictName = newTxtDistrictName;
|
||||
}
|
||||
|
||||
public String getSelectAll() {
|
||||
return this.selectAll;
|
||||
}
|
||||
|
||||
public ArrayList getArrHrmDistrictDtl() {
|
||||
return this.arrHrmDistrictDtl;
|
||||
}
|
||||
|
||||
public void setArrHrmDistrictDtl(ArrayList newArrHrmDistrictDtl) {
|
||||
this.arrHrmDistrictDtl = newArrHrmDistrictDtl;
|
||||
}
|
||||
|
||||
public void setSelectAll(String newSelectAll) {
|
||||
this.selectAll = newSelectAll;
|
||||
}
|
||||
|
||||
public String getDisabselectAll() {
|
||||
return this.disabselectAll;
|
||||
}
|
||||
|
||||
public void setDisabselectAll(String newDisabselectAll) {
|
||||
this.disabselectAll = newDisabselectAll;
|
||||
}
|
||||
|
||||
public String getDisabtxtDistrictCode() {
|
||||
return this.disabtxtDistrictCode;
|
||||
}
|
||||
|
||||
public void setDisabtxtDistrictCode(String newDisabtxtDistrictCode) {
|
||||
this.disabtxtDistrictCode = newDisabtxtDistrictCode;
|
||||
}
|
||||
|
||||
public String getDisabtxtDistrictName() {
|
||||
return this.disabtxtDistrictName;
|
||||
}
|
||||
|
||||
public void setDisabtxtDistrictName(String newDisabtxtDistrictName) {
|
||||
this.disabtxtDistrictName = newDisabtxtDistrictName;
|
||||
}
|
||||
}
|
86
hrmsEjb/wenrgise/hrms/webtier/form/HrmOrgTehMstForm.java
Normal file
86
hrmsEjb/wenrgise/hrms/webtier/form/HrmOrgTehMstForm.java
Normal file
@@ -0,0 +1,86 @@
|
||||
package wenrgise.hrms.webtier.form;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
import org.apache.struts.action.ActionErrors;
|
||||
import org.apache.struts.action.ActionMapping;
|
||||
|
||||
public class HrmOrgTehMstForm extends HrmBaseForm {
|
||||
private String[] txtTehsilCode;
|
||||
|
||||
private String[] txtTehsilName;
|
||||
|
||||
private String selectAll;
|
||||
|
||||
private ArrayList arrHrmTehsilDtl = new ArrayList();
|
||||
|
||||
private String disabselectAll;
|
||||
|
||||
private String disabtxtTehsilCode;
|
||||
|
||||
private String disabtxtTehsilName;
|
||||
|
||||
public void reset(ActionMapping mapping, HttpServletRequest request) {
|
||||
super.reset(mapping, request);
|
||||
}
|
||||
|
||||
public ActionErrors validate(ActionMapping mapping, HttpServletRequest request) {
|
||||
return super.validate(mapping, request);
|
||||
}
|
||||
|
||||
public String[] getTxtTehsilCode() {
|
||||
return this.txtTehsilCode;
|
||||
}
|
||||
|
||||
public void setTxtTehsilCode(String[] newTxtTehsilCode) {
|
||||
this.txtTehsilCode = newTxtTehsilCode;
|
||||
}
|
||||
|
||||
public String[] getTxtTehsilName() {
|
||||
return this.txtTehsilName;
|
||||
}
|
||||
|
||||
public void setTxtTehsilName(String[] newTxtTehsilName) {
|
||||
this.txtTehsilName = newTxtTehsilName;
|
||||
}
|
||||
|
||||
public String getSelectAll() {
|
||||
return this.selectAll;
|
||||
}
|
||||
|
||||
public ArrayList getArrHrmTehsilDtl() {
|
||||
return this.arrHrmTehsilDtl;
|
||||
}
|
||||
|
||||
public void setArrHrmTehsilDtl(ArrayList newArrHrmTehsilDtl) {
|
||||
this.arrHrmTehsilDtl = newArrHrmTehsilDtl;
|
||||
}
|
||||
|
||||
public void setSelectAll(String newSelectAll) {
|
||||
this.selectAll = newSelectAll;
|
||||
}
|
||||
|
||||
public String getDisabselectAll() {
|
||||
return this.disabselectAll;
|
||||
}
|
||||
|
||||
public void setDisabselectAll(String newDisabselectAll) {
|
||||
this.disabselectAll = newDisabselectAll;
|
||||
}
|
||||
|
||||
public String getDisabtxtTehsilCode() {
|
||||
return this.disabtxtTehsilCode;
|
||||
}
|
||||
|
||||
public void setDisabtxtTehsilCode(String newDisabtxtTehsilCode) {
|
||||
this.disabtxtTehsilCode = newDisabtxtTehsilCode;
|
||||
}
|
||||
|
||||
public String getDisabtxtTehsilName() {
|
||||
return this.disabtxtTehsilName;
|
||||
}
|
||||
|
||||
public void setDisabtxtTehsilName(String newDisabtxtTehsilName) {
|
||||
this.disabtxtTehsilName = newDisabtxtTehsilName;
|
||||
}
|
||||
}
|
123
hrmsEjb/wenrgise/hrms/webtier/form/HrmRetireForecastForm.java
Normal file
123
hrmsEjb/wenrgise/hrms/webtier/form/HrmRetireForecastForm.java
Normal file
@@ -0,0 +1,123 @@
|
||||
package wenrgise.hrms.webtier.form;
|
||||
|
||||
public class HrmRetireForecastForm extends HrmBaseForm {
|
||||
private String fromDate;
|
||||
|
||||
private String toDate;
|
||||
|
||||
private String butFromDate;
|
||||
|
||||
private String disabbutFromDate;
|
||||
|
||||
private String disabbutToDate;
|
||||
|
||||
private String butGenReport;
|
||||
|
||||
private String disabbutGenReport;
|
||||
|
||||
private String butViewReport;
|
||||
|
||||
private String disabbutViewReport;
|
||||
|
||||
private String butInsertData;
|
||||
|
||||
private String disabbutInsertData;
|
||||
|
||||
private String flag1;
|
||||
|
||||
public String getFromDate() {
|
||||
return this.fromDate;
|
||||
}
|
||||
|
||||
public void setFromDate(String newFromDate) {
|
||||
this.fromDate = newFromDate;
|
||||
}
|
||||
|
||||
public String getToDate() {
|
||||
return this.toDate;
|
||||
}
|
||||
|
||||
public void setToDate(String newToDate) {
|
||||
this.toDate = newToDate;
|
||||
}
|
||||
|
||||
public String getButFromDate() {
|
||||
return this.butFromDate;
|
||||
}
|
||||
|
||||
public void setButFromDate(String newButFromDate) {
|
||||
this.butFromDate = newButFromDate;
|
||||
}
|
||||
|
||||
public String getDisabbutFromDate() {
|
||||
return this.disabbutFromDate;
|
||||
}
|
||||
|
||||
public void setDisabbutFromDate(String newDisabbutFromDate) {
|
||||
this.disabbutFromDate = newDisabbutFromDate;
|
||||
}
|
||||
|
||||
public String getDisabbutToDate() {
|
||||
return this.disabbutToDate;
|
||||
}
|
||||
|
||||
public void setDisabbutToDate(String newDisabbutToDate) {
|
||||
this.disabbutToDate = newDisabbutToDate;
|
||||
}
|
||||
|
||||
public String getButGenReport() {
|
||||
return this.butGenReport;
|
||||
}
|
||||
|
||||
public void setButGenReport(String newButGenReport) {
|
||||
this.butGenReport = newButGenReport;
|
||||
}
|
||||
|
||||
public String getDisabbutGenReport() {
|
||||
return this.disabbutGenReport;
|
||||
}
|
||||
|
||||
public void setDisabbutGenReport(String newDisabbutGenReport) {
|
||||
this.disabbutGenReport = newDisabbutGenReport;
|
||||
}
|
||||
|
||||
public String getButViewReport() {
|
||||
return this.butViewReport;
|
||||
}
|
||||
|
||||
public void setButViewReport(String newButViewReport) {
|
||||
this.butViewReport = newButViewReport;
|
||||
}
|
||||
|
||||
public String getDisabbutViewReport() {
|
||||
return this.disabbutViewReport;
|
||||
}
|
||||
|
||||
public void setDisabbutViewReport(String newDisabbutViewReport) {
|
||||
this.disabbutViewReport = newDisabbutViewReport;
|
||||
}
|
||||
|
||||
public String getButInsertData() {
|
||||
return this.butInsertData;
|
||||
}
|
||||
|
||||
public void setButInsertData(String newButInsertData) {
|
||||
this.butInsertData = newButInsertData;
|
||||
}
|
||||
|
||||
public String getDisabbutInsertData() {
|
||||
return this.disabbutInsertData;
|
||||
}
|
||||
|
||||
public void setDisabbutInsertData(String newDisabbutInsertData) {
|
||||
this.disabbutInsertData = newDisabbutInsertData;
|
||||
}
|
||||
|
||||
public String getFlag1() {
|
||||
return this.flag1;
|
||||
}
|
||||
|
||||
public void setFlag1(String newFlag1) {
|
||||
this.flag1 = newFlag1;
|
||||
}
|
||||
}
|
266
hrmsEjb/wenrgise/hrms/webtier/form/HrmRoasterEntryForm.java
Normal file
266
hrmsEjb/wenrgise/hrms/webtier/form/HrmRoasterEntryForm.java
Normal file
@@ -0,0 +1,266 @@
|
||||
package wenrgise.hrms.webtier.form;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
import org.apache.struts.action.ActionErrors;
|
||||
import org.apache.struts.action.ActionMapping;
|
||||
|
||||
public class HrmRoasterEntryForm extends HrmBaseForm {
|
||||
private String txtRoasterCode;
|
||||
|
||||
private String txtRoasterDescription;
|
||||
|
||||
private String roasterCodeId;
|
||||
|
||||
private String disabtxtRoasterCode;
|
||||
|
||||
private String selectAll;
|
||||
|
||||
private String butRoasterCode;
|
||||
|
||||
private String disabbutRoasterCode;
|
||||
|
||||
private String disabtxtRoasterDescription;
|
||||
|
||||
private String[] txtEmployeeNo;
|
||||
|
||||
private String[] txtEmployeeName;
|
||||
|
||||
private String[] txtAppointmentDate;
|
||||
|
||||
private String[] txtDob;
|
||||
|
||||
private String[] txtCategory;
|
||||
|
||||
private String[] txtRoasterPoint;
|
||||
|
||||
private String[] txtCategoryAsPerRoaster;
|
||||
|
||||
private String[] socialStatus;
|
||||
|
||||
private String[] empNoId;
|
||||
|
||||
private String[] txtCategoryId;
|
||||
|
||||
private String butCategoryAsPerRoaster;
|
||||
|
||||
private String disabbutCategoryAsPerRoaster;
|
||||
|
||||
private String butEmployeeNo;
|
||||
|
||||
private String disabbutEmployeeNo;
|
||||
|
||||
private ArrayList arrHrmRoasterEntryDtl = new ArrayList();
|
||||
|
||||
private String disabselectAll;
|
||||
|
||||
private String[] entryMode;
|
||||
|
||||
public void reset(ActionMapping mapping, HttpServletRequest request) {
|
||||
super.reset(mapping, request);
|
||||
}
|
||||
|
||||
public ActionErrors validate(ActionMapping mapping, HttpServletRequest request) {
|
||||
return super.validate(mapping, request);
|
||||
}
|
||||
|
||||
public String getSelectAll() {
|
||||
return this.selectAll;
|
||||
}
|
||||
|
||||
public void setSelectAll(String selectAll) {
|
||||
this.selectAll = selectAll;
|
||||
}
|
||||
|
||||
public ArrayList getArrHrmRoasterEntryDtl() {
|
||||
return this.arrHrmRoasterEntryDtl;
|
||||
}
|
||||
|
||||
public void setArrHrmRoasterEntryDtl(ArrayList arrHrmRoasterEntryDtl) {
|
||||
this.arrHrmRoasterEntryDtl = arrHrmRoasterEntryDtl;
|
||||
}
|
||||
|
||||
public String getDisabselectAll() {
|
||||
return this.disabselectAll;
|
||||
}
|
||||
|
||||
public void setDisabselectAll(String disabselectAll) {
|
||||
this.disabselectAll = disabselectAll;
|
||||
}
|
||||
|
||||
public String getTxtRoasterCode() {
|
||||
return this.txtRoasterCode;
|
||||
}
|
||||
|
||||
public void setTxtRoasterCode(String txtRoasterCode) {
|
||||
this.txtRoasterCode = txtRoasterCode;
|
||||
}
|
||||
|
||||
public String getTxtRoasterDescription() {
|
||||
return this.txtRoasterDescription;
|
||||
}
|
||||
|
||||
public void setTxtRoasterDescription(String newTxtRoasterDescription) {
|
||||
this.txtRoasterDescription = newTxtRoasterDescription;
|
||||
}
|
||||
|
||||
public String[] getTxtRoasterPoint() {
|
||||
return this.txtRoasterPoint;
|
||||
}
|
||||
|
||||
public void setTxtRoasterPoint(String[] txtRoasterPoint) {
|
||||
this.txtRoasterPoint = txtRoasterPoint;
|
||||
}
|
||||
|
||||
public String[] getTxtCategoryAsPerRoaster() {
|
||||
return this.txtCategoryAsPerRoaster;
|
||||
}
|
||||
|
||||
public void setTxtCategoryAsPerRoaster(String[] txtCategoryAsPerRoaster) {
|
||||
this.txtCategoryAsPerRoaster = txtCategoryAsPerRoaster;
|
||||
}
|
||||
|
||||
public String getDisabtxtRoasterDescription() {
|
||||
return this.disabtxtRoasterDescription;
|
||||
}
|
||||
|
||||
public void setDisabtxtRoasterDescription(String newDisabtxtRoasterDescription) {
|
||||
this.disabtxtRoasterDescription = newDisabtxtRoasterDescription;
|
||||
}
|
||||
|
||||
public String getDisabtxtRoasterCode() {
|
||||
return this.disabtxtRoasterCode;
|
||||
}
|
||||
|
||||
public void setDisabtxtRoasterCode(String newDisabtxtRoasterCode) {
|
||||
this.disabtxtRoasterCode = newDisabtxtRoasterCode;
|
||||
}
|
||||
|
||||
public String[] getSocialStatus() {
|
||||
return this.socialStatus;
|
||||
}
|
||||
|
||||
public void setSocialStatus(String[] socialStatus) {
|
||||
this.socialStatus = socialStatus;
|
||||
}
|
||||
|
||||
public String[] getEmpNoId() {
|
||||
return this.empNoId;
|
||||
}
|
||||
|
||||
public void setEmpNoId(String[] empNoId) {
|
||||
this.empNoId = empNoId;
|
||||
}
|
||||
|
||||
public String[] getTxtCategoryId() {
|
||||
return this.txtCategoryId;
|
||||
}
|
||||
|
||||
public void setTxtCategoryId(String[] txtCategoryId) {
|
||||
this.txtCategoryId = txtCategoryId;
|
||||
}
|
||||
|
||||
public String getRoasterCodeId() {
|
||||
return this.roasterCodeId;
|
||||
}
|
||||
|
||||
public void setRoasterCodeId(String newRoasterCodeId) {
|
||||
this.roasterCodeId = newRoasterCodeId;
|
||||
}
|
||||
|
||||
public String getButRoasterCode() {
|
||||
return this.butRoasterCode;
|
||||
}
|
||||
|
||||
public void setButRoasterCode(String newButRoasterCode) {
|
||||
this.butRoasterCode = newButRoasterCode;
|
||||
}
|
||||
|
||||
public String getDisabbutRoasterCode() {
|
||||
return this.disabbutRoasterCode;
|
||||
}
|
||||
|
||||
public void setDisabbutRoasterCode(String newDisabbutRoasterCode) {
|
||||
this.disabbutRoasterCode = newDisabbutRoasterCode;
|
||||
}
|
||||
|
||||
public String getButCategoryAsPerRoaster() {
|
||||
return this.butCategoryAsPerRoaster;
|
||||
}
|
||||
|
||||
public void setButCategoryAsPerRoaster(String newButCategoryAsPerRoaster) {
|
||||
this.butCategoryAsPerRoaster = newButCategoryAsPerRoaster;
|
||||
}
|
||||
|
||||
public String getDisabbutCategoryAsPerRoaster() {
|
||||
return this.disabbutCategoryAsPerRoaster;
|
||||
}
|
||||
|
||||
public void setDisabbutCategoryAsPerRoaster(String newDisabbutCategoryAsPerRoaster) {
|
||||
this.disabbutCategoryAsPerRoaster = newDisabbutCategoryAsPerRoaster;
|
||||
}
|
||||
|
||||
public String[] getTxtEmployeeNo() {
|
||||
return this.txtEmployeeNo;
|
||||
}
|
||||
|
||||
public void setTxtEmployeeNo(String[] txtEmployeeNo) {
|
||||
this.txtEmployeeNo = txtEmployeeNo;
|
||||
}
|
||||
|
||||
public String[] getTxtEmployeeName() {
|
||||
return this.txtEmployeeName;
|
||||
}
|
||||
|
||||
public void setTxtEmployeeName(String[] txtEmployeeName) {
|
||||
this.txtEmployeeName = txtEmployeeName;
|
||||
}
|
||||
|
||||
public String[] getTxtAppointmentDate() {
|
||||
return this.txtAppointmentDate;
|
||||
}
|
||||
|
||||
public void setTxtAppointmentDate(String[] txtAppointmentDate) {
|
||||
this.txtAppointmentDate = txtAppointmentDate;
|
||||
}
|
||||
|
||||
public String[] getTxtDob() {
|
||||
return this.txtDob;
|
||||
}
|
||||
|
||||
public void setTxtDob(String[] txtDob) {
|
||||
this.txtDob = txtDob;
|
||||
}
|
||||
|
||||
public String[] getTxtCategory() {
|
||||
return this.txtCategory;
|
||||
}
|
||||
|
||||
public void setTxtCategory(String[] txtCategory) {
|
||||
this.txtCategory = txtCategory;
|
||||
}
|
||||
|
||||
public String getButEmployeeNo() {
|
||||
return this.butEmployeeNo;
|
||||
}
|
||||
|
||||
public void setButEmployeeNo(String newButEmployeeNo) {
|
||||
this.butEmployeeNo = newButEmployeeNo;
|
||||
}
|
||||
|
||||
public String getDisabbutEmployeeNo() {
|
||||
return this.disabbutEmployeeNo;
|
||||
}
|
||||
|
||||
public void setDisabbutEmployeeNo(String newDisabbutEmployeeNo) {
|
||||
this.disabbutEmployeeNo = newDisabbutEmployeeNo;
|
||||
}
|
||||
|
||||
public String[] getEntryMode() {
|
||||
return this.entryMode;
|
||||
}
|
||||
|
||||
public void setEntryMode(String[] entryMode) {
|
||||
this.entryMode = entryMode;
|
||||
}
|
||||
}
|
44
hrmsEjb/wenrgise/hrms/webtier/form/JasperReportForm.java
Normal file
44
hrmsEjb/wenrgise/hrms/webtier/form/JasperReportForm.java
Normal file
@@ -0,0 +1,44 @@
|
||||
package wenrgise.hrms.webtier.form;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.lang.reflect.Method;
|
||||
import java.util.HashMap;
|
||||
import javax.servlet.http.HttpServletRequest;
|
||||
|
||||
public class JasperReportForm extends HrmBaseForm {
|
||||
private static final long serialVersionUID = 19981017L;
|
||||
|
||||
private String downloadOption;
|
||||
|
||||
public String getDownloadOption() {
|
||||
return this.downloadOption;
|
||||
}
|
||||
|
||||
public void setDownloadOption(String newDownloadOption) {
|
||||
this.downloadOption = newDownloadOption;
|
||||
}
|
||||
|
||||
public Serializable getData(HttpServletRequest req) {
|
||||
HashMap data = new HashMap();
|
||||
Class formBeanClass = getClass();
|
||||
Method[] methods = formBeanClass.getDeclaredMethods();
|
||||
StringBuffer fieldName = new StringBuffer();
|
||||
for (int i = 0; i < methods.length; i++) {
|
||||
String methodName = methods[i].getName();
|
||||
if (methodName.startsWith("get") && (
|
||||
methods[i].getParameterTypes()).length <= 0)
|
||||
try {
|
||||
Object val = methods[i].invoke(this, null);
|
||||
if (null != val && val instanceof String && ((String)val).trim().length() == 0)
|
||||
val = null;
|
||||
fieldName.append(methodName.substring(3, 4).toLowerCase());
|
||||
fieldName.append(methodName.substring(4));
|
||||
data.put(fieldName.toString(), val);
|
||||
fieldName.delete(0, fieldName.length());
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
}
|
||||
}
|
||||
return data;
|
||||
}
|
||||
}
|
33
hrmsEjb/wenrgise/hrms/webtier/form/ReportInputForm.java
Normal file
33
hrmsEjb/wenrgise/hrms/webtier/form/ReportInputForm.java
Normal file
@@ -0,0 +1,33 @@
|
||||
package wenrgise.hrms.webtier.form;
|
||||
|
||||
public class ReportInputForm extends JasperReportForm {
|
||||
private String txtYear;
|
||||
|
||||
private String txtMonth;
|
||||
|
||||
private String disabtxtMonth;
|
||||
|
||||
public String getTxtYear() {
|
||||
return this.txtYear;
|
||||
}
|
||||
|
||||
public void setTxtYear(String newTxtYear) {
|
||||
this.txtYear = newTxtYear;
|
||||
}
|
||||
|
||||
public String getTxtMonth() {
|
||||
return this.txtMonth;
|
||||
}
|
||||
|
||||
public void setTxtMonth(String newTxtMonth) {
|
||||
this.txtMonth = newTxtMonth;
|
||||
}
|
||||
|
||||
public String getDisabtxtMonth() {
|
||||
return this.disabtxtMonth;
|
||||
}
|
||||
|
||||
public void setDisabtxtMonth(String newDisabtxtMonth) {
|
||||
this.disabtxtMonth = newDisabtxtMonth;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user