p12f.exe.search.sqlutils
Class PaymentQuerySQLComposer

java.lang.Object
  extended byp12f.exe.search.sqlutils.PaymentQuerySQLComposer
All Implemented Interfaces:
PaymentQuerySQLComposerInterface

public class PaymentQuerySQLComposer
extends java.lang.Object
implements PaymentQuerySQLComposerInterface

Convierte un XML de consulta en una SQL contra la BBDD de La Pasarela.


Constructor Summary
PaymentQuerySQLComposer()
           
 
Method Summary
 java.lang.String composeHistoricQuery(java.lang.String pagoId)
           
 java.lang.String composeHistoricQueryOrderByDesc(java.lang.String pagoId)
           
 java.lang.String composeQuery(PaymentQuery paymentQuery)
           
static void main(java.lang.String[] arg)
          Testeo de XML a SQL
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PaymentQuerySQLComposer

public PaymentQuerySQLComposer()
Method Detail

composeQuery

public java.lang.String composeQuery(PaymentQuery paymentQuery)
Specified by:
composeQuery in interface PaymentQuerySQLComposerInterface

composeHistoricQuery

public java.lang.String composeHistoricQuery(java.lang.String pagoId)

composeHistoricQueryOrderByDesc

public java.lang.String composeHistoricQueryOrderByDesc(java.lang.String pagoId)

main

public static void main(java.lang.String[] arg)
                 throws com.ejie.r01f.xml.marshalling.XOMarshallerException
Testeo de XML a SQL

Parameters:
arg -
Throws:
com.ejie.r01f.xml.marshalling.XOMarshallerException