com.ibm.commerce.catalog.objects
Class ItemAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractAccessBean
        |
        +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
              |
              +--com.ibm.commerce.catalog.objects.ItemAccessBean
All Implemented Interfaces:
ItemAccessBeanData, java.io.Serializable

public class ItemAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements ItemAccessBeanData

This bean provides access to the CATENTRY table.

The following is a description of this table:

This table hold the information related to a CatalogEntry. Examples of CatalogEntries include Products, Items, Packages, and Bundles.

See Also:
Serialized Form

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
ItemAccessBean()
          Default constructor.
ItemAccessBean(javax.ejb.EJBObject itemEJBObj)
          Maps to a corresponding ejbCreate method in the home interface of the EJB
ItemAccessBean(java.lang.Long catEntryID)
          Maps to a corresponding ejbCreate method in the home interface of the EJB.
ItemAccessBean(java.lang.String partNum, java.lang.Long memberID)
          Maps to a corresponding ejbCreate method in the home interface of the EJB.
 
Method Summary
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
 java.util.Enumeration findByItemSpcId(java.lang.Long itemSpcID)
          Finds the item with the specified item ID.
 java.util.Enumeration findByProduct(java.lang.Long catEntryID)
          Finds the item with the parent product.
 ItemAccessBean findSkuByAttributes(java.lang.Long SKU, java.util.Hashtable attributes)
          Finds the item with the SKU and the attributes.
 boolean fulfills(java.lang.Long member, java.lang.String relationship)
          Determines if a given member fulfills a given relationship with the resource.
 AttributeValueAccessBean[] getAttributeValues(java.lang.Integer langID)
          Gets the list of attribute values for the item.
 BaseItemAccessBean getBaseItem()
          Gets the base item object for the item.
 java.lang.String getBaseItemId()
          This method provides access to the CATENTRY.BASEITEM_ID column of DB2 type BIGINT NULL.
 java.lang.Long getBaseItemIdInEJBType()
          This method provides access to the CATENTRY.BASEITEM_ID column of DB2 type BIGINT NULL.
 java.lang.String getBuyable()
          This method provides access to the CATENTRY.BUYABLE column of DB2 type INTEGER NULL.
 java.lang.Integer getBuyableInEJBType()
          This method provides access to the CATENTRY.BUYABLE column of DB2 type INTEGER NULL.
 RelatedCatalogEntryAccessBean[] getCatalogEntriesAccessory()
          Gets the list of accessories associated with the item.
 RelatedCatalogEntryAccessBean[] getCatalogEntriesAccessory(java.lang.Long[] inclusionPS, java.lang.Long[] exclusionPS)
          Gets the list of accessories associated with the item.
 RelatedCatalogEntryAccessBean[] getCatalogEntriesAccessory(java.lang.String semantic)
          Gets the list of accessories associated with the item.
 RelatedCatalogEntryAccessBean[] getCatalogEntriesCrossell()
          Gets the cross sells associated with the item.
 RelatedCatalogEntryAccessBean[] getCatalogEntriesCrossell(java.lang.Long[] inclusionPS, java.lang.Long[] exclusionPS)
          Gets the cross sells associated with the item.
 RelatedCatalogEntryAccessBean[] getCatalogEntriesCrossell(java.lang.String semantic)
          Gets the cross sells associated with the item.
 RelatedCatalogEntryAccessBean[] getCatalogEntriesUpSell()
          Gets the up sells associated with the item.
 RelatedCatalogEntryAccessBean[] getCatalogEntriesUpSell(java.lang.Long[] inclusionPS, java.lang.Long[] exclusionPS)
          Gets the up sells associated with the item.
 RelatedCatalogEntryAccessBean[] getCatalogEntriesUpSell(java.lang.String semantic)
          Gets the up sells associated with the item.
 java.lang.String getCatalogEntryReferenceNumber()
          This method provides access to the CATENTRY.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getCatalogEntryReferenceNumberInEJBType()
          This method provides access to the CATENTRY.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
 CatalogEntryDescriptionAccessBean getDescription()
          Gets the description object of the item.
 CatalogEntryDescriptionAccessBean getDescription(java.lang.Integer langID)
          Gets the description object for the item.
 CatalogEntryDescriptionAccessBean getDescription(java.lang.Integer langID, java.lang.Integer storeID)
          Gets the description of the item.
 java.lang.String getField1()
          This method provides access to the CATENTRY.FIELD1 column of DB2 type INTEGER NULL.
 java.lang.Integer getField1InEJBType()
          This method provides access to the CATENTRY.FIELD1 column of DB2 type INTEGER NULL.
 java.lang.String getField2()
          This method provides access to the CATENTRY.FIELD2 column of DB2 type INTEGER NULL.
 java.lang.Integer getField2InEJBType()
          This method provides access to the CATENTRY.FIELD2 column of DB2 type INTEGER NULL.
 java.lang.String getField3()
          This method provides access to the CATENTRY.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
 java.math.BigDecimal getField3InEJBType()
          This method provides access to the CATENTRY.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
 java.lang.String getField4()
          This method provides access to the CATENTRY.FIELD4 column of DB2 type VARCHAR(254) NULL.
 java.lang.String getField5()
          This method provides access to the CATENTRY.FIELD5 column of DB2 type VARCHAR(254) NULL.
 java.lang.String getItemspc_id()
          This method provides access to the CATENTRY.ITEMSPC_ID column of DB2 type BIGINT NULL.
 java.lang.Long getItemspc_idInEJBType()
          This method provides access to the CATENTRY.ITEMSPC_ID column of DB2 type BIGINT NULL.
 java.lang.String getLanguage_id()
          Gets the language ID for the item.
 java.lang.Integer getLanguage_idInEJBType()
          Gets the language ID for the item in EJB type.
 java.lang.String getLastUpdate()
          This method provides access to the CATENTRY.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getLastUpdateInEJBType()
          This method provides access to the CATENTRY.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 ListPriceAccessBean getListPrice(java.lang.String listPrice)
          Gets the list price object of the item.
 java.lang.String getManufacturerName()
          This method provides access to the CATENTRY.MFNAME column of DB2 type VARCHAR(64) NULL.
 java.lang.String getManufacturerPartNumber()
          This method provides access to the CATENTRY.MFPARTNUMBER column of DB2 type VARCHAR(64) NULL.
 java.lang.String getMarkForDelete()
          This method provides access to the CATENTRY.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getMarkForDeleteInEJBType()
          This method provides access to the CATENTRY.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
 java.lang.String getMemberId()
          This method provides access to the CATENTRY.MEMBER_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getMemberIdInEJBType()
          This method provides access to the CATENTRY.MEMBER_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getOid()
          This method provides access to the CATENTRY.OID column of DB2 type VARCHAR(64) NULL.
 java.lang.String getOnAuction()
          This method provides access to the CATENTRY.ONAUCTION column of DB2 type INTEGER NULL.
 java.lang.Integer getOnAuctionInEJBType()
          This method provides access to the CATENTRY.ONAUCTION column of DB2 type INTEGER NULL.
 java.lang.String getOnSpecial()
          This method provides access to the CATENTRY.ONSPECIAL column of DB2 type INTEGER NULL.
 java.lang.Integer getOnSpecialInEJBType()
          This method provides access to the CATENTRY.ONSPECIAL column of DB2 type INTEGER NULL.
 java.lang.Long getOwner()
          Gets the owner of the item.
 java.lang.String[] getParentCatalogEntryIds()
          Gets the list of parent catalog entry IDs for the item.
 java.lang.String getPartNumber()
          This method provides access to the CATENTRY.PARTNUMBER column of DB2 type VARCHAR(64) NOT NULL.
 java.lang.String getState()
          This method provides access to the CATENTRY.STATE column of DB2 type CHAR(1) NULL.
 java.lang.String getTemplateFileName(java.lang.Long[] userGrpID, java.lang.Integer storeID, java.lang.String deviceTypeID)
          Gets the template filename for the item.
 java.lang.String getTemplateFileName(java.lang.Long userID, UserAccessBean user, java.lang.Integer storeID, java.lang.String deviceTypeID)
          Gets the template filename for the item.
 java.lang.String getTemplateFileName(java.lang.Long userID, UserAccessBean user, java.lang.Integer storeID, java.lang.String deviceTypeID, java.lang.Integer langID)
          Gets the template filename for the item.
 java.lang.String getType()
          Gets the type of the item.
 java.lang.String getUrl()
          This method provides access to the CATENTRY.URL column of DB2 type VARCHAR(254) NULL.
 boolean isCatalogEntryInStore(java.lang.Integer storeID)
          Identifies whether the item is in the store.
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setBaseItemId(java.lang.Long baseItemID)
          This method provides access to the CATENTRY.BASEITEM_ID column of DB2 type BIGINT NULL.
 void setBaseItemId(java.lang.String aBaseItemId)
          This method provides access to the CATENTRY.BASEITEM_ID column of DB2 type BIGINT NULL.
 void setBuyable(java.lang.Integer buyable)
          This method provides access to the CATENTRY.BUYABLE column of DB2 type INTEGER NULL.
 void setBuyable(java.lang.String buyable)
          This method provides access to the CATENTRY.BUYABLE column of DB2 type INTEGER NULL.
 void setField1(java.lang.Integer field1)
          This method provides access to the CATENTRY.FIELD1 column of DB2 type INTEGER NULL.
 void setField1(java.lang.String field1)
          This method provides access to the CATENTRY.FIELD1 column of DB2 type INTEGER NULL.
 void setField2(java.lang.Integer field2)
          This method provides access to the CATENTRY.FIELD2 column of DB2 type INTEGER NULL.
 void setField2(java.lang.String field2)
          This method provides access to the CATENTRY.FIELD2 column of DB2 type INTEGER NULL.
 void setField3(java.math.BigDecimal aField3)
          This method provides access to the CATENTRY.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
 void setField3(java.lang.String field3)
          This method provides access to the CATENTRY.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
 void setField4(java.lang.String field4)
          This method provides access to the CATENTRY.FIELD4 column of DB2 type VARCHAR(254) NULL.
 void setField5(java.lang.String field5)
          This method provides access to the CATENTRY.FIELD5 column of DB2 type VARCHAR(254) NULL.
 void setInitKey_catalogEntryReferenceNumber(java.lang.String catEntryID)
          Set the primary key for this object
 void setItemspc_id(java.lang.Long itemSpcID)
          This method provides access to the CATENTRY.ITEMSPC_ID column of DB2 type BIGINT NULL.
 void setItemspc_id(java.lang.String itemSpcID)
          This method provides access to the CATENTRY.ITEMSPC_ID column of DB2 type BIGINT NULL.
 void setLanguage_id(java.lang.Integer langID)
          Sets the language ID.
 void setLanguage_id(java.lang.String langID)
          Sets the language ID for the item.
 void setLastUpdate(java.lang.String lastUpdate)
          This method provides access to the CATENTRY.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setLastUpdate(java.sql.Timestamp lastUpdate)
          This method provides access to the CATENTRY.LASTUPDATE column of DB2 type TIMESTAMP NULL.
 void setManufacturerName(java.lang.String manufacturerName)
          This method provides access to the CATENTRY.MFNAME column of DB2 type VARCHAR(64) NULL.
 void setManufacturerPartNumber(java.lang.String manufacturerPartNumber)
          This method provides access to the CATENTRY.MFPARTNUMBER column of DB2 type VARCHAR(64) NULL.
 void setMarkForDelete(java.lang.Integer markForDelete)
          This method provides access to the CATENTRY.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
 void setMarkForDelete(java.lang.String markForDelete)
          This method provides access to the CATENTRY.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
 void setMemberId(java.lang.Long memberID)
          This method provides access to the CATENTRY.MEMBER_ID column of DB2 type BIGINT NOT NULL.
 void setMemberId(java.lang.String memberID)
          This method provides access to the CATENTRY.MEMBER_ID column of DB2 type BIGINT NOT NULL.
 void setOid(java.lang.String OID)
          This method provides access to the CATENTRY.OID column of DB2 type VARCHAR(64) NULL.
 void setOnAuction(java.lang.Integer auction)
          This method provides access to the CATENTRY.ONAUCTION column of DB2 type INTEGER NULL.
 void setOnAuction(java.lang.String auction)
          This method provides access to the CATENTRY.ONAUCTION column of DB2 type INTEGER NULL.
 void setOnSpecial(java.lang.Integer special)
          This method provides access to the CATENTRY.ONSPECIAL column of DB2 type INTEGER NULL.
 void setOnSpecial(java.lang.String special)
          This method provides access to the CATENTRY.ONSPECIAL column of DB2 type INTEGER NULL.
 void setPartNumber(java.lang.String partNumber)
          This method provides access to the CATENTRY.PARTNUMBER column of DB2 type VARCHAR(64) NOT NULL.
 void setState(java.lang.String state)
          This method provides access to the CATENTRY.STATE column of DB2 type CHAR(1) NULL.
 void setUrl(java.lang.String url)
          This method provides access to the CATENTRY.URL column of DB2 type VARCHAR(254) NULL.
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemAccessBean

public ItemAccessBean()

Default constructor. Maps to findByPrimaryKey.


ItemAccessBean

public ItemAccessBean(javax.ejb.EJBObject itemEJBObj)
               throws java.rmi.RemoteException

Maps to a corresponding ejbCreate method in the home interface of the EJB

Parameters:
itemEJBObj - The item EJB object. javax.ejb.EJBObject
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception

ItemAccessBean

public ItemAccessBean(java.lang.Long catEntryID)
               throws javax.naming.NamingException,
                      javax.ejb.CreateException,
                      java.rmi.RemoteException,
                      javax.ejb.FinderException

Maps to a corresponding ejbCreate method in the home interface of the EJB. Creates an access to the item according to the catalog entry reference number.

Parameters:
catEntryID - The catalog entry reference number. java.lang.Long
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

ItemAccessBean

public ItemAccessBean(java.lang.String partNum,
                      java.lang.Long memberID)
               throws javax.naming.NamingException,
                      javax.ejb.CreateException,
                      java.rmi.RemoteException,
                      javax.ejb.FinderException

Maps to a corresponding ejbCreate method in the home interface of the EJB. Creates an access to the item according to the part number and member ID.

Parameters:
partNum - The part number. java.lang.String
memberID - The member ID. java.lang.Long
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
Method Detail

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Overrides:
commitCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByItemSpcId

public java.util.Enumeration findByItemSpcId(java.lang.Long itemSpcID)
                                      throws java.rmi.RemoteException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

Finds the item with the specified item ID.

SQL:
SELECT CATENTTYPE_ID, PARTNUMBER, FIELD5, URL, CATENTRY_ID, BASEITEM_ID, FIELD4, OID, ONAUCTION, MFNAME, ONSPECIAL, BUYABLE, FIELD2, MFPARTNUMBER, MEMBER_ID, FIELD1, STATE, FIELD3, ITEMSPC_ID, LASTUPDATE, MARKFORDELETE FROM CATENTRY WHERE (CATENTTYPE_ID IN ( 'ItemBean')) AND (ITEMSPC_ID = itemSpcID)

Parameters:
itemSpcID - The specified item ID. java.lang.Long
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByProduct

public java.util.Enumeration findByProduct(java.lang.Long catEntryID)
                                    throws java.rmi.RemoteException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

Finds the item with the parent product.

SQL:
SELECT CATENTRY.CATENTTYPE_ID, CATENTRY.PARTNUMBER, CATENTRY.FIELD5, CATENTRY.URL, CATENTRY.CATENTRY_ID, CATENTRY.BASEITEM_ID, CATENTRY.FIELD4, CATENTRY.OID, CATENTRY.ONAUCTION, CATENTRY.MFNAME, CATENTRY.ONSPECIAL, CATENTRY.BUYABLE, CATENTRY.FIELD2, CATENTRY.MFPARTNUMBER, CATENTRY.MEMBER_ID, CATENTRY.FIELD1, CATENTRY.STATE, CATENTRY.FIELD3, CATENTRY.ITEMSPC_ID, CATENTRY.LASTUPDATE, CATENTRY.MARKFORDELETE FROM CATENTRY, CATENTREL WHERE (CATENTRY.CATENTTYPE_ID IN ( 'ItemBean')) AND (CATENTRY.MARKFORDELETE <>1 AND CATENTREL.CATENTRY_ID_PARENT = catEntryID AND CATENTREL.CATENTRY_ID_CHILD = T1.CATENTRY_ID AND CATENTREL.CATRELTYPE_ID = 'PRODUCT_ITEM') ORDER BY CATENTREL.SEQUENCE

Parameters:
catEntryID - The catalog entry ID. java.lang.Long
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findSkuByAttributes

public ItemAccessBean findSkuByAttributes(java.lang.Long SKU,
                                          java.util.Hashtable attributes)
                                   throws java.rmi.RemoteException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException

Finds the item with the SKU and the attributes.

The list of attributes is a hash able in which the keys are the attribute name (e.g. Size) and the values are the attribute values.

An example for the attribute hash table:
hashAttrValues = new Hashtable();
hashAttrValues.put("size", "12");
hashAttrValues.put("langid", "-1");
hashAttrValues.put("currency", "CAD");

Parameters:
SKU - The SKU. java.lang.Long
attributes - The attributes. java.util.Hashtable
Returns:
com.ibm.commerce.catalog.objects.ItemAccessBean
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

fulfills

public boolean fulfills(java.lang.Long member,
                        java.lang.String relationship)
                 throws java.rmi.RemoteException,
                        java.lang.Exception,
                        javax.ejb.FinderException,
                        javax.naming.NamingException

Determines if a given member fulfills a given relationship with the resource.

Parameters:
member - The member. java.lang.Long
relationship - The relationship. java.lang.String
Returns:
boolean
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
java.lang.Exception - The java.lang.Exception exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAttributeValues

public AttributeValueAccessBean[] getAttributeValues(java.lang.Integer langID)
                                              throws javax.naming.NamingException,
                                                     javax.ejb.CreateException,
                                                     javax.ejb.FinderException,
                                                     java.rmi.RemoteException

Gets the list of attribute values for the item.

Parameters:
langID - The language ID. java.lang.Integer
Returns:
com.ibm.commerce.catalog.objects.AttributeValueAccessBean[]
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

getBaseItem

public BaseItemAccessBean getBaseItem()
                               throws javax.naming.NamingException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      java.rmi.RemoteException

Gets the base item object for the item.

Returns:
com.ibm.commerce.inventory.objects.BaseItemAccessBean
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

getBaseItemId

public java.lang.String getBaseItemId()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the CATENTRY.BASEITEM_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

The BaseItem that this CatalogEntry relates to. This column should only be populated for CatalogEntries that are of type "ProductBean" or "PackageBean". BaseItems are used for fulfillment.

Specified by:
getBaseItemId in interface ItemAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getBaseItemIdInEJBType

public java.lang.Long getBaseItemIdInEJBType()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

This method provides access to the CATENTRY.BASEITEM_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

The BaseItem that this CatalogEntry relates to. This column should only be populated for CatalogEntries that are of type "ProductBean" or "PackageBean". BaseItems are used for fulfillment.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getBuyable

public java.lang.String getBuyable()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException

This method provides access to the CATENTRY.BUYABLE column of DB2 type INTEGER NULL.

The following is a description of this column:

Indicates whether this CatalogEntry can be purchased individually: 1=yes and 0=no.

Specified by:
getBuyable in interface ItemAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getBuyableInEJBType

public java.lang.Integer getBuyableInEJBType()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

This method provides access to the CATENTRY.BUYABLE column of DB2 type INTEGER NULL.

The following is a description of this column:

Indicates whether this CatalogEntry can be purchased individually: 1=yes and 0=no.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCatalogEntriesAccessory

public RelatedCatalogEntryAccessBean[] getCatalogEntriesAccessory()
                                                           throws javax.naming.NamingException,
                                                                  javax.ejb.CreateException,
                                                                  javax.ejb.FinderException,
                                                                  java.rmi.RemoteException

Gets the list of accessories associated with the item.

Returns:
com.ibm.commerce.catalog.objects.RelatedCatalogEntryAccessBean[]
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

getCatalogEntriesAccessory

public RelatedCatalogEntryAccessBean[] getCatalogEntriesAccessory(java.lang.Long[] inclusionPS,
                                                                  java.lang.Long[] exclusionPS)
                                                           throws javax.naming.NamingException,
                                                                  javax.ejb.CreateException,
                                                                  javax.ejb.FinderException,
                                                                  java.rmi.RemoteException

Gets the list of accessories associated with the item.

Parameters:
inclusionPS - The inclusion PS. java.lang.Long[]
exclusionPS - The exclusion PS. java.lang.Long[]
Returns:
com.ibm.commerce.catalog.objects.RelatedCatalogEntryAccessBean[]
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

getCatalogEntriesAccessory

public RelatedCatalogEntryAccessBean[] getCatalogEntriesAccessory(java.lang.String semantic)
                                                           throws javax.naming.NamingException,
                                                                  javax.ejb.CreateException,
                                                                  javax.ejb.FinderException,
                                                                  java.rmi.RemoteException

Gets the list of accessories associated with the item.

Parameters:
semantic - The semantic specifier. java.lang.String
Returns:
com.ibm.commerce.catalog.objects.RelatedCatalogEntryAccessBean[]
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

getCatalogEntriesCrossell

public RelatedCatalogEntryAccessBean[] getCatalogEntriesCrossell()
                                                          throws javax.naming.NamingException,
                                                                 javax.ejb.CreateException,
                                                                 javax.ejb.FinderException,
                                                                 java.rmi.RemoteException

Gets the cross sells associated with the item.

Returns:
com.ibm.commerce.catalog.objects.RelatedCatalogEntryAccessBean[]
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

getCatalogEntriesCrossell

public RelatedCatalogEntryAccessBean[] getCatalogEntriesCrossell(java.lang.Long[] inclusionPS,
                                                                 java.lang.Long[] exclusionPS)
                                                          throws javax.naming.NamingException,
                                                                 javax.ejb.CreateException,
                                                                 javax.ejb.FinderException,
                                                                 java.rmi.RemoteException

Gets the cross sells associated with the item.

Parameters:
inclusionPS - The inclusion PS. java.lang.Long[]
exclusionPS - The exclusion PS. java.lang.Long[]
Returns:
com.ibm.commerce.catalog.objects.RelatedCatalogEntryAccessBean[]
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

getCatalogEntriesCrossell

public RelatedCatalogEntryAccessBean[] getCatalogEntriesCrossell(java.lang.String semantic)
                                                          throws javax.naming.NamingException,
                                                                 javax.ejb.CreateException,
                                                                 javax.ejb.FinderException,
                                                                 java.rmi.RemoteException

Gets the cross sells associated with the item.

Parameters:
semantic - The semantic specifier. java.lang.String
Returns:
com.ibm.commerce.catalog.objects.RelatedCatalogEntryAccessBean[]
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

getCatalogEntriesUpSell

public RelatedCatalogEntryAccessBean[] getCatalogEntriesUpSell()
                                                        throws javax.naming.NamingException,
                                                               javax.ejb.CreateException,
                                                               javax.ejb.FinderException,
                                                               java.rmi.RemoteException

Gets the up sells associated with the item.

Returns:
com.ibm.commerce.catalog.objects.RelatedCatalogEntryAccessBean[]
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

getCatalogEntriesUpSell

public RelatedCatalogEntryAccessBean[] getCatalogEntriesUpSell(java.lang.Long[] inclusionPS,
                                                               java.lang.Long[] exclusionPS)
                                                        throws javax.naming.NamingException,
                                                               javax.ejb.CreateException,
                                                               javax.ejb.FinderException,
                                                               java.rmi.RemoteException

Gets the up sells associated with the item.

Parameters:
inclusionPS - The inclusion PS. java.lang.Long[]
exclusionPS - The exclusion PS. java.lang.Long[]
Returns:
com.ibm.commerce.catalog.objects.RelatedCatalogEntryAccessBean[]
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

getCatalogEntriesUpSell

public RelatedCatalogEntryAccessBean[] getCatalogEntriesUpSell(java.lang.String semantic)
                                                        throws javax.naming.NamingException,
                                                               javax.ejb.CreateException,
                                                               javax.ejb.FinderException,
                                                               java.rmi.RemoteException

Gets the up sells associated with the item.

Parameters:
semantic - The semantic specifier. java.lang.String
Returns:
com.ibm.commerce.catalog.objects.RelatedCatalogEntryAccessBean[]
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

getCatalogEntryReferenceNumber

public java.lang.String getCatalogEntryReferenceNumber()
                                                throws java.rmi.RemoteException,
                                                       javax.ejb.CreateException,
                                                       javax.ejb.FinderException,
                                                       javax.naming.NamingException

This method provides access to the CATENTRY.CATENTRY_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of the CatalogEntry.

Specified by:
getCatalogEntryReferenceNumber in interface ItemAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCatalogEntryReferenceNumberInEJBType

public java.lang.Long getCatalogEntryReferenceNumberInEJBType()
                                                       throws java.rmi.RemoteException,
                                                              javax.ejb.CreateException,
                                                              javax.ejb.FinderException,
                                                              javax.naming.NamingException

This method provides access to the CATENTRY.CATENTRY_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The internal reference number of the CatalogEntry.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getDescription

public CatalogEntryDescriptionAccessBean getDescription()
                                                 throws javax.naming.NamingException,
                                                        javax.ejb.CreateException,
                                                        javax.ejb.FinderException,
                                                        java.rmi.RemoteException

Gets the description object of the item.

Returns:
com.ibm.commerce.catalog.objects.CatalogEntryDescriptionAccessBean
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

getDescription

public CatalogEntryDescriptionAccessBean getDescription(java.lang.Integer langID)
                                                 throws javax.naming.NamingException,
                                                        javax.ejb.CreateException,
                                                        javax.ejb.FinderException,
                                                        java.rmi.RemoteException

Gets the description object for the item.

Parameters:
langID - The language ID. java.lang.Integer
Returns:
com.ibm.commerce.catalog.objects.CatalogEntryDescriptionAccessBean
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

getDescription

public CatalogEntryDescriptionAccessBean getDescription(java.lang.Integer langID,
                                                        java.lang.Integer storeID)
                                                 throws javax.naming.NamingException,
                                                        javax.ejb.CreateException,
                                                        javax.ejb.FinderException,
                                                        java.rmi.RemoteException

Gets the description of the item.

Parameters:
langID - The language ID. java.lang.Integer
storeID - The store ID. java.lang.Integer
Returns:
com.ibm.commerce.catalog.objects.CatalogEntryDescriptionAccessBean
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

getField1

public java.lang.String getField1()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method provides access to the CATENTRY.FIELD1 column of DB2 type INTEGER NULL.

The following is a description of this column:

Customizable.

Specified by:
getField1 in interface ItemAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField1InEJBType

public java.lang.Integer getField1InEJBType()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

This method provides access to the CATENTRY.FIELD1 column of DB2 type INTEGER NULL.

The following is a description of this column:

Customizable.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField2

public java.lang.String getField2()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method provides access to the CATENTRY.FIELD2 column of DB2 type INTEGER NULL.

The following is a description of this column:

Customizable.

Specified by:
getField2 in interface ItemAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField2InEJBType

public java.lang.Integer getField2InEJBType()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

This method provides access to the CATENTRY.FIELD2 column of DB2 type INTEGER NULL.

The following is a description of this column:

Customizable.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField3

public java.lang.String getField3()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method provides access to the CATENTRY.FIELD3 column of DB2 type DECIMAL(20,5) NULL.

The following is a description of this column:

Customizable.

Specified by:
getField3 in interface ItemAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField3InEJBType

public java.math.BigDecimal getField3InEJBType()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException

This method provides access to the CATENTRY.FIELD3 column of DB2 type DECIMAL(20,5) NULL.

The following is a description of this column:

Customizable.

Returns:
java.math.BigDecimal
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField4

public java.lang.String getField4()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method provides access to the CATENTRY.FIELD4 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Customizable.

Specified by:
getField4 in interface ItemAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField5

public java.lang.String getField5()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method provides access to the CATENTRY.FIELD5 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Customizable.

Specified by:
getField5 in interface ItemAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getItemspc_id

public java.lang.String getItemspc_id()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the CATENTRY.ITEMSPC_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

The SpecifiedItem that this CatalogEntry relates to. This column should only be populated for CatalogEntries that are of type "ItemBean", "PackageBean", or "DynamicKitBean". SpecifiedItems are used for fulfillment.

Specified by:
getItemspc_id in interface ItemAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getItemspc_idInEJBType

public java.lang.Long getItemspc_idInEJBType()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

This method provides access to the CATENTRY.ITEMSPC_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

The SpecifiedItem that this CatalogEntry relates to. This column should only be populated for CatalogEntries that are of type "ItemBean", "PackageBean", or "DynamicKitBean". SpecifiedItems are used for fulfillment.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLanguage_id

public java.lang.String getLanguage_id()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException

Gets the language ID for the item.

Specified by:
getLanguage_id in interface ItemAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLanguage_idInEJBType

public java.lang.Integer getLanguage_idInEJBType()
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.CreateException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

Gets the language ID for the item in EJB type.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLastUpdate

public java.lang.String getLastUpdate()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the CATENTRY.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Indicates the last time the CatalogEntry was updated.

Specified by:
getLastUpdate in interface ItemAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLastUpdateInEJBType

public java.sql.Timestamp getLastUpdateInEJBType()
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.CreateException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

This method provides access to the CATENTRY.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Indicates the last time the CatalogEntry was updated.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getListPrice

public ListPriceAccessBean getListPrice(java.lang.String listPrice)
                                 throws javax.naming.NamingException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        java.rmi.RemoteException

Gets the list price object of the item.

Parameters:
listPrice - The list price. java.lang.String
Returns:
com.ibm.commerce.catalog.objects.ListPriceAccessBean
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

getManufacturerName

public java.lang.String getManufacturerName()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

This method provides access to the CATENTRY.MFNAME column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

The name of the manufacturer of this CatalogEntry.

Specified by:
getManufacturerName in interface ItemAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getManufacturerPartNumber

public java.lang.String getManufacturerPartNumber()
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException

This method provides access to the CATENTRY.MFPARTNUMBER column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

The part number used by the manufacturer to identify this CatalogEntry.

Specified by:
getManufacturerPartNumber in interface ItemAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMarkForDelete

public java.lang.String getMarkForDelete()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

This method provides access to the CATENTRY.MARKFORDELETE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Indicates if this CatalogEntry has been marked for deletion:
0 = No.
1 = Yes.

Specified by:
getMarkForDelete in interface ItemAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMarkForDeleteInEJBType

public java.lang.Integer getMarkForDeleteInEJBType()
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.CreateException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

This method provides access to the CATENTRY.MARKFORDELETE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Indicates if this CatalogEntry has been marked for deletion:
0 = No.
1 = Yes.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMemberId

public java.lang.String getMemberId()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException

This method provides access to the CATENTRY.MEMBER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The reference number that identifies the owner of the CatalogEntry. Along with the PARTNUMBER, these columns are a unique index.

Specified by:
getMemberId in interface ItemAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMemberIdInEJBType

public java.lang.Long getMemberIdInEJBType()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

This method provides access to the CATENTRY.MEMBER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The reference number that identifies the owner of the CatalogEntry. Along with the PARTNUMBER, these columns are a unique index.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOid

public java.lang.String getOid()
                        throws java.rmi.RemoteException,
                               javax.ejb.CreateException,
                               javax.ejb.FinderException,
                               javax.naming.NamingException

This method provides access to the CATENTRY.OID column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getOid in interface ItemAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOnAuction

public java.lang.String getOnAuction()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

This method provides access to the CATENTRY.ONAUCTION column of DB2 type INTEGER NULL.

The following is a description of this column:

This flag identifies if this CatalogEntry is on auction.

Specified by:
getOnAuction in interface ItemAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOnAuctionInEJBType

public java.lang.Integer getOnAuctionInEJBType()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException

This method provides access to the CATENTRY.ONAUCTION column of DB2 type INTEGER NULL.

The following is a description of this column:

This flag identifies if this CatalogEntry is on auction.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOnSpecial

public java.lang.String getOnSpecial()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

This method provides access to the CATENTRY.ONSPECIAL column of DB2 type INTEGER NULL.

The following is a description of this column:

This flag identifies if this CatalogEntry is on special.

Specified by:
getOnSpecial in interface ItemAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOnSpecialInEJBType

public java.lang.Integer getOnSpecialInEJBType()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException

This method provides access to the CATENTRY.ONSPECIAL column of DB2 type INTEGER NULL.

The following is a description of this column:

This flag identifies if this CatalogEntry is on special.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOwner

public java.lang.Long getOwner()
                        throws java.lang.Exception,
                               java.rmi.RemoteException,
                               javax.ejb.FinderException,
                               javax.naming.NamingException

Gets the owner of the item.

Returns:
java.lang.Long
Throws:
java.lang.Exception - The java.lang.Exception exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getParentCatalogEntryIds

public java.lang.String[] getParentCatalogEntryIds()
                                            throws javax.ejb.CreateException,
                                                   javax.ejb.FinderException,
                                                   java.rmi.RemoteException,
                                                   javax.naming.NamingException

Gets the list of parent catalog entry IDs for the item.

Returns:
java.lang.String[]
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPartNumber

public java.lang.String getPartNumber()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the CATENTRY.PARTNUMBER column of DB2 type VARCHAR(64) NOT NULL.

The following is a description of this column:

The reference number that identifies the part number of the CatalogEntry. Along with the MEMBER_ID, these columns are a unique index.

Specified by:
getPartNumber in interface ItemAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getState

public java.lang.String getState()
                          throws java.rmi.RemoteException,
                                 javax.ejb.CreateException,
                                 javax.ejb.FinderException,
                                 javax.naming.NamingException

This method provides access to the CATENTRY.STATE column of DB2 type CHAR(1) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getState in interface ItemAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getTemplateFileName

public java.lang.String getTemplateFileName(java.lang.Long[] userGrpID,
                                            java.lang.Integer storeID,
                                            java.lang.String deviceTypeID)
                                     throws javax.naming.NamingException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            java.rmi.RemoteException

Gets the template filename for the item.

Parameters:
userGrpID - The user group reference numbers. java.lang.Long[]
storeID - The store ID. java.lang.Integer
deviceTypeID - The device type ID. java.lang.String
Returns:
java.lang.String
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

getTemplateFileName

public java.lang.String getTemplateFileName(java.lang.Long userID,
                                            UserAccessBean user,
                                            java.lang.Integer storeID,
                                            java.lang.String deviceTypeID)
                                     throws javax.naming.NamingException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            java.rmi.RemoteException

Gets the template filename for the item.

Parameters:
userID - The user ID. java.lang.Long
user - The user. com.ibm.commerce.user.objects.UserAccessBean
storeID - The store ID. java.lang.Integer
deviceTypeID - The device type ID. java.lang.String
Returns:
java.lang.String
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

getTemplateFileName

public java.lang.String getTemplateFileName(java.lang.Long userID,
                                            UserAccessBean user,
                                            java.lang.Integer storeID,
                                            java.lang.String deviceTypeID,
                                            java.lang.Integer langID)
                                     throws javax.naming.NamingException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            java.rmi.RemoteException

Gets the template filename for the item.

Parameters:
userID - The user ID. java.lang.Long
user - The user. com.ibm.commerce.user.objects.UserAccessBean
storeID - The store ID. java.lang.Integer
deviceTypeID. - The device type ID. java.lang.String
langID - The language ID. java.lang.Integer
Returns:
java.lang.String
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

getType

public java.lang.String getType()
                         throws java.rmi.RemoteException,
                                javax.ejb.CreateException,
                                javax.ejb.FinderException,
                                javax.naming.NamingException

Gets the type of the item.

Specified by:
getType in interface ItemAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getUrl

public java.lang.String getUrl()
                        throws java.rmi.RemoteException,
                               javax.ejb.CreateException,
                               javax.ejb.FinderException,
                               javax.naming.NamingException

This method provides access to the CATENTRY.URL column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

The URL to this Catalog Entry. This can be used as a download URL for soft goods.

Specified by:
getUrl in interface ItemAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

isCatalogEntryInStore

public boolean isCatalogEntryInStore(java.lang.Integer storeID)
                              throws javax.naming.NamingException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     java.rmi.RemoteException

Identifies whether the item is in the store.

Parameters:
storeID - The store ID. java.lang.Integer
Returns:
boolean
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Overrides:
refreshCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

setBaseItemId

public void setBaseItemId(java.lang.Long baseItemID)

This method provides access to the CATENTRY.BASEITEM_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

The BaseItem that this CatalogEntry relates to. This column should only be populated for CatalogEntries that are of type "ProductBean" or "PackageBean". BaseItems are used for fulfillment.

Parameters:
baseItemID - The base item ID. java.lang.Long
Returns:
void

setBaseItemId

public void setBaseItemId(java.lang.String aBaseItemId)

This method provides access to the CATENTRY.BASEITEM_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

The BaseItem that this CatalogEntry relates to. This column should only be populated for CatalogEntries that are of type "ProductBean" or "PackageBean". BaseItems are used for fulfillment.

Specified by:
setBaseItemId in interface ItemAccessBeanData
Parameters:
aBaseItemId - java.lang.String
Returns:
void

setBuyable

public void setBuyable(java.lang.Integer buyable)

This method provides access to the CATENTRY.BUYABLE column of DB2 type INTEGER NULL.

The following is a description of this column:

Indicates whether this CatalogEntry can be purchased individually: 1=yes and 0=no.

Parameters:
buyable - The buyable flag. java.lang.Integer
Returns:
void

setBuyable

public void setBuyable(java.lang.String buyable)

This method provides access to the CATENTRY.BUYABLE column of DB2 type INTEGER NULL.

The following is a description of this column:

Indicates whether this CatalogEntry can be purchased individually: 1=yes and 0=no.

Specified by:
setBuyable in interface ItemAccessBeanData
Parameters:
buyable - The buyable flag. java.lang.String
Returns:
void

setField1

public void setField1(java.lang.Integer field1)

This method provides access to the CATENTRY.FIELD1 column of DB2 type INTEGER NULL.

The following is a description of this column:

Customizable.

Parameters:
field1 - The customizable field. java.lang.Integer
Returns:
void

setField1

public void setField1(java.lang.String field1)

This method provides access to the CATENTRY.FIELD1 column of DB2 type INTEGER NULL.

The following is a description of this column:

Customizable.

Specified by:
setField1 in interface ItemAccessBeanData
Parameters:
field1 - The customizable field. java.lang.String
Returns:
void

setField2

public void setField2(java.lang.Integer field2)

This method provides access to the CATENTRY.FIELD2 column of DB2 type INTEGER NULL.

The following is a description of this column:

Customizable.

Parameters:
field2 - The customizable field. java.lang.Integer
Returns:
void

setField2

public void setField2(java.lang.String field2)

This method provides access to the CATENTRY.FIELD2 column of DB2 type INTEGER NULL.

The following is a description of this column:

Customizable.

Specified by:
setField2 in interface ItemAccessBeanData
Parameters:
field2 - The customizable field. java.lang.String
Returns:
void

setField3

public void setField3(java.math.BigDecimal aField3)

This method provides access to the CATENTRY.FIELD3 column of DB2 type DECIMAL(20,5) NULL.

The following is a description of this column:

Customizable.

Parameters:
aField3 - java.math.BigDecimal
Returns:
void

setField3

public void setField3(java.lang.String field3)

This method provides access to the CATENTRY.FIELD3 column of DB2 type DECIMAL(20,5) NULL.

The following is a description of this column:

Customizable.

Specified by:
setField3 in interface ItemAccessBeanData
Parameters:
field3 - The customizable field. java.lang.String
Returns:
void

setField4

public void setField4(java.lang.String field4)

This method provides access to the CATENTRY.FIELD4 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Customizable.

Specified by:
setField4 in interface ItemAccessBeanData
Parameters:
field4 - The customizable field. java.lang.String
Returns:
void

setField5

public void setField5(java.lang.String field5)

This method provides access to the CATENTRY.FIELD5 column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

Customizable.

Specified by:
setField5 in interface ItemAccessBeanData
Parameters:
field5 - The customizable field. java.lang.String
Returns:
void

setInitKey_catalogEntryReferenceNumber

public void setInitKey_catalogEntryReferenceNumber(java.lang.String catEntryID)

Set the primary key for this object

Parameters:
catEntryID - The catalog entry reference number. java.lang.String
Returns:
void

setItemspc_id

public void setItemspc_id(java.lang.Long itemSpcID)

This method provides access to the CATENTRY.ITEMSPC_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

The SpecifiedItem that this CatalogEntry relates to. This column should only be populated for CatalogEntries that are of type "ItemBean", "PackageBean", or "DynamicKitBean". SpecifiedItems are used for fulfillment.

Parameters:
itemSpcID - The specified item ID. java.lang.Long
Returns:
void

setItemspc_id

public void setItemspc_id(java.lang.String itemSpcID)

This method provides access to the CATENTRY.ITEMSPC_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

The SpecifiedItem that this CatalogEntry relates to. This column should only be populated for CatalogEntries that are of type "ItemBean", "PackageBean", or "DynamicKitBean". SpecifiedItems are used for fulfillment.

Specified by:
setItemspc_id in interface ItemAccessBeanData
Parameters:
itemSpcID - The specified item ID. java.lang.String
Returns:
void

setLanguage_id

public void setLanguage_id(java.lang.Integer langID)

Sets the language ID.

Parameters:
langID - The language ID. java.lang.Integer
Returns:
void

setLanguage_id

public void setLanguage_id(java.lang.String langID)

Sets the language ID for the item.

Specified by:
setLanguage_id in interface ItemAccessBeanData
Parameters:
langID - The language ID. java.lang.String
Returns:
void

setLastUpdate

public void setLastUpdate(java.lang.String lastUpdate)

This method provides access to the CATENTRY.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Indicates the last time the CatalogEntry was updated.

Specified by:
setLastUpdate in interface ItemAccessBeanData
Parameters:
lastUpdate - The last update time stamp. java.lang.String
Returns:
void

setLastUpdate

public void setLastUpdate(java.sql.Timestamp lastUpdate)

This method provides access to the CATENTRY.LASTUPDATE column of DB2 type TIMESTAMP NULL.

The following is a description of this column:

Indicates the last time the CatalogEntry was updated.

Parameters:
lastUpdate - The last update time stamp. java.sql.Timestamp
Returns:
void

setManufacturerName

public void setManufacturerName(java.lang.String manufacturerName)

This method provides access to the CATENTRY.MFNAME column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

The name of the manufacturer of this CatalogEntry.

Specified by:
setManufacturerName in interface ItemAccessBeanData
Parameters:
manufacturerName - The manufacturer name. java.lang.String
Returns:
void

setManufacturerPartNumber

public void setManufacturerPartNumber(java.lang.String manufacturerPartNumber)

This method provides access to the CATENTRY.MFPARTNUMBER column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

The part number used by the manufacturer to identify this CatalogEntry.

Specified by:
setManufacturerPartNumber in interface ItemAccessBeanData
Parameters:
manufacturerPartNumber - The manufacturer part number. java.lang.String
Returns:
void

setMarkForDelete

public void setMarkForDelete(java.lang.Integer markForDelete)

This method provides access to the CATENTRY.MARKFORDELETE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Indicates if this CatalogEntry has been marked for deletion:
0 = No.
1 = Yes.

Parameters:
markForDelete - The mark for delete flag. java.lang.Integer
Returns:
void

setMarkForDelete

public void setMarkForDelete(java.lang.String markForDelete)

This method provides access to the CATENTRY.MARKFORDELETE column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Indicates if this CatalogEntry has been marked for deletion:
0 = No.
1 = Yes.

Specified by:
setMarkForDelete in interface ItemAccessBeanData
Parameters:
markForDelete - The mark for delete flag. java.lang.String
Returns:
void

setMemberId

public void setMemberId(java.lang.Long memberID)

This method provides access to the CATENTRY.MEMBER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The reference number that identifies the owner of the CatalogEntry. Along with the PARTNUMBER, these columns are a unique index.

Parameters:
memberID - The member ID. java.lang.Long
Returns:
void

setMemberId

public void setMemberId(java.lang.String memberID)

This method provides access to the CATENTRY.MEMBER_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The reference number that identifies the owner of the CatalogEntry. Along with the PARTNUMBER, these columns are a unique index.

Specified by:
setMemberId in interface ItemAccessBeanData
Parameters:
memberID - The member ID. java.lang.String
Returns:
void

setOid

public void setOid(java.lang.String OID)

This method provides access to the CATENTRY.OID column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setOid in interface ItemAccessBeanData
Parameters:
OID - The object identifier. java.lang.String
Returns:
void

setOnAuction

public void setOnAuction(java.lang.Integer auction)

This method provides access to the CATENTRY.ONAUCTION column of DB2 type INTEGER NULL.

The following is a description of this column:

This flag identifies if this CatalogEntry is on auction.

Parameters:
auction - The on auction flag. java.lang.Integer
Returns:
void

setOnAuction

public void setOnAuction(java.lang.String auction)

This method provides access to the CATENTRY.ONAUCTION column of DB2 type INTEGER NULL.

The following is a description of this column:

This flag identifies if this CatalogEntry is on auction.

Specified by:
setOnAuction in interface ItemAccessBeanData
Parameters:
auction - The on auction flag. java.lang.String
Returns:
void

setOnSpecial

public void setOnSpecial(java.lang.Integer special)

This method provides access to the CATENTRY.ONSPECIAL column of DB2 type INTEGER NULL.

The following is a description of this column:

This flag identifies if this CatalogEntry is on special.

Parameters:
special - The on special flag. java.lang.Integer
Returns:
void

setOnSpecial

public void setOnSpecial(java.lang.String special)

This method provides access to the CATENTRY.ONSPECIAL column of DB2 type INTEGER NULL.

The following is a description of this column:

This flag identifies if this CatalogEntry is on special.

Specified by:
setOnSpecial in interface ItemAccessBeanData
Parameters:
special - The on special flag. java.lang.String
Returns:
void

setPartNumber

public void setPartNumber(java.lang.String partNumber)

This method provides access to the CATENTRY.PARTNUMBER column of DB2 type VARCHAR(64) NOT NULL.

The following is a description of this column:

The reference number that identifies the part number of the CatalogEntry. Along with the MEMBER_ID, these columns are a unique index.

Specified by:
setPartNumber in interface ItemAccessBeanData
Parameters:
partNumber - The part number. java.lang.String
Returns:
void

setState

public void setState(java.lang.String state)

This method provides access to the CATENTRY.STATE column of DB2 type CHAR(1) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setState in interface ItemAccessBeanData
Parameters:
state - The state. java.lang.String
Returns:
void

setUrl

public void setUrl(java.lang.String url)

This method provides access to the CATENTRY.URL column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

The URL to this Catalog Entry. This can be used as a download URL for soft goods.

Specified by:
setUrl in interface ItemAccessBeanData
Parameters:
url - The URL. java.lang.String
Returns:
void