- Author
- llturro
Definition at line 13 of file SaleActionSet.java.
◆ SaleActionSet() [1/2]
org.turro.crm.zul.sale.SaleActionSet.SaleActionSet |
( |
SaleProspect |
saleProspect | ) |
|
Definition at line 15 of file SaleActionSet.java.
16 super(
new SaleActionComparator());
17 for(VendorProspect vp : saleProspect.getUpdatedVendorProspects()) {
18 addAll(vp.getUpdatedSaleActions());
◆ SaleActionSet() [2/2]
org.turro.crm.zul.sale.SaleActionSet.SaleActionSet |
( |
Collection<? extends SaleAction > |
c | ) |
|
The documentation for this class was generated from the following file: