All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.bulletproof.gui.LoadChoice

java.lang.Object
   |
   +----com.bulletproof.gui.LoadChoice

public class LoadChoice
extends Object
Class LoadChoice represents a class for loading components from a database table.


Constructor Index

 o LoadChoice(User, Jagg, Component, String, String, String, String, Vector)
Creates a new loader and loads the specified component.
 o LoadChoice(User, Jagg, Object, String, String, String)
Creates a new loader and loads the specified component.
 o LoadChoice(User, Jagg, Object, String, String, String, String)
Creates a new loader and loads the specified component.
 o LoadChoice(User, Jagg, Object, String, String, String, String, int)
Creates a new loader and loads the specified component.
 o LoadChoice(User, Jagg, Object, String, String, String, String, String, Vector)
Creates a new loader and loads the specified component.
 o LoadChoice(User, Jagg, Object, String, String, String, String, String, Vector, String)
Creates a new loader and loads the specified component.
 o LoadChoice(User, Jagg, Object, String, String, String, String, String, Vector, String, String)
Creates a new loader and loads the specified component.
 o LoadChoice(User, Jagg, Object, String, String, String, String, Vector)
Creates a new loader and loads the specified component.

Method Index

 o loadChoice(Object, String, String, String, String, String, String, Vector, int, String)
 o loadChoice(Object, String, String, String, String, String, Vector)
 o loadChoice(Object, String, String, String, String, String, Vector, int)
 o loadChoice(Object, String, String, String, String, Vector)
 o loadChoice(Object, String, String, String, String, Vector, int)

Constructors

 o LoadChoice
 public LoadChoice(User user,
                   Jagg jaggSQL,
                   Object thisComponent,
                   String choiceName,
                   String tableName,
                   String whereClause,
                   String orderByClause)
Creates a new loader and loads the specified component.

Parameters:
JDPUser - the global user parameter used to pass handles in JDP.
JDPJagg - a handle to an instance of JDPJagg. DSN and CSTR must already be intialized.
thisComponent - the component to load (JDPChoice, Choice, JDPList, List or Vector).
choiceName - the database column name to retrieve the choice values from.
actualName - the database column name to retrieve the key values from.
tableName - the database table data from.
whereClause - the where clause to use when selecting rows from the table.
orderByClause - the order by clause to use when selecting rows from the table.
 o LoadChoice
 public LoadChoice(User user,
                   Jagg jaggSQL,
                   Object thisComponent,
                   String choiceName,
                   String tableName,
                   String whereClause)
Creates a new loader and loads the specified component.

Parameters:
JDPUser - the global user parameter used to pass handles in JDP.
JDPJagg - a handle to an instance of JDPJagg. DSN and CSTR must already be intialized.
thisComponent - the component to load (JDPChoice, Choice, JDPList, List or Vector).
choiceName - the database column name to retrieve the choice values from.
actualName - the database column name to retrieve the key values from.
tableName - the database table data from.
whereClause - the where clause to use when selecting rows from the table.
 o LoadChoice
 public LoadChoice(User user,
                   Jagg jaggSQL,
                   Object thisComponent,
                   String choiceName,
                   String actualName,
                   String tableName,
                   String whereClause,
                   String orderByClause,
                   Vector actualArray)
Creates a new loader and loads the specified component.

Parameters:
JDPUser - the global user parameter used to pass handles in JDP.
JDPJagg - a handle to an instance of JDPJagg. DSN and CSTR must already be intialized.
thisComponent - the component to load (JDPChoice, Choice, JDPList, List or Vector).
choiceName - the database column name to retrieve the choice values from.
actualName - the database column name to retrieve the key values from.
tableName - the database table data from.
whereClause - the where clause to use when selecting rows from the table.
orderByClause - the order by clause to use when selecting rows from the table.
actualArray - the vector to load the actualName values into.
 o LoadChoice
 public LoadChoice(User user,
                   Jagg jaggSQL,
                   Object thisComponent,
                   String choiceName,
                   String actualName,
                   String tableName,
                   String whereClause,
                   String orderByClause,
                   Vector actualArray,
                   String blankItem)
Creates a new loader and loads the specified component.

Parameters:
JDPUser - the global user parameter used to pass handles in JDP.
JDPJagg - a handle to an instance of JDPJagg. DSN and CSTR must already be intialized.
thisComponent - the component to load (JDPChoice, Choice, JDPList, List or Vector).
choiceName - the database column name to retrieve the choice values from.
actualName - the database column name to retrieve the key values from.
tableName - the database table data from.
whereClause - the where clause to use when selecting rows from the table.
orderByClause - the order by clause to use when selecting rows from the table.
actualArray - the vector to load the actualName values into.
blankItem - (N/A, blank, null) whether a blank item is required on the pulldown.
 o LoadChoice
 public LoadChoice(User user,
                   Jagg jaggSQL,
                   Object thisComponent,
                   String choiceName,
                   String actualName,
                   String tableName,
                   String whereClause,
                   String orderByClause,
                   Vector actualArray,
                   String blankItem,
                   String cacheName)
