public interface InsertFactory
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
get(Field inputField)
Gets the value for the given table-column or null if none is specified.
|
java.lang.Object |
get(NlsDatabaseKey nlsKey)
Gets the value for the given table-column or null if none is specified.
|
boolean |
isApplyValuesInDialog()
Defines whether the insert-default values should be applied to a DBObject when the record
editor dialog is applied.
|
void |
put(Field inputField,
java.lang.Object insertValue)
Strores an insert default value for the given table-column.
|
void |
put(NlsDatabaseKey nlsKey,
java.lang.Object insertValue)
Strores an insert default value for the given table-column.
|
void |
setApplyValuesInDialog(boolean isApplyValuesInDialog)
Tells whether the insert-default values should be applied to a DBObject when the record
editor dialog is applied.
|
java.lang.Object get(NlsDatabaseKey nlsKey)
java.lang.Object get(Field inputField)
void put(NlsDatabaseKey nlsKey, java.lang.Object insertValue)
void put(Field inputField, java.lang.Object insertValue)
boolean isApplyValuesInDialog()
void setApplyValuesInDialog(boolean isApplyValuesInDialog)
Copyright © 2014 EsprIT-Systems. All Rights Reserved.