org.jasig.portlet.notice.constants.core.ajax
Class AjaxResponseConstants

java.lang.Object
  extended by org.jasig.portlet.notice.constants.core.ajax.AjaxResponseConstants

public class AjaxResponseConstants
extends Object


Field Summary
static String MODEL_ACTION
           
static String MODEL_OBJECT_MODEL
           
static String MODEL_STATUS_CODE
           
static String MODEL_STATUS_MSG
           
static String MODEL_STATUS_MSG_TXT
           
static String OPERATION
           
static String REQUESTER_PARTY_NUMBER
           
static Integer STATUS_CODE_AUTHORISATION_ERROR
           
static Integer STATUS_CODE_DUPLICATE_ERROR
           
static Integer STATUS_CODE_GENERAL_ERROR
           
static Integer STATUS_CODE_SESSION_ERROR
           
static Integer STATUS_CODE_SUCCESS
           
static String STATUS_MSG_AUTHORISATION_ERROR
           
static String STATUS_MSG_DUPLICATE_ERROR
           
static String STATUS_MSG_GENERAL_ERROR
           
static String STATUS_MSG_SESSION_ERROR
           
static String STATUS_MSG_SUCCESS
           
static String STATUS_MSGTXT_GENERAL_ERROR
           
static String STATUS_MSGTXT_SESSION_ERROR
           
 
Constructor Summary
AjaxResponseConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODEL_OBJECT_MODEL

public static final String MODEL_OBJECT_MODEL
See Also:
Constant Field Values

MODEL_STATUS_CODE

public static final String MODEL_STATUS_CODE
See Also:
Constant Field Values

MODEL_STATUS_MSG

public static final String MODEL_STATUS_MSG
See Also:
Constant Field Values

MODEL_STATUS_MSG_TXT

public static final String MODEL_STATUS_MSG_TXT
See Also:
Constant Field Values

MODEL_ACTION

public static final String MODEL_ACTION
See Also:
Constant Field Values

STATUS_CODE_GENERAL_ERROR

public static final Integer STATUS_CODE_GENERAL_ERROR

STATUS_MSG_GENERAL_ERROR

public static final String STATUS_MSG_GENERAL_ERROR
See Also:
Constant Field Values

STATUS_MSGTXT_GENERAL_ERROR

public static final String STATUS_MSGTXT_GENERAL_ERROR
See Also:
Constant Field Values

STATUS_CODE_SUCCESS

public static final Integer STATUS_CODE_SUCCESS

STATUS_MSG_SUCCESS

public static final String STATUS_MSG_SUCCESS
See Also:
Constant Field Values

STATUS_CODE_AUTHORISATION_ERROR

public static final Integer STATUS_CODE_AUTHORISATION_ERROR

STATUS_MSG_AUTHORISATION_ERROR

public static final String STATUS_MSG_AUTHORISATION_ERROR
See Also:
Constant Field Values

STATUS_CODE_DUPLICATE_ERROR

public static final Integer STATUS_CODE_DUPLICATE_ERROR

STATUS_MSG_DUPLICATE_ERROR

public static final String STATUS_MSG_DUPLICATE_ERROR
See Also:
Constant Field Values

STATUS_CODE_SESSION_ERROR

public static final Integer STATUS_CODE_SESSION_ERROR

STATUS_MSG_SESSION_ERROR

public static final String STATUS_MSG_SESSION_ERROR
See Also:
Constant Field Values

STATUS_MSGTXT_SESSION_ERROR

public static final String STATUS_MSGTXT_SESSION_ERROR
See Also:
Constant Field Values

REQUESTER_PARTY_NUMBER

public static final String REQUESTER_PARTY_NUMBER
See Also:
Constant Field Values

OPERATION

public static final String OPERATION
See Also:
Constant Field Values
Constructor Detail

AjaxResponseConstants

public AjaxResponseConstants()


Copyright © 2012 Jasig. All Rights Reserved.