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) generateCobradorasExternasServiceList(br.com.intersys.systextil.connection.AppConnection cn) generateCustomerPaymentOptionsList(br.com.intersys.systextil.connection.AppConnection cn) voidgenerateLogTrace(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) processarEventos(br.com.intersys.systextil.connection.AppConnection cn, int empresa, String usuario, String idioma, List<EventoPayload> eventos) booleanrenegotiationCall(br.com.intersys.systextil.connection.AppConnection cn, int renegotiationNumber, int companyCode, int cgc9, int cgc4, int cgc2, String user) booleanrenegotiationCallRT(br.com.intersys.systextil.connection.AppConnection cn, int renegotiationNumber, int companyCode, String cgc_r, String cgc_o, int cgc2, String user) voidsendCancelDiscountInstruction(br.com.intersys.systextil.connection.AppConnection cn, SendCancelDiscountInstructionPayload payload) voidsendCancelInstruction(br.com.intersys.systextil.connection.AppConnection cn, SendCancelInstructionPayload payload) voidsendCancelMoraInstruction(br.com.intersys.systextil.connection.AppConnection cn, SendCancelMoraInstructionPayload payload) voidsendCancelProtestInstruction(br.com.intersys.systextil.connection.AppConnection cn, SendCancelProtestInstructionPayload payload) voidsendDiscountInstruction(br.com.intersys.systextil.connection.AppConnection cn, SendDiscountInstructionPayload payload) voidsendProtestInstruction(br.com.intersys.systextil.connection.AppConnection cn, SendProtestInstructionPayload payload) voidsendRescheduleInstruction(br.com.intersys.systextil.connection.AppConnection cn, SendRescheduleInstructionPayload payload) voidsendSustarProtestInstruction(br.com.intersys.systextil.connection.AppConnection cn, SendSustarProtestInstructionPayload payload) voidsynchronizeMovements(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
-
sendCancelProtestInstruction
void sendCancelProtestInstruction(br.com.intersys.systextil.connection.AppConnection cn, SendCancelProtestInstructionPayload payload) throws systextil.msg.Msg - Throws:
systextil.msg.Msg
-
sendSustarProtestInstruction
void sendSustarProtestInstruction(br.com.intersys.systextil.connection.AppConnection cn, SendSustarProtestInstructionPayload payload) throws systextil.msg.Msg - Throws:
systextil.msg.Msg
-
generateCustomerPaymentOptionsList
List<PaymentOptionsObject> generateCustomerPaymentOptionsList(br.com.intersys.systextil.connection.AppConnection cn) -
generateCobradorasExternasServiceList
List<ServiceListObject> generateCobradorasExternasServiceList(br.com.intersys.systextil.connection.AppConnection cn) -
generateServiceList
-
generateSyncServiceList
List<ServiceListObject> generateSyncServiceList(br.com.intersys.systextil.connection.AppConnection cn) -
processarEventos
EventosProcessadosPayload processarEventos(br.com.intersys.systextil.connection.AppConnection cn, int empresa, String usuario, String idioma, List<EventoPayload> eventos) throws systextil.msg.Msg - Throws:
systextil.msg.Msg
-