Uses of Interface
com.retek.commons.component.xml.ElementObject

Packages that use ElementObject
com.retek.commons.component.xml   
com.retek.commons.component.xml.impl   
com.retek.component.customer.integration   
com.retek.component.customer.integration.batch   
com.retek.component.customer.integration.impl   
com.retek.component.customer.integration.xml   
com.retek.component.payment   
com.retek.component.payment.impl   
com.retek.component.payment.integration.xml   
com.retek.component.salesaudit   
com.retek.component.salesaudit.impl   
com.retek.component.salesaudit.integration.resa   
com.retek.component.salesaudit.xml   
 

Uses of ElementObject in com.retek.commons.component.xml
 

Methods in com.retek.commons.component.xml with parameters of type ElementObject
 java.lang.String ElementXmlBuilder.toXml(ElementObject element)
           
 

Uses of ElementObject in com.retek.commons.component.xml.impl
 

Classes in com.retek.commons.component.xml.impl that implement ElementObject
 class ElementObjectImpl
           
 

Methods in com.retek.commons.component.xml.impl with parameters of type ElementObject
abstract  java.util.Map BaseElementXmlBuilder.getTagElements(ElementObject element)
           
abstract  java.util.List BaseElementXmlBuilder.getOrderedTagElementNames(ElementObject element)
           
abstract  java.lang.String BaseElementXmlBuilder.toXml(ElementObject element)
           
protected  java.lang.String BaseElementXmlBuilder.getElementAttributes(ElementObject element)
           
 void XmlFileHandlerTransactionProcessor.processTransaction(ElementObject element)
          Process a transaction element.
abstract  void ElementObjectImpl.addElement(ElementObject element)
           
 

Uses of ElementObject in com.retek.component.customer.integration
 

Subinterfaces of ElementObject in com.retek.component.customer.integration
 interface CustomerIntegrationAlternateNumber
          Interface defining operations for customer alternate number.
 interface CustomerIntegrationCatalogRequest
          Interface defining operations for customer catalog request.
 interface CustomerIntegrationCustomer
          Class which represents a light-weight representation of a customer for an external customer file.
 interface CustomerIntegrationCustomerAddress
          Interface defining operations for customer integration address.
 interface CustomerIntegrationCustomerElement
          Base interface defines common operations for customer entity.
 interface CustomerIntegrationCustomerEmail
          Interface defining operations for customer integration email.
 interface CustomerIntegrationCustomerPreference
          Interface defining operations for customer integration preference.
 interface CustomerIntegrationCustomerTelephone
          Interface defining operations for customer integration telephone.
 interface CustomerIntegrationElement
          Inteface defining common responsibilities for customer data integration entities.
 interface CustomerIntegrationMergeCustomer
          Interface defining operations for customer integration merge request customer.
 interface CustomerIntegrationMergeRequest
          Interface defining operations for customer integration merge request.
 

Uses of ElementObject in com.retek.component.customer.integration.batch
 

Methods in com.retek.component.customer.integration.batch with parameters of type ElementObject
 void CustomerFileImportTransactionProcessor.processTransaction(ElementObject element)
           
 void CustomerMergeImportBatch.CustomerMergeRequestImporter.processTransaction(ElementObject element)
           
 

Uses of ElementObject in com.retek.component.customer.integration.impl
 

Classes in com.retek.component.customer.integration.impl that implement ElementObject
 class CustomerIntegrationAlternateNumberImpl
          Class which represents a customer integration customer alternate number.
 class CustomerIntegrationCatalogRequestImpl
          Class which represents a customer integration catalog request.
 class CustomerIntegrationCustomerAddressImpl
          Class which represents a customer integration customer address.
 class CustomerIntegrationCustomerElementImpl
          Abstract class which encapsulates common data and behavior for customer integration element objects.
 class CustomerIntegrationCustomerEmailImpl
          Class which represents a customer integration customer.
 class CustomerIntegrationCustomerImpl
          Class which represents a customer integration customer.
 class CustomerIntegrationCustomerPreferenceImpl
          Class which represents a customer integration customer preference.
 class CustomerIntegrationCustomerTelephoneImpl
          Class which represents a customer integration customer.
 class CustomerIntegrationElementImpl
          Abstract class which encapsulates common data and behavior for customer integration element objects.
 class CustomerIntegrationMergeCustomerImpl
          Class which represents customer integration merge request.
 class CustomerIntegrationMergeRequestImpl
          Class which represents customer integration merge request.
 

