org.ikasan.console.service
Class ConsoleServiceImpl
java.lang.Object
org.ikasan.console.service.ConsoleServiceImpl
- All Implemented Interfaces:
- ConsoleService
public class ConsoleServiceImpl
- extends Object
- implements ConsoleService
Default implementation of ConsoleService
- Author:
- Ikasan Development Team
|
Method Summary |
void |
sendNewPassword(User user)
An implementation of sendNewPassword, in this case we're sending an email to them
TODO More specific error handling than catching Exception required |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsoleServiceImpl
public ConsoleServiceImpl(ConsoleEmailNotifier consoleEmailNotifier)
- Constructor
- Parameters:
consoleEmailNotifier - - The email notofier to use
sendNewPassword
public void sendNewPassword(User user)
throws IllegalArgumentException
- An implementation of sendNewPassword, in this case we're sending an email to them
TODO More specific error handling than catching Exception required
- Specified by:
sendNewPassword in interface ConsoleService
- Parameters:
user - The user to send the email to
- Throws:
IllegalArgumentException - - If the user has no valid email
Copyright © 2007-2014 Ikasan. All Rights Reserved.