|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectplanetj.dataengine.AbstractContext
planetj.database.SQLContext
planetj.dataengine.application.ApplicationSQLContext
SQLContext used for queries which correspond to a specific Application or Operation
| Field Summary | |
static java.lang.String |
className
|
| Fields inherited from class planetj.dataengine.AbstractContext |
DEFAULT_TYPE, mCode, mLocked, mParameterized, mParameterNames, mParameterSource, mParameterValues, 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, TYPE_TABLE_PARAMETER |
| Constructor Summary | |
ApplicationSQLContext()
ListViewSQLContext constructor comment. |
|
ApplicationSQLContext(java.lang.String pSystemAlias)
ListViewSQLContext constructor comment. |
|
ApplicationSQLContext(java.lang.String pSystemAlias,
ExecutingContext ec)
Constructor. |
|
| Method Summary | |
boolean |
equals(java.lang.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 |
java.lang.String |
getCreationSource()
Gets this context's source of where it was created. |
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. |
AbstractContext |
getSecondaryContext(java.lang.String name)
Gets the secondary context with the specified name, or null if no such secondary context exists |
SQLOperation |
getSQLOperation()
Gets this SQLContext's corresponding SQLOperation |
java.lang.String |
getTitle()
Gets the title for this operation. |
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(java.lang.String alias)
Set the alias for the system the operation and application reside. |
void |
setOperationId(int id)
Sets this SQLContext's corresponding Application |
void |
setParameterValues(Row row)
Provides values for all of this context's RowParameters and ContextParameterParameters. |
void |
setSecondaryContext(java.lang.String name,
AbstractContext ac)
Sets the secondary context for a given name |
SQLContext |
setTitle(java.lang.String title)
Sets the title of this SQLContext, which also becomes the title of its RC's |
void |
setView(View newView)
Deprecated. use setOperation() instead |
void |
setViewId(int viewId)
Deprecated. use setOperationId() instead |
| 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, getParameterValuesType, getPropertyGroup, getPropertyGroups, isContainsDisplayParameters, isParameterized, isSecondaryContext, parameterAltered, setExecutingContext, setParameterValues |
| Field Detail |
public static final java.lang.String className
| Constructor Detail |
public ApplicationSQLContext()
public ApplicationSQLContext(java.lang.String pSystemAlias)
pSystemAlias - java.lang.String
public ApplicationSQLContext(java.lang.String pSystemAlias,
ExecutingContext ec)
| Method Detail |
public boolean equals(java.lang.Object o)
equals in class SQLContexto - Object to check for equality with
public Application getApplication()
getApplication in interface IApplicationContextpublic int getApplicationId()
getApplicationId in interface IApplicationContextpublic java.lang.String getCreationSource()
AbstractContext
getCreationSource in class AbstractContextpublic Operation getOperation()
getOperation in interface IOperationContextpublic int getOperationId()
getOperationId in interface IOperationContextpublic PropertyGroupList getPropertyGroups()
getPropertyGroups in interface IContextgetPropertyGroups in class SQLContextpublic AbstractContext getSecondaryContext(java.lang.String name)
public SQLOperation getSQLOperation()
public java.lang.String getTitle()
getTitle in class SQLContextpublic int hashCode()
hashCode in class SQLContextpublic void setApplication(Application newApplication)
public void setApplicationId(int appId)
setApplicationId in interface IApplicationContextpublic void setMetaDataAlias(java.lang.String alias)
IApplicationContext
setMetaDataAlias in interface IApplicationContextpublic void setOperationId(int id)
setOperationId in interface IOperationContext
public void setParameterValues(Row row)
throws CMException
setParameterValues in interface IContextsetParameterValues in class AbstractContextCMException
public void setSecondaryContext(java.lang.String name,
AbstractContext ac)
public SQLContext setTitle(java.lang.String title)
setTitle in class SQLContextpublic void setView(View newView)
public void setViewId(int viewId)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||