| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  |
  +--planetj.dataengine.AbstractContext
        |
        +--planetj.database.SQLContext
              |
              +--planetj.dataengine.application.ApplicationSQLContext
SQLContext used for queries which correspond to a specific Application or View
| Field Summary | |
static String | 
className
 | 
| 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 | |
ApplicationSQLContext()
ListViewSQLContext constructor comment.  | 
|
ApplicationSQLContext(String pSystemAlias)
ListViewSQLContext constructor comment.  | 
|
| Method Summary | |
 boolean | 
equals(Object o)
Checks to see if given Object to see if it is the same as this ApplicationSQLContext.  | 
 Application | 
getApplication()
Gets this SQLContext's corresponding Application  | 
 int | 
getApplicationId()
Gets this SQLContext's corresponding Application  | 
 Operation | 
getOperation()
Gets this SQLContext's corresponding SQLOperation  | 
 int | 
getOperationId()
Gets this SQLContext's corresponding Application  | 
 PropertyGroupList | 
getPropertyGroups()
Get all the property groups stored in this RowCollection's attributes.  | 
 SQLOperation | 
getSQLOperation()
Gets this SQLContext's corresponding SQLOperation  | 
 int | 
hashCode()
Creates the hash code for this ApplicationSQLContext.  | 
 void | 
setApplication(Application newApplication)
Sets this SQLContext's corresponding Application  | 
 void | 
setApplicationId(int appId)
Sets this SQLContext's corresponding Application  | 
 void | 
setMetaDataAlias(String alias)
Set the alias for the system the operation and application reside.  | 
 void | 
setOperationId(int id)
Sets this SQLContext's corresponding Application  | 
 void | 
setView(View newView)
Sets this SQLContext's corresponding View  | 
 void | 
setViewId(int viewId)
Sets this SQLContext's corresponding Application  | 
| Methods inherited from class java.lang.Object | 
getClass, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface planetj.dataengine.operation.IOperationContext | 
getDataTimestamp, setDataTimestamp | 
| Methods inherited from interface planetj.dataengine.application.IApplicationContext | 
getMetaDataAlias | 
| Methods inherited from interface planetj.dataengine.IContext | 
clone, getDisplayParameters, getExecutingContext, getOriginalCode, getParameter, getParameter, getParameterCount, getParameterCount, getParameters, getParameters, getParameterValidationExceptions, getPropertyGroup, getPropertyGroups, parameterAltered, setExecutingContext, setParameterValues, setParameterValues | 
| Field Detail | 
public static final String className
| Constructor Detail | 
public ApplicationSQLContext()
public ApplicationSQLContext(String pSystemAlias)
pSystemAlias - java.lang.String| Method Detail | 
public Application getApplication()
getApplication in interface IApplicationContextpublic int getApplicationId()
getApplicationId in interface IApplicationContextpublic Operation getOperation()
getOperation in interface IOperationContextpublic int getOperationId()
getOperationId in interface IOperationContextpublic PropertyGroupList getPropertyGroups()
getPropertyGroups in interface IContextgetPropertyGroups in class SQLContextpublic SQLOperation getSQLOperation()
public void setApplication(Application newApplication)
public void setApplicationId(int appId)
setApplicationId in interface IApplicationContextpublic void setMetaDataAlias(String alias)
IApplicationContext
setMetaDataAlias in interface IApplicationContextpublic void setOperationId(int id)
setOperationId in interface IOperationContextpublic void setView(View newView)
public void setViewId(int viewId)
public boolean equals(Object o)
equals in class SQLContexto - Object to check for equality with
public int hashCode()
hashCode in class SQLContext
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||