BrightSide Workbench Full Report + Source Code
org.turro.action.IContactSender< T > Interface Template Reference

Public Member Functions

addAdministrators ()
 
addByEntity (Object entity, Object data)
 
addByEntity (Object entity, boolean deep, Object data)
 
addByEntity (String path, Object data)
 
addByEntity (String path, boolean deep, Object data)
 
addByRole (String role)
 
addBySyndication (String syndication)
 
addContact (IContact contact)
 
addContacts (Collection< IContact > contacts)
 
addAssistant (Assistant assistant)
 
addAssistants (AssistantSet assistants)
 
addUser (String name, String email)
 
AssistantSet getAssistants ()
 
default void copyFrom (IContactSender sender)
 

Detailed Description

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

Definition at line 29 of file IContactSender.java.

Member Function Documentation

◆ addAdministrators()

T org.turro.action.IContactSender< T >.addAdministrators ( )
Here is the caller graph for this function:

◆ addAssistant()

T org.turro.action.IContactSender< T >.addAssistant ( Assistant  assistant)

◆ addAssistants()

T org.turro.action.IContactSender< T >.addAssistants ( AssistantSet  assistants)
Here is the caller graph for this function:

◆ addByEntity() [1/4]

T org.turro.action.IContactSender< T >.addByEntity ( Object  entity,
boolean  deep,
Object  data 
)

◆ addByEntity() [2/4]

T org.turro.action.IContactSender< T >.addByEntity ( Object  entity,
Object  data 
)
Here is the caller graph for this function:

◆ addByEntity() [3/4]

T org.turro.action.IContactSender< T >.addByEntity ( String  path,
boolean  deep,
Object  data 
)

◆ addByEntity() [4/4]

T org.turro.action.IContactSender< T >.addByEntity ( String  path,
Object  data 
)

◆ addByRole()

T org.turro.action.IContactSender< T >.addByRole ( String  role)

◆ addBySyndication()

T org.turro.action.IContactSender< T >.addBySyndication ( String  syndication)

◆ addContact()

T org.turro.action.IContactSender< T >.addContact ( IContact  contact)
Here is the caller graph for this function:

◆ addContacts()

T org.turro.action.IContactSender< T >.addContacts ( Collection< IContact contacts)
Here is the caller graph for this function:

◆ addUser()

T org.turro.action.IContactSender< T >.addUser ( String  name,
String  email 
)
Here is the caller graph for this function:

◆ copyFrom()

default void org.turro.action.IContactSender< T >.copyFrom ( IContactSender< T >  sender)

Definition at line 46 of file IContactSender.java.

46  {
47  addAssistants(sender.getAssistants());
48  }
T addAssistants(AssistantSet assistants)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ getAssistants()

Here is the caller graph for this function:

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