public class DBInterface extends DBClassAbstract
DBObject.DenormalizeAction| Modifier and Type | Field and Description |
|---|---|
static GlobalId |
DBCLASS_GID
a class interface
|
static java.lang.String |
DBCLASS_NAME
a class interface
|
holderClassList, holderFieldList, holderFieldListSorted, holderFieldMap, holderJavaClassATTRIBUTE_MARVIN, dbClass, ds, NO_LOOP_PARAMS| Constructor and Description |
|---|
DBInterface(DBClass def,
DataSource dataSource)
Std.
|
| Modifier and Type | Method and Description |
|---|---|
protected ValidationError |
extValidateField(DBField field,
ValidationList list)
Validates each field in this record.
|
DBField |
getDBField(GlobalKey gKey)
returns the DBField for this global key
|
DBField |
getDBField(java.lang.String name)
Get the DBField
|
DBField[] |
getDBFieldList()
The list of fields in class
|
DBField[] |
getDBFieldListAll()
The list of fields in class
|
java.lang.Class |
getJavaClass()
Returns the java class within the available source based on the class name
|
java.lang.String |
getJavaClassName()
The java class name eg.
|
boolean |
isInstanceOf(DBInterface otherInterface)
is the interface an instance of another interface
|
clearCache, eventDependantAdded, eventDependantRemoved, eventReload, extFixUp, extGetDerivedValue, extPreValidate, extValidateRecord, fetchInterfaceFields, fetchTemplateFields, findDBField, findKey, getClassId, getClassList, getDeprecatedTx, getDescription, getDisplayName, getFullName, getName, getNameForDisplay, getNotes, hasDBField, hasDBField, hasInterfaces, isDeprecated, isFinalFg, makeQuery, setClassId, setDeprecated, setDeprecatedTx, setDescription, setDisplayName, setFinalFg, setHasInterfaces, setJavaClassName, setName, setNotesaddReloadEventListener, archiveCheck, autoEnterCreate, calculateValue, calculateValue, calculateValue, callingRestoreByJournal, changeThreadMode, checkCreateAccess, checkDelete, checkDeleteAccess, checkModifyAccess, checkModifyAccess, checkReadAccess, copy, copyFields, copyIncludeField, copyInwardLinks, delete, denormalizedResult, displayLogName, displayName, displayValue, doSearch, dump, equals, eventDataLoaded, eventFieldUpdated, extAutoEnterCreate, extCanDeleteDependantObject, extCheckCreateAccess, extCheckDeleteAccess, extCheckModifyAccess, extCheckModifyAccess, extCheckReadAccess, extCopy, extDelete, extDeleteRecord, extGetDerivedGlobalKey, extGetValue, extIsMandatory, extIsOnChange, extMarkSavePoint, extPostDeleteRecord, extPostSaveRecord, extPreDeleteRecord, extPreSaveRecord, extPreValidateDelete, extRaiseEvents, extRollbackTo, extSaveRecord, extSetValue, extUndelete, extValidateDelete, fetchLinkHolder, findGlobalKey, findGlobalKey, findGlobalKey, findGlobalKey, findLinkedObject, findLinkedObject, findLinkedObject, findRawData, fireEventDataLoaded, fixUp, forceLockedTransaction, getBoolean, getBoolean, getBoolean, getBoolean, getBoolean, getBoolean, getChangedFieldInfo, getChangedFields, getDate, getDate, getDate, getDate, getDate, getDefaultValue, getDisableOnChangeEvent, getDouble, getDouble, getDouble, getDouble, getDouble, getFieldDouble, getFieldInt, getFieldLong, getFieldString, getFormattedString, getFormattedString, getGlobalKey, getGlobalKey, getGlobalKey, getGlobalKey, getGlobalKey, getInt, getInt, getInt, getInt, getInt, getInt, getInwardLinkage, getKeyString, getKeyValue, getLinkedObject, getLinkedObject, getLinkedObject, getLinkedObjectByKey, getLinkedRowId, getLinkedRowId, getLinkedRowIdByData, getLinkHolder, getLockedTransaction, getLong, getLong, getLong, getLong, getLong, getLong, getMutableArrayValue, getMutableArrayValue, getOriginalKey, getOriginalValue, getOriginalValue, getProcessedValue, getPureValue, getRawData, getRawValue, getRawValue, getRowId, getRowKey, getSecondaryCacheGroupKey, getSrcLayerID, getString, getString, getString, getString, getString, getString, getValue, getValue, getValue, getValue, hasAutoChanged, hasAutoChanged, hasChanged, hasChangedByUser, hasChangedByUserField, hasChangedByUserField, hasFieldChanged, hasFieldChanged, hashCode, hasStoredResult, iCheckDeleteAccess, iCheckModifyAccess, iCheckReadAccess, iGetDenormalizedMap, iGetRawValue, iPlaceDenormalizedResult, iPostSaveOrDeleteRecord, iPreSaveOrDeleteRecord, iPreValidate, iRaiseEvents, iSaveOrDeleteRecord, isBrokenLink, isBrokenLink, isChanged, isDataCacheKnownToBeDirty, isDeleted, isEmpty, iSetValue, isForceReindex, isKeyWordField, isMandatory, isNew, isNull, isNull, isOnChange, isReindex, iValidateRecord, lastTouched, makeArchiveDataLoader, makeClone, makeDataLoader, makeDenormalizedDoc, makeLinkedArray, makeModifyAccessException, makeSearchPlan, makeWriteProvider, manualDenormalizeOnSave, markSavePoint, optLockedTransaction, registerWatchedObject, reindex, releaseDenormalized, removeReloadEventListener, restoreByJournal, rollbackTo, setBoolean, setBoolean, setBoolean, setBoolean, setDisableOnChangeEvent, setDouble, setDouble, setInt, setInt, setLong, setLong, setRawData, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, setValue, toString, touch, undelete, validateField, validateRecord, validateSubTypeclone, finalize, getClass, notify, notifyAll, wait, wait, waitregisterWatchedObjectpublic static final java.lang.String DBCLASS_NAME
public static final GlobalId DBCLASS_GID
public DBInterface(@Nonnull
DBClass def,
@Nonnull
DataSource dataSource)
throws java.lang.Exception
def - The class of this objectdataSource - The datasource for this objectjava.lang.Exception - A serious problem occurred@CheckReturnValue @Nonnull public java.lang.String getJavaClassName()
getJavaClassName in class DBClassAbstract@CheckReturnValue
@Nullable
public final java.lang.Class getJavaClass()
throws java.lang.Exception
getJavaClass in class DBClassAbstractjava.lang.Exception - A serious problem@CheckReturnValue @Nullable public final DBField getDBField(@Nullable java.lang.String name)
getDBField in class DBClassAbstractname - The name of the field@CheckReturnValue @Nullable public final DBField getDBField(@Nonnull GlobalKey gKey)
getDBField in class DBClassAbstractgKey - The key to find.@CheckReturnValue public final boolean isInstanceOf(DBInterface otherInterface)
otherInterface - The other interface@OverridingMethodsMustInvokeSuper @CheckReturnValue @Nullable protected final ValidationError extValidateField(@Nonnull DBField field, @Nonnull ValidationList list) throws java.lang.Exception
extValidateField in class DBClassAbstractlist - The current validation listfield - The field to validatejava.lang.Exception - A serious problem@CheckReturnValue @Nonnull public DBField[] getDBFieldList()
getDBFieldList in class DBClassAbstract@CheckReturnValue @Nonnull public DBField[] getDBFieldListAll()
getDBFieldListAll in class DBClassAbstractstSoftware Copyright © 2001-2014 stSoftware All Rights Reserved.