planetj.database
Class AssociationContext

java.lang.Object
  |
  +--planetj.dataengine.AbstractContext
        |
        +--planetj.database.SQLContext
              |
              +--planetj.database.AssociationContext
All Implemented Interfaces:
Cloneable, IContext, INavigationObject, Serializable

Deprecated. - no longer used - old way of getting associations

public class AssociationContext
extends SQLContext

Allow specification of an Assocation between Rows. For example an EmployeeRow can be associated with a DepartmentRow Creation date: (4/16/2002 11:25:53 AM)

See Also:
Serialized Form

Field Summary
 
Fields inherited from class planetj.database.SQLContext
ALL_ROWS, CACHE_EXPIRATION_TIME_1_DAY, CACHE_EXPIRATION_TIME_1_HOUR, CACHE_EXPIRATION_TIME_1_WEEK, CACHE_EXPIRATION_TIME_15_MINUTES, CACHE_EXPIRATION_TIME_30_MINUTES, CACHE_EXPIRATION_TIME_NEVER, CACHING_CHECK, CACHING_CHECK_AND_STORE, CACHING_NONE, CACHING_STORE, className, LIBRARY_AS_SPECIFIED, LIBRARY_SYSTEM, LIBRARY_UNKNOWN, LIBRARY_USER
 
Fields inherited from class planetj.dataengine.AbstractContext
DEFAULT_TYPE, PARAM_ESCAPE_NUMBERED, PARAM_ESCAPE_TABLE, PARAM_ESCAPE_USAGE_ID, PARAM_ESCAPE_USER, PARAM_ESCAPE_USER_USAGE_ID, PARAM_NUMBERED, PARAM_TABLE, PARAM_USAGE_ID, PARAM_USER, PARAM_USER_USAGE_ID
 
Constructor Summary
AssociationContext()
          Deprecated. AssociationContext constructor comment.
AssociationContext(String pSystemAlias)
          Deprecated. AssociationContext constructor comment.
 
Method Summary
 String getAssociatedLibraryName()
          Deprecated. Return the Library (Schema) name for this association.
 String getAssociatedTableName()
          Deprecated. Return the Table (Schema) name for this association.
 AssociationContext setAssociatedLibraryName(String newAssociatedLibraryName)
          Deprecated. Sets the Library (Schema) name for this association.
 AssociationContext setAssociatedTableName(String newAssociatedTableName)
          Deprecated. Sets the Table name for this association.
 
Methods inherited from class planetj.database.SQLContext
addListener, addTable, clear, clearTables, clone, cloneContext, cloneContext, equals, execute, getCachingLevel, getCachingTimeMillis, getConnection, getConnection, getConnectionAlias, getConnectionOwner, getFirstRowIndex, getKeyContext, getLogicalFieldNames, getMetaDataAlias, getNumberOfTables, getPropertyGroups, getReportBreakCollection, getRowClass, getRowCollection, getRowCollectionClass, getRowCount, getRowCreator, getSafeSQL, getSourceRow, getSQL, getSQLDeleteStatement, getSQLInsertStatement, getSQLParameters, getSQLSelectStatement, getSQLStatement, getSQLUpdateStatement, getSystemAlias, getTable, getTable, getTables, getTimestamp, getTitle, getUsageIdRow, getUseWOWLibrary, hashCode, hasListeners, isAlterTableStatement, isAssociatedJoinOperationPresent, isAutoRefresh, isBatch, isCacheResults, isCallStatement, isCheckCache, isCheckFieldDataFileForFDs, isDeleteStatement, isGroupByStatement, isInsertStatement, isResultSetRetained, isRowCollectionContext, isRunInBackground, isSelectStatement, isSourceRowPresent, isSystemAliasSpecified, isUnionStatement, isUpdateStatement, isUsePreparedStatement, parameterAltered, removeListener, removeTable, returnConnection, setAssociatedJoinOperationPresent, setAutoRefresh, setBatch, setCacheResults, setCachingLevel, setCachingTimeMillis, setCheckCache, setCheckFieldDataFileForFDs, setCode, setCode, setConnection, setFirstRowIndex, setParameterValue, setReportBreakCollection, setReportBreakCollection, setResultSetRetained, setRowClass, setRowCollection, setRowCollectionClass, setRowCount, setRowCreator, setRowValues, setRunInBackground, setSourceRow, setSQL, setSQL, setSystemAlias, setTables, setTables, setTitle, setUsageIdRow, setUsePreparedStatement, setUseWOWLibrary, toString
 
Methods inherited from class planetj.dataengine.AbstractContext
clearParameterValues, equals, getCode, getDataTimestamp, getDisplayParameters, getExecutingContext, getNavigationKey, getNavigationListKey, getOriginalCode, getParameter, getParameter, getParameterCollection, getParameterCount, getParameterCount, getParameterDisplayFields, getParameterDisplayFields, getParameters, getParameters, getParameterSource, getParameterValidationExceptions, getPropertyGroup, getPropertyGroups, getRowParameters, isCloneNeeded, isContainsDisplayParameters, isContainsParameters, isLocked, isParameterized, loadUserAndExecutingContextValues, loadUserValues, lock, removeNavigationKey, setDataTimestamp, setExecutingContext, setNavigationKey, setParameterCollection, setParameterDisplayValues, setParameterValue, setParameterValue, setParameterValues, setParameterValues
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssociationContext

public AssociationContext()
Deprecated. 
AssociationContext constructor comment.


AssociationContext

public AssociationContext(String pSystemAlias)
Deprecated. 
AssociationContext constructor comment.

Parameters:
pSystemAlias - java.lang.String
Method Detail

getAssociatedLibraryName

public String getAssociatedLibraryName()
Deprecated. 
Return the Library (Schema) name for this association. Creation date: (4/16/2002 11:30:03 AM)

Returns:
java.lang.String

getAssociatedTableName

public String getAssociatedTableName()
Deprecated. 
Return the Table (Schema) name for this association. Creation date: (4/16/2002 11:30:03 AM)

Returns:
java.lang.String

setAssociatedLibraryName

public AssociationContext setAssociatedLibraryName(String newAssociatedLibraryName)
Deprecated. 
Sets the Library (Schema) name for this association. Creation date: (4/16/2002 11:30:03 AM)


setAssociatedTableName

public AssociationContext setAssociatedTableName(String newAssociatedTableName)
Deprecated. 
Sets the Table name for this association. Creation date: (4/16/2002 11:30:03 AM)

Parameters:
newAssociatedTableName - java.lang.String