ariba.ui.aribaweb.util
Interface AWNotification


public interface AWNotification


Field Summary
static int HighImportance
           
static int MediumImportance
           
 
Method Summary
 AWComponent getContextComponent(AWRequestContext requestContext)
           
 String getFrom(Locale locale)
           
 int getImportance()
           
 String getSubject()
           
 String getTo(Locale locale)
           
 boolean hasContext()
           
 

Field Detail

MediumImportance

static final int MediumImportance
See Also:
Constant Field Values

HighImportance

static final int HighImportance
See Also:
Constant Field Values
Method Detail

getFrom

String getFrom(Locale locale)

getTo

String getTo(Locale locale)

getImportance

int getImportance()

getSubject

String getSubject()

hasContext

boolean hasContext()

getContextComponent

AWComponent getContextComponent(AWRequestContext requestContext)


AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.