org.apache.agila.services.user
Interface UserPropertyDefs


public interface UserPropertyDefs

Version:
$Id: $
Author:
Geir Magnusson Jr.

Field Summary
static java.lang.String NOTIFICATION_MODE_EMAIL
           
static java.lang.String NOTIFICATION_MODE_NORMAL
           
static java.lang.String PROP_NOTIFICATION_MODE
          Designates the chosen mode for notification
static java.lang.String PROP_USER_EMAIL
          Designates the user's email address
 

Field Detail

PROP_USER_EMAIL

static final java.lang.String PROP_USER_EMAIL
Designates the user's email address

See Also:
Constant Field Values

PROP_NOTIFICATION_MODE

static final java.lang.String PROP_NOTIFICATION_MODE
Designates the chosen mode for notification

See Also:
Constant Field Values

NOTIFICATION_MODE_NORMAL

static final java.lang.String NOTIFICATION_MODE_NORMAL
See Also:
Constant Field Values

NOTIFICATION_MODE_EMAIL

static final java.lang.String NOTIFICATION_MODE_EMAIL
See Also:
Constant Field Values


Copyright © 2004-2005 The Apache Software Foundation. All Rights Reserved.