BrightSide Workbench Full Report + Source Code
org.turro.contacts.util.AttendeesList Class Reference
Inheritance diagram for org.turro.contacts.util.AttendeesList:
Collaboration diagram for org.turro.contacts.util.AttendeesList:

Public Member Functions

 AttendeesList ()
 
Collection< String > getAttendees ()
 
void setAttendees (Collection< String > attendees)
 
void setProvider (IContact provider)
 
void updateProvider (IContact provider)
 
void setReadOnly (boolean readOnly)
 
void setAllowExternals (boolean allowExternals)
 
void afterCompose ()
 

Detailed Description

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

Definition at line 38 of file AttendeesList.java.

Constructor & Destructor Documentation

◆ AttendeesList()

org.turro.contacts.util.AttendeesList.AttendeesList ( )

Definition at line 44 of file AttendeesList.java.

44  {
45  }

Member Function Documentation

◆ afterCompose()

void org.turro.contacts.util.AttendeesList.afterCompose ( )

Definition at line 73 of file AttendeesList.java.

73  {
74  addAttendees();
75  }
Here is the caller graph for this function:

◆ getAttendees()

Collection<String> org.turro.contacts.util.AttendeesList.getAttendees ( )

Definition at line 47 of file AttendeesList.java.

47  {
48  return attendees;
49  }
Here is the caller graph for this function:

◆ setAllowExternals()

void org.turro.contacts.util.AttendeesList.setAllowExternals ( boolean  allowExternals)

Definition at line 68 of file AttendeesList.java.

68  {
69  this.allowExternals = allowExternals;
70  }

◆ setAttendees()

void org.turro.contacts.util.AttendeesList.setAttendees ( Collection< String >  attendees)

Definition at line 51 of file AttendeesList.java.

51  {
52  this.attendees = attendees;
53  }

◆ setProvider()

void org.turro.contacts.util.AttendeesList.setProvider ( IContact  provider)

Definition at line 55 of file AttendeesList.java.

55  {
56  this.provider = provider;
57  }
Here is the caller graph for this function:

◆ setReadOnly()

void org.turro.contacts.util.AttendeesList.setReadOnly ( boolean  readOnly)

Definition at line 64 of file AttendeesList.java.

64  {
65  this.readOnly = readOnly;
66  }

◆ updateProvider()

void org.turro.contacts.util.AttendeesList.updateProvider ( IContact  provider)

Definition at line 59 of file AttendeesList.java.

59  {
60  setProvider(provider);
61  afterCompose();
62  }
void setProvider(IContact provider)
Here is the call graph for this function:

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