BrightSide Workbench Full Report + Source Code
org.turro.warnings.DossierWarnings Class Reference
Inheritance diagram for org.turro.warnings.DossierWarnings:
Collaboration diagram for org.turro.warnings.DossierWarnings:

Public Member Functions

String getHeader ()
 
List< IWarninggetWarnings ()
 

Detailed Description

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

Definition at line 37 of file DossierWarnings.java.

Member Function Documentation

◆ getHeader()

String org.turro.warnings.DossierWarnings.getHeader ( )

Implements org.turro.warnings.IElephantWarning.

Definition at line 40 of file DossierWarnings.java.

40  {
41  return I_.get("Dossiers");
42  }
Here is the call graph for this function:

◆ getWarnings()

List<IWarning> org.turro.warnings.DossierWarnings.getWarnings ( )

Implements org.turro.warnings.IElephantWarning.

Definition at line 45 of file DossierWarnings.java.

45  {
46  if(Application.getApplication().isInRole("dossier:all")) {
47  return createModel();
48  }
49  return Collections.EMPTY_LIST;
50  }
Here is the call graph for this function:

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