com.ibm.ccd.ui.portlets.alert
Class TransactionDisplayPortlet

java.lang.Object
  extended by javax.servlet.GenericServlet
      extended by javax.servlet.http.HttpServlet
          extended by com.ibm.wps.pe.pc.legacy.cache.CacheablePortlet
              extended by org.apache.jetspeed.portlet.Portlet
                  extended by org.apache.jetspeed.portlet.PortletAdapter
                      extended by com.ibm.ccd.ui.portlets.BasePortlet
                          extended by com.ibm.ccd.ui.portlets.alert.TransactionDisplayPortlet
All Implemented Interfaces:
IReference, com.ibm.websphere.servlet.cache.CacheableServlet, java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, org.apache.jetspeed.portlet.event.ActionListener, org.apache.jetspeed.portlet.PortletSessionListener

public class TransactionDisplayPortlet
extends BasePortlet
implements org.apache.jetspeed.portlet.event.ActionListener, IReference

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.jetspeed.portlet.Portlet
org.apache.jetspeed.portlet.Portlet.Mode, org.apache.jetspeed.portlet.Portlet.ModeModifier
 
Field Summary
static java.lang.String TRANSACTIONDETAILS_JSP
           
static java.lang.String TRANSACTIONLIST_JSP
           
static java.lang.String VIEW_BEAN
           
 
Fields inherited from class com.ibm.ccd.ui.portlets.BasePortlet
alertDataSource, log
 
Fields inherited from interface com.ibm.ccd.ui.util.IReference
AXIS_CLIENT_TIMEOUT_MILLISECONDS, BUNDLE_WPC_UI_JSMESSAGES, BUNDLE_WPC_UI_LABELS, BUNDLE_WPC_UI_MESSAGES, CACHE_ENABLED, COND_CMPL, ITEM_ATTACHMENTS_DIR, KEY_ATTRIBUTE_NAME, KEY_CATALOG_NAME, MASSUPDATE_MAP_LIST_KEY, MASSUPDATE_MAP_MESSAGE_KEY, MESSAGE_KEY, PRIMARY_CATALOG, SESSION_ACTION, SESSION_BUS_FUNCT, SUPPLIER_ATTR_NAME, TRANS_LOG_FILE, TRANSACTION_PATH, WORKWITHITEM_IMAGEDIR
 
Constructor Summary
TransactionDisplayPortlet()
           
 
Method Summary
 void actionPerformed(org.apache.jetspeed.portlet.event.ActionEvent event)
           
 void doView(org.apache.jetspeed.portlet.PortletRequest request, org.apache.jetspeed.portlet.PortletResponse response)
          Returns the file extension for the JSP file
protected  void setBusinessFunction(org.apache.jetspeed.portlet.PortletRequest portletRequest)
          Method setBusinessFunction: This method is overridden and used for setting business function in sesssion object.That is used for prepending keys of resource bundle.
 
Methods inherited from class com.ibm.ccd.ui.portlets.BasePortlet
addTransaction, addTransaction, createCommand, createCommand, createContext, doHelp, getMessageMap, getReqParamArray, getTextLabel, getTextMessages, getWPSContext, handleException, init
 
Methods inherited from class org.apache.jetspeed.portlet.PortletAdapter
destroy, destroyConcrete, doConfigure, doEdit, getLastModified, getPortletConfig, getPortletLog, getVariable, initConcrete, login, logout, removeVariable, service, setVariable
 
Methods inherited from class org.apache.jetspeed.portlet.Portlet
destroy, doGet, doPost, doPut, getId, getInitParameter, getInitParameterNames, getLastModified, getPortletSettings, getServletContext, getServletInfo, init, service
 
Methods inherited from class com.ibm.wps.pe.pc.legacy.cache.CacheablePortlet
getSharingPolicy, service
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doTrace
 
Methods inherited from class javax.servlet.GenericServlet
getServletConfig, getServletName, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TRANSACTIONLIST_JSP

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

TRANSACTIONDETAILS_JSP

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

VIEW_BEAN

public static final java.lang.String VIEW_BEAN
See Also:
Constant Field Values
Constructor Detail

TransactionDisplayPortlet

public TransactionDisplayPortlet()
Method Detail

doView

public void doView(org.apache.jetspeed.portlet.PortletRequest request,
                   org.apache.jetspeed.portlet.PortletResponse response)
            throws org.apache.jetspeed.portlet.PortletException,
                   java.io.IOException
Returns the file extension for the JSP file

Overrides:
doView in class org.apache.jetspeed.portlet.PortletAdapter
Parameters:
request - PortletRequest
response - PortletResponse
Throws:
org.apache.jetspeed.portlet.PortletException
java.io.IOException

setBusinessFunction

protected void setBusinessFunction(org.apache.jetspeed.portlet.PortletRequest portletRequest)
Method setBusinessFunction: This method is overridden and used for setting business function in sesssion object.That is used for prepending keys of resource bundle.

Specified by:
setBusinessFunction in class BasePortlet
Parameters:
portletRequest -

actionPerformed

public void actionPerformed(org.apache.jetspeed.portlet.event.ActionEvent event)
                     throws org.apache.jetspeed.portlet.PortletException
Specified by:
actionPerformed in interface org.apache.jetspeed.portlet.event.ActionListener
Throws:
org.apache.jetspeed.portlet.PortletException