- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 28 of file ActionStatus.java.
◆ getStringStatus() [1/2]
static String org.turro.crm.zul.sale.ActionStatus.getStringStatus |
( |
int |
status | ) |
|
|
static |
Definition at line 30 of file ActionStatus.java.
31 if(status == SaleAction.SA_PENDING) {
32 return I_.get(
"To do");
33 }
else if(status == SaleAction.SA_DONE) {
34 return I_.get(
"Done");
35 }
else if(status == SaleAction.SA_CANCELLED) {
36 return I_.get(
"Cancelled");
◆ getStringStatus() [2/2]
static String org.turro.crm.zul.sale.ActionStatus.getStringStatus |
( |
SaleAction |
sa | ) |
|
|
static |
The documentation for this class was generated from the following file: