Package systextil.services.sph
Interface Sph
public interface Sph
-
Method Summary
Modifier and TypeMethodDescriptionchangeToPending
(br.com.intersys.systextil.connection.AppConnection cn, String responseMessage, int cgc9, int cgc4, int cgc2, int sequencia) changeToPendingRT
(br.com.intersys.systextil.connection.AppConnection cn, String responseMessage, String cgc_r, String cgc_o, int cgc2, int sequencia) generateCustomerPaymentOptionsList
(br.com.intersys.systextil.connection.AppConnection cn) void
generateLogTrace
(br.com.intersys.systextil.connection.AppConnection cn, String origin, String process) generatePaymentData
(br.com.intersys.systextil.connection.AppConnection cn, int codEmpresa, String usuario, RequestObject request, int paymentForm) generateServiceList
(br.com.intersys.systextil.connection.AppConnection cn) boolean
renegotiationCall
(br.com.intersys.systextil.connection.AppConnection cn, int renegotiationNumber, int companyCode, int cgc9, int cgc4, int cgc2, String user) boolean
renegotiationCallRT
(br.com.intersys.systextil.connection.AppConnection cn, int renegotiationNumber, int companyCode, String cgc_r, String cgc_o, int cgc2, String user) validatePaymentFormSelected
(br.com.intersys.systextil.connection.AppConnection cn, int paymentForm)
-
Method Details
-
generateLogTrace
-
renegotiationCall
boolean renegotiationCall(br.com.intersys.systextil.connection.AppConnection cn, int renegotiationNumber, int companyCode, int cgc9, int cgc4, int cgc2, String user) throws Exception - Throws:
Exception
-
renegotiationCallRT
boolean renegotiationCallRT(br.com.intersys.systextil.connection.AppConnection cn, int renegotiationNumber, int companyCode, String cgc_r, String cgc_o, int cgc2, String user) throws Exception - Throws:
Exception
-
validatePaymentFormSelected
String validatePaymentFormSelected(br.com.intersys.systextil.connection.AppConnection cn, int paymentForm) -
generatePaymentData
String generatePaymentData(br.com.intersys.systextil.connection.AppConnection cn, int codEmpresa, String usuario, RequestObject request, int paymentForm) throws Exception - Throws:
Exception
-
changeToPending
-
changeToPendingRT
-
generateCustomerPaymentOptionsList
List<PaymentOptionsObject> generateCustomerPaymentOptionsList(br.com.intersys.systextil.connection.AppConnection cn) -
generateServiceList
-