BrightSide Workbench Full Report + Source Code
org.turro.vendor.VendorUtil Class Reference

Static Public Member Functions

static Vendor getCurrent ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 30 of file VendorUtil.java.

Member Function Documentation

◆ getCurrent()

static Vendor org.turro.vendor.VendorUtil.getCurrent ( )
static

Definition at line 32 of file VendorUtil.java.

32  {
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() });
38  }
Here is the call graph for this function:
Here is the caller graph for this function:

The documentation for this class was generated from the following file: