Class TextNotifier
- java.lang.Object
-
- org.apache.openmeetings.service.notifier.TextNotifier
-
- All Implemented Interfaces:
org.apache.openmeetings.core.notifier.INotifier
@Component public class TextNotifier extends Object implements org.apache.openmeetings.core.notifier.INotifier
-
-
Field Summary
Fields Modifier and Type Field Description protected ConfigurationDaocfgDaoprotected org.springframework.core.task.TaskExecutortaskExecutor
-
Constructor Summary
Constructors Constructor Description TextNotifier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidnotify(User u, Appointment a, Invitation inv)
-
-
-
Field Detail
-
taskExecutor
@Autowired protected org.springframework.core.task.TaskExecutor taskExecutor
-
cfgDao
@Autowired protected ConfigurationDao cfgDao
-
-
Method Detail
-
notify
public void notify(User u, Appointment a, Invitation inv) throws Exception
- Specified by:
notifyin interfaceorg.apache.openmeetings.core.notifier.INotifier- Throws:
Exception
-
-