◆ getCurrent()
static HumanResource org.turro.hr.humanres.HumanResources.getCurrent |
( |
| ) |
|
|
static |
Definition at line 33 of file HumanResources.java.
34 IContact iContact = Authentication.getIContact();
35 if(iContact !=
null && iContact.isValid()) {
36 for(HumanResource hr : (List<HumanResource>)
new ErpPU().getResultList(
"select hr from HumanResource hr")) {
37 if(hr.fits(iContact)) {
The documentation for this class was generated from the following file: