com.ibm.commerce.catalog.objects
Class CatalogEntryAccessBean

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

public class CatalogEntryAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements CatalogEntryAccessBeanData

This bean provides access to the CATENTRY table.

The following is a description of this table:

This table hold the information related to a Catalog Entry. Examples of Catalog Entries are 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
CatalogEntryAccessBean()
          Default constructor.
CatalogEntryAccessBean(javax.ejb.EJBObject catEntryEJBObj)
          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 findByAttributeValueWithAttributeId(java.lang.Long aAttributeReferenceNumber)
          This method returns an Enumeration of CatalogEntryAccessBean with the given attribute reference number.
 java.util.Enumeration findByBaseItemId(java.lang.Long aBaseItemId)
          This method returns an Enumeration of CatalogEntryAccessBean with the given BaseItem Id.
 java.util.Enumeration findByCatalog(java.lang.Long catalogID)
          Finds the catalog entry with the catalog.
 java.util.Enumeration findByCatalogAndGroup(java.lang.Long catalogID, java.lang.Long groupID)
          Finds the catalog entry with the catalog ID and group ID.
 java.util.Enumeration findByCatalogEntryIds(java.lang.Long[] aCatentryIds)
          This method returns an Enumeration of CatalogEntryAccessBean with the given CatalogEntry IDs.
 java.util.Enumeration findByChildCatalogEntry(java.lang.Long childCatEntryID)
          Finds the catalog entry with the child catalog entry.
 java.util.Enumeration findByItemSpcId(java.lang.Long aItemSpecId)
          This method returns an Enumeration of CatalogEntryAccessBean with the given ItemSpec Id.
 CatalogEntryAccessBean findByKeyAndStore(java.lang.Long aDByKeyAndStore1, java.lang.Integer aDByKeyAndStore2)
          Finds the catalog entry with the key and store ID.
 java.util.Enumeration findByMemberId(java.lang.Long memberID)
          Finds the catalog entry with the member ID.
 CatalogEntryAccessBean findByMemberIdAndSKUNumber(java.lang.Long memberID, java.lang.String SKU)
          Finds the catalog entry with the member ID and SKU number.
 java.util.Enumeration findEntitledCatalogEntryByCatalogAndGroup(java.lang.Long argCatalogId, java.lang.Long argCatalogGroupId, java.lang.Long[] argInclusivePSList, java.lang.Long[] argExclusivePSList)
          This method returns an Enumeration of CatalogEntryAccessBean with the given CatalogId, CatalogGroupId, inclusive ProductSets and exclusive ProductSets.
 java.util.Enumeration findWithPushDownQuery(java.lang.String query)
          Finds the catalog entry with the specified query.
 boolean fulfills(java.lang.Long member, java.lang.String relationship)
          Determines if a given member fulfills a given relationship with the resource.
 BaseItemAccessBean getBaseItem()
          This method returns the BaseItemAccessBean that represents the Base Item representation of this Catalog Entry.
 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 this catalog entry.
 RelatedCatalogEntryAccessBean[] getCatalogEntriesAccessory(java.lang.Long[] inclusionPS, java.lang.Long[] exclusionPS)
          This method returns all accessories associated with this Catalog Entry identified by the inclusion ProductSets and exclusion ProductSets.
 RelatedCatalogEntryAccessBean[] getCatalogEntriesAccessory(java.lang.String semantic)
          Gets the list of accessories associated with this catalog entry identified by the semantic specifier provided.
 RelatedCatalogEntryAccessBean[] getCatalogEntriesCrossell()
          Gets the list of the cross-sell associated with this catalog entry.
 RelatedCatalogEntryAccessBean[] getCatalogEntriesCrossell(java.lang.Long[] inclusionPS, java.lang.Long[] exclusionPS)
          This method returns all cross-sells associated with this catalog entry identified by the inclusion ProductSets and exclusion ProductSets.
 RelatedCatalogEntryAccessBean[] getCatalogEntriesCrossell(java.lang.String semantic)
          Gets the list of the cross-sells associated with this catalog entry identified by the semantic specifier provided.
 RelatedCatalogEntryAccessBean[] getCatalogEntriesUpSell()
          Gets the list of the up-sells associated with this catalog entry.
 RelatedCatalogEntryAccessBean[] getCatalogEntriesUpSell(java.lang.Long[] inclusionPS, java.lang.Long[] exclusionPS)
          This method returns all up-sells associated with this catalog entry identified by the inclusion ProductSets and exclusion ProductSets.
 RelatedCatalogEntryAccessBean[] getCatalogEntriesUpSell(java.lang.String semantic)
          Gets the list of the up-sell associated with this catalog entry identified by the semantic specifier provided.
 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 bean that holds the language specific information for this CatalogEntry.
 CatalogEntryDescriptionAccessBean getDescription(java.lang.Integer languageID)
          Gets the bean that holds the language specific information for this Catalog Entry for the language identified by language_id.
 CatalogEntryDescriptionAccessBean getDescription(java.lang.Integer languageID, java.lang.Integer storeID)
          The bean that holds the language specific information for this CatalogEntry for the language identified by language_id and the store identified by storeId.
 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 of the catalog entry.
 java.lang.Integer getLanguage_idInEJBType()
          Gets the language ID of the catalog entry 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 aListPrice1)
          This method provides access to the CATENTRY.OID column of DB2 type VARCHAR(64) NULL.
 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()
          Returns the member id of the owner of the resource.
 java.lang.String[] getParentCatalogEntryIds()
          This method returns all parent catalog entries of this catalog entry.
 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 CHARACTER (1) NULL DEFAULT '1' .
 java.lang.String getTemplateFileName(java.lang.Long[] userGrpID, java.lang.Integer storeID, java.lang.String type)
          Gets the display page name that can be used for this display.
 java.lang.String getTemplateFileName(java.lang.Long userGroupNumber, java.lang.Integer storeID, java.lang.String deviceTypeID)
          This method returns the display page name.
 java.lang.String getTemplateFileName(java.lang.Long userID, UserAccessBean user, java.lang.Integer storeID, java.lang.String type)
          This method returns the display page name.
 java.lang.String getTemplateFileName(java.lang.Long userID, UserAccessBean user, java.lang.Integer storeID, java.lang.String type, java.lang.Integer languageId)
          Gets the display page name that can be used for this display.
 java.lang.String getType()
          Gets the type of the catalog entry.
 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)
          Indicates id the catalog entry can be processed in the specified store.
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setBaseItemId(java.lang.Long aBaseItemId)
          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 field1)
          This method provides access to the CATENTRY.FIELD2 column of DB2 type INTEGER NULL.
 void setField3(java.math.BigDecimal field3)
          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 aItemspcId)
          This method provides access to the CATENTRY.ITEMSPC_ID column of DB2 type BIGINT NULL.
 void setItemspc_id(java.lang.String aItemspcId)
          This method provides access to the CATENTRY.ITEMSPC_ID column of DB2 type BIGINT NULL.
 void setLanguage_id(java.lang.Integer languageID)
          Sets the language ID for the catalog entry.
 void setLanguage_id(java.lang.String languageID)
          Sets the language ID for the catalog entry.
 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 name)
          This method provides access to the CATENTRY.MFNAME column of DB2 type VARCHAR(64) NULL.
 void setManufacturerPartNumber(java.lang.String manufacturerID)
          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 aOID)
          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 CHARACTER (1) NULL DEFAULT '1' .
 void setUrl(java.lang.String aURL)
          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

