public class OnlineReceiptAction
extends org.egov.infra.web.struts.actions.BaseFormAction
implements org.apache.struts2.interceptor.ServletRequestAware
| Modifier and Type | Field and Description |
|---|---|
protected static String |
RECONRESULT |
static String |
REDIRECT |
protected static String |
RESULT |
| Constructor and Description |
|---|
OnlineReceiptAction() |
| Modifier and Type | Method and Description |
|---|---|
String |
acceptMessageFromPaymentGateway() |
Boolean |
getCallbackForApportioning() |
List<String> |
getCollectionModesNotAllowed() |
String |
getCollectXML() |
String |
getConsumerCode() |
List<org.egov.collection.entity.OnlinePayment> |
getLastThreeOnlinePayments() |
Object |
getModel() |
String |
getMsg() |
BigDecimal |
getOnlineInstrumenttotal() |
org.egov.collection.entity.ReceiptHeader |
getOnlinePaymentReceiptHeader() |
Boolean |
getOnlinePayPending() |
Boolean |
getOverrideAccountHeads() |
Boolean |
getPartPaymentAllowed() |
BigDecimal |
getPaymentAmount()
This getter will be invoked by the framework from UI.
|
org.egov.collection.integration.pgi.PaymentRequest |
getPaymentRequest() |
org.egov.collection.integration.pgi.PaymentResponse |
getPaymentResponse() |
Integer |
getPaymentServiceId() |
List<org.egov.collection.entity.ReceiptDetail> |
getReceiptDetailList() |
Long |
getReceiptId() |
String |
getReceiptNumber() |
String |
getReceiptResponse() |
org.egov.collection.entity.ReceiptHeader[] |
getReceipts() |
String |
getRefNumber() |
String[] |
getRemarks() |
String |
getReportId() |
Long[] |
getSelectedReceipts() |
String |
getServiceCode() |
List<org.egov.infstr.models.ServiceDetails> |
getServiceDetailsList() |
String |
getServiceName() |
String[] |
getStatusCode() |
String |
getTestAuthStatusCode() |
Long |
getTestReceiptId() |
BigDecimal |
getTotalAmountToBeCollected()
This getter will be invoked by framework from UI.
|
Integer |
getTotalNoOfAccounts()
This getter will be invoked by framework from UI.
|
String[] |
getTransactionDate() |
String[] |
getTransactionId() |
String |
newform() |
void |
prepare() |
String |
reconcileOnlinePayment()
This method is invoked for manually reconciling online payments.
|
String |
saveNew() |
void |
setCallbackForApportioning(Boolean callbackForApportioning) |
void |
setCollectionCommon(org.egov.collection.utils.CollectionCommon collectionCommon) |
void |
setCollectionModesNotAllowed(List<String> collectionModesNotAllowed) |
void |
setCollectionsUtil(org.egov.collection.utils.CollectionsUtil collectionsUtil) |
void |
setCollectXML(String collectXML) |
void |
setConsumerCode(String consumerCode) |
void |
setLastThreeOnlinePayments(List<org.egov.collection.entity.OnlinePayment> lastThreeOnlinePayments) |
void |
setMsg(String successMsg) |
void |
setOnlineInstrumenttotal(BigDecimal onlineInstrumenttotal) |
void |
setOnlinePayPending(Boolean onlinePayPending) |
void |
setOverrideAccountHeads(Boolean overrideAccountHeads) |
void |
setPartPaymentAllowed(Boolean partPaymentAllowed) |
void |
setPaymentAmount(BigDecimal paymentAmount) |
void |
setPaymentRequest(org.egov.collection.integration.pgi.PaymentRequest paymentRequest) |
void |
setPaymentResponse(org.egov.collection.integration.pgi.PaymentResponse paymentResponse) |
void |
setPaymentServiceId(Integer paymentServiceId) |
void |
setReceiptDetailList(List<org.egov.collection.entity.ReceiptDetail> receiptDetailList) |
void |
setReceiptHeaderService(org.egov.collection.service.ReceiptHeaderService receiptHeaderService) |
void |
setReceiptId(Long receiptId) |
void |
setReceiptNumber(String receiptNumber) |
void |
setReceiptResponse(String receiptResponse) |
void |
setReceipts(org.egov.collection.entity.ReceiptHeader[] receipts) |
void |
setRefNumber(String refNumber) |
void |
setRemarks(String[] remarks) |
void |
setSelectedReceipts(Long[] selectedReceipts) |
void |
setServiceCode(String serviceCode) |
void |
setServiceDetailsList(List<org.egov.infstr.models.ServiceDetails> serviceDetailsList) |
void |
setServiceName(String serviceName) |
void |
setServletRequest(javax.servlet.http.HttpServletRequest arg0) |
void |
setStatusCode(String[] statusCode) |
void |
setTestAuthStatusCode(String testAuthStatusCode) |
void |
setTestReceiptId(Long testReceiptId) |
void |
setTotalAmountToBeCollected(BigDecimal totalAmountToBeCollected) |
void |
setTransactionDate(String[] transactionDate) |
void |
setTransactionId(String[] transactionId) |
void |
setXmlHandler(org.egov.collection.handler.BillCollectXmlHandler xmlHandler) |
String |
testOnlinePaytMsg() |
String |
view() |
String |
viewReceipt() |
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 static final String REDIRECT
protected static final String RESULT
protected static final String RECONRESULT
public Object getModel()
getModel in interface com.opensymphony.xwork2.ModelDriven<Object>public String newform()
public String testOnlinePaytMsg()
public String saveNew()
public String acceptMessageFromPaymentGateway()
public Long getTestReceiptId()
public void setTestReceiptId(Long testReceiptId)
public String getTestAuthStatusCode()
public void setTestAuthStatusCode(String testAuthStatusCode)
public String reconcileOnlinePayment()
public String view()
public String viewReceipt()
public void prepare()
prepare in interface com.opensymphony.xwork2.Preparableprepare in class org.egov.infra.web.struts.actions.BaseFormActionpublic void setCollectionsUtil(org.egov.collection.utils.CollectionsUtil collectionsUtil)
public void setReceiptHeaderService(org.egov.collection.service.ReceiptHeaderService receiptHeaderService)
public void setCollectionCommon(org.egov.collection.utils.CollectionCommon collectionCommon)
public String[] getRemarks()
public void setRemarks(String[] remarks)
public void setTransactionId(String[] transactionId)
public String[] getTransactionDate()
public void setTransactionDate(String[] transactionDate)
public String[] getTransactionId()
public Long[] getSelectedReceipts()
public void setSelectedReceipts(Long[] selectedReceipts)
public String[] getStatusCode()
public void setStatusCode(String[] statusCode)
public String getReportId()
public String getServiceCode()
public void setServiceCode(String serviceCode)
public Long getReceiptId()
public void setReceiptId(Long receiptId)
public org.egov.collection.entity.ReceiptHeader[] getReceipts()
public void setReceipts(org.egov.collection.entity.ReceiptHeader[] receipts)
public Integer getTotalNoOfAccounts()
public BigDecimal getTotalAmountToBeCollected()
public void setTotalAmountToBeCollected(BigDecimal totalAmountToBeCollected)
public BigDecimal getPaymentAmount()
public void setPaymentAmount(BigDecimal paymentAmount)
paymentAmount - the paymentAmount to setpublic org.egov.collection.integration.pgi.PaymentRequest getPaymentRequest()
public void setPaymentRequest(org.egov.collection.integration.pgi.PaymentRequest paymentRequest)
paymentRequest - the paymentRequest to setpublic org.egov.collection.integration.pgi.PaymentResponse getPaymentResponse()
public void setPaymentResponse(org.egov.collection.integration.pgi.PaymentResponse paymentResponse)
public Integer getPaymentServiceId()
public void setPaymentServiceId(Integer paymentServiceId)
paymentServiceId - the paymentServiceId to setpublic String getMsg()
public void setMsg(String successMsg)
public org.egov.collection.entity.ReceiptHeader getOnlinePaymentReceiptHeader()
public String getServiceName()
public void setServiceName(String serviceName)
serviceName - the serviceName to setpublic List<String> getCollectionModesNotAllowed()
public void setCollectionModesNotAllowed(List<String> collectionModesNotAllowed)
collectionModesNotAllowed - the collectionModesNotAllowed to setpublic Boolean getOverrideAccountHeads()
public void setOverrideAccountHeads(Boolean overrideAccountHeads)
overrideAccountHeads - the overrideAccountHeads to setpublic Boolean getPartPaymentAllowed()
public void setPartPaymentAllowed(Boolean partPaymentAllowed)
partPaymentAllowed - the partPaymentAllowed to setpublic void setXmlHandler(org.egov.collection.handler.BillCollectXmlHandler xmlHandler)
xmlHandler - the xmlHandler to setpublic String getCollectXML()
public void setCollectXML(String collectXML)
collectXML - the collectXML to setpublic List<org.egov.collection.entity.ReceiptDetail> getReceiptDetailList()
public void setReceiptDetailList(List<org.egov.collection.entity.ReceiptDetail> receiptDetailList)
receiptDetailList - the receiptDetailList to setpublic BigDecimal getOnlineInstrumenttotal()
public void setOnlineInstrumenttotal(BigDecimal onlineInstrumenttotal)
onlineInstrumenttotal - the onlineInstrumenttotal to setpublic Boolean getCallbackForApportioning()
public void setCallbackForApportioning(Boolean callbackForApportioning)
callbackForApportioning - the callbackForApportioning to setpublic void setServletRequest(javax.servlet.http.HttpServletRequest arg0)
setServletRequest in interface org.apache.struts2.interceptor.ServletRequestAwarepublic String getReceiptNumber()
public void setReceiptNumber(String receiptNumber)
receiptNumber - the receiptNumber to setpublic String getConsumerCode()
public void setConsumerCode(String consumerCode)
consumerCode - the consumerCode to setpublic String getReceiptResponse()
public void setReceiptResponse(String receiptResponse)
receiptResponse - the receiptResponse to setpublic List<org.egov.infstr.models.ServiceDetails> getServiceDetailsList()
public void setServiceDetailsList(List<org.egov.infstr.models.ServiceDetails> serviceDetailsList)
public String getRefNumber()
public void setRefNumber(String refNumber)
public List<org.egov.collection.entity.OnlinePayment> getLastThreeOnlinePayments()
public void setLastThreeOnlinePayments(List<org.egov.collection.entity.OnlinePayment> lastThreeOnlinePayments)
public Boolean getOnlinePayPending()
public void setOnlinePayPending(Boolean onlinePayPending)
Copyright © 2015–2016 eGovernments Foundation. All rights reserved.