◆ $saleps()
| void onSelect org.turro.crm.zul.sale.SaleActionComposer.$saleps |
( |
| ) |
|
Definition at line 51 of file SaleActionComposer.java.
54 actions.
setFrom((Date) Executions.getCurrent().getAttribute(
"from"));
55 actions.
setTo((Date) Executions.getCurrent().getAttribute(
"to"));
58 if(sp.getCustomer() !=
null) {
59 customer.
setIContact(sp.getCustomer().getIContact());
63 customer.setImage(Images.getImage(
"customer"));
64 description.setValue(sp.getDescription());
67 description.setValue(
null);
void setSaleProspect(SaleProspect saleProspect)
◆ $vendor()
| void onSelect org.turro.crm.zul.sale.SaleActionComposer.$vendor |
( |
| ) |
|
◆ doAfterCompose()
| void org.turro.crm.zul.sale.SaleActionComposer.doAfterCompose |
( |
Component |
comp | ) |
throws Exception |
Definition at line 72 of file SaleActionComposer.java.
73 super.doAfterCompose(comp);
75 Vendor v = (Vendor) Executions.getCurrent().getAttribute(
"vendor");
82 vendor.setReadonly(!Application.getApplication().isInRole(
"sale-action:all"));
83 SaleProspect sp = (SaleProspect) Executions.getCurrent().getAttribute(
"salep");
void setSelectSelf(boolean selectSelf)
The documentation for this class was generated from the following file: