Nortel Web Center Portal Installation And Administration Manual page 573

Nortel symposium web center portal software: user guide
Hide thumbs Also See for Web Center Portal:
Table of Contents

Advertisement

July 2004
if (lngCustID > 0)
{
session.setAttribute("cust_id",
session.setAttribute("cust_firstname",
objCust.getFirstname());
session.setAttribute("cust_surname",
objCust.getSurname());
session.setAttribute("cust_phone_intl",
session.setAttribute("cust_phone_area",
session.setAttribute("cust_phone_number",
session.setAttribute("cust_email", objCust.getEmail());
session.setAttribute("cust_address_1",
objCust.getAddress1());
session.setAttribute("cust_address_2",
objCust.getAddress2());
session.setAttribute("cust_address_3",
objCust.getAddress3());
session.setAttribute("cust_address_4",
objCust.getAddress4());
session.setAttribute("cust_address_5",
objCust.getAddress5());
session.setAttribute("cust_postal_zip_code",
logger.debug(FILENAME + ": " + USER_CREATED +
lngCustID);
}
Installation and Administration Guide
String.valueOf(objCust.getID()));
objCust.getPhoneIntl());
objCust.getPhoneArea());
objCust.getPhoneNumber());
objCust.getPostcode());
Customizing the Customer Interface
573

Advertisement

Table of Contents
loading

This manual is also suitable for:

Symposium web center portal

Table of Contents