fr.paris.lutece.portal.service.message
Class AdminMessage

java.lang.Object
  extended by fr.paris.lutece.portal.service.message.AdminMessage

public class AdminMessage
extends java.lang.Object

The class provides a bean to hold message box informations


Field Summary
static int TYPE_CONFIRMATION
           
static int TYPE_ERROR
           
static int TYPE_INFO
           
static int TYPE_QUESTION
           
static int TYPE_STOP
           
static int TYPE_WARNING
           
 
Constructor Summary
AdminMessage(java.lang.String strTextKey, java.lang.Object[] messageArgs, java.lang.String strTitleKey, java.lang.String strUrl, java.lang.String strTarget, int nType, boolean bCancelButton)
          Creates a new instance of AppMessage
AdminMessage(java.lang.String strTextKey, java.lang.Object[] messageArgs, java.lang.String strTitleKey, java.lang.String strUrl, java.lang.String strTarget, int nType, boolean bCancelButton, java.util.Map<java.lang.String,java.lang.Object> requestParameters)
          Creates a new instance of AppMessage with request parameters
AdminMessage(java.lang.String strTextKey, java.lang.Object[] messageArgs, java.lang.String strTitleKey, java.lang.String strUrl, java.lang.String strTarget, int nType, boolean bCancelButton, java.util.Map<java.lang.String,java.lang.Object> requestParameters, java.lang.String strBackUrl)
          Creates a new instance of AppMessage with request parameters
 
Method Summary
 java.lang.String getBackUrl()
           
 java.util.Map<java.lang.String,java.lang.Object> getRequestParameters()
          Return the request parameters
 java.lang.String getTarget()
          Returns the Url of the message box Ok button
 java.lang.String getText(java.util.Locale locale)
          Returns the localized text of the message
 java.lang.String getTitle(java.util.Locale locale)
          Returns the localized text of the message
 int getType()
          Return the type of message
 java.lang.String getUrl()
          Returns the Url of the message box Ok button
 boolean isCancel()
          Return if the cancel button is display
 void setBackUrl(java.lang.String _strBackUrl)
          set the back url
 void setCancel(boolean bCancel)
          Set the display of cancel button
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE_INFO

public static final int TYPE_INFO
See Also:
Constant Field Values

TYPE_QUESTION

public static final int TYPE_QUESTION
See Also:
Constant Field Values

TYPE_ERROR

public static final int TYPE_ERROR
See Also:
Constant Field Values

TYPE_WARNING

public static final int TYPE_WARNING
See Also:
Constant Field Values

TYPE_CONFIRMATION

public static final int TYPE_CONFIRMATION
See Also:
Constant Field Values

TYPE_STOP

public static final int TYPE_STOP
See Also:
Constant Field Values
Constructor Detail

AdminMessage

public AdminMessage(java.lang.String strTextKey,
                    java.lang.Object[] messageArgs,
                    java.lang.String strTitleKey,
                    java.lang.String strUrl,
                    java.lang.String strTarget,
                    int nType,
                    boolean bCancelButton)
Creates a new instance of AppMessage

Parameters:
strTextKey - The message Key
strUrl - The default Button URL
messageArgs - The message arguments
strTitleKey - The Title key
strTarget - The target
nType - The message Type
bCancelButton - Add a Cancel Button

AdminMessage

public AdminMessage(java.lang.String strTextKey,
                    java.lang.Object[] messageArgs,
                    java.lang.String strTitleKey,
                    java.lang.String strUrl,
                    java.lang.String strTarget,
                    int nType,
                    boolean bCancelButton,
                    java.util.Map<java.lang.String,java.lang.Object> requestParameters)
Creates a new instance of AppMessage with request parameters

Parameters:
strTextKey - The message Key
strUrl - The default Button URL
messageArgs - The message arguments
strTitleKey - The Title key
strTarget - The target
nType - The message Type
bCancelButton - Add a Cancel Button
requestParameters - The Request parameters in a map

AdminMessage

public AdminMessage(java.lang.String strTextKey,
                    java.lang.Object[] messageArgs,
                    java.lang.String strTitleKey,
                    java.lang.String strUrl,
                    java.lang.String strTarget,
                    int nType,
                    boolean bCancelButton,
                    java.util.Map<java.lang.String,java.lang.Object> requestParameters,
                    java.lang.String strBackUrl)
Creates a new instance of AppMessage with request parameters

Parameters:
strTextKey - The message Key
strUrl - The default Button URL
messageArgs - The message arguments
strTitleKey - The Title key
strTarget - The target
nType - The message Type
bCancelButton - Add a Cancel Button
requestParameters - The Request parameters in a map
strBackUrl - the back url
Method Detail

getType

public int getType()
Return the type of message

Returns:
the type message

isCancel

public boolean isCancel()
Return if the cancel button is display

Returns:
true if the cancel button is display

setCancel

public void setCancel(boolean bCancel)
Set the display of cancel button

Parameters:
bCancel - the new bCancel

getText

public java.lang.String getText(java.util.Locale locale)
Returns the localized text of the message

Parameters:
locale - The current locale
Returns:
The localized text of the message

getTitle

public java.lang.String getTitle(java.util.Locale locale)
Returns the localized text of the message

Parameters:
locale - The current locale
Returns:
The localized text of the message

getUrl

public java.lang.String getUrl()
Returns the Url of the message box Ok button

Returns:
the Url of the Ok button

getTarget

public java.lang.String getTarget()
Returns the Url of the message box Ok button

Returns:
the Url of the Ok button

getRequestParameters

public java.util.Map<java.lang.String,java.lang.Object> getRequestParameters()
Return the request parameters

Returns:
the request parameters

setBackUrl

public void setBackUrl(java.lang.String _strBackUrl)
set the back url

Parameters:
_strBackUrl - the back url

getBackUrl

public java.lang.String getBackUrl()
Returns:
back url


Copyright © 2012 Mairie de Paris. All Rights Reserved.