CatalogEntryAccessBean

public CatalogEntryAccessBean()

Default constructor. It is used to initialize the access bean.


CatalogEntryAccessBean

public CatalogEntryAccessBean(javax.ejb.EJBObject catEntryEJBObj)
                       throws java.rmi.RemoteException

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

Parameters:
catEntryEJBObj - The catalog entry EJB object. javax.ejb.EJBObject
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException 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

findByAttributeValueWithAttributeId

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

This method returns an Enumeration of CatalogEntryAccessBean with the given attribute reference number.

SQL:
SELECT * FROM CATENTRY WHERE (CATENTRY.CATENTRY_ID IN (SELECT DISTINCT ATTRVALUE.CATENTRY_ID FROM ATTRVALUE WHERE ATTRVALUE.ATTRIBUTE_ID = aAttributeReferenceNumber )) AND (CATENTRY.MARKFORDELETE <>1)

Parameters:
aAttributeReferenceNumber - The reference number of an attribute.
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

findByBaseItemId

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

This method returns an Enumeration of CatalogEntryAccessBean with the given BaseItem Id.

SQL:
SELECT * FROM CATENTRY WHERE CATENTRY.BASEITEM_ID = aBaseItemId

Parameters:
aBaseItemId - The reference number of a BaseItem.
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