Creates a new loader and loads the specified component.

Parameters:
JDPUser - the global user parameter used to pass handles in JDP.
JDPJagg - a handle to an instance of JDPJagg. DSN and CSTR must already be intialized.
thisComponent - the component to load (JDPChoice, Choice, JDPList, List or Vector).
choiceName - the database column name to retrieve the choice values from.
actualName - the database column name to retrieve the key values from.
tableName - the database table data from.
whereClause - the where clause to use when selecting rows from the table.
orderByClause - the order by clause to use when selecting rows from the table.
actualArray - the vector to load the actualName values into.
blankItem - (N/A, blank, null) whether a blank item is required on the pulldown.
cacheName - the unique name to use when caching the data in this list
 o LoadChoice
 public LoadChoice(User user,
                   Jagg jaggSQL,
                   Object thisComponent,
                   String choiceName,
                   String actualName,
                   String tableName,
                   String whereClause,
                   Vector actualArray)
Creates a new loader and loads the specified component.

Parameters:
JDPUser - the global user parameter used to pass handles in JDP.
JDPJagg - a handle to an instance of JDPJagg. DSN and CSTR must already be intialized.
thisComponent - the component to load (JDPChoice, Choice, JDPList, List or Vector).
choiceName - the database column name to retrieve the choice values from.
actualName - the database column name to retrieve the key values from.
tableName - the database table data from.
whereClause - the where clause to use when selecting rows from the table.
actualArray - the vector to load the actualName values into.
 o LoadChoice
 public LoadChoice(User user,
                   Jagg jaggSQL,
                   Component thisComponent,
                   String choiceName,
                   String actualName,
                   String tableName,
                   String whereClause,
                   Vector actualArray)
Creates a new loader and loads the specified component.

Parameters:
JDPUser - the global user parameter used to pass handles in JDP.
JDPJagg - a handle to an instance of JDPJagg. DSN and CSTR must already be intialized.
thisComponent - the component to load (JDPChoice, Choice, JDPList, List or Vector).
choiceName - the database column name to retrieve the choice values from.
actualName - the database column name to retrieve the key values from.
tableName - the database table data from.
whereClause - the where clause to use when selecting rows from the table.
actualArray - the vector to load the actualName values into.
 o LoadChoice
 public LoadChoice(User user,
                   Jagg jaggSQL,
                   Object thisComponent,
                   String choiceName,
                   String actualName,
                   String tableName,
                   String whereClause,
                   int odbcType)
Creates a new loader and loads the specified component.

Parameters:
JDPUser - the global user parameter used to pass handles in JDP.
JDPJagg - a handle to an instance of JDPJagg. DSN and CSTR must already be intialized.
thisComponent - the component to load (JDPChoice, Choice, JDPList, List or Vector).
choiceName - the database column name to retrieve the choice values from.
actualName - the database column name to retrieve the key values from.
tableName - the database table data from.
whereClause - the where clause to use when selecting rows from the table.
odbcType - the odbc datatype of the actualValue column.

Methods

 o loadChoice
 public void loadChoice(Object thisComponent,
                        String choiceName,
                        String actualName,
                        String tableName,
                        String whereClause,
                        String orderByClause,
                        Vector actualArray,
                        int odbcType)
 o loadChoice
 public void loadChoice(Object thisComponent,
                        String choiceName,
                        String actualName,
                        String tableName,
                        String whereClause,
                        String orderByClause,
                        Vector actualArray)
 o loadChoice
 public void loadChoice(Object thisComponent,
                        String choiceName,
                        String actualName,
                        String tableName,
                        String whereClause,
                        Vector actualArray)
 o loadChoice
 public void loadChoice(Object thisComponent,
                        String choiceName,
                        String actualName,
                        String tableName,
                        String whereClause,
                        Vector actualArray,
                        int odbcType)
 o loadChoice
 public void loadChoice(Object thisComponent,
                        String choiceName,
                        String actualName,
                        String tableName,
                        String whereClause,
                        String orderByClause,
                        String blankItem,
                        Vector actualArray,
                        int odbcType,
                        String cacheName)

All Packages  Class Hierarchy  This Package  Previous  Next  Index