Uses of Class
com.fourjs.report.facturx.profiles.basicwl.DespatchAdviceReference
-
Packages that use DespatchAdviceReference Package Description com.fourjs.report.facturx.profiles.basicwl -
-
Uses of DespatchAdviceReference in com.fourjs.report.facturx.profiles.basicwl
Methods in com.fourjs.report.facturx.profiles.basicwl that return DespatchAdviceReference Modifier and Type Method Description DespatchAdviceReferenceInvoice. appendNewDespatchAdviceReference()Creates a DespatchAdviceReference object and appends it to the list obtainable by a call to getInvoice.getDespatchAdviceReferences()DespatchAdviceReferenceDespatchAdviceReference. setDespatchAdviceReference(DocumentReference value)Methods in com.fourjs.report.facturx.profiles.basicwl that return types with arguments of type DespatchAdviceReference Modifier and Type Method Description List<DespatchAdviceReference>Invoice. getDespatchAdviceReferences()Returns a list of DespatchAdviceReference objects previously created by calls toInvoice.appendNewDespatchAdviceReference()
-