Class symantec.itools.db.pro.RelationViewPlus
All Packages Class Hierarchy This Package Previous Next Index
Class symantec.itools.db.pro.RelationViewPlus
Object
|
+----RelationView
|
+----symantec.itools.db.pro.RelationViewPlus
- public class RelationViewPlus
- extends RelationView
- implements BasicDataSource
-
numberOfSpecialFeatures
-
-
triggerListeners
-
-
symantec.itools.db.pro.RelationViewPlus(Request)
-
-
symantec.itools.db.pro.RelationViewPlus(AutoDetail)
-
-
addTriggerUIListener(TriggerUIListener)
-
-
close()
-
-
getColumnType(int)
-
-
getColumnValue(int)
-
-
getCurrentRowNumber()
-
-
getDataName(String)
-
-
getScale(int)
-
-
getSpecialFeature(int, int)
- Returns a special value for the getvalue Method.
-
getStateString(byte)
- This method is used to retrieve the current state of this Record as a String
-
getTotalNumberOfRows()
-
-
getValue(int, int)
- Implementing the basicDataSource Interface
-
removeTriggerUIListener(TriggerUIListener)
-
-
setColumnValue(int, Object)
-
-
setName(String)
-
-
setSpecialFeature(int, int, Object)
-
-
setValue(Object, int, int)
-
-
triggerUI()
-
numberOfSpecialFeatures
public final int numberOfSpecialFeatures
triggerListeners
protected java.util.Vector triggerListeners
RelationViewPlus
public RelationViewPlus(Request request) throws SQLException
RelationViewPlus
public RelationViewPlus(AutoDetail detail) throws SQLException
addTriggerUIListener
public synchronized void addTriggerUIListener(TriggerUIListener mds)
close
public void close()
getColumnType
protected int getColumnType(int column) throws SQLException
getColumnValue
protected java.lang.Object getColumnValue(int column) throws IOException, SQLException
getCurrentRowNumber
public int getCurrentRowNumber()
getDataName
public java.lang.String getDataName(String pattern) throws SQLException
getScale
protected int getScale(int column) throws SQLException
getSpecialFeature
protected java.lang.Object getSpecialFeature(int column,
int offset)
- Returns a special value for the getvalue Method. These special features are defined
in an array of strings.
- Parameters:
- column. - the special feature column ( < 0 )
- offset. - the row for the special feature
getStateString
public java.lang.String getStateString(byte state)
- This method is used to retrieve the current state of this Record as a String
- Returns:
- The current state of this Record as a String. The state can be one
of the following values:
"Existing" The record exists in database
"Modified" The record has been modified
"New" The record has no data and doesn't exist in database
"Marked for Deletion" The record is marked for deletion
"Deleted" The record has been deleted
"Invalid" The record is in undefined state.
"New Modified" The record is new with data
getTotalNumberOfRows
public int getTotalNumberOfRows()
getValue
public java.lang.Object getValue(int row,
int column)
- Implementing the basicDataSource Interface
removeTriggerUIListener
public synchronized void removeTriggerUIListener(TriggerUIListener mds)
setColumnValue
protected void setColumnValue(int column,
Object value) throws IOException, SQLException
setName
public void setName(String name) throws SQLException
- Overrides:
- setName in class RelationView
setSpecialFeature
protected void setSpecialFeature(int column,
int offset,
Object value)
setValue
public void setValue(Object value,
int row,
int column)
triggerUI
protected void triggerUI()
All Packages Class Hierarchy This Package Previous Next Index