findByCatalog

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

Finds the catalog entry with the catalog.

SQL:
SELECT CATENTRY.CATENTTYPE_ID, CATENTRY.MEMBER_ID, CATENTRY.LASTUPDATE, CATENTRY.ONAUCTION, CATENTRY.BUYABLE, CATENTRY.MARKFORDELETE, CATENTRY.onspecial, CATENTRY.MFNAME, CATENTRY.PARTNUMBER, CATENTRY.FIELD3, CATENTRY.FIELD4, CATENTRY.FIELD5, CATENTRY.MFPARTNUMBER, CATENTRY.FIELD2, CATENTRY.FIELD1, CATENTRY.CATENTRY_ID, CATENTRY.URL FROM CATENTRY, CATGPENREL WHERE (CATENTRY.CATENTTYPE_ID IN ( 'CatalogEntryBean', 'ItemBean', 'BundleBean', 'PackageBean', 'ProductBean')) AND CATENTRY.MARKFORDELETE = 0 AND CATGPENREL.CATALOG_ID = catalogID AND CATGPENREL.CATENTRY_ID = T1.CATENTRY_ID

Parameters:
catalogID - The catalog 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

findByCatalogAndGroup

public java.util.Enumeration findByCatalogAndGroup(java.lang.Long catalogID,
                                                   java.lang.Long groupID)
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

Finds the catalog entry with the catalog ID and group ID.

SQL:
SELECT CATENTRY.CATENTTYPE_ID, CATENTRY.MEMBER_ID, CATENTRY.LASTUPDATE, CATENTRY.ONAUCTION, CATENTRY.BUYABLE, CATENTRY.MARKFORDELETE, CATENTRY.onspecial, CATENTRY.MFNAME, CATENTRY.PARTNUMBER, CATENTRY.FIELD3, CATENTRY.FIELD4, CATENTRY.FIELD5, CATENTRY.MFPARTNUMBER, CATENTRY.FIELD2, CATENTRY.FIELD1, CATENTRY.CATENTRY_ID, CATENTRY.URL FROM CATENTRY, CATGPENTEL WHERE (CATENTRY.CATENTTYPE_ID IN ( 'CatalogEntryBean', 'ItemBean', 'BundleBean', 'PackageBean', 'ProductBean')) AND CATENTRY.MARKFORDELETE = 0 AND CATGPENREL.CATALOG_ID = catalogID AND CATGPENREL.CATGROUP_ID = groupID AND CATGPENREL.CATENTRY_ID = CATENTRY.CATENTRY_ID

Parameters:
catalogID - The catalog ID. java.lang.Long
groupID - The group 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

findByCatalogEntryIds

public java.util.Enumeration findByCatalogEntryIds(java.lang.Long[] aCatentryIds)
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

This method returns an Enumeration of CatalogEntryAccessBean with the given CatalogEntry IDs.

SQL:
SELECT * FROM CATENTRY WHERE CATENTRY.CATENTRY_ID IN (aCatentryIds)

Parameters:
aCatentryIds - An array of catalog entry reference numbers. 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

findByChildCatalogEntry

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

Finds the catalog entry with the child catalog entry.

SQL:
SELECT CATENTTYPE_ID, MEMBER_ID, LASTUPDATE, ONAUCTION, BUYABLE, MARKFORDELETE, onspecial, MFNAME, PARTNUMBER, FIELD3, FIELD4, FIELD5, MFPARTNUMBER, FIELD2, FIELD1, CATENTRY_ID, URL FROM CATENTRY WHERE (CATENTTYPE_ID IN ( 'CatalogEntryBean', 'ItemBean', 'BundleBean', 'PackageBean', 'ProductBean')) AND CATENTRY_ID IN (SELECT CATENTREL.CATENTRY_ID_PARENT FROM CATENTREL WHERE CATENTREL.CATENTRY_ID_CHILD = childCatEntryID AND CATENTREL.CATRELTYPE_ID = 'PRODUCT_ITEM')

