BrightSide Workbench Full Report + Source Code
org.turro.financials.model.register.ViewWrapper Class Reference

Static Public Member Functions

static List< RegisterViewgetViews ()
 
static RegisterView getFormalView ()
 

Detailed Description

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

Definition at line 28 of file ViewWrapper.java.

Member Function Documentation

◆ getFormalView()

static RegisterView org.turro.financials.model.register.ViewWrapper.getFormalView ( )
static

Definition at line 36 of file ViewWrapper.java.

36  {
37  return (RegisterView) new FinancialsPU().getSingleResult(
38  "select view from RegisterView as view " +
39  "where view.id = 1");
40  }
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getViews()

static List<RegisterView> org.turro.financials.model.register.ViewWrapper.getViews ( )
static

Definition at line 30 of file ViewWrapper.java.

30  {
31  return new FinancialsPU().getResultList(
32  "select view from RegisterView as view " +
33  "order by view.id");
34  }
Here is the caller graph for this function:

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