|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.catalog.objects.DynamicKitAccessBean
This bean provides access to the CATENTRY table.
The following is a description of this table:
This table hold the information related to a CatalogEntry. Examples of CatalogEntries include Products, Items, Packages, and Bundles.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
DynamicKitAccessBean()
Default constructor. |
|
DynamicKitAccessBean(javax.ejb.EJBObject DynamicKitEJBObject)
Contructor for the object that maps to a corresponding ejbCreate method in the home interface of the EJB. |
|
DynamicKitAccessBean(java.lang.String astrPartnumber,
java.lang.Long anMemberId)
Contructor for the object that 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 |
findByCatalog(java.lang.Long anCatalogId)
This method returns all the Catalog Entries that belongs to the specified Catalog reference number. |
java.util.Enumeration |
findByCatalogAndGroup(java.lang.Long anCatalogId,
java.lang.Long anCatGroupId)
This method returns an enumeration of DynamicKit Access Beans that belongs to the specified catalog reference number and catalog group reference number. |
java.util.Enumeration |
findByChildCatalogEntry(java.lang.Long anCatalogEntryId)
This method returns all the Catalog Entries that are parent to the specified Catalog Entry. |
java.util.Enumeration |
findByMemberId(java.lang.Long aDByMemberId)
This methods returns all the Catalog Entries that belongs to the specified owner. |
DynamicKitAccessBean |
findByMemberIdAndSKUNumber(java.lang.Long aDByMemberIdAndSKUNumber,
java.lang.String aDByMemberIdAndSKUNumber)
This method returns the DynamicKit Access Beans with the specified Owner reference number and the Part number. |
java.util.Enumeration |
findEntitledCatalogEntryByCatalogAndGroup(java.lang.Long anCatalogId,
java.lang.Long anCatGroupId,
java.lang.Long[] aInclusiveProductSetList,
java.lang.Long[] aExclusiveProductSetList)
This method return the list of DynamicKit Access Bean that meet these conditions: 1. |
java.util.Enumeration |
findWithPushDownQuery(java.lang.String astrPushDownQuery)
This finder method returns an enumeration of DynamicKit Access Bean with specified query. |
boolean |
fulfills(java.lang.Long anMemberId,
java.lang.String astrRelationship)
Determines if a given member fulfills a given relationship with the resource. |
BaseItemAccessBean |
getBaseItem()
This method access the CATENTRY.BASEITEM_ID column of DB2 type BIGINT NULL and return the BaseItem with that BaseItem reference number. |
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()
This method returns all the accessories of the catalog entry. |
RelatedCatalogEntryAccessBean[] |
getCatalogEntriesAccessory(java.lang.Long[] aInclusionProductSet,
java.lang.Long[] aExclusionProductSet)
This method returns the list of RelatedCatalogEntry Access Bean that are accessories to the Dynamic Kit and are included in the inclusion list and excluded in the exclusion list. |
RelatedCatalogEntryAccessBean[] |
getCatalogEntriesAccessory(java.lang.String astrSemantic)
This method returns all the accessories associated with this catalog entry identified by the semantic specifier provided. |
RelatedCatalogEntryAccessBean[] |
getCatalogEntriesCrossell()
This method returns all the cross selling Catalog Entries for the Dynamic Kit. |
RelatedCatalogEntryAccessBean[] |
getCatalogEntriesCrossell(java.lang.Long[] aInclusionProductSet,
java.lang.Long[] aExclusionProductSet)
This method returns the list of RelatedCatalogEntry Access Bean that are cross sell to the Dynamic Kit and are included in the inclusion list and excluded in the exclusion list. |
RelatedCatalogEntryAccessBean[] |
getCatalogEntriesCrossell(java.lang.String astrSemantic)
This method returns all the Catalog Entries that are cross sell to this Dynamic Kit identified by the semantic specifier provided. |
RelatedCatalogEntryAccessBean[] |
getCatalogEntriesUpSell()
This method returns the list of all the Catalog Entries that are up-selling to the Dynamic Kit. |
RelatedCatalogEntryAccessBean[] |
getCatalogEntriesUpSell(java.lang.Long[] aInclusionProductSet,
java.lang.Long[] aExclusionProductSet)
This method returns the list of RelatedCatalogEntry Access Bean that are up selling to the Dynamic Kit and are included in the inclusion list and excluded in the exclusion list. |
RelatedCatalogEntryAccessBean[] |
getCatalogEntriesUpSell(java.lang.String astrSemantic)
This method returns list of Catalog Entries that are up-selling to this Dynamic Kit identified by the semantic specifier provided. |
CatalogEntryConfigurationAccessBean |
getCatalogEntryConfigurationDetail()
This method returns the configuration of the Dynamic Kit. |
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()
This method returns the bean that holds the language specific information for this Dynamic Kit. |
CatalogEntryDescriptionAccessBean |
getDescription(java.lang.Integer anLanguageId)
This method returns the bean that holds the language specific information for this Catalog Entry for the language identified by language_id. |
CatalogEntryDescriptionAccessBean |
getDescription(java.lang.Integer aDescription,
java.lang.Integer aDescription)
This method returns the bean that holds the language specific information for this Catalog Entry 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()
This method provides access to the CATENTDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getLanguage_idInEJBType()
This method provides access to the CATENTDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
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 aListPrice)
This method returns the List price of a Dynamic Kit. |
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()
This method returns the member reference number of the owner. |
java.lang.String[] |
getParentCatalogEntryIds()
This method returns the list of parent Catalog Entries for the Dynamic Kit. |
java.lang.String |
getPartNumber()
This method provides access to the CATENTRY.PARTNUMBER column of DB2 type VARCHAR(64) NOT NULL. |
java.lang.String |
getState()
This method provides access to the CATENTRY.STATE column of DB2 type CHAR(1) NULL. |
java.lang.String |
getTemplateFileName(java.lang.Long[] aMemberId,
java.lang.Integer anStoreId,
java.lang.String astrDeviceType)
This method returns the display page name that can be used for displaying this Catalog Entry. |
java.lang.String |
getTemplateFileName(java.lang.Long aTemplateFileName,
UserAccessBean aTemplateFileName,
java.lang.Integer aTemplateFileName,
java.lang.String aTemplateFileName)
This method returns the display page name that can be used for displaying this Catalog Entry. |
java.lang.String |
getTemplateFileName(java.lang.Long anMemberId,
UserAccessBean abUser,
java.lang.Integer anStoreId,
java.lang.String astrDeviceType,
java.lang.Integer anLanguageId)
This method returns the display page name that can be used for displaying this Catalog Entry. |
java.lang.String |
getType()
This method returns 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 anStoreId)
This method returns true if 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 astrBaseItemId)
This method provides access to the CATENTRY.BASEITEM_ID column of DB2 type BIGINT NULL. |
void |
setBuyable(java.lang.Integer anBuyable)
This method provides access to the CATENTRY.BUYABLE column of DB2 type INTEGER NULL. |
void |
setBuyable(java.lang.String astrBuyable)
This method provides access to the CATENTRY.BUYABLE column of DB2 type INTEGER NULL. |
void |
setField1(java.lang.Integer aField1)
This method provides access to the CATENTRY.FIELD1 column of DB2 type INTEGER NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the CATENTRY.FIELD1 column of DB2 type INTEGER NULL. |
void |
setField2(java.lang.Integer aField2)
This method provides access to the CATENTRY.FIELD2 column of DB2 type INTEGER NULL. |
void |
setField2(java.lang.String aField2)
This method provides access to the CATENTRY.FIELD2 column of DB2 type INTEGER NULL. |
void |
setField3(java.math.BigDecimal aField3)
This method provides access to the CATENTRY.FIELD3 column of DB2 type DECIMAL(20,5) NULL. |
void |
setField3(java.lang.String aField3)
This method provides access to the CATENTRY.FIELD3 column of DB2 type DECIMAL(20,5) NULL. |
void |
setField4(java.lang.String aField4)
This method provides access to the CATENTRY.FIELD4 column of DB2 type VARCHAR(254) NULL. |
void |
setField5(java.lang.String astrField5)
This method provides access to the CATENTRY.FIELD5 column of DB2 type VARCHAR(254) NULL. |
void |
setInitKey_catalogEntryReferenceNumber(java.lang.String aInitKey_catalogEntryReferenceNumber)
Set the primary key for this object |
void |
setItemspc_id(java.lang.Long aItemspc_id)
This method provides access to the CATENTRY.ITEMSPC_ID column of DB2 type BIGINT NULL. |
void |
setItemspc_id(java.lang.String aItemspc_id)
This method provides access to the CATENTRY.ITEMSPC_ID column of DB2 type BIGINT NULL. |
void |
setLanguage_id(java.lang.Integer anLanguage_id)
This method provides access to the CATENTDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setLanguage_id(java.lang.String aLanguage_id)
This method provides access to the CATENTDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setLastUpdate(java.lang.String astrLastUpdate)
This method provides access to the CATENTRY.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setLastUpdate(java.sql.Timestamp atmLastUpdate)
This method provides access to the CATENTRY.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setManufacturerName(java.lang.String astrManufacturerName)
This method provides access to the CATENTRY.MFNAME column of DB2 type VARCHAR(64) NULL. |
void |
setManufacturerPartNumber(java.lang.String astrManufacturerPartNumber)
This method provides access to the CATENTRY.MFPARTNUMBER column of DB2 type VARCHAR(64) NULL. |
void |
setMarkForDelete(java.lang.Integer anMarkForDelete)
This method provides access to the CATENTRY.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
void |
setMarkForDelete(java.lang.String astrMarkForDelete)
This method provides access to the CATENTRY.MARKFORDELETE column of DB2 type INTEGER NOT NULL. |
void |
setMemberId(java.lang.Long aMemberId)
This method provides access to the CATENTRY.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setMemberId(java.lang.String aMemberId)
This method provides access to the CATENTRY.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setOid(java.lang.String astrOid)
This method provides access to the CATENTRY.OID column of DB2 type VARCHAR(64) NULL. |
void |
setOnAuction(java.lang.Integer anOnAuction)
This method provides access to the CATENTRY.ONAUCTION column of DB2 type INTEGER NULL. |
void |
setOnAuction(java.lang.String astrOnAuction)
This method provides access to the CATENTRY.ONAUCTION column of DB2 type INTEGER NULL. |
void |
setOnSpecial(java.lang.Integer anOnSpecial)
This method provides access to the CATENTRY.ONSPECIAL column of DB2 type INTEGER NULL. |
void |
setOnSpecial(java.lang.String aOnSpecial)
This method provides access to the CATENTRY.ONSPECIAL column of DB2 type INTEGER NULL. |
void |
setPartNumber(java.lang.String astrPartNumber)
This method provides access to the CATENTRY.PARTNUMBER column of DB2 type VARCHAR(64) NOT NULL. |
void |
setState(java.lang.String astrState)
This method provides access to the CATENTRY.STATE column of DB2 type CHAR(1) NULL. |
void |
setUrl(java.lang.String astrUrl)
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 |
public DynamicKitAccessBean()
Default constructor. Maps to findByPrimaryKey.
public DynamicKitAccessBean(javax.ejb.EJBObject DynamicKitEJBObject) throws java.rmi.RemoteException
Contructor for the object that maps to a corresponding ejbCreate method in the home interface of the EJB.
DynamicKitEJBObject
- javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic DynamicKitAccessBean(java.lang.String astrPartnumber, java.lang.Long anMemberId) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Contructor for the object that maps to a corresponding ejbCreate method in the home interface of the EJB. Creates an access to the DynamicKit according to the Part number and the Owner reference number.
astrPartnumber
- The Dynamic Kit part number. java.lang.StringanMemberId
- The owner reference number of the Dynamic Kit. java.lang.Longjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByCatalog(java.lang.Long anCatalogId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns all the Catalog Entries that belongs to the specified Catalog reference number.
anCatalogId
- The Catalog reference number. java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByCatalogAndGroup(java.lang.Long anCatalogId, java.lang.Long anCatGroupId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns an enumeration of DynamicKit Access Beans that belongs to the specified catalog reference number and catalog group reference number.
anCatalogId
- The Catalog reference number. java.lang.LonganCatGroupId
- The Catalog Group reference number. java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByChildCatalogEntry(java.lang.Long anCatalogEntryId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns all the Catalog Entries that are parent to the specified Catalog Entry.
anCatalogEntryId
- The reference number of the child Catalog Entry. java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByMemberId(java.lang.Long aDByMemberId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This methods returns all the Catalog Entries that belongs to the specified owner.
SQL:
SELECT * FROM CATENTRY WHERE
CATENTRY.MARKFORDELETE <> 1 AND
CATENTRY.MEMBER_ID = anMemberId
anMemberId
- The owner reference number for the Catalog Entry. java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic DynamicKitAccessBean findByMemberIdAndSKUNumber(java.lang.Long aDByMemberIdAndSKUNumber, java.lang.String aDByMemberIdAndSKUNumber) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns the DynamicKit Access Beans with the specified Owner reference number and the Part number.
SQL:
SELECT * FROM CATENTRY WHERE
CATENTRY.MARKFORDELETE <> 1 AND
CATENTRY.MEMBER_ID = anMemberId AND
CATENTRY.PARTNUMBER = astrPartnumber
anMemberId
- The owner reference number. java.lang.LongastrPartnumber
- The part number of the Catalog Entry. java.lang.Stringjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findEntitledCatalogEntryByCatalogAndGroup(java.lang.Long anCatalogId, java.lang.Long anCatGroupId, java.lang.Long[] aInclusiveProductSetList, java.lang.Long[] aExclusiveProductSetList) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method return the list of DynamicKit Access Bean that meet these conditions:
1. It belongs to the specified Catalog.
2. It belongs to the specified Catalog Group.
3. It is included in the inclusive ProductSet list.
4. It is excluded in the exclusive ProductSet list.
anCatalogId
- java.lang.LonganCatGroupId
- java.lang.LongaInclusiveProductSetList
- java.lang.Long[]aExclusiveProductSetList
- java.lang.Long[]java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findWithPushDownQuery(java.lang.String astrPushDownQuery) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This finder method returns an enumeration of DynamicKit Access Bean with specified query. The push down query acts as the where clause to search in the CATENTRY table.
An example of the push down query: "MEMBER_ID=1234 AND PARTNUMBER ='abcd'"astrPushDownQuery
- The push down query. java.lang.Stringjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic boolean fulfills(java.lang.Long anMemberId, java.lang.String astrRelationship) 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.
anMemberId
- The member reference number. java.lang.LongastrRelationship
- The relationship. java.lang.Stringjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjava.lang.Exception
- The java.lang.Exception exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic BaseItemAccessBean getBaseItem() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method access the CATENTRY.BASEITEM_ID column of DB2 type BIGINT NULL and return the BaseItem with that BaseItem reference number.
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.
javax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic 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.
getBaseItemId
in interface DynamicKitAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getBuyable() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.BUYABLE column of DB2 type INTEGER NULL.
The following is a description of this column:
Indicates whether this CatalogEntry can be purchased individually: 1=yes and 0=no.
getBuyable
in interface DynamicKitAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getBuyableInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.BUYABLE column of DB2 type INTEGER NULL.
The following is a description of this column:
Indicates whether this CatalogEntry can be purchased individually: 1=yes and 0=no.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic RelatedCatalogEntryAccessBean[] getCatalogEntriesAccessory() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns all the accessories of the catalog entry.
javax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic RelatedCatalogEntryAccessBean[] getCatalogEntriesAccessory(java.lang.Long[] aInclusionProductSet, java.lang.Long[] aExclusionProductSet) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns the list of RelatedCatalogEntry Access Bean that are accessories to the Dynamic Kit and are included in the inclusion list and excluded in the exclusion list.
aInclusionProductSet
- java.lang.Long[]aExclusionProductSet
- java.lang.Long[]javax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic RelatedCatalogEntryAccessBean[] getCatalogEntriesAccessory(java.lang.String astrSemantic) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns all the accessories associated with this catalog entry identified by the semantic specifier provided.
astrSemantic
- java.lang.Stringjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic RelatedCatalogEntryAccessBean[] getCatalogEntriesCrossell() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns all the cross selling Catalog Entries for the Dynamic Kit.
javax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic RelatedCatalogEntryAccessBean[] getCatalogEntriesCrossell(java.lang.Long[] aInclusionProductSet, java.lang.Long[] aExclusionProductSet) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns the list of RelatedCatalogEntry Access Bean that are cross sell to the Dynamic Kit and are included in the inclusion list and excluded in the exclusion list.
aInclusionProductSet
- java.lang.Long[]aExclusionProductSet
- java.lang.Long[]javax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic RelatedCatalogEntryAccessBean[] getCatalogEntriesCrossell(java.lang.String astrSemantic) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns all the Catalog Entries that are cross sell to this Dynamic Kit identified by the semantic specifier provided.
astrSemantic
- java.lang.Stringjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic RelatedCatalogEntryAccessBean[] getCatalogEntriesUpSell() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns the list of all the Catalog Entries that are up-selling to the Dynamic Kit.
javax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic RelatedCatalogEntryAccessBean[] getCatalogEntriesUpSell(java.lang.Long[] aInclusionProductSet, java.lang.Long[] aExclusionProductSet) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns the list of RelatedCatalogEntry Access Bean that are up selling to the Dynamic Kit and are included in the inclusion list and excluded in the exclusion list.
aInclusionProductSet
- java.lang.Long[]aExclusionProductSet
- java.lang.Long[]javax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic RelatedCatalogEntryAccessBean[] getCatalogEntriesUpSell(java.lang.String astrSemantic) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns list of Catalog Entries that are up-selling to this Dynamic Kit identified by the semantic specifier provided.
astrSemantic
- java.lang.StringastrSemantic
- java.lang.Stringjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic CatalogEntryConfigurationAccessBean getCatalogEntryConfigurationDetail() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns the configuration of the Dynamic Kit.
javax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic java.lang.String getCatalogEntryReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the CatalogEntry.
getCatalogEntryReferenceNumber
in interface DynamicKitAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getCatalogEntryReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the CatalogEntry.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic CatalogEntryDescriptionAccessBean getDescription() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns the bean that holds the language specific information for this Dynamic Kit.
javax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic CatalogEntryDescriptionAccessBean getDescription(java.lang.Integer anLanguageId) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns the bean that holds the language specific information for this Catalog Entry for the language identified by language_id.
anLanguageId
- java.lang.Integerjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic CatalogEntryDescriptionAccessBean getDescription(java.lang.Integer aDescription, java.lang.Integer aDescription) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns the bean that holds the language specific information for this Catalog Entry 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.
anLanguageId
- The Language reference number. java.lang.IntegeranStoreId
- The Store reference number. java.lang.Integerjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic java.lang.String getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
getField1
in interface DynamicKitAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getField1InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.FIELD2 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
getField2
in interface DynamicKitAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getField2InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.FIELD2 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
getField3
in interface DynamicKitAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.math.BigDecimal getField3InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getField4() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.FIELD4 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
getField4
in interface DynamicKitAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getField5() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.FIELD5 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
getField5
in interface DynamicKitAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
getItemspc_id
in interface DynamicKitAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getLanguage_id() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Identifier of the language.
getLanguage_id
in interface DynamicKitAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getLanguage_idInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Identifier of the language.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getLastUpdate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Indicates the last time the CatalogEntry was updated.
getLastUpdate
in interface DynamicKitAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.sql.Timestamp getLastUpdateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Indicates the last time the CatalogEntry was updated.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic ListPriceAccessBean getListPrice(java.lang.String aListPrice) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns the List price of a Dynamic Kit.
astrCatentryId
- The Dynamic Kit reference number. java.lang.Stringjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic java.lang.String getManufacturerName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.MFNAME column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
The name of the manufacturer of this CatalogEntry.
getManufacturerName
in interface DynamicKitAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getManufacturerPartNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.MFPARTNUMBER column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
The part number used by the manufacturer to identify this CatalogEntry.
getManufacturerPartNumber
in interface DynamicKitAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getMarkForDelete() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this CatalogEntry has been marked for deletion:
0 = No.
1 = Yes.
getMarkForDelete
in interface DynamicKitAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getMarkForDeleteInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this CatalogEntry has been marked for deletion:
0 = No.
1 = Yes.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getMemberId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number that identifies the owner of the CatalogEntry. Along with the PARTNUMBER, these columns are a unique index.
getMemberId
in interface DynamicKitAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getMemberIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number that identifies the owner of the CatalogEntry. Along with the PARTNUMBER, these columns are a unique index.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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:
The Object Identifier for the Dynamic Kit. Reserved for IBM internal use.
getOid
in interface DynamicKitAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getOnAuction() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.ONAUCTION column of DB2 type INTEGER NULL.
The following is a description of this column:
This flag identifies if this CatalogEntry is on auction.
getOnAuction
in interface DynamicKitAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getOnAuctionInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.ONAUCTION column of DB2 type INTEGER NULL.
The following is a description of this column:
This flag identifies if this CatalogEntry is on auction.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getOnSpecial() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.ONSPECIAL column of DB2 type INTEGER NULL.
The following is a description of this column:
This flag identifies if this CatalogEntry is on special.
getOnSpecial
in interface DynamicKitAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getOnSpecialInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.ONSPECIAL column of DB2 type INTEGER NULL.
The following is a description of this column:
This flag identifies if this CatalogEntry is on special.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getOwner() throws java.lang.Exception, java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns the member reference number of the owner.
java.lang.Exception
- The java.lang.Exception exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String[] getParentCatalogEntryIds() throws javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException, javax.naming.NamingException
This method returns the list of parent Catalog Entries for the Dynamic Kit.
javax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPartNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.PARTNUMBER column of DB2 type VARCHAR(64) NOT NULL.
The following is a description of this column:
The reference number that identifies the part number of the CatalogEntry. Along with the MEMBER_ID, these columns are a unique index.
getPartNumber
in interface DynamicKitAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getState() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.STATE column of DB2 type CHAR(1) NULL.
The following is a description of this column:
The current state of the Dynamic Kit. Reserved for IBM internal use.
getState
in interface DynamicKitAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getTemplateFileName(java.lang.Long[] aMemberId, java.lang.Integer anStoreId, java.lang.String astrDeviceType) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns the display page name that can be used for displaying this Catalog Entry.
aMemberId
- The list of member groups. java.lang.Long[]anStoreId
- The Store reference number. java.lang.IntegerastrDeviceType
- The Device Type. java.lang.Stringjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic java.lang.String getTemplateFileName(java.lang.Long aTemplateFileName, UserAccessBean aTemplateFileName, java.lang.Integer aTemplateFileName, java.lang.String aTemplateFileName) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns the display page name that can be used for displaying this Catalog Entry.
anMemberId
- The member group reference number. java.lang.LongabUser
- The user. com.ibm.commerce.user.objects.UserAccessBeananStoreId
- The Store reference number. java.lang.IntegerastrDeviceType
- The Device Type. java.lang.Stringjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic java.lang.String getTemplateFileName(java.lang.Long anMemberId, UserAccessBean abUser, java.lang.Integer anStoreId, java.lang.String astrDeviceType, java.lang.Integer anLanguageId) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns the display page name that can be used for displaying this Catalog Entry.
anMemberId
- The member group reference number. java.lang.LongabUser
- The user. com.ibm.commerce.user.objects.UserAccessBeananStoreId
- The Store reference number. java.lang.IntegerastrDeviceType
- The Device Type. java.lang.StringanLanguageId
- The Language reference number. java.lang.Integerjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic java.lang.String getType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method returns the type of the Catalog Entry.
getType
in interface DynamicKitAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getUrl() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTRY.URL column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The URL to this Catalog Entry. This can be used as a download URL for soft goods.
getUrl
in interface DynamicKitAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic boolean isCatalogEntryInStore(java.lang.Integer anStoreId) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns true if the catalog entry can be processed in the specified store.
anStoreId
- java.lang.Integerjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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.
aBaseItemId
- The BaseItem reference number. java.lang.Longpublic void setBaseItemId(java.lang.String astrBaseItemId)
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.
setBaseItemId
in interface DynamicKitAccessBeanData
astrBaseItemId
- The BaseItem reference number. java.lang.Stringpublic void setBuyable(java.lang.Integer anBuyable)
This method provides access to the CATENTRY.BUYABLE column of DB2 type INTEGER NULL.
The following is a description of this column:
Indicates whether this CatalogEntry can be purchased individually: 1=yes and 0=no.
anBuyable
- java.lang.Integerpublic void setBuyable(java.lang.String astrBuyable)
This method provides access to the CATENTRY.BUYABLE column of DB2 type INTEGER NULL.
The following is a description of this column:
Indicates whether this CatalogEntry can be purchased individually: 1=yes and 0=no.
setBuyable
in interface DynamicKitAccessBeanData
astrBuyable
- The buyable option of the Catalog Entry. java.lang.Stringpublic void setField1(java.lang.Integer aField1)
This method provides access to the CATENTRY.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
aField1
- The first customizable field. java.lang.Integerpublic void setField1(java.lang.String aField1)
This method provides access to the CATENTRY.FIELD1 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
setField1
in interface DynamicKitAccessBeanData
aField1
- The first customizable field. java.lang.Stringpublic void setField2(java.lang.Integer aField2)
This method provides access to the CATENTRY.FIELD2 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
aField2
- The second customizable field. java.lang.Integerpublic void setField2(java.lang.String aField2)
This method provides access to the CATENTRY.FIELD2 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
setField2
in interface DynamicKitAccessBeanData
aField2
- The second customizable field. java.lang.Stringpublic void setField3(java.math.BigDecimal aField3)
This method provides access to the CATENTRY.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
aField3
- The third customizable field. java.math.BigDecimalpublic void setField3(java.lang.String aField3)
This method provides access to the CATENTRY.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
setField3
in interface DynamicKitAccessBeanData
aField3
- The third customizable field. java.lang.Stringpublic void setField4(java.lang.String aField4)
This method provides access to the CATENTRY.FIELD4 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
setField4
in interface DynamicKitAccessBeanData
aField4
- The fourth customizable field. java.lang.Stringpublic void setField5(java.lang.String astrField5)
This method provides access to the CATENTRY.FIELD5 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
setField5
in interface DynamicKitAccessBeanData
astrField5
- The fifth customizable field. java.lang.Stringpublic void setInitKey_catalogEntryReferenceNumber(java.lang.String aInitKey_catalogEntryReferenceNumber)
Set the primary key for this object
aInitKey_catalogEntryReferenceNumber
- The Catalog Entry reference number. java.lang.Stringpublic void setItemspc_id(java.lang.Long aItemspc_id)
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.
aItemspc_id
- The SpecifiedItem reference number. java.lang.Longpublic void setItemspc_id(java.lang.String aItemspc_id)
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.
setItemspc_id
in interface DynamicKitAccessBeanData
aItemspc_id
- java.lang.Stringpublic void setLanguage_id(java.lang.Integer anLanguage_id)
This method provides access to the CATENTDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Identifier of the language.
anLanguage_id
- The language reference number. java.lang.Integerpublic void setLanguage_id(java.lang.String aLanguage_id)
This method provides access to the CATENTDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Identifier of the language.
setLanguage_id
in interface DynamicKitAccessBeanData
aLanguage_id
- The language reference number. java.lang.Stringpublic void setLastUpdate(java.lang.String astrLastUpdate)
This method provides access to the CATENTRY.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Indicates the last time the CatalogEntry was updated.
setLastUpdate
in interface DynamicKitAccessBeanData
astrLastUpdate
- The time the Catalog Entry was last updated. java.lang.Stringpublic void setLastUpdate(java.sql.Timestamp atmLastUpdate)
This method provides access to the CATENTRY.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Indicates the last time the CatalogEntry was updated.
atmLastUpdate
- The time the Catalog Entry was last updated. java.sql.Timestamppublic void setManufacturerName(java.lang.String astrManufacturerName)
This method provides access to the CATENTRY.MFNAME column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
The name of the manufacturer of this CatalogEntry.
setManufacturerName
in interface DynamicKitAccessBeanData
astrManufacturerName
- The manufacturer name of the Catalog Entry. java.lang.Stringpublic void setManufacturerPartNumber(java.lang.String astrManufacturerPartNumber)
This method provides access to the CATENTRY.MFPARTNUMBER column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
The part number used by the manufacturer to identify this CatalogEntry.
setManufacturerPartNumber
in interface DynamicKitAccessBeanData
astrManufacturerPartNumber
- The Manufacturer Part number of the Dynamic Kit. java.lang.Stringpublic void setMarkForDelete(java.lang.Integer anMarkForDelete)
This method provides access to the CATENTRY.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this CatalogEntry has been marked for deletion:
0 = No.
1 = Yes.
anMarkForDelete
- The Mark For Delete flag of the Catalog Entry. java.lang.Integerpublic void setMarkForDelete(java.lang.String astrMarkForDelete)
This method provides access to the CATENTRY.MARKFORDELETE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates if this CatalogEntry has been marked for deletion:
0 = No.
1 = Yes.
setMarkForDelete
in interface DynamicKitAccessBeanData
astrMarkForDelete
- The Mark For Delete flag of the Catalog Entry. java.lang.Stringpublic void setMemberId(java.lang.Long aMemberId)
This method provides access to the CATENTRY.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number that identifies the owner of the CatalogEntry. Along with the PARTNUMBER, these columns are a unique index.
aMemberId
- The Owner reference number of the Dynamic Kit. java.lang.Longpublic void setMemberId(java.lang.String aMemberId)
This method provides access to the CATENTRY.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number that identifies the owner of the CatalogEntry. Along with the PARTNUMBER, these columns are a unique index.
setMemberId
in interface DynamicKitAccessBeanData
aMemberId
- The owner of the Catalog Entry. java.lang.Stringpublic void setOid(java.lang.String astrOid)
This method provides access to the CATENTRY.OID column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
The Object Identifier for the Catalog Entry. Reserved for IBM internal use.
setOid
in interface DynamicKitAccessBeanData
astrOid
- java.lang.Stringpublic void setOnAuction(java.lang.Integer anOnAuction)
This method provides access to the CATENTRY.ONAUCTION column of DB2 type INTEGER NULL.
The following is a description of this column:
This flag identifies if this CatalogEntry is on auction.
anOnAuction
- The On Auction flag of the Catalog Entry. java.lang.Integerpublic void setOnAuction(java.lang.String astrOnAuction)
This method provides access to the CATENTRY.ONAUCTION column of DB2 type INTEGER NULL.
The following is a description of this column:
This flag identifies if this CatalogEntry is on auction.
setOnAuction
in interface DynamicKitAccessBeanData
astrOnAuction
- java.lang.Stringpublic void setOnSpecial(java.lang.Integer anOnSpecial)
This method provides access to the CATENTRY.ONSPECIAL column of DB2 type INTEGER NULL.
The following is a description of this column:
This flag identifies if this CatalogEntry is on special.
anOnSpecial
- The On Special flag of the Catalog Entry. java.lang.Integerpublic void setOnSpecial(java.lang.String aOnSpecial)
This method provides access to the CATENTRY.ONSPECIAL column of DB2 type INTEGER NULL.
The following is a description of this column:
This flag identifies if this CatalogEntry is on special.
setOnSpecial
in interface DynamicKitAccessBeanData
aOnSpecial
- The On Special flag of the Catalog Entry. java.lang.Stringpublic void setPartNumber(java.lang.String astrPartNumber)
This method provides access to the CATENTRY.PARTNUMBER column of DB2 type VARCHAR(64) NOT NULL.
The following is a description of this column:
The reference number that identifies the part number of the CatalogEntry. Along with the MEMBER_ID, these columns are a unique index.
setPartNumber
in interface DynamicKitAccessBeanData
astrPartNumber
- The Part number of the Catalog Entry. java.lang.Stringpublic void setState(java.lang.String astrState)
This method provides access to the CATENTRY.STATE column of DB2 type CHAR(1) NULL.
The following is a description of this column:
The state of the Catalog Entry. Reserved for IBM internal use.
setState
in interface DynamicKitAccessBeanData
astrState
- The state of the Catalog Entry. java.lang.Stringpublic void setUrl(java.lang.String astrUrl)
This method provides access to the CATENTRY.URL column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The URL to this Catalog Entry. This can be used as a download URL for soft goods.
setUrl
in interface DynamicKitAccessBeanData
astrUrl
- The URL of the Catalog Entry. java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |