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) generateSyncServiceList
(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) void
sendCancelDiscountInstruction
(br.com.intersys.systextil.connection.AppConnection cn, SendCancelDiscountInstructionPayload payload) void
sendCancelInstruction
(br.com.intersys.systextil.connection.AppConnection cn, SendCancelInstructionPayload payload) void
sendCancelMoraInstruction
(br.com.intersys.systextil.connection.AppConnection cn, SendCancelMoraInstructionPayload payload) void
sendDiscountInstruction
(br.com.intersys.systextil.connection.AppConnection cn, SendDiscountInstructionPayload payload) void
sendProtestInstruction
(br.com.intersys.systextil.connection.AppConnection cn, SendProtestInstructionPayload payload) void
sendRescheduleInstruction
(br.com.intersys.systextil.connection.AppConnection cn, SendRescheduleInstructionPayload payload) void
synchronizeMovements
(br.com.intersys.systextil.connection.AppConnection cn, Integer numeroSolicitacao, BasicOperationDetails operationDetails, br.com.intersys.systextil.global.Mdi mdi, br.com.intersys.systextil.global.TagInteractive tagInteractive, Date dataInicio, Date dataFim) 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
-
sendDiscountInstruction
void sendDiscountInstruction(br.com.intersys.systextil.connection.AppConnection cn, SendDiscountInstructionPayload payload) throws systextil.msg.Msg - Throws:
systextil.msg.Msg
-
synchronizeMovements
void synchronizeMovements(br.com.intersys.systextil.connection.AppConnection cn, Integer numeroSolicitacao, BasicOperationDetails operationDetails, br.com.intersys.systextil.global.Mdi mdi, br.com.intersys.systextil.global.TagInteractive tagInteractive, Date dataInicio, Date dataFim) throws systextil.msg.Msg - Throws:
systextil.msg.Msg
-
sendProtestInstruction
void sendProtestInstruction(br.com.intersys.systextil.connection.AppConnection cn, SendProtestInstructionPayload payload) throws systextil.msg.Msg - Throws:
systextil.msg.Msg
-
sendRescheduleInstruction
void sendRescheduleInstruction(br.com.intersys.systextil.connection.AppConnection cn, SendRescheduleInstructionPayload payload) throws systextil.msg.Msg - Throws:
systextil.msg.Msg
-
sendCancelInstruction
void sendCancelInstruction(br.com.intersys.systextil.connection.AppConnection cn, SendCancelInstructionPayload payload) throws systextil.msg.Msg - Throws:
systextil.msg.Msg
-
sendCancelDiscountInstruction
void sendCancelDiscountInstruction(br.com.intersys.systextil.connection.AppConnection cn, SendCancelDiscountInstructionPayload payload) throws systextil.msg.Msg - Throws:
systextil.msg.Msg
-
sendCancelMoraInstruction
void sendCancelMoraInstruction(br.com.intersys.systextil.connection.AppConnection cn, SendCancelMoraInstructionPayload payload) throws systextil.msg.Msg - Throws:
systextil.msg.Msg
-
generateCustomerPaymentOptionsList
List<PaymentOptionsObject> generateCustomerPaymentOptionsList(br.com.intersys.systextil.connection.AppConnection cn) -
generateServiceList
-
generateSyncServiceList
List<ServiceListObject> generateSyncServiceList(br.com.intersys.systextil.connection.AppConnection cn)
-