Parameters:
childCatEntryID - The child 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

findByItemSpcId

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

This method returns an Enumeration of CatalogEntryAccessBean with the given ItemSpec Id.

SQL:
SELECT * FROM CATENTRY WHERE CATENTRY.ITEMSPC_ID = aItemSpecId

Parameters:
aItemSpecId - The ItemSpec Id.
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

findByKeyAndStore

public CatalogEntryAccessBean findByKeyAndStore(java.lang.Long aDByKeyAndStore1,
                                                java.lang.Integer aDByKeyAndStore2)
                                         throws java.rmi.RemoteException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException

Finds the catalog entry with the key and store ID.

SQL:
SELECT CATENTRY.CATENTTYPE_ID, CATENTRY.MEMBER_ID, CATENTRY.LASTUPDATE, CATENTRY.ONAUCTION, CATENTRY.BUYABLE, CATENTRY.MARKFORDELETE, CATENTRY.onspecial, CATENTRY.MFNAME, CATENTRY.PARTNUMBER, CATENTRY.FIELD3, CATENTRY.FIELD4, CATENTRY.FIELD5, CATENTRY.MFPARTNUMBER, CATENTRY.FIELD2, CATENTRY.FIELD1, CATENTRY.CATENTRY_ID, CATENTRY.URL FROM CATENTRY, STORECENT WHERE (CATENTRY.CATENTTYPE_ID IN ( 'CatalogEntryBean', 'ItemBean', 'BundleBean', 'PackageBean', 'ProductBean')) AND CATENTRY.MARKFORDELETE = 0 AND CATENTRY.CATENTRY_ID = catEntryID AND STORECENT.STOREENT_ID = storeID AND STORECENT.CATENTRY_ID = CATENTRY.CATENTRY_ID

Parameters:
catEntryID - The catalog entry ID. java.lang.Long
storeID - The store ID. java.lang.Integer
Returns:
com.ibm.commerce.catalog.objects.CatalogEntryAccessBean
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

findByMemberId

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

Finds the catalog entry with the member ID.

SQL:
SELECT CATENTTYPE_ID, MEMBER_ID, LASTUPDATE, ONAUCTION, BUYABLE, MARKFORDELETE, onspecial, MFNAME, PARTNUMBER, FIELD3, FIELD4, FIELD5, MFPARTNUMBER, FIELD2, FIELD1, CATENTRY_ID, URL FROM CATENTRY WHERE (CATENTTYPE_ID IN ( 'CatalogEntryBean', 'ItemBean', 'BundleBean', 'PackageBean', 'ProductBean')) AND MARKFORDELETE = 0 AND MEMBER_ID = memberID

Parameters:
memberID - The member 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

findByMemberIdAndSKUNumber

public CatalogEntryAccessBean findByMemberIdAndSKUNumber(java.lang.Long memberID,
                                                         java.lang.String SKU)
                                                  throws java.rmi.RemoteException,
                                                         javax.ejb.FinderException,
                                                         javax.naming.NamingException

Finds the catalog entry with the member ID and SKU number.

SQL:
SELECT CATENTRY.CATENTTYPE_ID, CATENTRY.MEMBER_ID, CATENTRY.LASTUPDATE, CATENTRY.ONAUCTION, CATENTRY.BUYABLE, CATENTRY.MARKFORDELETE, CATENTRY.onspecial, CATENTRY.MFNAME, CATENTRY.PARTNUMBER, CATENTRY.FIELD3, CATENTRY.FIELD4, CATENTRY.FIELD5, CATENTRY.MFPARTNUMBER, CATENTRY.FIELD2, CATENTRY.FIELD1, CATENTRY.CATENTRY_ID, CATENTRY.URL FROM CATENTRY WHERE (CATENTRY.CATENTTYPE_ID IN ( 'CatalogEntryBean', 'ItemBean', 'BundleBean', 'PackageBean', 'ProductBean')) AND CATENTRY.MARKFORDELETE = 0 AND CATENTRY.MEMBER_ID = memberID and CATENTRY.PARTNUMBER = SKU

