com.atlassian.jira.notification.type
Class AbstractNotificationType

java.lang.Object
  extended bycom.atlassian.jira.notification.type.AbstractNotificationType
All Implemented Interfaces:
NotificationType
Direct Known Subclasses:
AllWatchers, ComponentLead, CurrentAssignee, CurrentReporter, ErrorNotificationType, GroupDropdown, ProjectLead, RemoteUser, SingleEmailAddress, SingleUser, UserCFValue

public abstract class AbstractNotificationType
extends Object
implements NotificationType


Constructor Summary
AbstractNotificationType()
           
 
Method Summary
 boolean doValidation(String key, Map parameters)
           
 String getArgumentDisplay(String argument)
           
 String getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.atlassian.jira.notification.NotificationType
getDisplayName, getRecipients
 

Constructor Detail

AbstractNotificationType

public AbstractNotificationType()
Method Detail

getType

public String getType()
Specified by:
getType in interface NotificationType

doValidation

public boolean doValidation(String key,
                            Map parameters)
Specified by:
doValidation in interface NotificationType

getArgumentDisplay

public String getArgumentDisplay(String argument)
Specified by:
getArgumentDisplay in interface NotificationType


Copyright © 2002-2006 Atlassian. All Rights Reserved.