Uses of Enum
org.apache.empire.db.DBRecordBase.State
Packages that use DBRecordBase.State
Package
Description
This package contains the core Empire-DB implementation classes.
-
Uses of DBRecordBase.State in org.apache.empire.db
Methods in org.apache.empire.db that return DBRecordBase.StateModifier and TypeMethodDescriptionDBRecordBase.getState()Returns the record state.static DBRecordBase.StateReturns the enum constant of this type with the specified name.static DBRecordBase.State[]DBRecordBase.State.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.empire.db with parameters of type DBRecordBase.StateModifier and TypeMethodDescriptionprotected voidDBRecordBase.changeState(DBRecordBase.State newState) changes the state of the record -
Uses of DBRecordBase.State in org.apache.empire.db.list
Methods in org.apache.empire.db.list that return DBRecordBase.StateModifier and TypeMethodDescriptionprotected DBRecordBase.StateDBRecordListFactoryImpl.detectRecordState(DBRecordData recData)