Parameters:
memberID - The member ID. java.lang.Long
SKU - The SKU number. java.lang.String
Returns:
com.ibm.commerce.catalog.objects.CatalogEntryAccessBean
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

findEntitledCatalogEntryByCatalogAndGroup

public java.util.Enumeration findEntitledCatalogEntryByCatalogAndGroup(java.lang.Long argCatalogId,
                                                                       java.lang.Long argCatalogGroupId,
                                                                       java.lang.Long[] argInclusivePSList,
                                                                       java.lang.Long[] argExclusivePSList)
                                                                throws java.rmi.RemoteException,
                                                                       javax.ejb.FinderException,
                                                                       javax.naming.NamingException

This method returns an Enumeration of CatalogEntryAccessBean with the given CatalogId, CatalogGroupId, inclusive ProductSets and exclusive ProductSets.

Parameters:
argCatalogId - A Catalog reference number. java.lang.Long
argCatalogGroupId - A Catalog Group reference number. java.lang.Long
argInclusivePSList - An array of inclusive ProductSets. java.lang.Long[]
argExclusivePSList - An array of exclusive ProductSets. 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

findWithPushDownQuery

public java.util.Enumeration findWithPushDownQuery(java.lang.String query)
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

Finds the catalog entry with the specified query. The push down query act as the where clause to search in the CATENTRY table. An example of the push down query: "CATENTRY_ID=1234 AND MEMBER_ID =5678"

Parameters:
query - The push down query. java.lang.String
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

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 - Member id of the member
relationship - The relationship the member has with respect to the resource
Returns:
true if the member fulfills the relationship with the resource

getBaseItem

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

This method returns the BaseItemAccessBean that represents the Base Item representation of this Catalog Entry.

Returns:
BaseItemAccessBean
Throws:
javax.naming.NamingException -  
javax.ejb.CreateException -  
javax.ejb.FinderException -  
java.rmi.RemoteException -  

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 CatalogEntryAccessBeanData
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 Catalog Entry is individually purchasable. A value of 1 indicates that it can be purchased while a value of 0 indicates that it can not.

Specified by:
getBuyable in interface CatalogEntryAccessBeanData
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 Catalog Entry is individually purchasable. A value of 1 indicates that it can be purchased while a value of 0 indicates that it can not.

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 this catalog entry.

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

This method returns all accessories associated with this Catalog Entry identified by the inclusion ProductSets and exclusion ProductSets.

Parameters:
inclusionPS - An array of inclusion ProductSets. java.lang.Long[]
exclusionPS - An array of exclusion ProductSets. 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 this catalog entry identified by the semantic specifier provided.

Parameters:
semantic - The semantic specified. 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 list of the cross-sell associated with this catalog entry.

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

This method returns all cross-sells associated with this catalog entry identified by the inclusion ProductSets and exclusion ProductSets.

Parameters:
inclusionPS - An array of inclusion ProductSets. java.lang.Long[]
exclusionPS - An array of exclusion ProductSets. 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 list of the cross-sells associated with this catalog entry identified by the semantic specifier provided.

Parameters:
semantic - The semantic specified. 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 list of the up-sells associated with this catalog entry.

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

This method returns all up-sells associated with this catalog entry identified by the inclusion ProductSets and exclusion ProductSets.

Parameters:
inclusionPS - An array of inclusion ProductSets. java.lang.Long[]
exclusionPS - An array of exclusion ProductSets. 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 list of the up-sell associated with this catalog entry identified by the semantic specifier provided.

Parameters:
semantic - The semantic specified. 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 Catalog Entry.

Specified by:
getCatalogEntryReferenceNumber in interface CatalogEntryAccessBeanData
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 Catalog Entry.

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 bean that holds the language specific information for this CatalogEntry.

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 languageID)
                                                 throws javax.naming.NamingException,
                                                        javax.ejb.CreateException,
                                                        javax.ejb.FinderException,
                                                        java.rmi.RemoteException

Gets the bean that holds the language specific information for this Catalog Entry for the language identified by language_id.

Parameters:
languageID - 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 languageID,
                                                        java.lang.Integer storeID)
                                                 throws javax.naming.NamingException,
                                                        javax.ejb.CreateException,
                                                        javax.ejb.FinderException,
                                                        java.rmi.RemoteException

