public class CommonTradeLicenseAjaxAction
extends org.egov.infra.web.struts.actions.BaseFormAction
implements org.apache.struts2.interceptor.ServletResponseAware
| Modifier and Type | Field and Description |
|---|---|
protected org.egov.tl.utils.LicenseUtils |
licenseUtils |
static String |
SUBCATEGORY |
| Constructor and Description |
|---|
CommonTradeLicenseAjaxAction() |
| Modifier and Type | Method and Description |
|---|---|
void |
ajaxLoadUomName() |
void |
blockByLocality() |
Long |
getCategoryId() |
List<org.egov.infra.admin.master.entity.Boundary> |
getDivisionList() |
Long |
getFeeTypeId() |
List<org.egov.tl.entity.TradeLicense> |
getLicenseList() |
org.egov.tl.service.masters.LicenseSubCategoryService |
getLicenseSubCategoryService() |
org.egov.tl.utils.LicenseUtils |
getLicenseUtils() |
Long |
getLocality() |
Object |
getModel() |
String |
getSearchParamType() |
String |
getSearchParamValue() |
javax.servlet.http.HttpServletResponse |
getServletResponse()
Convenience method to get the response
|
Long |
getSubCategoryId() |
List<org.egov.tl.entity.LicenseSubCategory> |
getSubCategoryList() |
int |
getZoneId() |
String |
populateData() |
String |
populateDivisions()
Populate wards.
|
String |
populateSubCategory() |
void |
setCategoryId(Long categoryId) |
void |
setDivisionList(List<org.egov.infra.admin.master.entity.Boundary> divisionList) |
void |
setFeeTypeId(Long feeTypeId) |
void |
setLicenseList(List<org.egov.tl.entity.TradeLicense> licenseList) |
void |
setLicenseSubCategoryService(org.egov.tl.service.masters.LicenseSubCategoryService licenseSubCategoryService) |
void |
setLicenseUtils(org.egov.tl.utils.LicenseUtils licenseUtils) |
void |
setLocality(Long locality) |
void |
setSearchParamType(String searchParamType) |
void |
setSearchParamValue(String searchParamValue) |
void |
setServletResponse(javax.servlet.http.HttpServletResponse httpServletResponse) |
void |
setSubCategoryId(Long subCategoryId) |
void |
setSubCategoryList(List<org.egov.tl.entity.LicenseSubCategory> subCategoryList) |
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, validateprotected org.egov.tl.utils.LicenseUtils licenseUtils
public static final String SUBCATEGORY
public String populateDivisions()
public String populateSubCategory()
public void blockByLocality()
throws IOException,
org.egov.commons.exception.NoSuchObjectException
IOExceptionorg.egov.commons.exception.NoSuchObjectExceptionpublic void ajaxLoadUomName()
throws IOException,
org.egov.commons.exception.NoSuchObjectException
IOExceptionorg.egov.commons.exception.NoSuchObjectExceptionpublic String populateData()
public Object getModel()
getModel in interface com.opensymphony.xwork2.ModelDriven<Object>public javax.servlet.http.HttpServletResponse getServletResponse()
public org.egov.tl.utils.LicenseUtils getLicenseUtils()
public void setLicenseUtils(org.egov.tl.utils.LicenseUtils licenseUtils)
public int getZoneId()
public void setZoneId(int zoneId)
public List<org.egov.infra.admin.master.entity.Boundary> getDivisionList()
public void setDivisionList(List<org.egov.infra.admin.master.entity.Boundary> divisionList)
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 getLocality()
public void setLocality(Long locality)
public void setServletResponse(javax.servlet.http.HttpServletResponse httpServletResponse)
setServletResponse in interface org.apache.struts2.interceptor.ServletResponseAwarepublic void setLicenseSubCategoryService(org.egov.tl.service.masters.LicenseSubCategoryService licenseSubCategoryService)
public org.egov.tl.service.masters.LicenseSubCategoryService getLicenseSubCategoryService()
public Long getSubCategoryId()
public void setSubCategoryId(Long subCategoryId)
public Long getFeeTypeId()
public void setFeeTypeId(Long feeTypeId)
public List<org.egov.tl.entity.TradeLicense> getLicenseList()
public void setLicenseList(List<org.egov.tl.entity.TradeLicense> licenseList)
public String getSearchParamType()
public void setSearchParamType(String searchParamType)
public String getSearchParamValue()
public void setSearchParamValue(String searchParamValue)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.