Uses of Class
org.openxma.dsl.reference.dto.CustomerView

Packages that use CustomerView
org.openxma.dsl.reference.service   
org.openxma.dsl.reference.service.impl   
org.openxma.dsl.reference.xma.customeredit.server   
org.openxma.dsl.reference.xma.order.server   
 

Uses of CustomerView in org.openxma.dsl.reference.service
 

Methods in org.openxma.dsl.reference.service that return CustomerView
 CustomerView CustomerService.findByFirstOrLastNameJoinOrder(FirstOrLastNameJoinOrderQuery firstOrLastNameJoinOrderQuery)
           
 CustomerView CustomerService.loadCustomerView(java.lang.String oid)
           
 CustomerView CustomerService.save(CustomerView customerView)
           
 

Methods in org.openxma.dsl.reference.service that return types with arguments of type CustomerView
 java.util.List<CustomerView> CustomerService.findAllByEmailAdressOrBirthDate(EmailAdressOrBirthDateQuery emailAdressOrBirthDateQuery)
           
 java.util.List<CustomerView> CustomerService.findAllByFirstNameAndLastName(FirstNameAndLastNameQuery firstNameAndLastNameQuery)
           
 java.util.List<CustomerView> CustomerService.findAllByLastNameJoinOrdersDate(LastNameJoinOrdersDateQuery lastNameJoinOrdersDateQuery)
           
 

Methods in org.openxma.dsl.reference.service with parameters of type CustomerView
 CustomerView CustomerService.save(CustomerView customerView)
           
 void CustomerService.update(CustomerView customerView)
           
 

Uses of CustomerView in org.openxma.dsl.reference.service.impl
 

Methods in org.openxma.dsl.reference.service.impl that return CustomerView
 CustomerView CustomerServiceImpl.findByFirstOrLastNameJoinOrder(FirstOrLastNameJoinOrderQuery firstOrLastNameJoinOrderQuery)
           
 CustomerView CustomerServiceImpl.loadCustomerView(java.lang.String oid)
           
 CustomerView CustomerServiceImpl.save(CustomerView customerView)
           
 

Methods in org.openxma.dsl.reference.service.impl that return types with arguments of type CustomerView
 java.util.List<CustomerView> CustomerServiceImpl.findAllByEmailAdressOrBirthDate(EmailAdressOrBirthDateQuery emailAdressOrBirthDateQuery)
           
 java.util.List<CustomerView> CustomerServiceImpl.findAllByFirstNameAndLastName(FirstNameAndLastNameQuery firstNameAndLastNameQuery)
           
 java.util.List<CustomerView> CustomerServiceImpl.findAllByLastNameJoinOrdersDate(LastNameJoinOrdersDateQuery lastNameJoinOrdersDateQuery)
           
 

Methods in org.openxma.dsl.reference.service.impl with parameters of type CustomerView
 CustomerView CustomerServiceImpl.save(CustomerView customerView)
           
 void CustomerServiceImpl.update(CustomerView customerView)
           
 

Uses of CustomerView in org.openxma.dsl.reference.xma.customeredit.server
 

Methods in org.openxma.dsl.reference.xma.customeredit.server that return CustomerView
 CustomerView CustomerEditGen.getCustomer()
          returns the customer
 

Methods in org.openxma.dsl.reference.xma.customeredit.server with parameters of type CustomerView
 void Page1Gen.atomicWMToBusinessData(CustomerView customer)
          Copies values of widget models to attributes of the provided BusinessData objects.
 void CustomerSearchFormGen.atomicWMToBusinessData(CustomerView customer)
          Copies values of widget models to attributes of the provided BusinessData objects.
 void Page1Gen.businessDataToAtomicWM(CustomerView customer)
          Copies attribute values of the provided BusinessDatas into widget models.
 void CustomerSearchFormGen.businessDataToAtomicWM(CustomerView customer)
          Copies attribute values of the provided BusinessDatas into widget models.
 at.spardat.xma.mdl.table.TableRow CustomerSearchFormGen.customerTableAddRow(CustomerView customers)
          This method creates a TableRow object and adds it to the end of the table.
 java.lang.Object[] CustomerSearchFormGen.customerTableCreateCells(CustomerView customers)
          This is a support method to create the table cells of one row from one or more BusinessDatas.
 int CustomerSearchFormGen.customerTableGetImageFor(CustomerView customers)
          This method is called from customerTableAddRow to figure out an image id for a particular row.
 void CustomerEditGen.setCustomer(CustomerView customer)
          sets the customer
 

Uses of CustomerView in org.openxma.dsl.reference.xma.order.server
 

Methods in org.openxma.dsl.reference.xma.order.server that return CustomerView
 CustomerView OrderGen.getCustomer()
          returns the customer
 

Methods in org.openxma.dsl.reference.xma.order.server with parameters of type CustomerView
 void Page1Gen.atomicWMToBusinessData(OrderStateView order, CustomerView customer)
          Copies values of widget models to attributes of the provided BusinessData objects.
 void Page1Gen.businessDataToAtomicWM(OrderStateView order, CustomerView customer)
          Copies attribute values of the provided BusinessDatas into widget models.
 void OrderGen.setCustomer(CustomerView customer)
          sets the customer
 



Copyright © 2010. All Rights Reserved.