The bean that holds the language specific information for this CatalogEntry for the language identified by language_id and the store identified by storeId. This method will return an alternate language description if the specified description is not found.

Parameters:
languageID - 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:

A customizable field.

Specified by:
getField1 in interface CatalogEntryAccessBeanData
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:

A customizable field.

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:

A customizable field.

Specified by:
getField2 in interface CatalogEntryAccessBeanData
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:

A customizable field.

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:

A customizable field.

Specified by:
getField3 in interface CatalogEntryAccessBeanData
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:

A customizable field.

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:

A customizable field.

Specified by:
getField4 in interface CatalogEntryAccessBeanData
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:

A customizable field.

Specified by:
getField5 in interface CatalogEntryAccessBeanData
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 CatalogEntryAccessBeanData
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 of the catalog entry.

Specified by:
getLanguage_id in interface CatalogEntryAccessBeanData
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 of the catalog entry 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 that this Catalog Entry was updated.

Specified by:
getLastUpdate in interface CatalogEntryAccessBeanData
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 that this Catalog Entry 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 aListPrice1)
                                 throws javax.naming.NamingException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        java.rmi.RemoteException

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

The following is a description of this column:

Gets the list price of the catalog entry in the specified language. Reserved for IBM internal use only

Parameters:
languageID - The language ID. 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 Catalog Entry.

Specified by:
getManufacturerName in interface CatalogEntryAccessBeanData
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 Catalog Entry.

Specified by:
getManufacturerPartNumber in interface CatalogEntryAccessBeanData
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 Catalog Entry has been marked for deletion.

Specified by:
getMarkForDelete in interface CatalogEntryAccessBeanData
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 Catalog Entry has been marked for deletion.

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 Catalog Entry. Along with the Part number, these columns are a unique index.

Specified by:
getMemberId in interface CatalogEntryAccessBeanData
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 Catalog Entry. Along with the Part number, 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 CatalogEntryAccessBeanData
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 Catalog Entry is on auction.

Specified by:
getOnAuction in interface CatalogEntryAccessBeanData
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 Catalog Entry 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 Catalog Entry is on special.

Specified by:
getOnSpecial in interface CatalogEntryAccessBeanData
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 Catalog Entry 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

Returns the member id of the owner of the resource.

Returns:
Member id of owner of resource

getParentCatalogEntryIds

public java.lang.String[] getParentCatalogEntryIds()
                                            throws javax.ejb.CreateException,
                                                   javax.ejb.FinderException,
                                                   java.rmi.RemoteException,
                                                   javax.naming.NamingException
This method returns all parent catalog entries of this catalog entry.
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

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 Catalog Entry. Along with the Member_Id, these columns are a unique index.

Specified by:
getPartNumber in interface CatalogEntryAccessBeanData
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 CHARACTER (1) NULL DEFAULT '1' .

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getState in interface CatalogEntryAccessBeanData
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 type)
                                     throws javax.naming.NamingException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            java.rmi.RemoteException

Gets the display page name that can be used for this display.

Parameters:
userGrpID - The user group ID. java.lang.Long[]
storeID - The store ID. java.lang.Integer
typeID - 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 userGroupNumber,
                                            java.lang.Integer storeID,
                                            java.lang.String deviceTypeID)
                                     throws javax.naming.NamingException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            java.rmi.RemoteException

This method returns the display page name.

Parameters:
userGroupNumber - The user group ID. 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 type)
                                     throws javax.naming.NamingException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            java.rmi.RemoteException

This method returns the display page name.

Parameters:
userID - The user ID. java.lang.Long
user - The user. com.ibm.commerce.user.objects.UserAccessBean
storeID - The store ID. java.lang.Integer
type - 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 type,
                                            java.lang.Integer languageId)
                                     throws javax.naming.NamingException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            java.rmi.RemoteException

Gets the display page name that can be used for this display.

Parameters:
userID - The user ID. java.lang.Long
user - The user. com.ibm.commerce.user.objects.UserAccessBean
storeID - The store ID. java.lang.Integer
type - The device type ID. java.lang.String
languageId - 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 catalog entry.

Specified by:
getType in interface CatalogEntryAccessBeanData
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:

A URL to this Catalog Entry. This may be used as a download URL for soft goods.

