@author Generated from Forte @since 24-Aug-2010
An {@link Order} can be used to track ecommerce events. An order contains the total amount of the order, theshipping costs, the tax and the single order items. An {@link Order} will be usually passed to{@link Tracking#submitOrder(org.eclipse.swt.widgets.Display,Order)}.
@since 1.4
@author Generated from Forte @since 24-Aug-2010
Fields map to definition in TPC-C for the ORDER table. The Java names of fields do not include the O_ prefix and are in lower case. For clarity these fields are renamed in Java
Primary key maps to {warehouse,district,id}.
An Order object may sparsely populated, when returned from a business transaction it is only guaranteed to contain the information required to display the result of that transaction.
The mixin renders an (initially invisible) progress indicator after the field (it will also be after the error icon most fields render). The progress indicator is made visible during the request to the server. The mixin then renders a <div> that will be filled in on the client side with dynamically obtained selections.
Multiple selection on the client is enabled by binding the tokens parameter (however, the mixin doesn't help split multiple selections up on the server, that is still your code's responsibility).
The container is responsible for providing an event handler for event "providecompletions". The context will be the partial input string sent from the client. The return value should be an array or list of completions, in presentation order. I.e.
String[] onProvideCompletionsFromMyField(String input) { return . . .; }
Order
is a bean that gets sent back and forth between Mule and Spring.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|