Uses of Class
com.ibm.ccd.ui.mediator.WPCMediatorException

Packages that use WPCMediatorException
com.ibm.ccd.ui.dataobjects.workflow   
com.ibm.ccd.ui.mediator   
com.ibm.ccd.ui.portlets   
com.ibm.ccd.ui.portlets.lookuptablesearch.cmd   
com.ibm.ccd.ui.portlets.lookuptablesearch.core   
com.ibm.ccd.ui.portlets.massupdate   
com.ibm.ccd.ui.portlets.search.core   
com.ibm.ccd.ui.portlets.search.core.cmd   
com.ibm.ccd.ui.portlets.searchutil.cmd   
com.ibm.ccd.ui.util   
 

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

Methods in com.ibm.ccd.ui.dataobjects.workflow that throw WPCMediatorException
 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.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 WPCMediatorException in com.ibm.ccd.ui.mediator
 

Methods in com.ibm.ccd.ui.mediator that throw WPCMediatorException
 java.lang.String WPCMediator.cloneItem(ICatalogItem item, WPSContext context)
          Creates the Item in WPC and returns the itemID(primary key)
 java.lang.String WPCMediator.createItem(ICatalogItem item, WPSContext context)
          Creates the Item in WPC and returns the itemID(primary key)
 java.lang.String IWPCMediator.createItem(ICatalogItem item, WPSContext context)
          creates the item in WPC,the default invokation mode is Sync.
 java.lang.String WSHelper.createItem(java.lang.String catalogItemAddXML, WPCUser user)
           
 void WPCMediator.deleteItem(ICatalogItem item, WPSContext context)
          Deletes the Item in WPC.
 void IWPCMediator.deleteItem(ICatalogItem item, WPSContext context)
          deletes the item in WPC, the default invokation mode is Sync.
 void WPCMediator.deleteItem(java.lang.String parentCgy, java.lang.String catalogID, java.lang.String itemID, WPSContext context)
          Deletes the Item in WPC.
 void IWPCMediator.deleteItem(java.lang.String parentCgy, java.lang.String catalogID, java.lang.String itemID, WPSContext context)
          deletes the Item from WPC for the given itemID, catalogID and ParenetCategory ID The default invokation mode is Sync.
 void WSHelper.deleteItem(java.lang.String itemDeleteReqXML, WPCUser user)
           
 java.lang.String WPCMediator.downloadItemDetails(CategoryHierarchy hierarchy, ICatalogItem catalogItem, java.lang.String[] headerInfor, java.lang.String[] itemPrimaryKey, WPSContext context)
           
 java.lang.String IWPCMediator.downloadItemDetails(CategoryHierarchy hierarchy, ICatalogItem catalogItem, java.lang.String[] headerInfor, java.lang.String[] itemPrimaryKey, WPSContext context)
          This Method is for downloading Item(s) from SingleItem or from Search results
 java.lang.String WSHelper.downloadItemDetails(java.lang.String requestXML, WPCUser wpcUser)
           
 org.w3c.dom.Element WSHelper.getBusinessProcess(WPCUser user, java.lang.String reqXML)
           
 java.util.List WPCMediator.getBusinessProcess(WPSContext context)
           
 java.util.List IWPCMediator.getBusinessProcess(WPSContext context)
           
 java.util.List WPCMediator.getBusinessProcess(WPSContext context, java.lang.String roleName)
           
 java.util.List IWPCMediator.getBusinessProcess(WPSContext context, java.lang.String roleName)
           
 Node[] WPCMediator.getCatalogChildren(java.lang.String parentCategory, java.lang.String catalogName, java.lang.String hierarchyName, java.lang.String heirarchyType, java.lang.String childrenSize, WPSContext context)
          returns the children of the catalog node,
 Node[] IWPCMediator.getCatalogChildren(java.lang.String parentCategory, java.lang.String catalogName, java.lang.String hierarchyName, java.lang.String heirarchyType, java.lang.String childrenSize, WPSContext context)
          returns the children of the catalog node for a particular parent category, Hierarychy, Catalog
 org.w3c.dom.Element WSHelper.getCatalogChildren(java.lang.String ctgChildrenReqXML, WPCUser user)
           
 Node[] WPCMediator.getCatalogChildren(java.lang.String parentID, WPSContext context)
          returns the children of the catalog node,
 Node[] IWPCMediator.getCatalogChildren(java.lang.String parentID, WPSContext context)
          returns the children of the catalog node, the default invokation mode is Sync.
 ICatalogItem WPCMediator.getCatalogItem(java.lang.String parentCgyID, java.lang.String catalogID, java.lang.String itemID, WPSContext context)
          Returns the CatalogItem for the given itemID,catalogID and parentCategory
 ICatalogItem IWPCMediator.getCatalogItem(java.lang.String parentCgyID, java.lang.String catalogID, java.lang.String itemID, WPSContext context)
          returns the catalog item from WPC for the given catalogID and parent CategoryID, the default invokation mode is Sync.
 ICatalogItem WPCMediator.getCatalogItem(java.lang.String parentCgyID, java.lang.String catalogID, WPSContext context)
          Returns the CatalogItem Spec.
 ICatalogItem IWPCMediator.getCatalogItem(java.lang.String parentCgyID, java.lang.String catalogID, WPSContext context)
          returns the catalog Spec.
 ICatalogItem WPCMediator.getCatalogItemClone(ICatalogItem item, WPSContext context)
          Returns Clone of the CatalogItem for the given item
 ICatalogItem IWPCMediator.getCatalogItemClone(ICatalogItem item, WPSContext context)
          Returns Clone of the CatalogItem for the given item
 ICatalogItem WPCMediator.getCatalogItemClone(java.lang.String parentCgyID, java.lang.String catalogID, java.lang.String itemID, WPSContext context)
          Returns Clone of the CatalogItem for the given itemID,catalogID and parentCategory
 ICatalogItem IWPCMediator.getCatalogItemClone(java.lang.String parentCgyID, java.lang.String catalogID, java.lang.String itemID, WPSContext context)
          Returns Clone of the CatalogItem for the given itemID,catalogID and parentCategory
 org.w3c.dom.Element WSHelper.getCatalogItemCloneXML(java.lang.String itemReqXML, WPCUser user)
           
 java.util.Map WPCMediator.getCatalogItems(java.util.List idlist, java.lang.String catalogId, WPSContext context)
          Returns the List of CatalogItem Spec.
 org.w3c.dom.Element WSHelper.getCatalogItemXML(java.lang.String itemReqXML, WPCUser user)
           
 org.w3c.dom.Element WSHelper.getCatalogs(WPCUser user)
           
 CategoryHierarchy[] WPCMediator.getCatalogs(WPSContext context)
           
 CategoryHierarchy[] IWPCMediator.getCatalogs(WPSContext context)
          returns the first level of Hierarychy for the Catalogs
 org.w3c.dom.Element WSHelper.getCatalogSpecXML(java.lang.String catalogReqXML, WPCUser user)
           
 CatalogViewMaster WPCMediator.getCatalogView(java.lang.String catalogName, java.lang.String catalogViewName, WPSContext context)
           
 CatalogViewMaster IWPCMediator.getCatalogView(java.lang.String catalogName, java.lang.String catalogViewName, WPSContext context)
           
 java.util.List WPCMediator.getCatalogViewList(java.lang.String catalogName, WPSContext context)
          returs a list of CatalogViews for a given CatalogName
 java.util.List IWPCMediator.getCatalogViewList(java.lang.String catalogName, WPSContext context)
          returs a list of CatalogViews for a given CatalogName
 org.w3c.dom.Element WSHelper.getCatalogViewListXML(java.lang.String viewReqXML, WPCUser user)
           
 org.w3c.dom.Element WSHelper.getCatalogViewXML(java.lang.String viewReqXML, WPCUser user)
           
 java.lang.Object WSHelper.getImageObject(FileDownloadResource resourceObj, WPCUser user)
          Used for fetching Transaction details and attachment
 java.lang.Object WPCMediator.getImageObject(FileDownloadResource resourceObj, WPSContext context)
           
 java.lang.Object IWPCMediator.getImageObject(FileDownloadResource resourceObj, WPSContext context)
          This method fetches Image stream from wpc for specific Item (GTNID) and attribute.
 Attribute[] WPCMediator.getLookupTableAttributes(java.lang.String lookupID, WPSContext context)
          Deprecated. same operationis done by getSearchAttributes() method. Returns the CatalogItem Spec. for the given catalogID and parentCategory
 java.lang.String WSHelper.getLookupTableSearchCriteriaSpecXML(java.lang.String partialXML, WPCUser user, long startIndex, long endIndex)
           
 org.w3c.dom.Element WSHelper.getLookupTableSpecXML(java.lang.String lookupTableSpecReqXML, WPCUser user)
           
 Attribute[] WPCMediator.getSearchAttributes(java.lang.String catalogId, WPSContext context)
           
 java.lang.String WSHelper.getSearchCriteriaSpecXML(java.lang.String partialXML, WPCUser user, long startIndex, long endIndex)
           
 java.lang.String WSHelper.getSearchCriteriaSpecXMLForMultiEdit(java.lang.String partialXML, WPCUser user, java.lang.String maxResults, java.lang.String catalogName)
          Searching Items for Multi Edit.
 Attribute[] WPCMediator.getSearchResultAttributes(java.lang.String catalogId, WPSContext context)
           
 org.w3c.dom.Element WSHelper.getSearchResultSpecXML(java.lang.String catalogReqXML, WPCUser user)
           
 org.w3c.dom.Element WSHelper.getSearchSpecXML(java.lang.String catalogReqXML, WPCUser user)
           
 org.w3c.dom.Element WSHelper.getStepItems(WPCUser user, java.lang.String reqXML)
           
 java.util.Map WPCMediator.getStepItems(WPSContext context, java.lang.String roleName, java.lang.String collabName, java.lang.String workflowName, java.lang.String stepName, PageNavigation pageNav, java.util.List attributeList)
           
 java.util.Map WPCMediator.getStepItems(WPSContext context, java.lang.String roleName, java.lang.String collabName, java.lang.String workflowName, java.lang.String stepName, java.lang.String categoryFilter, PageNavigation pageNav, java.util.List attributeList)
           
 org.w3c.dom.Element WSHelper.getSteps(WPCUser user, java.lang.String reqXML)
           
 Workflow WPCMediator.getSteps(WPSContext context, java.lang.String roleName, java.lang.String workflowName)
           
 Workflow IWPCMediator.getSteps(WPSContext context, java.lang.String roleName, java.lang.String workflowName)
           
 java.util.List WSHelper.getTransactionsDetails(java.lang.String transactionId, WPCUser user)
          Used for fetching Transaction details and attachment
 java.util.List WPCMediator.getTransactionsDetails(java.lang.String transactionId, WPCUser wpcUser)
          Used for fetching Transaction details and attachment
 java.util.List IWPCMediator.getTransactionsDetails(java.lang.String transactionId, WPCUser wpcUser)
          This method fetches Transaction Details primarily the attachment associated with Transaction.
 java.util.Map WPCMediator.getTransactionsStatus(java.lang.String[] transkeyArray, WPSContext context)
          Fetching the Transactions status from WPC
 java.util.Map IWPCMediator.getTransactionsStatus(java.lang.String[] strArry, WPSContext context)
          Triggers the WPC to get the trasactions from WPC and updates Trasactions Object with new status of each transactions in ITransactions
 java.lang.String WSHelper.getTransactionsStatus(java.lang.String commanSepkeys, WPCUser user)
           
 org.w3c.dom.Element[] WSHelper.getUserRole(WPCUser user)
           
 java.util.List WPCMediator.getUserRoles(WPSContext context)
           
 java.util.List IWPCMediator.getUserRoles(WPSContext context)
           
 CatalogViewMaster WPCMediator.getWorkFlowView(java.lang.String catalogName, java.lang.String workFlowName, java.lang.String stepName, WPSContext context)
           
 SoapResponse WSHelper.invokeSOAP(java.lang.String url, java.lang.String requestXML)
           
 SoapResponse WSHelper.invokeSOAP(java.lang.String url, java.lang.String requestXML, Attachment attachment)
           
 SoapResponse WSHelper.invokeSOAP(java.lang.String url, java.lang.String requestXML, Attachment attachment, java.lang.String wpcSessionID)
           
 SoapResponse WSHelper.invokeSOAP(java.lang.String url, java.lang.String requestXML, java.lang.String wpcSessionID)
           
 void WPCMediator.performLookupTableSearch(SearchBean searchBean, WPSContext context)
           
 void WPCMediator.performSearch(SearchBean searchBean, WPSContext context)
          Request WPC to perform the search
 void IWPCMediator.performSearch(SearchBean searchBean, WPSContext context)
          Triggers the WPC to Perform the search based on the criteria and prepares the result
 void WPCMediator.performSearchForMultiEdit(SearchBean searchBean, WPSContext context)
           
 void WSHelper.processAction(WPCUser user, java.lang.String reqXML)
           
 void WPCMediator.processAction(WPSContext context, WorkFlowTO workflowTo)
          For initiating the process Actions
 void IWPCMediator.processAction(WPSContext context, WorkFlowTO workflowTo)
           
 java.lang.String WSHelper.processUploadedFile(java.lang.String documentPath, java.lang.String collabName, WPCUser user)
           
 java.lang.String WPCMediator.processUploadedFile(java.lang.String documentPath, java.lang.String collabName, WPSContext context)
          Request WPC to trigger uploaded file for an update.
 java.lang.String IWPCMediator.processUploadedFile(java.lang.String documentPath, java.lang.String collabName, WPSContext context)
          Provides the followup process action for the uplaod which triggers the for an update in wpc
 void WPCMediator.updateItem(ICatalogItem item, WPSContext context)
          Updates the Item in WPC.
 void IWPCMediator.updateItem(ICatalogItem item, WPSContext context)
          updates the item in WPC, the default invokation mode is Sync.
 void WSHelper.updateItem(java.lang.String catalogItemUpdateXML, WPCUser user)
           
 java.lang.String WPCMediator.uploadFile(Attachment attachment, WPSContext context)
          Uploads the file into WPC, and returns with the document path where the file has been uploaded.
 java.lang.String IWPCMediator.uploadFile(Attachment attachment, WPSContext context)
          uploads the file into WPC, and returns with the doc.path The default invokation mode is ASync.
 java.lang.String WSHelper.uploadFile(java.lang.String fileUploadRequestXML, Attachment attachment, WPCUser user)
          Fileupload support
 

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