Methods in com.retek.component.customer.integration.impl with parameters of type ElementObject
 void CustomerIntegrationCustomerAddressImpl.addElement(ElementObject element)
           
 void CustomerIntegrationMergeRequestImpl.addElement(ElementObject element)
           
 void CustomerIntegrationCustomerEmailImpl.addElement(ElementObject element)
           
 void CustomerIntegrationMergeCustomerImpl.addElement(ElementObject element)
           
 void CustomerIntegrationCustomerImpl.addElement(ElementObject element)
           
 void CustomerIntegrationCustomerTelephoneImpl.addElement(ElementObject element)
           
 void CustomerIntegrationCustomerPreferenceImpl.addElement(ElementObject element)
           
 void CustomerIntegrationCatalogRequestImpl.addElement(ElementObject element)
           
 void CustomerIntegrationAlternateNumberImpl.addElement(ElementObject element)
           
 

Uses of ElementObject in com.retek.component.customer.integration.xml
 

Methods in com.retek.component.customer.integration.xml with parameters of type ElementObject
 java.lang.String CustomerFileCustomerPreferenceXmlBuilder.toXml(ElementObject element)
           
 java.util.Map CustomerFileCustomerPreferenceXmlBuilder.getTagElements(ElementObject element)
           
 java.util.List CustomerFileCustomerPreferenceXmlBuilder.getOrderedTagElementNames(ElementObject element)
           
 java.lang.String CustomerFileAlternateNumberXmlBuilder.toXml(ElementObject element)
           
 java.util.Map CustomerFileAlternateNumberXmlBuilder.getTagElements(ElementObject element)
           
 java.util.List CustomerFileAlternateNumberXmlBuilder.getOrderedTagElementNames(ElementObject element)
           
 java.lang.String CustomerMergeRequestXmlBuilder.toXml(ElementObject element)
           
 java.util.Map CustomerMergeRequestXmlBuilder.getTagElements(ElementObject element)
           
 java.util.List CustomerMergeRequestXmlBuilder.getOrderedTagElementNames(ElementObject element)
           
 java.lang.String CatalogRequestXmlBuilder.toXml(ElementObject element)
           
 java.util.Map CatalogRequestXmlBuilder.getTagElements(ElementObject element)
           
 java.util.List CatalogRequestXmlBuilder.getOrderedTagElementNames(ElementObject element)
           
 java.lang.String CustomerMergeRequestCustomerXmlBuilder.toXml(ElementObject element)
           
 java.util.Map CustomerMergeRequestCustomerXmlBuilder.getTagElements(ElementObject element)
           
 java.util.List CustomerMergeRequestCustomerXmlBuilder.getOrderedTagElementNames(ElementObject element)
           
 java.lang.String CustomerFileCustomerXmlBuilder.toXml(ElementObject element)
           
 java.util.Map CustomerFileCustomerXmlBuilder.getTagElements(ElementObject element)
           
 java.util.List CustomerFileCustomerXmlBuilder.getOrderedTagElementNames(ElementObject element)
           
 java.lang.String CustomerFileTelephoneXmlBuilder.toXml(ElementObject element)
           
 java.util.Map CustomerFileTelephoneXmlBuilder.getTagElements(ElementObject element)
           
 java.util.List CustomerFileTelephoneXmlBuilder.getOrderedTagElementNames(ElementObject element)
           
 java.lang.String CustomerFileEmailXmlBuilder.toXml(ElementObject element)
           
 java.util.Map CustomerFileEmailXmlBuilder.getTagElements(ElementObject element)
           
 java.util.List CustomerFileEmailXmlBuilder.getOrderedTagElementNames(ElementObject element)
           
 java.lang.String CustomerFileAddressXmlBuilder.toXml(ElementObject element)
           
 java.util.Map CustomerFileAddressXmlBuilder.getTagElements(ElementObject element)
           
 java.util.List CustomerFileAddressXmlBuilder.getOrderedTagElementNames(ElementObject element)
           
 

