com.intersys.classes
Class SysListOfDataTypes

java.lang.Object
  extended bycom.intersys.classes.CacheGeneric
      extended bycom.intersys.classes.CacheRootObject
          extended bycom.intersys.classes.RegisteredObject
              extended bycom.intersys.classes.SerialObject
                  extended bycom.intersys.classes.SysAbstractList
                      extended bycom.intersys.classes.SysListOfDataTypes
All Implemented Interfaces:
ObjectHandle, Serializable

public class SysListOfDataTypes
extends com.intersys.classes.SysAbstractList
implements Serializable

See Also:
Serialized Form

Constructor Summary
SysListOfDataTypes(com.intersys.cache.CacheObject ref)
           
SysListOfDataTypes(Database db)
           
 
Method Summary
static void _buildValueArray(Database db, byte[] serialized, byte[] array)
           
 void _clear()
           
 Integer _count()
           
static String _displayToLogical(Database db)
           
static String _displayToLogical(Database db, String _val)
           
static String _displayToLogical(Database db, String _val, String _delim)
           
 Integer _find(String element, Integer key)
           
 Object _getAt(Integer key)
           
 String _getNext(IntegerHolder key)
           
 String _getPrevious(IntegerHolder key)
           
 void _insert(String element)
           
 void _insertAt(Integer key, String element)
           
 void _insertList(String inslist)
           
 void _insertOrdered(String element)
           
static String _logicalToDisplay(Database db)
           
static String _logicalToDisplay(Database db, String _val)
           
static String _logicalToDisplay(Database db, String _val, String _delim)
           
static String _logicalToOdbc(Database db)
           
static String _logicalToOdbc(Database db, String _val)
           
 Integer _next(Integer key)
           
static String _odbcToLogical(Database db)
           
static String _odbcToLogical(Database db, String _val)
           
static RegisteredObject _open(Database db, Oid oid)
           
 Integer _previous(Integer key)
           
 String _removeAt(Integer key)
           
 void _setAt(Integer key, String element)
           
static void checkAllFieldsValid(Database db)
           
static void checkAllMethods(Database db)
           
 CacheClass getCacheClass()
           
static String getCacheClassName()
           
 
Methods inherited from class com.intersys.classes.SerialObject
_getSwizzleObject, _getSwizzleObject, _getSwizzleObject, getOid, open, openOnServer, serialize, serialize
 
Methods inherited from class com.intersys.classes.RegisteredObject
_className, _className, _constructClone, _constructClone, _constructClone, _isA, _isModified, _normalizeObject, _packageName, _validateObject, _validateObject, constructClone, constructClone, getZRef
 
Methods inherited from class com.intersys.classes.CacheRootObject
_close, castTo, equals, getDatabase, getField, getOref, getProxy, getString, hashCode, release, releaseInternal, toString
 
Methods inherited from class com.intersys.classes.CacheGeneric
checkAllFieldsValid, checkFieldsLimited, reset
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SysListOfDataTypes

public SysListOfDataTypes(com.intersys.cache.CacheObject ref)
                   throws CacheException

SysListOfDataTypes

public SysListOfDataTypes(Database db)
                   throws CacheException
Method Detail

_open

public static RegisteredObject _open(Database db,
                                     Oid oid)
                              throws CacheException
Throws:
CacheException

getCacheClassName

public static String getCacheClassName()

getCacheClass

public CacheClass getCacheClass()
                         throws CacheException
Throws:
CacheException

checkAllFieldsValid

public static void checkAllFieldsValid(Database db)
                                throws CacheException
Throws:
CacheException

checkAllMethods

public static void checkAllMethods(Database db)
                            throws CacheException
Throws:
CacheException

_buildValueArray

public static void _buildValueArray(Database db,
                                    byte[] serialized,
                                    byte[] array)
                             throws CacheException
Throws:
CacheException

_displayToLogical

public static String _displayToLogical(Database db)
                                throws CacheException
Throws:
CacheException

_displayToLogical

public static String _displayToLogical(Database db,
                                       String _val)
                                throws CacheException
Throws:
CacheException

_displayToLogical

public static String _displayToLogical(Database db,
                                       String _val,
                                       String _delim)
                                throws CacheException
Throws:
CacheException

_logicalToDisplay

public static String _logicalToDisplay(Database db)
                                throws CacheException
Throws:
CacheException

_logicalToDisplay

public static String _logicalToDisplay(Database db,
                                       String _val)
                                throws CacheException
Throws:
CacheException

_logicalToDisplay

public static String _logicalToDisplay(Database db,
                                       String _val,
                                       String _delim)
                                throws CacheException
Throws:
CacheException

_logicalToOdbc

public static String _logicalToOdbc(Database db)
                             throws CacheException
Throws:
CacheException

_logicalToOdbc

public static String _logicalToOdbc(Database db,
                                    String _val)
                             throws CacheException
Throws:
CacheException

_odbcToLogical

public static String _odbcToLogical(Database db)
                             throws CacheException
Throws:
CacheException

_odbcToLogical

public static String _odbcToLogical(Database db,
                                    String _val)
                             throws CacheException
Throws:
CacheException

_clear

public void _clear()
            throws CacheException
Throws:
CacheException

_count

public Integer _count()
               throws CacheException
Throws:
CacheException

_find

public Integer _find(String element,
                     Integer key)
              throws CacheException
Throws:
CacheException

_getAt

public Object _getAt(Integer key)
              throws CacheException
Throws:
CacheException

_getNext

public String _getNext(IntegerHolder key)
                throws CacheException
Throws:
CacheException

_getPrevious

public String _getPrevious(IntegerHolder key)
                    throws CacheException
Throws:
CacheException

_insert

public void _insert(String element)
             throws CacheException
Throws:
CacheException

_insertAt

public void _insertAt(Integer key,
                      String element)
               throws CacheException
Throws:
CacheException

_insertList

public void _insertList(String inslist)
                 throws CacheException
Throws:
CacheException

_insertOrdered

public void _insertOrdered(String element)
                    throws CacheException
Throws:
CacheException

_next

public Integer _next(Integer key)
              throws CacheException
Throws:
CacheException

_previous

public Integer _previous(Integer key)
                  throws CacheException
Throws:
CacheException

_removeAt

public String _removeAt(Integer key)
                 throws CacheException
Throws:
CacheException

_setAt

public void _setAt(Integer key,
                   String element)
            throws CacheException
Throws:
CacheException