Methods in com.ibm.ccd.ui.portlets with parameters of type WPCMediatorException
protected  void BasePortlet.handleException(WPCMediatorException mediatorException, org.apache.jetspeed.portlet.PortletRequest request)
           
 

Uses of WPCMediatorException in com.ibm.ccd.ui.portlets.lookuptablesearch.cmd
 

Methods in com.ibm.ccd.ui.portlets.lookuptablesearch.cmd that throw WPCMediatorException
protected  void PerformLookupTableSearchCmd.search(SearchInputBean searchInputBean)
           
protected  void LookupTableSearchFromHistoryCmd.search(SearchInputBean searchInputBean)
           
 

Uses of WPCMediatorException in com.ibm.ccd.ui.portlets.lookuptablesearch.core
 

Methods in com.ibm.ccd.ui.portlets.lookuptablesearch.core that throw WPCMediatorException
 Attribute[] LookupTableSearchBean.getAttributesList()
          Deprecated. Not required since SearchBean.getSearchAttributes() uses generic service SERACH_ITEMSKELETION for catalog and lookup tables
 Attribute[] LookupTableSearchBean.getSearchAttributes()
          Override the SearchBean implementation to retrieve the lookup table name from user object instead of cache
 Attribute[] LookupTableSearchBean.getSearchResultAttributes()
           
 

