com.ibm.commerce.tools.catalog.util
Class ItemUpdateHelper

java.lang.Object
  com.ibm.commerce.tools.catalog.util.CatalogEntryCreateUpdateHelper
      com.ibm.commerce.tools.catalog.util.ItemUpdateHelper

public class ItemUpdateHelper
extends CatalogEntryCreateUpdateHelper

ItemUpdateHelper can be used to update a SKU.


Field Summary
Fields inherited from class com.ibm.commerce.tools.catalog.util.CatalogEntryCreateUpdateHelper
CLASS_NAME, idField3, ihashAttrValues, ihashCatentryShipping, ihashDiscount, ihashSalesTax, ihashShippingMode, ihashShippingTax, inAvailable, inBuyable, inCatalogGroupId, inCatalogId, inCatentryId, inDescLanguage, inField1, inField2, inMarkfordelete, inMemberId, inOnauction, inOnspecial, inProductId, inPublished, istrAuxDescription1, istrAuxDescription2, istrCatenttypeId, istrCatEntURL, istrField4, istrField5, istrFullimage, istrLongDescription, istrMfname, istrMfpartnumber, istrName, istrPartnumber, istrShortDescription, istrStoreId, istrThumbnail, istrXMLdetail, itmAvailabilitydate, itmEndDate, itmLastupdate, itmStartDate, m_cmdContext
Constructor Summary
ItemUpdateHelper()
Method Summary
void updateItem(CommandContext cmdContext)
Updates an Item after setting all properties
Methods inherited from class com.ibm.commerce.tools.catalog.util.CatalogEntryCreateUpdateHelper
findAttributeValueId, findSKUByAttrValue, flushEJB, getAttributeValues, getAuxDescription1, getAuxDescription2, getAvailable, getAvailablitydate, getBuyable, getCatalogGroupId, getCatalogId, getCatentryId, getCatentryShippingInfo, getCatenttypeId, getCatEntURL, getCommandContext, getDescLanguage, getDiscount, getEndDate, getField1, getField2, getField3, getField4, getField5, getFullimage, getLastupdate, getLongDescription, getMarkfordelete, getMemberId, getMfname, getMfpartnumber, getName, getOnauction, getOnspecial, getPartnumber, getProductId, getPublished, getSalesTax, getShippingMode, getShippingTax, getShortDescription, getStartDate, getStoreDefaultLanguage, getStoreId, getThumbnail, getXMLdetail, hasAttribute, hasAttribute, hasChildCatentry, hasPrices, hasPrices, isDuplicatedAttrValue, isExistingSKUCode, refreshCalcCodeRegistry, refreshRegistry, reset, setAttributeValues, setAuxdescription1, setAuxdescription2, setAvailabilitydate, setAvailable, setBuyable, setCatalogGroupId, setCatalogId, setCatentryId, setCatentryShipping, setCatenttypeId, setCatEntURL, setCommandContext, setDescLanguage, setDiscount, setEndDate, setField1, setField2, setField3, setField4, setField5, setFullimage, setLastupdate, setLongdescription, setMarkfordelete, setMemberId, setMfname, setMfpartnumber, setName, setOnauction, setOnspecial, setPartnumber, setProductId, setPublished, setSalesTax, setShippingMode, setShippingTax, setShortdescription, setStartDate, setStoreId, setThumbnail, setXMLdetail, str2YN
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ItemUpdateHelper

public ItemUpdateHelper()
Method Detail

updateItem

public void updateItem(CommandContext cmdContext)
                throws ECException,
                       javax.ejb.CreateException,
                       javax.ejb.FinderException,
                       javax.ejb.RemoveException,
                       javax.naming.NamingException,
                       java.rmi.RemoteException,
                       CatalogToolException
Updates an Item after setting all properties
Throws:
ECException
javax.ejb.CreateException
javax.ejb.FinderException
javax.ejb.RemoveException
javax.naming.NamingException
java.rmi.RemoteException
CatalogToolException

Feedback