- Author
- Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g
Definition at line 30 of file VendorUtil.java.
◆ getCurrent()
static Vendor org.turro.vendor.VendorUtil.getCurrent |
( |
| ) |
|
|
static |
Definition at line 32 of file VendorUtil.java.
33 Dao dao =
new CrmPU();
34 return (Vendor) dao.getSingleResultOrNull(
35 "select v from Vendor as v " +
36 "where v.idContact = ?",
37 new Object[] { Authentication.getIContact().getId() });
The documentation for this class was generated from the following file: