intradoc.shared
Class AliasData
java.lang.Object
|
+--intradoc.data.DataResultSet
|
+--intradoc.shared.AliasData
- All Implemented Interfaces:
- ResultSet
- public class AliasData
- extends DataResultSet
| Methods inherited from class intradoc.data.DataResultSet |
addRow, appendFields, closeInternals, copy, copy, copyEx, copyFieldInfo, copyFiltered, copyFilteredEx, copySimpleFiltered, createEmptyRow, createMaxNumResultSetFilter, createRow, createSimpleResultSetFilter, deleteCurrentRow, deleteRow, findRow, first, getCurrentRow, getCurrentRowProps, getCurrentRowValues, getDateFormat, getDateValue, getFieldInfo, getFieldName, getIndexFieldInfo, getNumFields, getNumRows, getResultSetValues, getResultSetValuesEx, getRowValues, getStringValue, getWorkspace, hasRawObjects, init, init, initEx, insertRowAt, isCopyAborted, isEmpty, isMutable, isRowPresent, last, merge, mergeDelete, mergeFields, next, previous, readHeader, readSimple, removeAll, removeFields, renameField, reset, setCurrentRow, setCurrentValue, setDateFormat, setRowValues, skip, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
m_aliasTable
protected java.util.Hashtable m_aliasTable
m_tableName
public static java.lang.String m_tableName
m_aliasUserTableName
public static java.lang.String m_aliasUserTableName
m_curTable
protected java.lang.String m_curTable
m_aliasUserSet
protected DataResultSet m_aliasUserSet
m_aliasUserMap
protected java.util.Hashtable m_aliasUserMap
m_userAliasMap
protected java.util.Hashtable m_userAliasMap
AliasData
public AliasData()
shallowClone
public DataResultSet shallowClone()
- Description copied from class:
DataResultSet
- Creates a shallow clone of the result set.
- Overrides:
shallowClone in class DataResultSet
initShallow
public void initShallow(DataResultSet rset)
- Description copied from class:
DataResultSet
- Makes a shallow copy of one data result set into another. In particular,
this result set can have an independent iterator and can be independently
sorted. But field listings and actual values should will changed the
values of the shared copy.
- Overrides:
initShallow in class DataResultSet
loadAliases
public void loadAliases(ResultSet rSet)
throws DataException
DataException
loadUsers
public void loadUsers(ResultSet rset)
throws DataException
DataException
getUsers
public java.lang.String[][] getUsers(java.lang.String aliasName)
throws DataException
DataException
getUserSet
public DataResultSet getUserSet(java.lang.String aliasName)
throws DataException
DataException
getUserList
public java.util.Vector getUserList(java.lang.String aliasName)
throws DataException
DataException
getAliasesForUser
public java.lang.String[][] getAliasesForUser(java.lang.String userName)
throws DataException
DataException
getTableName
public java.lang.String getTableName()
(c) 1996-2005 All rights reserved. Stellent, Inc. |