|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of CustomerAddress in org.kuali.kfs.module.ar.businessobject |
---|
Methods in org.kuali.kfs.module.ar.businessobject that return types with arguments of type CustomerAddress | |
---|---|
List<CustomerAddress> |
Customer.getCustomerAddresses()
This method gets customerAddresses |
Methods in org.kuali.kfs.module.ar.businessobject with parameters of type CustomerAddress | |
---|---|
int |
CustomerAddress.compareTo(CustomerAddress address)
|
Method parameters in org.kuali.kfs.module.ar.businessobject with type arguments of type CustomerAddress | |
---|---|
void |
Customer.setCustomerAddresses(List<CustomerAddress> customerAddresses)
This method sets customerAddresses |
Uses of CustomerAddress in org.kuali.kfs.module.ar.dataaccess |
---|
Methods in org.kuali.kfs.module.ar.dataaccess that return CustomerAddress | |
---|---|
CustomerAddress |
CustomerAddressDao.getPrimaryAddress(String customerNumber)
|
Uses of CustomerAddress in org.kuali.kfs.module.ar.dataaccess.impl |
---|
Methods in org.kuali.kfs.module.ar.dataaccess.impl that return CustomerAddress | |
---|---|
CustomerAddress |
CustomerAddressDaoOjb.getPrimaryAddress(String customerNumber)
|
Uses of CustomerAddress in org.kuali.kfs.module.ar.document |
---|
Fields in org.kuali.kfs.module.ar.document declared as CustomerAddress | |
---|---|
protected CustomerAddress |
CustomerInvoiceDocument.customerBillToAddress
|
protected CustomerAddress |
CustomerInvoiceDocument.customerShipToAddress
|
Methods in org.kuali.kfs.module.ar.document that return CustomerAddress | |
---|---|
CustomerAddress |
CustomerInvoiceDocument.getCustomerBillToAddress()
|
CustomerAddress |
CustomerInvoiceDocument.getCustomerShipToAddress()
|
CustomerAddress |
CustomerInvoiceDocument.getPrimaryAddressForCustomerNumber()
This method returns the primary customer address for the customer number provided. |
Methods in org.kuali.kfs.module.ar.document with parameters of type CustomerAddress | |
---|---|
void |
CustomerInvoiceDocument.setCustomerBillToAddress(CustomerAddress customerBillToAddress)
|
void |
CustomerInvoiceDocument.setCustomerBillToAddressOnInvoice(CustomerAddress customerBillToAddress)
Populate Customer Billing Address fields on Customer Invoice. |
void |
CustomerInvoiceDocument.setCustomerShipToAddress(CustomerAddress customerShipToAddress)
|
void |
CustomerInvoiceDocument.setCustomerShipToAddressOnInvoice(CustomerAddress customerShipToAddress)
Populate Customer Shipping Address fields on Customer Invoice. |
Uses of CustomerAddress in org.kuali.kfs.module.ar.document.service |
---|
Methods in org.kuali.kfs.module.ar.document.service that return CustomerAddress | |
---|---|
CustomerAddress |
CustomerAddressService.getByPrimaryKey(String customerNumber,
Integer customerAddressIdentifier)
This method returns a customer address by primary key |
CustomerAddress |
CustomerAddressService.getPrimaryAddress(String customerNumber)
This method returns the CustomerAddress specified as the primary address for a Customer. |
Uses of CustomerAddress in org.kuali.kfs.module.ar.document.service.impl |
---|
Methods in org.kuali.kfs.module.ar.document.service.impl that return CustomerAddress | |
---|---|
CustomerAddress |
CustomerAddressServiceImpl.getByPrimaryKey(String customerNumber,
Integer customerAddressIdentifier)
|
CustomerAddress |
CustomerAddressServiceImpl.getPrimaryAddress(String customerNumber)
|
Uses of CustomerAddress in org.kuali.kfs.module.ar.document.validation.impl |
---|
Methods in org.kuali.kfs.module.ar.document.validation.impl with parameters of type CustomerAddress | |
---|---|
boolean |
CustomerRule.checkAddressIsValid(CustomerAddress customerAddress)
|
boolean |
CustomerRule.checkAddressIsValid(CustomerAddress customerAddress,
int ind)
This method checks if the address is valid |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |