BrightSide Workbench Full Report + Source Code
org.turro.action.MyContacts Class Reference

Static Public Member Functions

static ContactSortedSet myContacts (IConstructor constructor, String search)
 

Detailed Description

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

Definition at line 31 of file MyContacts.java.

Member Function Documentation

◆ myContacts()

static ContactSortedSet org.turro.action.MyContacts.myContacts ( IConstructor  constructor,
String  search 
)
static

Definition at line 34 of file MyContacts.java.

34  {
35  ContactSortedSet set = new ContactSortedSet(I_.api().used());
36  for(IMyContact iContact : Instances.cached().byAnnotation(MyContact.class, IMyContact.class)) {
37  set.addAll(iContact.getMyContacts(constructor, search));
38  }
39  return set;
40  }
Here is the call graph for this function:
Here is the caller graph for this function:

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