com.bankframe.examples.constants.bp.customersearch
Class CustomerSearchConstants

java.lang.Object
  extended by com.bankframe.examples.constants.bp.customersearch.CustomerSearchConstants

public class CustomerSearchConstants
extends Object

This class defines the valid attribute names and string literals for the CustomerSearch Session bean.


Field Summary
static String ADDRESS_LINE1
           
static String ADDRESS_LINE2
           
static String ADDRESS_LINE3
           
static String ADDRESS_LINE4
           
static String AMEND_CUSTOMER
           
static String AMEND_CUSTOMER_ADDRESS
           
static String COUNTRY
           
static String CUSTOMER_SEARCH_ROUTE
           
static String CUSTOMER_SEARCH_SERVLET
           
static String CUSTOMERSEARCH_SERVLET_URL
           
static String FIRST_NAME
           
static String GET_ALL
           
static String GET_BY_FIRST_NAME
           
static String GET_BY_LAST_NAME
           
static String GET_CUSTOMER
           
static String GET_CUSTOMER_ADDRESS
           
static String LAST_NAME
           
static String OWNER_ID
           
static String POST_CODE
           
static String REQUEST_ID
           
static String TITLE
           
 
Constructor Summary
CustomerSearchConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OWNER_ID

public static final String OWNER_ID
See Also:
Constant Field Values

TITLE

public static final String TITLE
See Also:
Constant Field Values

FIRST_NAME

public static final String FIRST_NAME
See Also:
Constant Field Values

LAST_NAME

public static final String LAST_NAME
See Also:
Constant Field Values

ADDRESS_LINE1

public static final String ADDRESS_LINE1
See Also:
Constant Field Values

ADDRESS_LINE2

public static final String ADDRESS_LINE2
See Also:
Constant Field Values

ADDRESS_LINE3

public static final String ADDRESS_LINE3
See Also:
Constant Field Values

ADDRESS_LINE4

public static final String ADDRESS_LINE4
See Also:
Constant Field Values

COUNTRY

public static final String COUNTRY
See Also:
Constant Field Values

POST_CODE

public static final String POST_CODE
See Also:
Constant Field Values

GET_ALL

public static final String GET_ALL
See Also:
Constant Field Values

GET_CUSTOMER

public static final String GET_CUSTOMER
See Also:
Constant Field Values

GET_CUSTOMER_ADDRESS

public static final String GET_CUSTOMER_ADDRESS
See Also:
Constant Field Values

GET_BY_LAST_NAME

public static final String GET_BY_LAST_NAME
See Also:
Constant Field Values

AMEND_CUSTOMER

public static final String AMEND_CUSTOMER
See Also:
Constant Field Values

AMEND_CUSTOMER_ADDRESS

public static final String AMEND_CUSTOMER_ADDRESS
See Also:
Constant Field Values

REQUEST_ID

public static final String REQUEST_ID
See Also:
Constant Field Values

CUSTOMER_SEARCH_ROUTE

public static final String CUSTOMER_SEARCH_ROUTE
See Also:
Constant Field Values

CUSTOMER_SEARCH_SERVLET

public static final String CUSTOMER_SEARCH_SERVLET
See Also:
Constant Field Values

CUSTOMERSEARCH_SERVLET_URL

public static final String CUSTOMERSEARCH_SERVLET_URL
See Also:
Constant Field Values

GET_BY_FIRST_NAME

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

CustomerSearchConstants

public CustomerSearchConstants()


Copyright © 2005, 2007, Oracle. All rights reserved.