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

java.lang.Object
  extended by at.spardat.xma.component.Component
      extended by at.spardat.xma.component.ComponentServer
          extended by org.openxma.dsl.platform.xma.DslComponentServer
              extended by org.openxma.dsl.platform.xma.SpringComponentServer
                  extended by org.openxma.dsl.reference.xma.customeredit.server.CustomerEditGen
                      extended by org.openxma.dsl.reference.xma.customeredit.server.CustomerEdit
All Implemented Interfaces:
at.spardat.xma.mdl.Synchronization, at.spardat.xma.mdl.util.Descriptive

public class CustomerEdit
extends CustomerEditGen

This class implents the server part of CustomerEdit.

Author:
clay

Field Summary
 
Fields inherited from class org.openxma.dsl.reference.xma.customeredit.server.CustomerEditGen
CustomerEditFormClass, CustomerSearchFormClass, mode, Page1Class, Page2Class, Page3Class, selectedCustomerFirstName, selectedCustomerId, selectedCustomerLastName
 
Fields inherited from class org.openxma.dsl.platform.xma.SpringComponentServer
applicationContext
 
Fields inherited from class at.spardat.xma.component.Component
session_
 
Constructor Summary
CustomerEdit(at.spardat.xma.session.XMASessionServer session, short id)
          Initializes the CustomerEdit.
 
Method Summary
 
Methods inherited from class org.openxma.dsl.reference.xma.customeredit.server.CustomerEditGen
getCustomer, getCustomers, getMode, getModelClass, getOrders, getPropDes, getSelectedCustomerFirstName, getSelectedCustomerId, getSelectedCustomerLastName, getShortModelClass, getVodata, setCustomer, setCustomers, setMode, setOrders, setSelectedCustomerFirstName, setSelectedCustomerId, setSelectedCustomerLastName, setVodata
 
Methods inherited from class org.openxma.dsl.platform.xma.SpringComponentServer
getBean, getWebApplicationContext, newPageModel
 
Methods inherited from class org.openxma.dsl.platform.xma.DslComponentServer
instanceDataToModel, modelToInstanceData
 
Methods inherited from class at.spardat.xma.component.ComponentServer
cleanUpAfterServerEvent, convertToBaseException, dispose, estimateMemory, executeRemoteCall, executeRemoteCallImpl, externalize, getSession, internalize, registerServerPage, removePageModel
 
Methods inherited from class at.spardat.xma.component.Component
commit, describe, externalizePageSet, externalizeProperties, getId, getName, getNumPageModels, getPageModel, getPageModels, getPropDes, getSCN, incrementSCN, internalizePageSet, internalizeProperties, isPageModelAlive, isStateless, model2props, props2model, registerPageModel, rollback, setId, setSCN, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CustomerEdit

public CustomerEdit(at.spardat.xma.session.XMASessionServer session,
                    short id)
Initializes the CustomerEdit. This method is called by the XMA-Runtime.

Parameters:
session - the XMASession, this CustomerEdit belongs to.
id - the unique id of this CustomerEdit.


Copyright © 2010. All Rights Reserved.