public interface View extends Persistent
Usually just a subset of the fields / columns of the base object is accessible. So a view object provides a projection of the base object. A specific view class is always tied to a specific Persistent class.
@enterprise View-Forms do implement this interface.
emptyKeys
Modifier and Type | Method and Description |
---|---|
String |
getBaseClassName()
Get the class name of the base objects.
|
Persistent |
getBaseObject()
Get the base object instance.
|
void |
setBaseObject(Persistent baseObject)
Set the base object of the view instance.
|
String[] |
viewColumnNames()
Get an array of column names of the base object class which are included in the view object class.
|
afterDelete, afterInsert, afterRead, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, dbFields, getKey, getKeys, getLocalClassName, getLocalObjectName, getOid, getStore, getTableName, getValue, isFilled, isValid, setFilled, setOid, setOid, setStore, toListString
Persistent getBaseObject()
void setBaseObject(Persistent baseObject)
baseObject
- the base objectString getBaseClassName()
String[] viewColumnNames()
@enterprise 10.0.39049 Copyright © 2024 FREQUENTIS AG. All Rights Reserved.