com.atlassian.confluence.mail.notification
Class NotificationCaseFixer

java.lang.Object
  extended by com.atlassian.confluence.mail.notification.NotificationCaseFixer

public class NotificationCaseFixer
extends Object

The purpose of this class is to fix notifications with usernames that have incorrect case.

For example, if a user called "Bob" exists, a notification associated with "bob" is invalid and will be fixed by this class.


Constructor Summary
NotificationCaseFixer(UserAccessor userAccessor, net.sf.hibernate.Session session, Writer out)
           
 
Method Summary
 void fix(Notification notification)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationCaseFixer

public NotificationCaseFixer(UserAccessor userAccessor,
                             net.sf.hibernate.Session session,
                             Writer out)
Method Detail

fix

public void fix(Notification notification)
         throws IOException
Throws:
IOException


Copyright © 2003-2012 Atlassian. All Rights Reserved.