com.fatwire.gst.foundation.facade.sql
Class AbstractIList

java.lang.Object
  extended by com.fatwire.gst.foundation.facade.sql.AbstractIList
All Implemented Interfaces:
COM.FutureTense.Interfaces.IList
Direct Known Subclasses:
AssetIdIList

public abstract class AbstractIList
extends Object
implements COM.FutureTense.Interfaces.IList

Base IList class supporting navigation & naming.

Since:
Aug 13, 2010
Author:
Tony Field

Field Summary
 
Fields inherited from interface COM.FutureTense.Interfaces.IList
first, gotorow, last, next, prev
 
Constructor Summary
protected AbstractIList(String name)
           
 
Method Summary
 boolean atEnd()
           
 int currentRow()
           
 String getName()
           
 boolean hasData()
           
 boolean moveTo(int i)
           
 boolean moveToRow(int how, int row)
           
 void rename(String newname)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface COM.FutureTense.Interfaces.IList
clone, flush, getColumnName, getFileData, getFileString, getIndirectColumnName, getObject, getValue, numColumns, numIndirectColumns, numRows, stringInList
 

Constructor Detail

AbstractIList

protected AbstractIList(String name)
Method Detail

getName

public final String getName()
Specified by:
getName in interface COM.FutureTense.Interfaces.IList

rename

public final void rename(String newname)
Specified by:
rename in interface COM.FutureTense.Interfaces.IList

moveTo

public final boolean moveTo(int i)
Specified by:
moveTo in interface COM.FutureTense.Interfaces.IList

moveToRow

public final boolean moveToRow(int how,
                               int row)
Specified by:
moveToRow in interface COM.FutureTense.Interfaces.IList

atEnd

public final boolean atEnd()
Specified by:
atEnd in interface COM.FutureTense.Interfaces.IList

hasData

public final boolean hasData()
Specified by:
hasData in interface COM.FutureTense.Interfaces.IList

currentRow

public final int currentRow()
Specified by:
currentRow in interface COM.FutureTense.Interfaces.IList


Copyright © 2010-2013 Oracle Corporation. All Rights Reserved.