BrightSide Workbench Full Report + Source Code
org.turro.zul.convocation.ConvocationSendable Class Reference
Inheritance diagram for org.turro.zul.convocation.ConvocationSendable:
Collaboration diagram for org.turro.zul.convocation.ConvocationSendable:

Public Member Functions

 ConvocationSendable (Convocation entity)
 
 ConvocationSendable (String entityPath)
 
- Public Member Functions inherited from org.turro.sendable.AbstractSendable< T >
 AbstractSendable (T entity)
 
 AbstractSendable (String entityPath)
 
Date getSchedule ()
 
boolean isSent ()
 
AssistantSet getAssistants ()
 
void send (IConstructor constructor)
 
void send (IConstructor constructor, Collection< IContact > contacts)
 

Protected Member Functions

boolean doSend (Sendable sendable, Convocation entity, IConstructor constructor, AssistantSet assistants, boolean checkSent)
 
void addAssistants (AssistantSet as, Convocation entity)
 
- Protected Member Functions inherited from org.turro.sendable.AbstractSendable< T >
abstract boolean doSend (Sendable sendable, T entity, IConstructor constructor, AssistantSet assistants, boolean checkSent)
 
abstract void addAssistants (AssistantSet as, T entity)
 

Detailed Description

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

Definition at line 31 of file ConvocationSendable.java.

Constructor & Destructor Documentation

◆ ConvocationSendable() [1/2]

org.turro.zul.convocation.ConvocationSendable.ConvocationSendable ( Convocation  entity)

Definition at line 33 of file ConvocationSendable.java.

33  {
34  super(entity);
35  }

◆ ConvocationSendable() [2/2]

org.turro.zul.convocation.ConvocationSendable.ConvocationSendable ( String  entityPath)

Definition at line 37 of file ConvocationSendable.java.

37  {
38  super(entityPath);
39  }

Member Function Documentation

◆ addAssistants()

void org.turro.zul.convocation.ConvocationSendable.addAssistants ( AssistantSet  as,
Convocation  entity 
)
protected

Definition at line 48 of file ConvocationSendable.java.

48  {
49  as.addAll(ConvocationSender.getAsAssistants(entity));
50  }
Here is the call graph for this function:

◆ doSend()

boolean org.turro.zul.convocation.ConvocationSendable.doSend ( Sendable  sendable,
Convocation  entity,
IConstructor  constructor,
AssistantSet  assistants,
boolean  checkSent 
)
protected

Definition at line 42 of file ConvocationSendable.java.

42  {
43  new ConvocationSender(entity, getAssistants()).send();
44  return checkSent;
45  }
Here is the call graph for this function:

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