"WEBNMS_5 API Docs"

com.adventnet.nms.server
Interface NmsTableModel

All Superinterfaces:
java.rmi.Remote

public interface NmsTableModel
extends java.rmi.Remote


Method Summary
 void addTableModelListener(NmsTableModelListener l)
           
 boolean changeCriteriaProperties(java.util.Properties p)
           
 boolean changeName(java.lang.String newName)
           
 java.lang.String checkThisViewForUpdate(java.lang.String message, java.lang.String objName, java.util.Properties prop)
           
 java.lang.String checkThisViewForUpdate(java.lang.String message, java.util.Vector objNames, java.util.Properties prop)
           
 java.lang.String checkThisViewForUpdate(java.lang.String message, java.util.Vector objNames, java.util.Vector props)
           
 java.lang.String checkThisViewForUpdate(java.util.Vector messages, java.util.Vector objNames, java.util.Vector props)
           
 boolean getAllProperties(boolean getAll)
           
 java.util.Vector getBottom()
           
 java.util.Vector getBottom(int num)
           
 java.lang.Class getColumnClass(int columnIndex)
           
 int getColumnCount()
           
 java.lang.String getColumnName(int columnIndex)
           
 java.util.Properties getCriteriaProperties()
           
 java.lang.String[] getDisplayFields()
           
 java.lang.String[] getDisplayLabels()
           
 java.lang.String getName()
           
 java.util.Vector getNext()
           
 java.util.Vector getNext(int num)
           
 java.util.Vector getNext(int num, boolean sameStart)
           
 java.util.Vector getPrevious()
           
 java.util.Vector getPrevious(int num)
           
 java.util.Vector getPrevious(int num, boolean sameEnd)
           
 int getRowCount()
           
 java.util.Vector getTop()
           
 java.util.Vector getTop(int num)
           
 int getTotalRowCount()
           
 java.lang.Object getValueAt(int rowIndex, int columnIndex)
           
 boolean isCellEditable(int rowIndex, int columnIndex)
           
 boolean isShowLatest()
           
 java.util.Vector refreshModel()
           
 void removeTableModelListener(NmsTableModelListener l)
           
 boolean setDisplayFields(java.lang.String[] names)
           
 boolean setDisplayFields(java.lang.String[] names, java.lang.String[] labels)
           
 boolean setIncrement(int num)
           
 void setValueAt(java.lang.Object aValue, int rowIndex, int columnIndex)
           
 boolean setViewRange(int startIndex, int endIndex)
           
 boolean showLatest(boolean showlatest)
           
 

Method Detail

setIncrement

boolean setIncrement(int num)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getAllProperties

boolean getAllProperties(boolean getAll)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getTotalRowCount

int getTotalRowCount()
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getNext

java.util.Vector getNext()
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getNext

java.util.Vector getNext(int num)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getNext

java.util.Vector getNext(int num,
                         boolean sameStart)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getPrevious

java.util.Vector getPrevious()
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getPrevious

java.util.Vector getPrevious(int num)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getPrevious

java.util.Vector getPrevious(int num,
                             boolean sameEnd)
                             throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getTop

java.util.Vector getTop()
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getTop

java.util.Vector getTop(int num)
                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getBottom

java.util.Vector getBottom()
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getBottom

java.util.Vector getBottom(int num)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getName

java.lang.String getName()
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

changeName

boolean changeName(java.lang.String newName)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getCriteriaProperties

java.util.Properties getCriteriaProperties()
                                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

changeCriteriaProperties

boolean changeCriteriaProperties(java.util.Properties p)
                                 throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDisplayFields

java.lang.String[] getDisplayFields()
                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getDisplayLabels

java.lang.String[] getDisplayLabels()
                                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setDisplayFields

boolean setDisplayFields(java.lang.String[] names)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setDisplayFields

boolean setDisplayFields(java.lang.String[] names,
                         java.lang.String[] labels)
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getColumnClass

java.lang.Class getColumnClass(int columnIndex)
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getColumnCount

int getColumnCount()
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getColumnName

java.lang.String getColumnName(int columnIndex)
                               throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getRowCount

int getRowCount()
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getValueAt

java.lang.Object getValueAt(int rowIndex,
                            int columnIndex)
                            throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

isCellEditable

boolean isCellEditable(int rowIndex,
                       int columnIndex)
                       throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setValueAt

void setValueAt(java.lang.Object aValue,
                int rowIndex,
                int columnIndex)
                throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

addTableModelListener

void addTableModelListener(NmsTableModelListener l)
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

removeTableModelListener

void removeTableModelListener(NmsTableModelListener l)
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

checkThisViewForUpdate

java.lang.String checkThisViewForUpdate(java.lang.String message,
                                        java.util.Vector objNames,
                                        java.util.Vector props)
                                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

checkThisViewForUpdate

java.lang.String checkThisViewForUpdate(java.lang.String message,
                                        java.util.Vector objNames,
                                        java.util.Properties prop)
                                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

checkThisViewForUpdate

java.lang.String checkThisViewForUpdate(java.util.Vector messages,
                                        java.util.Vector objNames,
                                        java.util.Vector props)
                                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

checkThisViewForUpdate

java.lang.String checkThisViewForUpdate(java.lang.String message,
                                        java.lang.String objName,
                                        java.util.Properties prop)
                                        throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

showLatest

boolean showLatest(boolean showlatest)
                   throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

isShowLatest

boolean isShowLatest()
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

setViewRange

boolean setViewRange(int startIndex,
                     int endIndex)
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

refreshModel

java.util.Vector refreshModel()
                              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

"WEBNMS_5 API Docs"

Copyright © 2011 ZOHO Corp., All Rights Reserved.