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

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 41 of file ContactWarnings.java.

Member Function Documentation

◆ getHeader()

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

Implements org.turro.warnings.IElephantWarning.

Definition at line 44 of file ContactWarnings.java.

44  {
45  return I_.get("Contacts");
46  }
Here is the call graph for this function:

◆ getWarnings()

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

Implements org.turro.warnings.IElephantWarning.

Definition at line 49 of file ContactWarnings.java.

49  {
50  if(Application.getApplication().isInRole("contact:all")) {
51  return createModel();
52  }
53  return Collections.EMPTY_LIST;
54  }
Here is the call graph for this function:

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