Class WrsModificationCallback

java.lang.Object
de.businesscode.bcdui.binding.write.WriteProcessingCallback
de.businesscode.bcdui.binding.write.WrsModificationCallback
Direct Known Subclasses:
WrsModificationLog

public class WrsModificationCallback extends WriteProcessingCallback
preserves the update information on a record, takes following configuration parameters: the default values are marked with asterix (*), all parameters which have no default values are required.
bindingItemId
the binding item id this parameter is defined for
expression
the EL expression to be evaluated on the server, or constant string, allowing directives: ${} the bean in scope is named 'bcdBean'
ignore
never*: never ignores processing
update: processing ignored on wrs:M
isCoalesce
true*: the value written to database is evaluated from given expression on the server in following cases: either wrs:C for this bindingItemId is wrs:null OR this bindingItemId is entirely missing in processing WRS
false: always writes value from expression evaluated on the server, no matter whether it been sent along with WRS or not