|
||||||||
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.ProductPageRelationAccessBean
This bean provides access to the DISPENTREL table.
The following is a description of this table:
This table holds the page names used to display CatalogEntries. Selection is based on Store, MemberGroup, DeviceType, CatalogEntryType, CatalogEntry, AuctionState, Language, or any combination of the above.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
ProductPageRelationAccessBean()
Default constructor. |
|
ProductPageRelationAccessBean(javax.ejb.EJBObject prodPageRelEJBObject)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
ProductPageRelationAccessBean(java.lang.Long prodRefNum,
java.lang.Integer auctionState,
java.lang.Long memberGrpID,
java.lang.Integer storeID,
java.lang.String entryType,
java.lang.String pageName)
Maps to a corresponding ejbCreate method in the home interface of the EJB. |
|
ProductPageRelationAccessBean(java.lang.Long prodRefNum,
java.lang.Long memberGrpID,
java.lang.Integer storeID,
java.lang.String entryType,
java.lang.String pageName)
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). |
ProductPageRelationAccessBean |
findByStoreCatEntryMemberGroup(java.lang.Integer storeID,
java.lang.Long catEntryID,
java.lang.Long memberGrpID,
java.lang.String deviceTypeID,
java.lang.String entryType)
Finds the product page relation with the catalog entry ID. |
java.util.Enumeration |
findByStoreCatEntryMemberGroupAuctionState(java.lang.Integer deviceFmtID,
java.lang.Integer storeID,
java.lang.Long catEntryID,
java.lang.String entryType,
java.lang.Long memberGrpID,
java.lang.Integer auctionState)
Finds the product page relation with the catalog entry ID. |
ProductPageRelationAccessBean |
findByStoreCatEntryMemberGroupLanguageId(java.lang.Integer storeID,
java.lang.Long catEntryID,
java.lang.Long memberGrpID,
java.lang.String deviceTypeID,
java.lang.String entryType,
java.lang.Integer langID)
Finds the product page relation with the catalog entry ID. |
ProductPageRelationAccessBean |
findByStoreCatEntryMemberGroups(java.lang.Integer storeID,
java.lang.Long catEntryID,
java.lang.String deviceTypeID,
java.lang.String entryType,
java.lang.Long[] memberGrpID)
Finds the product page relation with the catalog entry ID. |
ProductPageRelationAccessBean |
findByStoreCatEntryMemberGroupsLanguageId(java.lang.Integer storeID,
java.lang.Long catEntryID,
java.lang.String deviceTypeID,
java.lang.String entryType,
java.lang.Long[] memberGrpIDs,
java.lang.Integer languageID)
Finds the product page relation with the catalog entry ID. |
java.lang.String |
getAutionState()
This method provides access to the DISPENTREL.AUCTIONSTATE column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getAutionStateInEJBType()
This method provides access to the DISPENTREL.AUCTIONSTATE column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getCatalogEntryType()
This method provides access to the DISPENTREL.CATENTTYPE_ID column of DB2 type CHAR(16) NOT NULL. |
java.lang.String |
getDescription()
This method provides access to the DISPENTREL.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getDevicetype_id()
This method provides access to the DISPENTREL.DEVICEFMT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getField1()
This method provides access to the DISPENTREL.FIELD1 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getField2()
This method provides access to the DISPENTREL.FIELD2 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getLanguageId()
This method provides access to the DISPENTREL.LANGUAGE_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getLanguageIdInEJBType()
This method provides access to the DISPENTREL.LANGUAGE_ID column of DB2 type INTEGER NULL. |
java.lang.String |
getMemberGroupID()
This method provides access to the DISPENTREL.MBRGRP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getMemberGroupIDInEJBType()
This method provides access to the DISPENTREL.MBRGRP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getOid()
This method provides access to the DISPENTREL.OID column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getProductReferenceNumber()
This method provides access to the DISPENTREL.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getProductReferenceNumberInEJBType()
This method provides access to the DISPENTREL.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getRank()
This method provides access to the DISPENTREL.RANK column of DB2 type FLOAT NULL. |
java.lang.Double |
getRankInEJBType()
This method provides access to the DISPENTREL.RANK column of DB2 type FLOAT NULL. |
java.lang.String |
getStoreEntryID()
This method provides access to the DISPENTREL.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreEntryIDInEJBType()
This method provides access to the DISPENTREL.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getTemplateName()
This method provides access to the DISPENTREL.PAGENAME column of DB2 type VARCHAR(254) NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setAutionState(java.lang.Integer auctionState)
This method provides access to the DISPENTREL.AUCTIONSTATE column of DB2 type INTEGER NOT NULL. |
void |
setAutionState(java.lang.String auctionState)
This method provides access to the DISPENTREL.AUCTIONSTATE column of DB2 type INTEGER NOT NULL. |
void |
setCatalogEntryType(java.lang.String catEntryType)
This method provides access to the DISPENTREL.CATENTTYPE_ID column of DB2 type CHAR(16) NOT NULL. |
void |
setDescription(java.lang.String description)
This method provides access to the DISPENTREL.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setDevicetype_id(java.lang.String deviceTypeID)
This method provides access to the DISPENTREL.DEVICEFMT_ID column of DB2 type INTEGER NOT NULL. |
void |
setField1(java.lang.String field1)
This method provides access to the DISPENTREL.FIELD1 column of DB2 type VARCHAR(254) NULL. |
void |
setField2(java.lang.String field2)
This method provides access to the DISPENTREL.FIELD2 column of DB2 type VARCHAR(254) NULL. |
void |
setInitKey_displayReferenceNumber(java.lang.String displayRefNum)
Set the primary key for this object |
void |
setLanguageId(java.lang.Integer langID)
This method provides access to the DISPENTREL.LANGUAGE_ID column of DB2 type INTEGER NULL. |
void |
setLanguageId(java.lang.String langID)
This method provides access to the DISPENTREL.LANGUAGE_ID column of DB2 type INTEGER NULL. |
void |
setMemberGroupID(java.lang.Long memberGrpID)
This method provides access to the DISPENTREL.MBRGRP_ID column of DB2 type BIGINT NOT NULL. |
void |
setMemberGroupID(java.lang.String memberGrpID)
This method provides access to the DISPENTREL.MBRGRP_ID column of DB2 type BIGINT NOT NULL. |
void |
setOid(java.lang.String OID)
This method provides access to the DISPENTREL.OID column of DB2 type VARCHAR(64) NULL. |
void |
setProductReferenceNumber(java.lang.Long prodRefNum)
This method provides access to the DISPENTREL.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setProductReferenceNumber(java.lang.String prodRefNum)
This method provides access to the DISPENTREL.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
void |
setRank(java.lang.Double rank)
This method provides access to the DISPENTREL.RANK column of DB2 type FLOAT NULL. |
void |
setRank(java.lang.String rank)
This method provides access to the DISPENTREL.RANK column of DB2 type FLOAT NULL. |
void |
setStoreEntryID(java.lang.Integer storeEntryID)
This method provides access to the DISPENTREL.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreEntryID(java.lang.String storeEntryID)
This method provides access to the DISPENTREL.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setTemplateName(java.lang.String templateName)
This method provides access to the DISPENTREL.PAGENAME column of DB2 type VARCHAR(254) NOT 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 ProductPageRelationAccessBean()
Default constructor. Maps to findByPrimaryKey.
public ProductPageRelationAccessBean(javax.ejb.EJBObject prodPageRelEJBObject) throws java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
prodPageRelEJBObject
- The product page relation EJB object. javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic ProductPageRelationAccessBean(java.lang.Long prodRefNum, java.lang.Integer auctionState, java.lang.Long memberGrpID, java.lang.Integer storeID, java.lang.String entryType, java.lang.String pageName) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB. Creates an access to the product page relation according to the product reference number, auction state, member group ID, store ID, catalog entry type, and page name.
prodRefNum
- The product reference number. java.lang.LongauctionState
- The auction state. java.lang.IntegermemberGrpID
- The member group ID. java.lang.LongstoreID
- The store ID. java.lang.IntegerentryType
- The entry type. java.lang.StringpageName
- The page name. java.lang.Stringjavax.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 exceptionpublic ProductPageRelationAccessBean(java.lang.Long prodRefNum, java.lang.Long memberGrpID, java.lang.Integer storeID, java.lang.String entryType, java.lang.String pageName) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB. Creates an access to the product page relation according to the product reference number, member group ID, store ID, catalog entry type, and page name.
prodRefNum
- The product reference number. java.lang.LongmemberGrpID
- The member group ID. java.lang.LongstoreID
- The store ID. java.lang.IntegerentryType
- The catalog entry type. java.lang.StringpageName
- The page name. java.lang.Stringjavax.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 ProductPageRelationAccessBean findByStoreCatEntryMemberGroup(java.lang.Integer storeID, java.lang.Long catEntryID, java.lang.Long memberGrpID, java.lang.String deviceTypeID, java.lang.String entryType) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the product page relation with the catalog entry ID.
SQL:
SELECT FIELD2, OID, MBRGRP_ID, CATENTTYPE_ID, DISPENTREL_ID, PAGENAME, CATENTRY_ID, AUCTIONSTATE, DESCRIPTION, FIELD1, DEVICEFMT_ID, STOREENT_ID, RANK, LANGUAGE_ID
FROM DISPENTREL
WHERE (STOREENT_ID = storeID OR STOREENT_ID = 0 )
AND (catentry_id = catEntryID or catentry_id = 0 )
AND (MBRGRP_ID = memberGrpID or MBRGRP_ID = 0 )
AND (devicefmt_id = deviceTypeID or devicefmt_id =-1)
AND (CATENTTYPE_ID = entryType or CATENTTYPE_ID = 'CatalogEntryBean')
ORDER BY auctionstate desc, MBRGRP_ID desc, catentry_id desc, STOREENT_ID desc
storeID
- The store ID. java.lang.IntegercatEntryID
- The catalog entry ID. java.lang.LongmemberGrpID
- The member group ID. java.lang.LongdeviceTypeID
- The device type ID. java.lang.StringentryType
- The catalog entry type 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 findByStoreCatEntryMemberGroupAuctionState(java.lang.Integer deviceFmtID, java.lang.Integer storeID, java.lang.Long catEntryID, java.lang.String entryType, java.lang.Long memberGrpID, java.lang.Integer auctionState) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the product page relation with the catalog entry ID.
SQL:
SELECT FIELD2, OID, MBRGRP_ID, CATENTTYPE_ID, DISPENTREL_ID, PAGENAME, CATENTRY_ID, AUCTIONSTATE, DESCRIPTION, FIELD1, DEVICEFMT_ID, STOREENT_ID, RANK, LANGUAGE_ID
FROM DISPENTREL
WHERE DEVICEFMT_ID = deviceFmtID
AND STOREENT_ID = storeID
AND CATENTRY_ID= catEntryID
AND CATENTTYPE_ID = entryType
AND MBRGRP_ID = memberGrpID
AND AUCTIONSTATE= auctionState
deviceFmtID
- The device format ID. java.lang.IntegerstoreID
- The store ID. java.lang.IntegercatEntryID
- The catalog entry ID. java.lang.LongentryType
- The catalog entry type. java.lang.StringmemberGrpID
- The member group ID. java.lang.LongauctionState
- The auction state. java.lang.Integerjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic ProductPageRelationAccessBean findByStoreCatEntryMemberGroupLanguageId(java.lang.Integer storeID, java.lang.Long catEntryID, java.lang.Long memberGrpID, java.lang.String deviceTypeID, java.lang.String entryType, java.lang.Integer langID) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the product page relation with the catalog entry ID.
SQL:
SELECT FIELD2, OID, MBRGRP_ID, CATENTTYPE_ID, DISPENTREL_ID, PAGENAME, CATENTRY_ID, AUCTIONSTATE, DESCRIPTION, FIELD1, DEVICEFMT_ID, STOREENT_ID, RANK, LANGUAGE_ID
FROM DISPENTREL
WHERE (STOREENT_ID = storeID or STOREENT_ID = 0 )
AND (catentry_id = catEntryID or catentry_id = 0 )
AND (MBRGRP_ID = memberGrpID or MBRGRP_ID = 0 )
AND (devicefmt_id = deviceTypeID or devicefmt_id = -1)
AND (CATENTTYPE_ID = 'entryType' or CATENTTYPE_ID = 'CatalogEntryBean')
AND (language_id = langID or language_id is null )
ORDER BY auctionstate desc, MBRGRP_ID desc, catentry_id desc, STOREENT_ID desc , language_id asc
storeID
- The store ID. java.lang.IntegercatEntryID
- The catalog entry ID. java.lang.LongmemberGrpID
- The member group ID. java.lang.LongdeviceTypeID
- The device type ID. java.lang.StringentryType
- The catalog entry type. java.lang.StringlangID
- The language ID. java.lang.Integerjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic ProductPageRelationAccessBean findByStoreCatEntryMemberGroups(java.lang.Integer storeID, java.lang.Long catEntryID, java.lang.String deviceTypeID, java.lang.String entryType, java.lang.Long[] memberGrpID) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the product page relation with the catalog entry ID.
SQL:
SELECT FIELD2, OID, MBRGRP_ID, CATENTTYPE_ID, DISPENTREL_ID, PAGENAME, CATENTRY_ID, AUCTIONSTATE, DESCRIPTION, FIELD1, DEVICEFMT_ID, STOREENT_ID, RANK, LANGUAGE_ID
FROM DISPENTREL
WHERE (STOREENT_ID = storeID or STOREENT_ID = 0)
AND (catentry_id = catEntryID or catentry_id = 0)
AND (devicefmt_id = deviceTypeID or devicefmt_id = -1)
AND (CATENTTYPE_ID = 'entryType' or CATENTTYPE_ID = 'CatalogEntryBean')
AND (MBRGRP_ID in (0, memberGrpID))
ORDER BY auctionstate desc, MBRGRP_ID desc, catentry_id desc, STOREENT_ID desc
storeID
- The store ID. java.lang.IntegercatEntryID
- The catalog entry ID. java.lang.LongdeviceTypeID
- The device type ID. java.lang.StringentryType
- The catalog entry type. java.lang.StringmemberGrpID
- The member group ID. 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 ProductPageRelationAccessBean findByStoreCatEntryMemberGroupsLanguageId(java.lang.Integer storeID, java.lang.Long catEntryID, java.lang.String deviceTypeID, java.lang.String entryType, java.lang.Long[] memberGrpIDs, java.lang.Integer languageID) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the product page relation with the catalog entry ID.
SQL:
SELECT FIELD2, OID, MBRGRP_ID, CATENTTYPE_ID, DISPENTREL_ID, PAGENAME, CATENTRY_ID, AUCTIONSTATE, DESCRIPTION, FIELD1, DEVICEFMT_ID, STOREENT_ID, RANK, LANGUAGE_ID
FROM DISPENTREL
WHERE (STOREENT_ID = storeID or STOREENT_ID = 0)
AND (catentry_id = catEntryID or catentry_id = 0)
AND (devicefmt_id = deviceTypeID or devicefmt_id = -1)
AND (CATENTTYPE_ID = 'entryType' or CATENTTYPE_ID = 'CatalogEntryBean')
AND (MBRGRP_ID in (0, memberGrpIDs))
AND (language_id= langID or language_id is null )
ORDER BY auctionstate desc, MBRGRP_ID desc, catentry_id desc, STOREENT_ID desc, language_id asc
storeID
- The store ID. java.lang.IntegercatEntryID
- The catalog entry ID. java.lang.LongdeviceTypeID
- The device type ID. java.lang.StringentryType
- The catalog entry type. java.lang.StringmemberGrpIDs
- The member group IDs java.lang.Long[]langID
- The language ID. java.lang.Integerjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getAutionState() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISPENTREL.AUCTIONSTATE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The flag that indicates that this template page displays a CatalogEntry that is on auction. A value of 0 indicates that it is not an auction template, while a value of 1 indicates that it is.
getAutionState
in interface ProductPageRelationAccessBeanData
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 getAutionStateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISPENTREL.AUCTIONSTATE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The flag that indicates that this template page displays a CatalogEntry that is on auction. A value of 0 indicates that it is not an auction template, while a value of 1 indicates that it is.
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 getCatalogEntryType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISPENTREL.CATENTTYPE_ID column of DB2 type CHAR(16) NOT NULL.
The following is a description of this column:
The type of CatalogEntry that this page will be used to display. Foreign key to the CATENTTYPE table. For example, if this column is designated as "BundleBean", than this page will be used to display Bundles.
getCatalogEntryType
in interface ProductPageRelationAccessBeanData
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 getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISPENTREL.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A descriptive comment of this entry.
getDescription
in interface ProductPageRelationAccessBeanData
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 getDevicetype_id() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISPENTREL.DEVICEFMT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The reference number of the device type that the page will be displayed on. Foreign key to the DEVICEFMT table.
getDevicetype_id
in interface ProductPageRelationAccessBeanData
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 getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISPENTREL.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
getField1
in interface ProductPageRelationAccessBeanData
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 DISPENTREL.FIELD2 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
getField2
in interface ProductPageRelationAccessBeanData
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 getLanguageId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISPENTREL.LANGUAGE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The language that this page displays. For a list of language components, see the LANGUAGE table.
getLanguageId
in interface ProductPageRelationAccessBeanData
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 getLanguageIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISPENTREL.LANGUAGE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The language that this page displays. For a list of language components, see the LANGUAGE table.
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 getMemberGroupID() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISPENTREL.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the MemberGroup for which this template page will be displayed. A value of 0 indicates that this template page will be used for all MemberGroups.
getMemberGroupID
in interface ProductPageRelationAccessBeanData
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 getMemberGroupIDInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISPENTREL.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the MemberGroup for which this template page will be displayed. A value of 0 indicates that this template page will be used for all MemberGroups.
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 DISPENTREL.OID column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Reserved for IBM internal use.
getOid
in interface ProductPageRelationAccessBeanData
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 getProductReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISPENTREL.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the CatalogEntry for which this page name will be displayed. A value of 0 indicates that this page name will be used for all CatalogEntries.
getProductReferenceNumber
in interface ProductPageRelationAccessBeanData
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 getProductReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISPENTREL.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the CatalogEntry for which this page name will be displayed. A value of 0 indicates that this page name will be used for all CatalogEntries.
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 getRank() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISPENTREL.RANK column of DB2 type FLOAT NULL.
The following is a description of this column:
A sequence number used to break ties when more than one page satisfies the selection criteria.
getRank
in interface ProductPageRelationAccessBeanData
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.Double getRankInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISPENTREL.RANK column of DB2 type FLOAT NULL.
The following is a description of this column:
A sequence number used to break ties when more than one page satisfies the selection criteria.
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 getStoreEntryID() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISPENTREL.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The reference number of the Store for which this page will be displayed.
getStoreEntryID
in interface ProductPageRelationAccessBeanData
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 getStoreEntryIDInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISPENTREL.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The reference number of the Store for which this page will be displayed.
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 getTemplateName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISPENTREL.PAGENAME column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The name and path of the display template page.
getTemplateName
in interface ProductPageRelationAccessBeanData
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 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 setAutionState(java.lang.Integer auctionState)
This method provides access to the DISPENTREL.AUCTIONSTATE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The flag that indicates that this template page displays a CatalogEntry that is on auction. A value of 0 indicates that it is not an auction template, while a value of 1 indicates that it is.
auctionState
- The auction state. java.lang.Integerpublic void setAutionState(java.lang.String auctionState)
This method provides access to the DISPENTREL.AUCTIONSTATE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The flag that indicates that this template page displays a CatalogEntry that is on auction. A value of 0 indicates that it is not an auction template, while a value of 1 indicates that it is.
setAutionState
in interface ProductPageRelationAccessBeanData
auctionState
- The auction state. java.lang.Stringpublic void setCatalogEntryType(java.lang.String catEntryType)
This method provides access to the DISPENTREL.CATENTTYPE_ID column of DB2 type CHAR(16) NOT NULL.
The following is a description of this column:
The type of CatalogEntry that this page will be used to display. Foreign key to the CATENTTYPE table. For example, if this column is designated as "BundleBean", than this page will be used to display Bundles.
setCatalogEntryType
in interface ProductPageRelationAccessBeanData
catEntryType
- The catalog entry type. java.lang.Stringpublic void setDescription(java.lang.String description)
This method provides access to the DISPENTREL.DESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A descriptive comment of this entry.
setDescription
in interface ProductPageRelationAccessBeanData
description
- The description. java.lang.Stringpublic void setDevicetype_id(java.lang.String deviceTypeID)
This method provides access to the DISPENTREL.DEVICEFMT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The reference number of the device type that the page will be displayed on. Foreign key to the DEVICEFMT table.
setDevicetype_id
in interface ProductPageRelationAccessBeanData
deviceTypeID
- The device type ID. java.lang.Stringpublic void setField1(java.lang.String field1)
This method provides access to the DISPENTREL.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
setField1
in interface ProductPageRelationAccessBeanData
field1
- The customizable field. java.lang.Stringpublic void setField2(java.lang.String field2)
This method provides access to the DISPENTREL.FIELD2 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
setField2
in interface ProductPageRelationAccessBeanData
field2
- The customizable field. java.lang.Stringpublic void setInitKey_displayReferenceNumber(java.lang.String displayRefNum)
Set the primary key for this object
displayRefNum
- The display reference number. java.lang.Stringpublic void setLanguageId(java.lang.Integer langID)
This method provides access to the DISPENTREL.LANGUAGE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The language that this page displays. For a list of language components, see the LANGUAGE table.
langID
- The language ID. java.lang.Integerpublic void setLanguageId(java.lang.String langID)
This method provides access to the DISPENTREL.LANGUAGE_ID column of DB2 type INTEGER NULL.
The following is a description of this column:
The language that this page displays. For a list of language components, see the LANGUAGE table.
setLanguageId
in interface ProductPageRelationAccessBeanData
langID
- The language ID. java.lang.Stringpublic void setMemberGroupID(java.lang.Long memberGrpID)
This method provides access to the DISPENTREL.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the MemberGroup for which this template page will be displayed. A value of 0 indicates that this template page will be used for all MemberGroups.
memberGrpID
- java.lang.Longpublic void setMemberGroupID(java.lang.String memberGrpID)
This method provides access to the DISPENTREL.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the MemberGroup for which this template page will be displayed. A value of 0 indicates that this template page will be used for all MemberGroups.
setMemberGroupID
in interface ProductPageRelationAccessBeanData
memberGrpID
- The member group ID. java.lang.Stringpublic void setOid(java.lang.String OID)
This method provides access to the DISPENTREL.OID column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Reserved for IBM internal use.
setOid
in interface ProductPageRelationAccessBeanData
OID
- The object identifier. java.lang.Stringpublic void setProductReferenceNumber(java.lang.Long prodRefNum)
This method provides access to the DISPENTREL.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the CatalogEntry for which this page name will be displayed. A value of 0 indicates that this page name will be used for all CatalogEntries.
prodRefNum
- The product reference number. java.lang.Longpublic void setProductReferenceNumber(java.lang.String prodRefNum)
This method provides access to the DISPENTREL.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the CatalogEntry for which this page name will be displayed. A value of 0 indicates that this page name will be used for all CatalogEntries.
setProductReferenceNumber
in interface ProductPageRelationAccessBeanData
prodRefNum
- The product reference number. java.lang.Stringpublic void setRank(java.lang.Double rank)
This method provides access to the DISPENTREL.RANK column of DB2 type FLOAT NULL.
The following is a description of this column:
A sequence number used to break ties when more than one page satisfies the selection criteria.
rank
- The rank. java.lang.Doublepublic void setRank(java.lang.String rank)
This method provides access to the DISPENTREL.RANK column of DB2 type FLOAT NULL.
The following is a description of this column:
A sequence number used to break ties when more than one page satisfies the selection criteria.
setRank
in interface ProductPageRelationAccessBeanData
rank
- The rank. java.lang.Stringpublic void setStoreEntryID(java.lang.Integer storeEntryID)
This method provides access to the DISPENTREL.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The reference number of the Store for which this page will be displayed.
storeEntryID
- The store entry ID. java.lang.Integerpublic void setStoreEntryID(java.lang.String storeEntryID)
This method provides access to the DISPENTREL.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The reference number of the Store for which this page will be displayed.
setStoreEntryID
in interface ProductPageRelationAccessBeanData
storeEntryID
- The store entry ID. java.lang.Stringpublic void setTemplateName(java.lang.String templateName)
This method provides access to the DISPENTREL.PAGENAME column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The name and path of the display template page.
setTemplateName
in interface ProductPageRelationAccessBeanData
templateName
- The template name. java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |