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

Public Member Functions

 ServiceSendable (ContactService entity)
 
 ServiceSendable (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, ContactService entity, IConstructor constructor, AssistantSet assistants, boolean checkSent)
 
void addAssistants (AssistantSet as, ContactService 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 ServiceSendable.java.

Constructor & Destructor Documentation

◆ ServiceSendable() [1/2]

org.turro.contacts.service.ServiceSendable.ServiceSendable ( ContactService  entity)

Definition at line 33 of file ServiceSendable.java.

33  {
34  super(entity);
35  }

◆ ServiceSendable() [2/2]

org.turro.contacts.service.ServiceSendable.ServiceSendable ( String  entityPath)

Definition at line 37 of file ServiceSendable.java.

37  {
38  super(entityPath);
39  }

Member Function Documentation

◆ addAssistants()

void org.turro.contacts.service.ServiceSendable.addAssistants ( AssistantSet  as,
ContactService  entity 
)
protected

Definition at line 48 of file ServiceSendable.java.

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

◆ doSend()

boolean org.turro.contacts.service.ServiceSendable.doSend ( Sendable  sendable,
ContactService  entity,
IConstructor  constructor,
AssistantSet  assistants,
boolean  checkSent 
)
protected

Definition at line 42 of file ServiceSendable.java.

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

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