Uses of WPCMediatorException in com.ibm.ccd.ui.portlets.massupdate
 

Methods in com.ibm.ccd.ui.portlets.massupdate that throw WPCMediatorException
 java.util.Map MassUpdateHelper.getCatalogItems(MassUpdateBean massUpdateBean, java.util.List itemListConv, java.lang.String catalogID, WPSContext context)
          Main method getting CatalogItems from WPC.
 SearchBean MassUpdateHelper.performSearch(SearchInputBean searchInputBean, java.lang.String collabName)
          Performs search updates search Bean with result.
 

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

Methods in com.ibm.ccd.ui.portlets.search.core that throw WPCMediatorException
 Attribute[] SearchBean.getSearchAttributes()
           
 java.util.ArrayList SearchBean.getSearchCriteriaElements()
          This method returns the list of BasicSearchElement
 Attribute[] SearchBean.getSearchResultAttributes()
           
 java.util.ArrayList SearchBean.getSearchResultElements()
           
 void SearchHelper.performLookupTableSearch(SearchInputBean searchInputBean)
           
 void SearchHelper.performSearch(SearchInputBean searchInputBean)
           
 void SearchHelper.populateSearchCriteria()
           
 

Uses of WPCMediatorException in com.ibm.ccd.ui.portlets.search.core.cmd
 

