|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ElectronicInvoicePostalAddress | |
---|---|
org.kuali.kfs.module.purap.businessobject | |
org.kuali.kfs.module.purap.document |
Uses of ElectronicInvoicePostalAddress in org.kuali.kfs.module.purap.businessobject |
---|
Methods in org.kuali.kfs.module.purap.businessobject that return ElectronicInvoicePostalAddress | |
---|---|
ElectronicInvoicePostalAddress |
ElectronicInvoice.getCxmlPostalAddress(ElectronicInvoiceOrder eio,
String roleID,
String addressName)
|
ElectronicInvoicePostalAddress |
ElectronicInvoiceOrder.getCxmlPostalAddressByRoleID(String roleID,
String addressName)
This method takes in a roleID string and an addressName (constants from mapping file) and returns a valid ElectronicInvoicePostalAddress or null if not found. |
ElectronicInvoicePostalAddress |
ElectronicInvoiceDetailRequestHeader.getCxmlPostalAddressByRoleID(String roleID,
String addressName)
This method returns the first ElectronicInvoicePostalAddress associated with the ElectronicInvoiceContact that has a roleID matching the given roleID. |
Methods in org.kuali.kfs.module.purap.businessobject that return types with arguments of type ElectronicInvoicePostalAddress | |
---|---|
List<ElectronicInvoicePostalAddress> |
ElectronicInvoiceContact.getPostalAddresses()
|
Methods in org.kuali.kfs.module.purap.businessobject with parameters of type ElectronicInvoicePostalAddress | |
---|---|
void |
ElectronicInvoiceContact.addPostalAddress(ElectronicInvoicePostalAddress cpa)
|
Method parameters in org.kuali.kfs.module.purap.businessobject with type arguments of type ElectronicInvoicePostalAddress | |
---|---|
void |
ElectronicInvoiceContact.setPostalAddresses(List<ElectronicInvoicePostalAddress> postalAddresses)
|
Uses of ElectronicInvoicePostalAddress in org.kuali.kfs.module.purap.document |
---|
Methods in org.kuali.kfs.module.purap.document that return ElectronicInvoicePostalAddress | |
---|---|
protected ElectronicInvoicePostalAddress |
ElectronicInvoiceRejectDocument.getCxmlPostalAddressByAddressName(ElectronicInvoiceContact contact,
String addressName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |