com.ibm.commerce.catalog.objects
Class ProductPageRelationAccessBean

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

public class ProductPageRelationAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements ProductPageRelationAccessBeanData

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.

See Also:
Serialized Form

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

ProductPageRelationAccessBean

public ProductPageRelationAccessBean()

Default constructor. Maps to findByPrimaryKey.


ProductPageRelationAccessBean

public ProductPageRelationAccessBean(javax.ejb.EJBObject prodPageRelEJBObject)
                              throws java.rmi.RemoteException

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

Parameters:
prodPageRelEJBObject - The product page relation EJB object. javax.ejb.EJBObject
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception

ProductPageRelationAccessBean

public 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.

Parameters:
prodRefNum - The product reference number. java.lang.Long
auctionState - The auction state. java.lang.Integer
memberGrpID - The member group ID. java.lang.Long
storeID - The store ID. java.lang.Integer
entryType - The entry type. java.lang.String
pageName - The page name. java.lang.String
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

ProductPageRelationAccessBean

public 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.

Parameters:
prodRefNum - The product reference number. java.lang.Long
memberGrpID - The member group ID. java.lang.Long
storeID - The store ID. java.lang.Integer
entryType - The catalog entry type. java.lang.String
pageName - The page name. java.lang.String
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
Method Detail

commitCopyHelper

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

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

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

findByStoreCatEntryMemberGroup

public 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

Parameters:
storeID - The store ID. java.lang.Integer
catEntryID - The catalog entry ID. java.lang.Long
memberGrpID - The member group ID. java.lang.Long
deviceTypeID - The device type ID. java.lang.String
entryType - The catalog entry type java.lang.String
Returns:
com.ibm.commerce.catalog.objects.ProductPageRelationAccessBean
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByStoreCatEntryMemberGroupAuctionState

public 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

Parameters:
deviceFmtID - The device format ID. java.lang.Integer
storeID - The store ID. java.lang.Integer
catEntryID - The catalog entry ID. java.lang.Long
entryType - The catalog entry type. java.lang.String
memberGrpID - The member group ID. java.lang.Long
auctionState - The auction state. java.lang.Integer
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByStoreCatEntryMemberGroupLanguageId

public 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

Parameters:
storeID - The store ID. java.lang.Integer
catEntryID - The catalog entry ID. java.lang.Long
memberGrpID - The member group ID. java.lang.Long
deviceTypeID - The device type ID. java.lang.String
entryType - The catalog entry type. java.lang.String
langID - The language ID. java.lang.Integer
Returns:
com.ibm.commerce.catalog.objects.ProductPageRelationAccessBean
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByStoreCatEntryMemberGroups

public 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

Parameters:
storeID - The store ID. java.lang.Integer
catEntryID - The catalog entry ID. java.lang.Long
deviceTypeID - The device type ID. java.lang.String
entryType - The catalog entry type. java.lang.String
memberGrpID - The member group ID. java.lang.Long[]
Returns:
com.ibm.commerce.catalog.objects.ProductPageRelationAccessBean
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByStoreCatEntryMemberGroupsLanguageId

public 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

Parameters:
storeID - The store ID. java.lang.Integer
catEntryID - The catalog entry ID. java.lang.Long
deviceTypeID - The device type ID. java.lang.String
entryType - The catalog entry type. java.lang.String
memberGrpIDs - The member group IDs java.lang.Long[]
langID - The language ID. java.lang.Integer
Returns:
com.ibm.commerce.catalog.objects.ProductPageRelationAccessBean
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAutionState

public 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.

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

getAutionStateInEJBType

public 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.

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

getCatalogEntryType

public 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.

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

getDescription

public 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.

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

getDevicetype_id

public 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.

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

getField1

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

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

The following is a description of this column:

Customizable.

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

getField2

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

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

The following is a description of this column:

Customizable.

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

getLanguageId

public 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.

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

getLanguageIdInEJBType

public 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.

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

getMemberGroupID

public 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.

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

getMemberGroupIDInEJBType

public 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.

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

getOid

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

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

The following is a description of this column:

Reserved for IBM internal use.

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

getProductReferenceNumber

public 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.

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

getProductReferenceNumberInEJBType

public 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.

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

getRank

public 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.

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

getRankInEJBType

public 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.

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

getStoreEntryID

public 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.

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

getStoreEntryIDInEJBType

public 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.

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

getTemplateName

public 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.

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

refreshCopyHelper

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

Load data from the EJBObject.

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

setAutionState

public 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.

Parameters:
auctionState - The auction state. java.lang.Integer
Returns:
void

setAutionState

public 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.

Specified by:
setAutionState in interface ProductPageRelationAccessBeanData
Parameters:
auctionState - The auction state. java.lang.String
Returns:
void

setCatalogEntryType

public 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.

Specified by:
setCatalogEntryType in interface ProductPageRelationAccessBeanData
Parameters:
catEntryType - The catalog entry type. java.lang.String
Returns:
void

setDescription

public 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.

Specified by:
setDescription in interface ProductPageRelationAccessBeanData
Parameters:
description - The description. java.lang.String
Returns:
void

setDevicetype_id

public 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.

Specified by:
setDevicetype_id in interface ProductPageRelationAccessBeanData
Parameters:
deviceTypeID - The device type ID. java.lang.String
Returns:
void

setField1

public 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.

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

setField2

public 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.

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

setInitKey_displayReferenceNumber

public void setInitKey_displayReferenceNumber(java.lang.String displayRefNum)

Set the primary key for this object

Parameters:
displayRefNum - The display reference number. java.lang.String
Returns:
void

setLanguageId

public 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.

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

setLanguageId

public 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.

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

setMemberGroupID

public 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.

Parameters:
memberGrpID - java.lang.Long
Returns:
void

setMemberGroupID

public 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.

Specified by:
setMemberGroupID in interface ProductPageRelationAccessBeanData
Parameters:
memberGrpID - The member group ID. java.lang.String
Returns:
void

setOid

public 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.

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

setProductReferenceNumber

public 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.

Parameters:
prodRefNum - The product reference number. java.lang.Long
Returns:
void

setProductReferenceNumber

public 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.

Specified by:
setProductReferenceNumber in interface ProductPageRelationAccessBeanData
Parameters:
prodRefNum - The product reference number. java.lang.String
Returns:
void

setRank

public 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.

Parameters:
rank - The rank. java.lang.Double
Returns:
void

setRank

public 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.

Specified by:
setRank in interface ProductPageRelationAccessBeanData
Parameters:
rank - The rank. java.lang.String
Returns:
void

setStoreEntryID

public 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.

Parameters:
storeEntryID - The store entry ID. java.lang.Integer
Returns:
void

setStoreEntryID

public 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.

Specified by:
setStoreEntryID in interface ProductPageRelationAccessBeanData
Parameters:
storeEntryID - The store entry ID. java.lang.String
Returns:
void

setTemplateName

public 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.

Specified by:
setTemplateName in interface ProductPageRelationAccessBeanData
Parameters:
templateName - The template name. java.lang.String
Returns:
void