BrightSide Workbench Full Report + Source Code
org.turro.dossier.command.DossierParticipations Class Reference
Inheritance diagram for org.turro.dossier.command.DossierParticipations:
Collaboration diagram for org.turro.dossier.command.DossierParticipations:

Public Member Functions

boolean isManagable ()
 
String getName ()
 
String getAppCtrl ()
 
String getWebCtrl ()
 

Detailed Description

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

Definition at line 30 of file DossierParticipations.java.

Member Function Documentation

◆ getAppCtrl()

String org.turro.dossier.command.DossierParticipations.getAppCtrl ( )

Implements org.turro.action.IContactParticipation.

Definition at line 43 of file DossierParticipations.java.

43  {
44  return "/WEB-INF/_zul/dossier/categoriesByContact.zul";
45  }

◆ getName()

String org.turro.dossier.command.DossierParticipations.getName ( )

Implements org.turro.action.IContactParticipation.

Definition at line 38 of file DossierParticipations.java.

38  {
39  return I_.get("Dossiers") + ": " + I_.get("Categories");
40  }
Here is the call graph for this function:

◆ getWebCtrl()

String org.turro.dossier.command.DossierParticipations.getWebCtrl ( )

Implements org.turro.action.IContactParticipation.

Definition at line 48 of file DossierParticipations.java.

48  {
49  return null;
50  }

◆ isManagable()

boolean org.turro.dossier.command.DossierParticipations.isManagable ( )

Implements org.turro.action.IContactParticipation.

Definition at line 33 of file DossierParticipations.java.

33  {
34  return true;
35  }

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