Uses of Class
com.ibm.ccd.ui.exception.MessageMap

Packages that use MessageMap
com.ibm.ccd.ui.dataobjects   
com.ibm.ccd.ui.dataobjects.items   
com.ibm.ccd.ui.dataobjects.workflow   
com.ibm.ccd.ui.exception   
com.ibm.ccd.ui.portlets   
com.ibm.ccd.ui.portlets.search.core   
com.ibm.ccd.ui.validator   
 

Uses of MessageMap in com.ibm.ccd.ui.dataobjects
 

Methods in com.ibm.ccd.ui.dataobjects that return MessageMap
 MessageMap IDataBean.updateProperties(org.apache.jetspeed.portlet.PortletRequest portletRequest)
          updates the properties of the bean from the portlet request
 

Uses of MessageMap in com.ibm.ccd.ui.dataobjects.items
 

Methods in com.ibm.ccd.ui.dataobjects.items that return MessageMap
 MessageMap ICatalogItem.setProperty(org.apache.jetspeed.portlet.PortletRequest request, java.lang.String attributeName)
           
 MessageMap CatalogItem.setProperty(org.apache.jetspeed.portlet.PortletRequest portletRequest, java.lang.String specAttributeName)
          Deprecated.  
 MessageMap CatalogItem.updateProperties(org.apache.jetspeed.portlet.PortletRequest portletRequest)
           
 MessageMap CatalogItem.updateProperty(org.apache.jetspeed.portlet.PortletRequest portletRequest, java.lang.String attribName)
           
 

Methods in com.ibm.ccd.ui.dataobjects.items with parameters of type MessageMap
protected  void CatalogItem.checkMandataoryAttribute(Attribute attribute, org.apache.jetspeed.portlet.PortletRequest portletRequest, MessageMap messageMap)
           
protected  void CatalogItem.checkMandatoryCriteria(java.lang.String parameter, Attribute attribute, org.apache.jetspeed.portlet.PortletRequest portletRequest, MessageMap messageMap)
           
 void CatalogItem.updateAttribProperty(Attribute attribute, org.apache.jetspeed.portlet.PortletRequest portletRequest, MessageMap messageMap)
           
 

Uses of MessageMap in com.ibm.ccd.ui.dataobjects.workflow
 

Methods in com.ibm.ccd.ui.dataobjects.workflow with parameters of type MessageMap
 java.util.Map WorkflowHelper.getAttributes(WPSContext context, java.lang.String catalogId, MessageMap messageMap)
          Getting attributes from the selected catalog
 java.util.Map IWorkflowHelper.getAttributes(WPSContext context, java.lang.String catalogId, MessageMap messageMap)
          For getting attributes
 void WorkflowHelper.getUserRoles(WorkFlowTO workflowObj, MessageMap messageMap, WPSContext context)
          Method for executing the request for user roles
 void IWorkflowHelper.getUserRoles(WorkFlowTO workflowObj, MessageMap messageMap, WPSContext context)
          For getting roles for user
 void WorkflowHelper.process(WorkFlowTO workflowObj, MessageMap messageMap, WPSContext context)
          Method for executing the request for fetching the data in workflow
 void IWorkflowHelper.process(WorkFlowTO workflowObj, MessageMap messageMap, WPSContext context)
          For fetching the workflow elements.
 void WorkflowHelper.processAction(WorkFlowTO workflowObj, MessageMap messageMap, WPSContext context)
          Method for executing the request for the actions done on items
 void IWorkflowHelper.processAction(WorkFlowTO workflowObj, MessageMap messageMap, WPSContext context)
          For initiating the process on items
 

Uses of MessageMap in com.ibm.ccd.ui.exception
 

Methods in com.ibm.ccd.ui.exception that return MessageMap
 MessageMap UIException.getMessageMap()
           
 

Methods in com.ibm.ccd.ui.exception with parameters of type MessageMap
 void MessageMap.copyMessageMap(MessageMap srcMessageMap)
           
 

Constructors in com.ibm.ccd.ui.exception with parameters of type MessageMap
UIException(int errorCode, MessageMap messageMap)
           
UIException(MessageMap messageMap)
           
 

Uses of MessageMap in com.ibm.ccd.ui.portlets
 

Methods in com.ibm.ccd.ui.portlets that return MessageMap
 MessageMap BasePortlet.getMessageMap(org.apache.jetspeed.portlet.PortletRequest portletRequest)
          getMessageMap:Method returns MessageMap after setting it in Request object
 

Uses of MessageMap in com.ibm.ccd.ui.portlets.search.core
 

Methods in com.ibm.ccd.ui.portlets.search.core that return MessageMap
static MessageMap SearchUtil.getMessageMap(org.apache.jetspeed.portlet.PortletRequest portletRequest)
          getMessageMap:Method returns MessageMap after setting it in Request object
 MessageMap SearchBean.setProperties(org.apache.jetspeed.portlet.PortletRequest portletRequest)
          sets the PortletRequest Object
 MessageMap SearchBean.updateProperties(org.apache.jetspeed.portlet.PortletRequest portletRequest)
           
 

Uses of MessageMap in com.ibm.ccd.ui.validator
 

Methods in com.ibm.ccd.ui.validator with parameters of type MessageMap
static java.lang.String ValidationHelper.validateCurrency(java.lang.String attribute, java.lang.String value, int precision, java.util.Locale locale, MessageMap error)
           
static java.lang.String ValidationHelper.validateDate(java.lang.String attribute, java.lang.String date, java.util.Locale locale, MessageMap error)
           
static java.lang.String ValidationHelper.validateImage(java.lang.String attribute, java.lang.String image, java.util.Locale locale, MessageMap error)
           
static java.lang.String ValidationHelper.validateInteger(java.lang.String attribute, java.lang.String value, java.util.Locale locale, MessageMap error)
           
static java.lang.String ValidationHelper.validateNumber(java.lang.String attribute, java.lang.String value, int precision, java.util.Locale locale, MessageMap error)
           
static java.lang.String ValidationHelper.validatePeriod(java.lang.String attribute, java.lang.String fromValue, java.lang.String toValue, java.util.Locale locale, MessageMap error)
           
static java.lang.String ValidationHelper.validateURL(java.lang.String attribute, java.lang.String url, java.util.Locale locale, MessageMap error)