Uses of ElementObject in com.retek.component.payment
 

Subinterfaces of ElementObject in com.retek.component.payment
 interface PaymentSettlementCustomer
           
 interface PaymentSettlementElement
           
 interface PaymentSettlementItem
           
 interface PaymentSettlementPayment
           
 interface PaymentSettlementTransaction
           
 

Uses of ElementObject in com.retek.component.payment.impl
 

Classes in com.retek.component.payment.impl that implement ElementObject
 class PaymentSettlementCustomerImpl
           
 class PaymentSettlementElementImpl
           
 class PaymentSettlementItemImpl
           
 class PaymentSettlementPaymentImpl
           
 class PaymentSettlementTransactionImpl
           
 

Methods in com.retek.component.payment.impl with parameters of type ElementObject
 void PaymentSettlementPaymentImpl.addElement(ElementObject element)
           
 void PaymentSettlementItemImpl.addElement(ElementObject element)
           
 void PaymentSettlementCustomerImpl.addElement(ElementObject element)
           
 void PaymentSettlementTransactionImpl.addElement(ElementObject element)
           
 

Uses of ElementObject in com.retek.component.payment.integration.xml
 

Methods in com.retek.component.payment.integration.xml with parameters of type ElementObject
 java.lang.String PaymentSettlementTransactionXmlBuilder.toXml(ElementObject element)
           
 java.util.Map PaymentSettlementTransactionXmlBuilder.getTagElements(ElementObject element)
           
 java.util.List PaymentSettlementTransactionXmlBuilder.getOrderedTagElementNames(ElementObject element)
           
 java.lang.String PaymentSettlementCustomerXmlBuilder.toXml(ElementObject element)
           
 java.util.Map PaymentSettlementCustomerXmlBuilder.getTagElements(ElementObject element)
           
 java.util.List PaymentSettlementCustomerXmlBuilder.getOrderedTagElementNames(ElementObject element)
           
 java.lang.String PaymentSettlementItemXmlBuilder.toXml(ElementObject element)
           
 java.util.Map PaymentSettlementItemXmlBuilder.getTagElements(ElementObject element)
           
 java.util.List PaymentSettlementItemXmlBuilder.getOrderedTagElementNames(ElementObject element)
           
 java.lang.String PaymentSettlementPaymentXmlBuilder.toXml(ElementObject element)
           
 java.util.Map PaymentSettlementPaymentXmlBuilder.getTagElements(ElementObject element)
           
 java.util.List PaymentSettlementPaymentXmlBuilder.getOrderedTagElementNames(ElementObject element)
           
 

Uses of ElementObject in com.retek.component.salesaudit
 

Subinterfaces of ElementObject in com.retek.component.salesaudit
 interface SaeAccommodation
          Interface defining the operations for a accommodation element within a sales audit transaction.
 interface SaeCustomer
          Interface defining the operations for a customer element within a sales audit transaction.
 interface SaeDiscount
          Interface defining the operations for a discount element within a sales audit transaction.
 interface SaeElement
          Interface defining the operations for an element within a sales audit transaction.
 interface SaeItem
          Interface defining the operations for a service element within a sales audit transaction.
 interface SaePayment
          Interface defining the operations for a payment element within a sales audit transaction.
 interface SaeService
          Interface defining the operations for a service element within a sales audit transaction.
 interface SaeTax
          Interface defining the operations for a tax element within a sales audit transaction.
 interface SaeTransaction
          Interface defining the operations for a sales audit transaction.
 

