Uses of Class
ibilling.client.ElementFacade

Uses of ElementFacade in ibilling.client
 

Fields in ibilling.client declared as ElementFacade
private  ElementFacade XMLTransformationHelper.facade
          The facade.
 

Methods in ibilling.client that return ElementFacade
 ElementFacade ElementFacade.createChild(java.lang.String childName)
          Creates and appends child Element node to the base element
static ElementFacade Helper.doPost(ElementFacade requestFacade, java.util.Map<java.lang.String,java.lang.Object> config)
          Performs post of XML data to the server and pasring of the result.
 ElementFacade ElementFacade.getChild(java.lang.String name)
          Returns first child element with the specified name
 ElementFacade TransformationContext.serealizeQuery(java.lang.Integer merchantAccountCode, java.lang.String password, java.lang.String queryName, java.util.Map<java.lang.String,java.lang.Object> parameters, java.util.Map<java.lang.String,java.lang.Object> config)
          Serealize query.
 ElementFacade TransformationContext.serializeList(java.lang.Integer merchantAccountCode, java.lang.String password, java.util.List<ClientObject> list, java.util.Map<java.lang.String,java.lang.Object> config)
          Serialize list.
 

Methods in ibilling.client that return types with arguments of type ElementFacade
 java.util.List<ElementFacade> ElementFacade.getNodeList()
          Returns list of FacadeElement wrapped around child Element nodes of the base element
 

Methods in ibilling.client with parameters of type ElementFacade
private  void TransformationContext.addAssetTransactionElement(ElementFacade root, AssetTransaction transaction)
          Adds the asset transaction element.
private  void TransformationContext.addPaymentOptionElement(ElementFacade root, PaymentOption paymentOption)
          Adds the payment option element.
private  void TransformationContext.addPaymentPlanElement(ElementFacade root, PaymentPlan paymentPlan)
          Adds the payment plan element.
private  void TransformationContext.addRevenueTransactionElement(ElementFacade root, RevenueTransaction transaction)
          Adds the revenue transaction element.
 java.util.Map<java.lang.String,java.lang.Object> TransformationContext.deserealizeQueryParameters(ElementFacade facade)
          Deserealize query parameters.
 java.util.List<ClientObject> TransformationContext.deserializeList(ElementFacade facade, boolean isQueryResponse)
          Deserialize list.
 void TransformationContext.deserializeMapConfig(ElementFacade facade, java.util.Map<java.lang.String,java.lang.Object> config)
          Deserialize config parameters
static ElementFacade Helper.doPost(ElementFacade requestFacade, java.util.Map<java.lang.String,java.lang.Object> config)
          Performs post of XML data to the server and pasring of the result.
 AssetTransaction TransformationContext.getAssetTransaction(ElementFacade facade, java.lang.String attributeName)
          Gets the asset transaction.
 CustomerAccount TransformationContext.getCustomerAccount(ElementFacade facade, java.lang.String attributeName)
          Gets the customer account.
 java.lang.Integer TransformationContext.getMerchantAccountCode(ElementFacade facade)
          Gets the merchant account code.
 java.lang.String TransformationContext.getPassword(ElementFacade facade)
          Gets the password.
 PaymentOption TransformationContext.getPaymentOption(ElementFacade facade, java.lang.String attributeName)
          Gets the payment option.
 PaymentPlan TransformationContext.getPaymentPlan(ElementFacade facade, java.lang.String attributeName)
          Gets the payment plan.
 java.lang.String TransformationContext.getQueryName(ElementFacade facade)
          Gets the query name.
 RevenueTransaction TransformationContext.getRevenueTransaction(ElementFacade facade, java.lang.String attributeName)
          Gets the revenue transaction.
 boolean TransformationContext.isQueryRequest(ElementFacade facade)
          Checks if is query request.
private static void Helper.printDebug(org.jdom.output.XMLOutputter serializer, ElementFacade facade, java.util.Map<java.lang.String,java.lang.Object> config)
           
static void XMLTransformationHelper.queryParametersToXML(ElementFacade facade, java.util.Map<java.lang.String,java.lang.Object> parameters)
          Query parameters to xml.
static void ElementFacade.setAttributesToRoot(ElementFacade facade, java.lang.Integer merchantAccountCode, java.lang.String password, java.util.Map<java.lang.String,java.lang.Object> config)
          Assigns merchantAccount/password attributes and forms config element to the specified ElementFacade (usually representing the root)
(package private) static void Helper.setQueryParameters(ElementFacade facade, java.util.Map<java.lang.String,java.lang.Object> parameters)
           
 

Method parameters in ibilling.client with type arguments of type ElementFacade
private  int XMLTransformationHelper.getCountCharge(java.util.List<ElementFacade> children)
          Gets the count charge.
 

Constructors in ibilling.client with parameters of type ElementFacade
XMLTransformationHelper(ElementFacade facade)
          Instantiates a new xML transformation helper.