Serialized Form
-
Package biz.source_code.miniConnectionPoolManager
-
Exception biz.source_code.miniConnectionPoolManager.MiniConnectionPoolManager.TimeoutException
class TimeoutException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package com.gmt2001.datastore
-
Class com.gmt2001.datastore.SectionVariableValueRecord
class SectionVariableValueRecord extends Record3<SectionVariableValueRecord,String, String, String> implements Serializable - serialVersionUID:
- 1L
-
Class com.gmt2001.datastore.SectionVariableValueTable
class SectionVariableValueTable extends TableImpl<SectionVariableValueRecord> implements Serializable-
Serialized Fields
-
SECTION
TableField<SectionVariableValueRecord,
String> SECTION The section -
tableName
String tableName
Table name in the database -
VALUE
TableField<SectionVariableValueRecord,
String> VALUE The value -
VARIABLE
TableField<SectionVariableValueRecord,
String> VARIABLE The variable
-
-
-
-
Package com.gmt2001.datastore2
-
Exception com.gmt2001.datastore2.TableDoesNotExistException
class TableDoesNotExistException extends IllegalStateException implements Serializable-
Serialized Fields
-
tableName
String tableName
-
-
-
-
Package com.gmt2001.datastore2.datatype
-
Class com.gmt2001.datastore2.datatype.AbstractDatabaseMap
-
Serialized Fields
-
fieldIndex
int fieldIndex
The field index -
record
UpdatableRecord<?> record
The linked record
-
-
-
-
Package com.gmt2001.datastore2.meta
-
Class com.gmt2001.datastore2.meta.TableVersion
-
Serialized Fields
-
TABLE
TableField<TableVersionRecord,
String> TABLE The name of the managed table whose version is stored in the record -
VERSION
TableField<TableVersionRecord,
Long> VERSION The version of the managed table
-
-
-
Class com.gmt2001.datastore2.meta.TableVersionRecord
- serialVersionUID:
- 1L
-
-
Package com.gmt2001.datastore2.record
-
Class com.gmt2001.datastore2.record.Record1
-
Class com.gmt2001.datastore2.record.Record2
-
Class com.gmt2001.datastore2.record.Record3
-
Class com.gmt2001.datastore2.record.Record4
-
Class com.gmt2001.datastore2.record.Record5
-
Class com.gmt2001.datastore2.record.Record6
class Record6 extends UpdatableRecordImpl<RR extends Record6<RR,A, B, C, D, E, F>> implements Serializable -
Serialized Fields
-
-
Class com.gmt2001.datastore2.record.Record7
class Record7 extends UpdatableRecordImpl<RR extends Record7<RR,A, B, C, D, E, F, G>> implements Serializable -
Serialized Fields
-
field1Supplier
Supplier<Field<A>> field1Supplier
-
field2Supplier
Supplier<Field<B>> field2Supplier
-
field3Supplier
Supplier<Field<C>> field3Supplier
-
field4Supplier
Supplier<Field<D>> field4Supplier
-
field5Supplier
Supplier<Field<E>> field5Supplier
-
field6Supplier
Supplier<Field<F>> field6Supplier
-
field7Supplier
Supplier<Field<G>> field7Supplier
-
-
-
Class com.gmt2001.datastore2.record.Record8
class Record8 extends UpdatableRecordImpl<RR extends Record8<RR,A, B, C, D, E, F, G, H>> implements Serializable -
Serialized Fields
-
field1Supplier
Supplier<Field<A>> field1Supplier
-
field2Supplier
Supplier<Field<B>> field2Supplier
-
field3Supplier
Supplier<Field<C>> field3Supplier
-
field4Supplier
Supplier<Field<D>> field4Supplier
-
field5Supplier
Supplier<Field<E>> field5Supplier
-
field6Supplier
Supplier<Field<F>> field6Supplier
-
field7Supplier
Supplier<Field<G>> field7Supplier
-
field8Supplier
Supplier<Field<H>> field8Supplier
-
-
-
-
Package com.gmt2001.httpclient
-
Exception com.gmt2001.httpclient.NotJSONException
class NotJSONException extends JSONException implements Serializable
-
-
Package com.gmt2001.module
-
Class com.gmt2001.module.ModuleVersionRecord
- serialVersionUID:
- 1L
-
Class com.gmt2001.module.ModuleVersionTable
-
Serialized Fields
-
MODULE
TableField<ModuleVersionRecord,
String> MODULE The name of the module whose version is stored in the record -
VERSION
TableField<ModuleVersionRecord,
Long> VERSION The version of the module
-
-
-
-
Package tv.phantombot
-
Class tv.phantombot.CaselessCommandLineArguments
class CaselessCommandLineArguments extends CaselessProperties implements Serializable -
Class tv.phantombot.CaselessProperties
class CaselessProperties extends Properties implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
lock
Object lock
-
transactions
List<CaselessProperties.Transaction> transactions
-
-
-
Package tv.phantombot.panel.PanelUser
-
Class tv.phantombot.panel.PanelUser.PanelUser
class PanelUser extends Record8<PanelUser,String, String, String, PermissionMap, Boolean, Long, Long, Boolean> implements Serializable - serialVersionUID:
- 1L
-
Serialized Fields
-
userType
PanelUser.Type userType
-
-
Class tv.phantombot.panel.PanelUser.PanelUserTable
-
Serialized Fields
-
CREATIONDATE
TableField<PanelUser,
Long> CREATIONDATE Account creation date -
ENABLED
TableField<PanelUser,
Boolean> ENABLED If the account is enabled -
HASSETPASSWORD
TableField<PanelUser,
Boolean> HASSETPASSWORD Iffalse
,PanelUserTable.PASSWORD
is only a temporary password and must be changed at next login -
LASTLOGIN
TableField<PanelUser,
Long> LASTLOGIN Timestamp of last login -
PASSWORD
TableField<PanelUser,
String> PASSWORD Hashed Password -
PERMISSIONS
TableField<PanelUser,
PermissionMap> PERMISSIONS Permissions in JSON format -
TOKEN
TableField<PanelUser,
String> TOKEN WS Token -
USERNAME
TableField<PanelUser,
String> USERNAME Username
-
-
-
Class tv.phantombot.panel.PanelUser.PermissionConverter
class PermissionConverter extends Object implements Serializable -
Class tv.phantombot.panel.PanelUser.PermissionMap
class PermissionMap extends AbstractDatabaseMap<String,PanelUserHandler.Permission> implements Serializable
-
-
Package tv.phantombot.twitch.emotes
-
Exception tv.phantombot.twitch.emotes.EmoteApiRequestFailedException
class EmoteApiRequestFailedException extends Exception implements Serializable
-