org.openxma.dsl.reference.xma.order.server
Class OrderEditForm

java.lang.Object
  extended by at.spardat.xma.page.Page
      extended by at.spardat.xma.page.PageServer
          extended by org.openxma.dsl.reference.xma.order.server.OrderEditFormGen
              extended by org.openxma.dsl.reference.xma.order.server.OrderEditForm
All Implemented Interfaces:
at.spardat.xma.mdl.Synchronization, at.spardat.xma.mdl.Transactional, at.spardat.xma.mdl.util.Descriptive

public class OrderEditForm
extends OrderEditFormGen

Author:
clay

Constructor Summary
OrderEditForm(at.spardat.xma.component.ComponentServer component)
          Constructs the OrderEditForm.
 
Method Summary
 void cancel(at.spardat.xma.rpc.RemoteCall call, at.spardat.xma.rpc.RemoteReply reply)
           
 void readOrder(at.spardat.xma.rpc.RemoteCall call, at.spardat.xma.rpc.RemoteReply reply)
           
 void saveOrder(at.spardat.xma.rpc.RemoteCall call, at.spardat.xma.rpc.RemoteReply reply)
           
 void selectOrderItem(at.spardat.xma.rpc.RemoteCall call, at.spardat.xma.rpc.RemoteReply reply)
           
 
Methods inherited from class org.openxma.dsl.reference.xma.order.server.OrderEditFormGen
createModels, getTypedComponent, getTypeId, getWModels, instanceDataToModel, modelToInstanceData, removeChild, setChild, setWModels
 
Methods inherited from class at.spardat.xma.page.PageServer
cleanUpAfterServerEvent, clear, estimateMemory, getComponent, getParent, setParentId
 
Methods inherited from class at.spardat.xma.page.Page
changed, commit, describe, display, equalsCS, externalize, getId, getNumWModels, getWModel, internalize, isAtServer, isStateless, randomlyChange, rollback, setId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OrderEditForm

public OrderEditForm(at.spardat.xma.component.ComponentServer component)
Constructs the OrderEditForm.

Parameters:
component - the component this page belongs to
Method Detail

readOrder

public void readOrder(at.spardat.xma.rpc.RemoteCall call,
                      at.spardat.xma.rpc.RemoteReply reply)
Specified by:
readOrder in class OrderEditFormGen

saveOrder

public void saveOrder(at.spardat.xma.rpc.RemoteCall call,
                      at.spardat.xma.rpc.RemoteReply reply)
Specified by:
saveOrder in class OrderEditFormGen

cancel

public void cancel(at.spardat.xma.rpc.RemoteCall call,
                   at.spardat.xma.rpc.RemoteReply reply)
Specified by:
cancel in class OrderEditFormGen

selectOrderItem

public void selectOrderItem(at.spardat.xma.rpc.RemoteCall call,
                            at.spardat.xma.rpc.RemoteReply reply)
Specified by:
selectOrderItem in class OrderEditFormGen


Copyright © 2010. All Rights Reserved.