weborb.examples
Class DataBinding

java.lang.Object
  extended by weborb.examples.DataBinding

public class DataBinding
extends java.lang.Object


Field Summary
static java.util.Hashtable indexTable
           
static java.util.Hashtable namesTable
           
 
Constructor Summary
DataBinding()
           
 
Method Summary
 java.sql.ResultSet getCustomers()
           
 void openConnection()
           
 void updateCustomer(java.util.Hashtable updatedCustomerRecord)
           
 boolean updateCustomerProperty(java.util.Hashtable originalCustomerRecord, java.lang.String changedFieldName, java.lang.String newValue)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

indexTable

public static java.util.Hashtable indexTable

namesTable

public static java.util.Hashtable namesTable
Constructor Detail

DataBinding

public DataBinding()
Method Detail

getCustomers

public java.sql.ResultSet getCustomers()

updateCustomer

public void updateCustomer(java.util.Hashtable updatedCustomerRecord)

updateCustomerProperty

public boolean updateCustomerProperty(java.util.Hashtable originalCustomerRecord,
                                      java.lang.String changedFieldName,
                                      java.lang.String newValue)
                               throws java.lang.Exception
Throws:
java.lang.Exception

openConnection

public void openConnection()
                    throws java.lang.Exception
Throws:
java.lang.Exception


Discuss WebORB

Copyright 2003-2008 Midnight Coders, Inc. All Rights Reserved.