@RestController public class RestPaymentReportConroller extends Object
| Constructor and Description |
|---|
RestPaymentReportConroller() |
| Modifier and Type | Method and Description |
|---|---|
String |
bankNames() |
String |
cancelReceipt(org.egov.collection.integration.models.PaymentInfoSearchRequest paymentInfoSearchRequest,
org.springframework.validation.BindingResult errors) |
org.springframework.http.ResponseEntity<byte[]> |
downloadReceiptByReceiptAndConsumerNo(org.egov.collection.integration.models.PaymentInfoSearchRequest paymentInfoSearchRequest) |
String |
getPaymentByUserServiceAndConsumerCode(org.egov.collection.integration.models.PaymentInfoRequest paymentInfoRequest) |
String |
searchAggregatePaymentsByDate(org.egov.collection.integration.models.PaymentInfoSearchRequest paymentInfoSearchRequest,
javax.servlet.http.HttpServletRequest request) |
String |
searchPaymentByTransactionId(org.egov.collection.integration.models.PaymentInfoSearchRequest paymentInfoSearchRequest,
javax.servlet.http.HttpServletRequest request) |
String |
searchPaymentDetailsByServiceAndDate(org.egov.collection.integration.models.PaymentInfoSearchRequest paymentInfoSearchRequest,
javax.servlet.http.HttpServletRequest request) |
String |
services() |
@RequestMapping(value="/reconciliation/paymentdetails/transaction",
method=POST,
produces="application/json")
public String searchPaymentByTransactionId(@RequestBody
org.egov.collection.integration.models.PaymentInfoSearchRequest paymentInfoSearchRequest,
javax.servlet.http.HttpServletRequest request)
@RequestMapping(value="/getPaymentByUserServiceAndConsumerCode",
method=POST,
produces="application/json")
public String getPaymentByUserServiceAndConsumerCode(@RequestBody
org.egov.collection.integration.models.PaymentInfoRequest paymentInfoRequest)
@RequestMapping(value="/reconciliation/paymentaggregate",
method=POST,
produces="application/json")
public String searchAggregatePaymentsByDate(@RequestBody
org.egov.collection.integration.models.PaymentInfoSearchRequest paymentInfoSearchRequest,
javax.servlet.http.HttpServletRequest request)
throws org.codehaus.jackson.JsonGenerationException,
org.codehaus.jackson.map.JsonMappingException,
IOException
org.codehaus.jackson.JsonGenerationExceptionorg.codehaus.jackson.map.JsonMappingExceptionIOException@RequestMapping(value="/reconciliation/paymentdetails",
method=POST,
produces="application/json")
public String searchPaymentDetailsByServiceAndDate(@RequestBody
org.egov.collection.integration.models.PaymentInfoSearchRequest paymentInfoSearchRequest,
javax.servlet.http.HttpServletRequest request)
throws org.codehaus.jackson.JsonGenerationException,
org.codehaus.jackson.map.JsonMappingException,
IOException
org.codehaus.jackson.JsonGenerationExceptionorg.codehaus.jackson.map.JsonMappingExceptionIOException@RequestMapping(value="/cancelReceipt",
method=POST,
produces="application/json")
public String cancelReceipt(@RequestBody
org.egov.collection.integration.models.PaymentInfoSearchRequest paymentInfoSearchRequest,
org.springframework.validation.BindingResult errors)
@RequestMapping(value="/banks",
method=GET,
produces="application/json")
public String bankNames()
@RequestMapping(value="/downloadReceipt",
method=POST)
public org.springframework.http.ResponseEntity<byte[]> downloadReceiptByReceiptAndConsumerNo(@RequestBody
org.egov.collection.integration.models.PaymentInfoSearchRequest paymentInfoSearchRequest)
@RequestMapping(value="/services",
method=GET,
produces="application/json")
public String services()
throws org.codehaus.jackson.JsonGenerationException,
org.codehaus.jackson.map.JsonMappingException,
IOException
org.codehaus.jackson.JsonGenerationExceptionorg.codehaus.jackson.map.JsonMappingExceptionIOExceptionCopyright © 2015–2017 eGovernments Foundation. All rights reserved.