Uses of Interface
com.ibm.ccd.ui.dataobjects.items.ICatalogItem

Packages that use ICatalogItem
com.ibm.ccd.ui.dataobjects.items   
com.ibm.ccd.ui.mediator   
com.ibm.ccd.ui.portlets.catalog   
com.ibm.ccd.ui.portlets.download   
com.ibm.ccd.ui.portlets.massupdate   
 

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

Classes in com.ibm.ccd.ui.dataobjects.items that implement ICatalogItem
 class CatalogItem
          Represents the WPC Catalog Item/Spec The CatalogItem must have catalogID and itemID (PrimaryKey) values and composes several Attributes
 

Methods in com.ibm.ccd.ui.dataobjects.items that return ICatalogItem
static ICatalogItem CatalogSpecParser.getCatalogSpecItem(org.w3c.dom.Element specElement)
          Creates and returns the CatalogItem representing the spec.
static ICatalogItem CatalogItemParser.prepareItem(org.w3c.dom.Element specElement, org.w3c.dom.Element tradeItemElement)
          Creates the CatalogItem by parsing the Catalog Spec.XML and CatalogItemdetails XML Note: CatalogSpec.XML contains mainly the metadata of the catalog, where as the CatalogItedetails.XML contains attribute values of the item.
 

Methods in com.ibm.ccd.ui.dataobjects.items with parameters of type ICatalogItem
static void CatalogItemParser.prepareItem(ICatalogItem item, org.w3c.dom.Element tradeItemElement)
           
static java.lang.String CatalogItemGenerator.prepareItemAddRequestXML(ICatalogItem item)
          Prepares the WPC specific XML request for creating the item
static java.lang.String CatalogItemGenerator.prepareItemUpdateRequestXML(ICatalogItem item)
          Prepares the WPC specific XML request for updating the item
 

Uses of ICatalogItem in com.ibm.ccd.ui.mediator
 

Methods in com.ibm.ccd.ui.mediator that return ICatalogItem
 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
 

Methods in com.ibm.ccd.ui.mediator with parameters of type ICatalogItem
 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.
 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.
 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
 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
 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.
 

Uses of ICatalogItem in com.ibm.ccd.ui.portlets.catalog
 

Methods in com.ibm.ccd.ui.portlets.catalog that return ICatalogItem
 ICatalogItem ItemNodeCatalog.getICatalogItem()
           
 

Methods in com.ibm.ccd.ui.portlets.catalog with parameters of type ICatalogItem
 void ItemNodeCatalog.setICatalogItem(ICatalogItem item)
           
 

Uses of ICatalogItem in com.ibm.ccd.ui.portlets.download
 

Methods in com.ibm.ccd.ui.portlets.download that return ICatalogItem
 ICatalogItem DownloadPortletBean.getCatalogItem()
           
 

Methods in com.ibm.ccd.ui.portlets.download with parameters of type ICatalogItem
static java.lang.String DownloadItemGenerator.prepareDownloadItemRequestXML(CategoryHierarchy hierarchy, ICatalogItem catalogItem, java.lang.String[] headerInfor, java.lang.String[] itemPrimaryKey)
           
 

Constructors in com.ibm.ccd.ui.portlets.download with parameters of type ICatalogItem
DownloadPortletBean(CategoryHierarchy hierarchy, ICatalogItem catalogItem, java.lang.String[] itemSelectedPrimaryKey)
           
DownloadPortletBean(ICatalogItem catalogItem, java.lang.String[] itemSelectedPrimaryKey)
           
 

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

Methods in com.ibm.ccd.ui.portlets.massupdate that return ICatalogItem
 ICatalogItem ItemViewBean.getCatalogItem()
           
 ICatalogItem MassUpdateBean.getCatalogItemSkeleton()
           
 

Methods in com.ibm.ccd.ui.portlets.massupdate with parameters of type ICatalogItem
 void ItemViewBean.setCatalogItem(ICatalogItem catalogItemParam)
           
 void MassUpdateBean.setCatalogItemSkeleton(ICatalogItem catalogItemSkeleton)