org.openxma.dsl.reference.xma.customeredit.server
Class CustomerEditForm

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

public class CustomerEditForm
extends CustomerEditFormGen

Author:
s5316

Constructor Summary
CustomerEditForm(at.spardat.xma.component.ComponentServer component)
          Constructs the CustomerEditForm.
 
Method Summary
 void cancel(at.spardat.xma.rpc.RemoteCall call, at.spardat.xma.rpc.RemoteReply reply)
           
 void readCustomer(at.spardat.xma.rpc.RemoteCall call, at.spardat.xma.rpc.RemoteReply reply)
           
 void saveCustomer(at.spardat.xma.rpc.RemoteCall call, at.spardat.xma.rpc.RemoteReply reply)
           
 void selectOrder(at.spardat.xma.rpc.RemoteCall call, at.spardat.xma.rpc.RemoteReply reply)
           
 
Methods inherited from class org.openxma.dsl.reference.xma.customeredit.server.CustomerEditFormGen
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

CustomerEditForm

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

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

readCustomer

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

saveCustomer

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

cancel

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

selectOrder

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


Copyright © 2010. All Rights Reserved.