Methods in com.ibm.ccd.ui.portlets.search.core.cmd that throw WPCMediatorException
 void UpdateSearchCriteriaCmd.execute(org.apache.jetspeed.portlet.PortletRequest request, org.apache.jetspeed.portlet.PortletResponse response)
           
 void UpdateConfigSettingsCmd.execute(org.apache.jetspeed.portlet.PortletRequest request, org.apache.jetspeed.portlet.PortletResponse response)
           
 void SearchFromHistoryCmd.execute(org.apache.jetspeed.portlet.PortletRequest request, org.apache.jetspeed.portlet.PortletResponse response)
           
 void QuickSearchCmd.execute(org.apache.jetspeed.portlet.PortletRequest request, org.apache.jetspeed.portlet.PortletResponse response)
           
 void PopulateViewDataStoreCmd.execute(org.apache.jetspeed.portlet.PortletRequest request, org.apache.jetspeed.portlet.PortletResponse response)
           
 void PopulateEditDataStoreCmd.execute(org.apache.jetspeed.portlet.PortletRequest request, org.apache.jetspeed.portlet.PortletResponse response)
           
 void PopulateConfigDataStoreCmd.execute(org.apache.jetspeed.portlet.PortletRequest request, org.apache.jetspeed.portlet.PortletResponse response)
           
 void PerformSearchCmd.execute(org.apache.jetspeed.portlet.PortletRequest request, org.apache.jetspeed.portlet.PortletResponse response)
           
 void ISearchCommand.execute(org.apache.jetspeed.portlet.PortletRequest request, org.apache.jetspeed.portlet.PortletResponse response)
           
 void GetPrvResultPageCmd.execute(org.apache.jetspeed.portlet.PortletRequest request, org.apache.jetspeed.portlet.PortletResponse response)
           
 void GetNextResultPageCmd.execute(org.apache.jetspeed.portlet.PortletRequest request, org.apache.jetspeed.portlet.PortletResponse response)
           
 void GetLastResultPageCmd.execute(org.apache.jetspeed.portlet.PortletRequest request, org.apache.jetspeed.portlet.PortletResponse response)
           
 void GetFirstResultPageCmd.execute(org.apache.jetspeed.portlet.PortletRequest request, org.apache.jetspeed.portlet.PortletResponse response)
           
