public class AjaxReceiptCreateAction
extends org.egov.infra.web.struts.actions.BaseFormAction
| Modifier and Type | Field and Description |
|---|---|
protected static String |
RESULT |
protected static String |
SERVICE_LIST |
protected static String |
USER_LIST |
| Constructor and Description |
|---|
AjaxReceiptCreateAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
ajaxFinAccDtlsByService() |
String |
ajaxFinMiscDtlsByService() |
String |
ajaxFinSubledgerByService() |
String |
ajaxLoadSchemes() |
String |
ajaxLoadServiceByCategory() |
String |
ajaxLoadServiceByCategoryForChallan() |
String |
ajaxLoadServiceByCategoryForMisc() |
String |
ajaxLoadServiceByClassification() |
String |
ajaxLoadSubSchemes() |
String |
ajaxOnlineReceiptCreatedByList() |
String |
ajaxValidateDetailCode() |
String |
ajaxValidateDetailCodeNew()
This method is accessed from challan.js and MiscReceipts.js
|
List<org.egov.infstr.models.ServiceAccountDetails> |
getAccountDetails() |
String |
getAccountForService() |
String |
getCode() |
String |
getCodeNew() |
String |
getDetailCode() |
String |
getDetailType() |
String |
getDetailTypeForService() |
List<org.egov.commons.utils.EntityType> |
getEntityList() |
String |
getMISdetailsForService() |
Object |
getModel() |
Long |
getPaymentServiceId() |
List<org.egov.commons.Scheme> |
getSchemeList() |
String |
getServiceClass() |
List<org.egov.infstr.models.ServiceDetails> |
getServiceList() |
List<org.egov.infstr.models.ServiceSubledgerInfo> |
getSubledgerDetails() |
List<org.egov.commons.SubScheme> |
getSubSchemes() |
List<org.egov.infra.admin.master.entity.User> |
getUserList() |
String |
getValue() |
void |
setAccountDetails(List<org.egov.infstr.models.ServiceAccountDetails> accountDetails) |
void |
setEgovCommon(org.egov.egf.commons.EgovCommon egovCommon) |
void |
setEntityList(List<org.egov.commons.utils.EntityType> entityList) |
void |
setPaymentServiceId(Long paymentServiceId) |
void |
setSchemeList(List<org.egov.commons.Scheme> schemeList) |
void |
setServiceClass(String serviceClass) |
void |
setSubledgerDetails(List<org.egov.infstr.models.ServiceSubledgerInfo> subledgerDetails) |
void |
setSubSchemes(List<org.egov.commons.SubScheme> subSchemes) |
void |
setUserList(List<org.egov.infra.admin.master.entity.User> userList) |
void |
setValue(String value) |
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, isValidLocale, isValidLocaleString, pause, setActionErrors, setActionMessages, setContainer, setFieldErrors, validateprotected static final String RESULT
protected static final String SERVICE_LIST
protected static final String USER_LIST
public String getAccountForService()
public String getMISdetailsForService()
public String getDetailCode() throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationExceptionpublic String getDetailType() throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationExceptionpublic String ajaxValidateDetailCodeNew() throws Exception
Exceptionpublic String ajaxValidateDetailCode()
public String getCode() throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationExceptionpublic String getDetailTypeForService() throws org.egov.infra.exception.ApplicationException
org.egov.infra.exception.ApplicationExceptionpublic String ajaxLoadSchemes()
public String ajaxLoadSubSchemes()
public String ajaxLoadServiceByCategory()
public String ajaxLoadServiceByCategoryForChallan()
public String ajaxLoadServiceByCategoryForMisc()
public String ajaxLoadServiceByClassification()
public String ajaxFinMiscDtlsByService()
public String ajaxFinAccDtlsByService()
public String ajaxFinSubledgerByService()
public String ajaxOnlineReceiptCreatedByList()
public Object getModel()
public List<org.egov.commons.utils.EntityType> getEntityList()
public void setEntityList(List<org.egov.commons.utils.EntityType> entityList)
public String getValue()
public void setValue(String value)
public List<org.egov.commons.Scheme> getSchemeList()
public void setSchemeList(List<org.egov.commons.Scheme> schemeList)
public List<org.egov.commons.SubScheme> getSubSchemes()
public void setSubSchemes(List<org.egov.commons.SubScheme> subSchemes)
public List<org.egov.infstr.models.ServiceDetails> getServiceList()
public List<org.egov.infstr.models.ServiceAccountDetails> getAccountDetails()
public void setAccountDetails(List<org.egov.infstr.models.ServiceAccountDetails> accountDetails)
public List<org.egov.infstr.models.ServiceSubledgerInfo> getSubledgerDetails()
public void setSubledgerDetails(List<org.egov.infstr.models.ServiceSubledgerInfo> subledgerDetails)
public String getServiceClass()
public void setServiceClass(String serviceClass)
public void setEgovCommon(org.egov.egf.commons.EgovCommon egovCommon)
public Long getPaymentServiceId()
public void setPaymentServiceId(Long paymentServiceId)
public List<org.egov.infra.admin.master.entity.User> getUserList()
public void setUserList(List<org.egov.infra.admin.master.entity.User> userList)
Copyright © 2015–2017 eGovernments Foundation. All rights reserved.