Uses of ElementObject in com.retek.component.salesaudit.impl
 

Classes in com.retek.component.salesaudit.impl that implement ElementObject
 class SaeAccommodationImpl
           
 class SaeCustomerImpl
           
 class SaeDiscountImpl
           
 class SaeElementImpl
           
 class SaeItemImpl
           
 class SaePaymentImpl
           
 class SaeServiceImpl
           
 class SaeTaxImpl
           
 class SaeTransactionImpl
           
 

Methods in com.retek.component.salesaudit.impl with parameters of type ElementObject
 void SaeCustomerImpl.addElement(ElementObject element)
           
 void SaeDiscountImpl.addElement(ElementObject element)
           
 void SaeServiceImpl.addElement(ElementObject element)
           
 void SaeItemImpl.addElement(ElementObject element)
           
 void SaeAccommodationImpl.addElement(ElementObject element)
           
 void SaeTaxImpl.addElement(ElementObject element)
           
 void SaePaymentImpl.addElement(ElementObject element)
           
 void SaeTransactionImpl.addElement(ElementObject element)
           
 

Uses of ElementObject in com.retek.component.salesaudit.integration.resa
 

Methods in com.retek.component.salesaudit.integration.resa with parameters of type ElementObject
 void ResaRtlogTransformerBatch.ResaRtlogTransactionProcessor.processTransaction(ElementObject elementObject)
           
 

Uses of ElementObject in com.retek.component.salesaudit.xml
 

Methods in com.retek.component.salesaudit.xml with parameters of type ElementObject
 java.lang.String SaePaymentXmlBuilder.toXml(ElementObject element)
           
 java.util.Map SaePaymentXmlBuilder.getTagElements(ElementObject element)
           
 java.util.List SaePaymentXmlBuilder.getOrderedTagElementNames(ElementObject element)
           
 java.lang.String SaeAccommodationXmlBuilder.toXml(ElementObject element)
           
 java.util.Map SaeAccommodationXmlBuilder.getTagElements(ElementObject element)
           
 java.util.List SaeAccommodationXmlBuilder.getOrderedTagElementNames(ElementObject element)
           
 java.lang.String SaeTaxXmlBuilder.toXml(ElementObject element)
           
 java.util.Map SaeTaxXmlBuilder.getTagElements(ElementObject element)
           
 java.util.List SaeTaxXmlBuilder.getOrderedTagElementNames(ElementObject element)
           
 java.lang.String SaeItemXmlBuilder.toXml(ElementObject element)
           
 java.util.Map SaeItemXmlBuilder.getTagElements(ElementObject element)
           
 java.util.List SaeItemXmlBuilder.getOrderedTagElementNames(ElementObject element)
           
 java.lang.String SaeCustomerXmlBuilder.toXml(ElementObject element)
           
 java.util.Map SaeCustomerXmlBuilder.getTagElements(ElementObject element)
           
 java.util.List SaeCustomerXmlBuilder.getOrderedTagElementNames(ElementObject element)
           
 java.lang.String SaeServiceXmlBuilder.toXml(ElementObject element)
           
 java.util.Map SaeServiceXmlBuilder.getTagElements(ElementObject element)
           
 java.util.List SaeServiceXmlBuilder.getOrderedTagElementNames(ElementObject element)
           
 java.lang.String SaeTransactionXmlBuilder.toXml(ElementObject element)
           
 java.util.Map SaeTransactionXmlBuilder.getTagElements(ElementObject element)
           
 java.util.List SaeTransactionXmlBuilder.getOrderedTagElementNames(ElementObject element)
           
 java.lang.String SaeDiscountXmlBuilder.toXml(ElementObject element)
           
 java.util.Map SaeDiscountXmlBuilder.getTagElements(ElementObject element)
           
 java.util.List SaeDiscountXmlBuilder.getOrderedTagElementNames(ElementObject element)
           
 



Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28