Package com.aoindustries.aoserv.client
Class GlobalTableIntegerKey<V extends GlobalObjectIntegerKey<V>>
java.lang.Object
com.aoindustries.aoserv.client.AoservTable<Integer,V>
com.aoindustries.aoserv.client.GlobalTable<Integer,V>
com.aoindustries.aoserv.client.GlobalTableIntegerKey<V>
- Direct Known Subclasses:
ColumnTable,EncodingTable,ForeignKeyTable,OperatingSystemVersionTable,SoftwareCategorizationTable,SoftwareVersionTable,TableTable,TypeTable,VersionTable,VersionTable,VersionTable
public abstract class GlobalTableIntegerKey<V extends GlobalObjectIntegerKey<V>>
extends GlobalTable<Integer,V>
- Author:
- AO Industries, Inc.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.aoindustries.aoserv.client.AoservTable
AoservTable.OrderBy -
Field Summary
Fields inherited from class com.aoindustries.aoserv.client.AoservTable
ASCENDING, connector, DESCENDING -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedGlobalTableIntegerKey(AoservConnector connector, Class<V> clazz) -
Method Summary
Methods inherited from class com.aoindustries.aoserv.client.GlobalTable
clearCache, getGlobalRowCount, getIndexedRows, getRows, getRowsCopy, getUniqueRowImpl, isLoadedMethods inherited from class com.aoindustries.aoserv.client.AoservTable
addProgressListener, addTableListener, addTableListener, addTableLoadListener, getCachedRowCount, getConnector, getDefaultOrderBy, getDefaultOrderBySqlExpressions, getIndexedRows, getMap, getNewObject, getObject, getObjects, getObjects, getObjects, getObjectsNoProgress, getObjectsNoProgress, getSize, getSortAlgorithm, getTableId, getTableName, getTableSchema, getUniqueRow, getUniqueRow, getUniqueRow, getUniqueRow, handleCommand, hasAnyTableListener, hasTableListener, isEmpty, iterator, printTable, removeProgressListener, removeTableListener, removeTableLoadListener, size, sortIfNeeded, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
GlobalTableIntegerKey
-
-
Method Details
-
get
Deprecated.Always try to lookup by specific keys; the compiler will help you more when types change.Gets the object with the provided key. The key must be an Integer.- Specified by:
getin classAoservTable<Integer,V extends GlobalObjectIntegerKey<V>> - Parameters:
pkey- whennull, will always returnnull- Throws:
IOExceptionSQLException
-
get
- Throws:
IOExceptionSQLException- See Also:
-
