public class CommonAjaxAction
extends org.egov.infra.web.struts.actions.BaseFormAction
| Modifier and Type | Field and Description |
|---|---|
static String |
AREAS |
static String |
DIVISIONS |
protected org.egov.tl.utils.LicenseUtils |
licenseUtils |
static String |
LOCATIONS |
static String |
STREETS |
| Constructor and Description |
|---|
CommonAjaxAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
ajaxPopulateDesignationsByDept() |
String |
ajaxPopulateFeeType() |
String |
ajaxPopulateSubCategory() |
String |
ajaxPopulateUom() |
String |
ajaxPopulateUsersByDesignation() |
String |
deleteFee() |
String |
deleteRow() |
List<org.egov.infra.admin.master.entity.User> |
getAllActiveUsersByGivenDesg() |
static String |
getAREA() |
int |
getAreaId() |
List<org.egov.infra.admin.master.entity.Boundary> |
getAreaList() |
org.egov.infra.admin.master.service.BoundaryService |
getBoundaryService() |
Long |
getCategoryId() |
Integer |
getDepartmentId() |
Integer |
getDesignationId() |
List<org.egov.pims.commons.Designation> |
getDesignationList() |
org.egov.eis.service.DesignationService |
getDesignationService() |
int |
getDivisionId() |
List<org.egov.infra.admin.master.entity.Boundary> |
getDivisionList() |
org.egov.eis.service.EisCommonService |
getEisCommonService() |
Long |
getFeeMatrixDetailId() |
Long |
getFeeTypeId() |
List<org.egov.tl.entity.FeeType> |
getFeeTypeList() |
org.egov.tl.service.masters.LicenseSubCategoryService |
getLicenseSubCategoryService() |
int |
getLocationId() |
List<org.egov.infra.admin.master.entity.Boundary> |
getLocationList() |
Object |
getModel() |
Long |
getPenaltyRateId() |
String |
getRateType() |
InputStream |
getReturnStream() |
List<org.egov.infra.admin.master.entity.Boundary> |
getStreetList() |
Long |
getSubCategoryId() |
List<org.egov.tl.entity.LicenseSubCategory> |
getSubCategoryList() |
Long |
getUomId() |
String |
getUomName() |
int |
getZoneId() |
String |
populateDivisions()
Populate wards.
|
String |
populateLocations() |
String |
populateStreets()
Populate streets.
|
void |
setAllActiveUsersByGivenDesg(List<org.egov.infra.admin.master.entity.User> allActiveUsersByGivenDesg) |
void |
setAreaId(int areaId) |
void |
setAreaList(List<org.egov.infra.admin.master.entity.Boundary> areaList) |
void |
setBoundaryService(org.egov.infra.admin.master.service.BoundaryService boundaryService) |
void |
setCategoryId(Long categoryId) |
void |
setDepartmentId(Integer departmentId) |
void |
setDesignationId(Integer designationId) |
void |
setDesignationList(List<org.egov.pims.commons.Designation> designationList) |
void |
setDesignationService(org.egov.eis.service.DesignationService designationService) |
void |
setDivisionId(int divisionId) |
void |
setDivisionList(List<org.egov.infra.admin.master.entity.Boundary> divisionList) |
void |
setEisCommonService(org.egov.eis.service.EisCommonService eisCommonService) |
void |
setFeeMatrixDetailId(Long feeMatrixDetailId) |
void |
setFeeTypeId(Long feeTypeId) |
void |
setFeeTypeList(List<org.egov.tl.entity.FeeType> feeTypeList) |
void |
setLicenseSubCategoryService(org.egov.tl.service.masters.LicenseSubCategoryService licenseSubCategoryService) |
void |
setLicenseUtils(org.egov.tl.utils.LicenseUtils licenseUtils) |
void |
setLocationId(int locationId) |
void |
setLocationList(List<org.egov.infra.admin.master.entity.Boundary> locationList) |
void |
setPenaltyRateId(Long penaltyRateId) |
void |
setRateType(String rateType) |
void |
setStreetList(List<org.egov.infra.admin.master.entity.Boundary> streetList) |
void |
setSubCategoryId(Long subCategoryId) |
void |
setSubCategoryList(List<org.egov.tl.entity.LicenseSubCategory> subCategoryList) |
void |
setUomId(Long uomId) |
void |
setUomName(String uomName) |
void |
setZoneId(int zoneId) |
acceptableParameterName, addDropdownData, addRelatedEntity, addRelatedEntity, getDropdownData, getOrdering, getPersistenceService, getRelationships, getSession, prepare, 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 static final String LOCATIONS
public static final String STREETS
public static final String DIVISIONS
public static final String AREAS
protected org.egov.tl.utils.LicenseUtils licenseUtils
public InputStream getReturnStream()
public Object getModel()
public String populateLocations()
public String populateStreets()
public String populateDivisions()
public String ajaxPopulateDesignationsByDept()
public String ajaxPopulateUsersByDesignation()
public String ajaxPopulateSubCategory()
public String ajaxPopulateFeeType()
public String ajaxPopulateUom()
public String deleteFee()
public String deleteRow()
public List<org.egov.infra.admin.master.entity.User> getAllActiveUsersByGivenDesg()
public void setAllActiveUsersByGivenDesg(List<org.egov.infra.admin.master.entity.User> allActiveUsersByGivenDesg)
public int getDivisionId()
public void setDivisionId(int divisionId)
public int getAreaId()
public void setAreaId(int areaId)
public int getLocationId()
public void setLocationId(int locationId)
public int getZoneId()
public void setZoneId(int zoneId)
public List<org.egov.infra.admin.master.entity.Boundary> getLocationList()
public void setLocationList(List<org.egov.infra.admin.master.entity.Boundary> locationList)
public List<org.egov.pims.commons.Designation> getDesignationList()
public void setDesignationList(List<org.egov.pims.commons.Designation> designationList)
public Integer getDepartmentId()
public void setDepartmentId(Integer departmentId)
public List<org.egov.infra.admin.master.entity.Boundary> getAreaList()
public void setAreaList(List<org.egov.infra.admin.master.entity.Boundary> areaList)
public List<org.egov.infra.admin.master.entity.Boundary> getStreetList()
public void setStreetList(List<org.egov.infra.admin.master.entity.Boundary> streetList)
public List<org.egov.infra.admin.master.entity.Boundary> getDivisionList()
public void setDivisionList(List<org.egov.infra.admin.master.entity.Boundary> divisionList)
public static String getAREA()
public Integer getDesignationId()
public void setDesignationId(Integer designationId)
public void setLicenseUtils(org.egov.tl.utils.LicenseUtils licenseUtils)
public org.egov.infra.admin.master.service.BoundaryService getBoundaryService()
public void setBoundaryService(org.egov.infra.admin.master.service.BoundaryService boundaryService)
public org.egov.eis.service.DesignationService getDesignationService()
public void setDesignationService(org.egov.eis.service.DesignationService designationService)
public org.egov.eis.service.EisCommonService getEisCommonService()
public void setEisCommonService(org.egov.eis.service.EisCommonService eisCommonService)
public org.egov.tl.service.masters.LicenseSubCategoryService getLicenseSubCategoryService()
public void setLicenseSubCategoryService(org.egov.tl.service.masters.LicenseSubCategoryService licenseSubCategoryService)
public Long getCategoryId()
public void setCategoryId(Long categoryId)
public List<org.egov.tl.entity.LicenseSubCategory> getSubCategoryList()
public void setSubCategoryList(List<org.egov.tl.entity.LicenseSubCategory> subCategoryList)
public Long getFeeMatrixDetailId()
public void setFeeMatrixDetailId(Long feeMatrixDetailId)
public Long getSubCategoryId()
public void setSubCategoryId(Long subCategoryId)
public Long getFeeTypeId()
public void setFeeTypeId(Long feeTypeId)
public List<org.egov.tl.entity.FeeType> getFeeTypeList()
public void setFeeTypeList(List<org.egov.tl.entity.FeeType> feeTypeList)
public String getRateType()
public void setRateType(String rateType)
public Long getUomId()
public void setUomId(Long uomId)
public String getUomName()
public void setUomName(String uomName)
public Long getPenaltyRateId()
public void setPenaltyRateId(Long penaltyRateId)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.