|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CreditCardInfo | |
|---|---|
| org.openxma.dsl.reference.dao | |
| org.openxma.dsl.reference.dao.impl | |
| org.openxma.dsl.reference.dto | |
| org.openxma.dsl.reference.model | |
| org.openxma.dsl.reference.model.impl | |
| Uses of CreditCardInfo in org.openxma.dsl.reference.dao |
|---|
| Methods in org.openxma.dsl.reference.dao with parameters of type CreditCardInfo | |
|---|---|
PrivateCustomer |
PrivateCustomerDao.create(java.lang.String customerFirstName,
java.lang.String customerLastName,
java.lang.String emailAddress,
java.util.Date customerBirthDate,
CreditCardInfo ccInfo)
Factory method to create an empty PrivateCustomerDao taking all not null attributes. |
PrivateCustomer |
PrivateCustomerDao.createAndSave(java.lang.String customerFirstName,
java.lang.String customerLastName,
java.lang.String emailAddress,
java.util.Date customerBirthDate,
CreditCardInfo ccInfo)
Factory method to create and save an empty PrivateCustomerDao taking all not null attributes. |
| Uses of CreditCardInfo in org.openxma.dsl.reference.dao.impl |
|---|
| Methods in org.openxma.dsl.reference.dao.impl with parameters of type CreditCardInfo | |
|---|---|
PrivateCustomer |
PrivateCustomerDaoImpl.create(java.lang.String customerFirstName,
java.lang.String customerLastName,
java.lang.String emailAddress,
java.util.Date customerBirthDate,
CreditCardInfo ccInfo)
|
PrivateCustomer |
PrivateCustomerDaoImpl.createAndSave(java.lang.String customerFirstName,
java.lang.String customerLastName,
java.lang.String emailAddress,
java.util.Date customerBirthDate,
CreditCardInfo ccInfo)
|
| Uses of CreditCardInfo in org.openxma.dsl.reference.dto |
|---|
| Methods in org.openxma.dsl.reference.dto that return CreditCardInfo | |
|---|---|
CreditCardInfo |
PrivateCustomerView.getCcInfo()
|
| Methods in org.openxma.dsl.reference.dto with parameters of type CreditCardInfo | |
|---|---|
void |
PrivateCustomerView.setCcInfo(CreditCardInfo ccInfo)
|
| Constructors in org.openxma.dsl.reference.dto with parameters of type CreditCardInfo | |
|---|---|
PrivateCustomerView(java.lang.String oid,
java.util.Date version,
java.lang.String firstName,
java.lang.String lastName,
java.lang.String emailAddress,
java.util.Date birthDate,
TelefonNumber telefonNumber,
java.util.Date lastOrderDate,
CreditCardInfo ccInfo,
java.lang.String invoiceAddressOid,
java.lang.String deliveryAddressOid)
|
|
| Uses of CreditCardInfo in org.openxma.dsl.reference.model |
|---|
| Methods in org.openxma.dsl.reference.model that return CreditCardInfo | |
|---|---|
CreditCardInfo |
PrivateCustomer.getCcInfo()
|
| Methods in org.openxma.dsl.reference.model with parameters of type CreditCardInfo | |
|---|---|
void |
PrivateCustomer.setCcInfo(CreditCardInfo ccInfo)
|
| Uses of CreditCardInfo in org.openxma.dsl.reference.model.impl |
|---|
| Methods in org.openxma.dsl.reference.model.impl that return CreditCardInfo | |
|---|---|
CreditCardInfo |
PrivateCustomerImpl.getCcInfo()
|
| Methods in org.openxma.dsl.reference.model.impl with parameters of type CreditCardInfo | |
|---|---|
void |
PrivateCustomerImpl.setCcInfo(CreditCardInfo ccInfo)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||