public class CopyEstimateAction
extends org.egov.infra.web.struts.actions.BaseFormAction
| Constructor and Description |
|---|
CopyEstimateAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
copyEstimate() |
org.egov.works.services.AbstractEstimateService |
getAbstractEstimateService() |
String |
getCopyCancelledEstNum() |
org.egov.works.abstractestimate.entity.AbstractEstimate |
getCopyEstimate() |
org.egov.pims.service.EmployeeServiceOld |
getEmployeeService() |
Long |
getEstimateId() |
Date |
getFinancialYearStartDate() |
String |
getMessageKey() |
Object |
getModel() |
org.egov.works.services.WorksService |
getWorksService() |
void |
prepare() |
void |
setAbstractEstimateService(org.egov.works.services.AbstractEstimateService abstractEstimateService) |
void |
setCopyCancelledEstNum(String copyCancelledEstNum) |
void |
setCopyEstimate(org.egov.works.abstractestimate.entity.AbstractEstimate copyEstimate) |
void |
setEmployeeService(org.egov.pims.service.EmployeeServiceOld employeeService) |
void |
setEstimateId(Long estimateId) |
void |
setEstimateWorkflowService(org.egov.infra.workflow.service.WorkflowService<org.egov.works.abstractestimate.entity.AbstractEstimate> workflow) |
void |
setFinancialYearStartDate(Date financialYearStartDate) |
void |
setMessageKey(String messageKey) |
void |
setWorksService(org.egov.works.services.WorksService worksService) |
acceptableParameterName, addDropdownData, addRelatedEntity, addRelatedEntity, getDropdownData, getOrdering, getPersistenceService, getRelationships, getSession, session, setParameters, setPersistenceService, setRequest, setSession, setupDropdownDataExcluding, setValue, tokenNameaddActionError, addActionMessage, addFieldError, clearActionErrors, clearErrors, clearErrorsAndMessages, clearFieldErrors, clearMessages, clone, execute, getActionErrors, getActionMessages, getFieldErrors, getFormatted, getLocale, getText, getText, getText, getText, getText, getText, getText, getText, getText, getTexts, getTexts, hasActionErrors, hasActionMessages, hasErrors, hasFieldErrors, hasKey, input, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validatepublic void prepare()
prepare in interface com.opensymphony.xwork2.Preparableprepare in class org.egov.infra.web.struts.actions.BaseFormActionpublic String copyEstimate()
public Object getModel()
public Date getFinancialYearStartDate()
public void setFinancialYearStartDate(Date financialYearStartDate)
public Long getEstimateId()
public void setEstimateId(Long estimateId)
public org.egov.works.services.AbstractEstimateService getAbstractEstimateService()
public void setAbstractEstimateService(org.egov.works.services.AbstractEstimateService abstractEstimateService)
public org.egov.pims.service.EmployeeServiceOld getEmployeeService()
public void setEmployeeService(org.egov.pims.service.EmployeeServiceOld employeeService)
public String getMessageKey()
public void setMessageKey(String messageKey)
public org.egov.works.services.WorksService getWorksService()
public void setWorksService(org.egov.works.services.WorksService worksService)
public String getCopyCancelledEstNum()
public void setCopyCancelledEstNum(String copyCancelledEstNum)
public org.egov.works.abstractestimate.entity.AbstractEstimate getCopyEstimate()
public void setCopyEstimate(org.egov.works.abstractestimate.entity.AbstractEstimate copyEstimate)
public void setEstimateWorkflowService(org.egov.infra.workflow.service.WorkflowService<org.egov.works.abstractestimate.entity.AbstractEstimate> workflow)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.