Specified by:
getUrl in interface CatalogEntryAccessBeanData
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

Indicates id the catalog entry can be processed in the specified 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 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.

Parameters:
aBaseItemId - The BaseItem reference number. 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 CatalogEntryAccessBeanData
Parameters:
aBaseItemId - The BaseItem reference number. 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 Catalog Entry is individually purchasable. A value of 1 indicates that it can be purchased while a value of 0 indicates that it can not.

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 Catalog Entry is individually purchasable. A value of 1 indicates that it can be purchased while a value of 0 indicates that it can not.

Specified by:
setBuyable in interface CatalogEntryAccessBeanData
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:

A customizable field.

Parameters:
field1 - Field1. 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:

A customizable field.

Specified by:
setField1 in interface CatalogEntryAccessBeanData
Parameters:
field1 - Field1. 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:

A customizable field.

Parameters:
field2 - Field2. java.lang.Integer
Returns:
void

setField2

public void setField2(java.lang.String field1)

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

The following is a description of this column:

A customizable field.

Specified by:
setField2 in interface CatalogEntryAccessBeanData
Parameters:
field1 - Field1. java.lang.String
Returns:
void

setField3

public void setField3(java.math.BigDecimal 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:

A customizable field.

Parameters:
field3 - Field3. 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:

A customizable field.

Specified by:
setField3 in interface CatalogEntryAccessBeanData
Parameters:
field3 - Field3. 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:

A customizable field.

Specified by:
setField4 in interface CatalogEntryAccessBeanData
Parameters:
field4 - Field4. 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:

A customizable field.

Specified by:
setField5 in interface CatalogEntryAccessBeanData
Parameters:
field5 - Field5. 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 ID. java.lang.String
Returns:
void

setItemspc_id

public void setItemspc_id(java.lang.Long aItemspcId)

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:
aItemspcId - The Itemspce Id. java.lang.Long
Returns:
void

setItemspc_id

public void setItemspc_id(java.lang.String aItemspcId)

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 CatalogEntryAccessBeanData
Parameters:
aItemspcId - The Itemspce Id. java.lang.String
Returns:
void

setLanguage_id

public void setLanguage_id(java.lang.Integer languageID)

Sets the language ID for the catalog entry.

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

setLanguage_id

public void setLanguage_id(java.lang.String languageID)

Sets the language ID for the catalog entry.

Specified by:
setLanguage_id in interface CatalogEntryAccessBeanData
Parameters:
languageID - 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 that this Catalog Entry was updated.

Specified by:
setLastUpdate in interface CatalogEntryAccessBeanData
Parameters:
lastUpdate - The last updated 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 that this Catalog Entry was updated.

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

setManufacturerName

public void setManufacturerName(java.lang.String name)

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 Catalog Entry.

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

setManufacturerPartNumber

public void setManufacturerPartNumber(java.lang.String manufacturerID)

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 Catalog Entry.

Specified by:
setManufacturerPartNumber in interface CatalogEntryAccessBeanData
Parameters:
manufacturerID - 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 Catalog Entry has been marked for deletion.

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 Catalog Entry has been marked for deletion.

Specified by:
setMarkForDelete in interface CatalogEntryAccessBeanData
Parameters:
markForDelete - The mark of 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 Catalog Entry. Along with the Part number, 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 Catalog Entry. Along with the Part number, these columns are a unique index.

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

setOid

public void setOid(java.lang.String aOID)

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 CatalogEntryAccessBeanData
Parameters:
aOID - The OID. 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 Catalog Entry 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 Catalog Entry is on auction.

Specified by:
setOnAuction in interface CatalogEntryAccessBeanData
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 Catalog Entry 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 Catalog Entry is on special.

Specified by:
setOnSpecial in interface CatalogEntryAccessBeanData
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 Catalog Entry. Along with the Member_Id, these columns are a unique index.

Specified by:
setPartNumber in interface CatalogEntryAccessBeanData
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 CHARACTER (1) NULL DEFAULT '1' .

The following is a description of this column:

Reserved for IBM internal use.

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

setUrl

public void setUrl(java.lang.String aURL)

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

The following is a description of this column:

A URL to this Catalog Entry. This may be used as a download URL for soft goods.

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