Stellent
HowToComponents
JavaDoc

intradoc.shared
Class MetaFieldUtils

java.lang.Object
  |
  +--intradoc.shared.MetaFieldUtils

public class MetaFieldUtils
extends java.lang.Object


Constructor Summary
MetaFieldUtils()
           
 
Method Summary
static boolean createDiffList(ResultSet metaResultSet, DataResultSet data, java.util.Vector add, java.util.Vector change, java.util.Vector delete)
          Compares two resultsets and returns false if they contain the same fields, true if they are different.
static void getOptionList(DataBinder data, java.lang.String tableName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MetaFieldUtils

public MetaFieldUtils()
Method Detail

createDiffList

public static boolean createDiffList(ResultSet metaResultSet,
                                     DataResultSet data,
                                     java.util.Vector add,
                                     java.util.Vector change,
                                     java.util.Vector delete)
Compares two resultsets and returns false if they contain the same fields, true if they are different. It will also add a list of fields added, changed, or deleted to the appropriate Vector.

Parameters:
metaResultSet - the ResultSet from the database
data - the current data from the filesystem

getOptionList

public static void getOptionList(DataBinder data,
                                 java.lang.String tableName)
                          throws DataException,
                                 ServiceException
DataException
ServiceException


(c) 1996-2005  All rights reserved.  Stellent, Inc.