Uses of Interface
org.openxma.dsl.reference.model.Address

Packages that use Address
org.openxma.dsl.reference.dao   
org.openxma.dsl.reference.dao.impl   
org.openxma.dsl.reference.model   
org.openxma.dsl.reference.model.impl   
org.openxma.dsl.reference.xma.web   
 

Uses of Address in org.openxma.dsl.reference.dao
 

Methods in org.openxma.dsl.reference.dao that return Address
 Address AddressDao.create()
          Factory method to create an empty AddressDao entity with an already assigned identifier.
 

Methods in org.openxma.dsl.reference.dao with parameters of type Address
 Customer CustomerDao.create(Address invoiceAddress, Address deliveryAddress, java.lang.String customerFirstName, java.lang.String customerLastName, java.lang.String emailAddress, java.util.Date customerBirthDate)
          Factory method to create an empty CustomerDao taking all not null attributes.
 Customer CustomerDao.createAndSave(Address invoiceAddress, Address deliveryAddress, java.lang.String customerFirstName, java.lang.String customerLastName, java.lang.String emailAddress, java.util.Date customerBirthDate)
          Factory method to create and save an empty CustomerDao taking all not null attributes.
 

Uses of Address in org.openxma.dsl.reference.dao.impl
 

Methods in org.openxma.dsl.reference.dao.impl that return Address
 Address AddressDaoImpl.create()
           
 Address AddressDaoImpl.createEntity(java.lang.Object context)
           
 

Methods in org.openxma.dsl.reference.dao.impl with parameters of type Address
 Customer CustomerDaoImpl.create(Address invoiceAddress, Address deliveryAddress, java.lang.String customerFirstName, java.lang.String customerLastName, java.lang.String emailAddress, java.util.Date customerBirthDate)
           
 Customer CustomerDaoImpl.createAndSave(Address invoiceAddress, Address deliveryAddress, java.lang.String customerFirstName, java.lang.String customerLastName, java.lang.String emailAddress, java.util.Date customerBirthDate)
           
 

Uses of Address in org.openxma.dsl.reference.model
 

Methods in org.openxma.dsl.reference.model that return Address
 Address Customer.getDeliveryAddress()
           
 Address Customer.getInvoiceAddress()
           
 

Methods in org.openxma.dsl.reference.model with parameters of type Address
 void Customer.setDeliveryAddress(Address deliveryAddress)
           
 void Customer.setInvoiceAddress(Address invoiceAddress)
           
 

Uses of Address in org.openxma.dsl.reference.model.impl
 

Classes in org.openxma.dsl.reference.model.impl that implement Address
 class AddressImpl
           
 

Methods in org.openxma.dsl.reference.model.impl that return Address
 Address AbstractCustomerImpl.getDeliveryAddress()
           
 Address AbstractCustomerImpl.getInvoiceAddress()
           
 

Methods in org.openxma.dsl.reference.model.impl with parameters of type Address
 void AbstractCustomerImpl.setDeliveryAddress(Address deliveryAddress)
           
 void AbstractCustomerImpl.setInvoiceAddress(Address invoiceAddress)
           
 

Uses of Address in org.openxma.dsl.reference.xma.web
 

Methods in org.openxma.dsl.reference.xma.web with parameters of type Address
protected  Customer TestDataLoader.newCustomer(Address invoiceAddress, CustomerDao customerDao, java.lang.String lastName)
           
 



Copyright © 2010. All Rights Reserved.