protected  void SearchFromHistoryCmd.search(SearchInputBean searchInputBean)
           
protected  void QuickSearchCmd.search(SearchInputBean searchInputBean)
           
protected  void PerformSearchCmd.search(SearchInputBean searchInputBean)
           
protected  void PopulateViewDataStoreCmd.setSearchCriteria(org.apache.jetspeed.portlet.PortletRequest request, org.apache.jetspeed.portlet.PortletResponse response)
           
protected  void PopulateViewDataStoreCmd.setSearchResult(org.apache.jetspeed.portlet.PortletRequest request, org.apache.jetspeed.portlet.PortletResponse response)
           
 

Uses of WPCMediatorException in com.ibm.ccd.ui.portlets.searchutil.cmd
 

Methods in com.ibm.ccd.ui.portlets.searchutil.cmd that throw WPCMediatorException
protected  void SearchUtilViewDataStoreCmd.setSearchCriteria(org.apache.jetspeed.portlet.PortletRequest request, org.apache.jetspeed.portlet.PortletResponse response)
           
 

Uses of WPCMediatorException in com.ibm.ccd.ui.util
 

Methods in com.ibm.ccd.ui.util that throw WPCMediatorException
 java.lang.String FileUploadUtil.uploadFile()
          This method uploads the file to the server depending on the users selection for protocol e.g.