|
||||||||
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.CatalogGroupPageRelationAccessBean
This bean provides access to the DISPCGPREL table.
The following is a description of this table:
This table holds the page names used to display CatalogGroups. Selection is based on Store, MemberGroup, DeviceType, CatalogGroup, Language, or any combination of the above. If many pages satisfy the criteria, the page that best fits will be chosen.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
CatalogGroupPageRelationAccessBean()
Default constructor. |
|
CatalogGroupPageRelationAccessBean(javax.ejb.EJBObject CatalogGroupPageRelationEJBObject)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
CatalogGroupPageRelationAccessBean(java.lang.Long anCategoryId,
java.lang.Long anMemberGroupId,
java.lang.Integer anStoreentId)
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). |
CatalogGroupPageRelationAccessBean |
findByStoreCategoryMember(java.lang.Integer anStoreId,
java.lang.Long anCategoryId,
java.lang.Long anMemberGrpId,
java.lang.String astrDeviceTypeId)
This finder method returns the CatalogGroupPageRelation Access Bean with the given Store ID, Category ID, Member Group ID, and Device Type ID. |
CatalogGroupPageRelationAccessBean |
findByStoreCategoryMemberGroups(java.lang.Integer anStoreId,
java.lang.Long anCatGroupId,
java.lang.String astrDeviceTypeId,
java.lang.Long[] aMbrGrpId)
This method returns the Catalog Group Page Relation with the specified Store, Catalog Group, Device Type and Member Groups. |
CatalogGroupPageRelationAccessBean |
findByStoreCategoryMemberGroupsLanguageId(java.lang.Integer storeId,
java.lang.Long catalogGroupId,
java.lang.String devicetype_id,
java.lang.Long[] memberGrpIds,
java.lang.Integer languageId)
This finder method returns the CatalogGroupPageRelation Access Bean with the given Store ID, Category ID, list of Member Group IDs, Device Type ID and Language ID. |
CatalogGroupPageRelationAccessBean |
findByStoreCategoryMemberLanguageId(java.lang.Integer anStoreId,
java.lang.Long anCatGroupId,
java.lang.Long anMemberGrpId,
java.lang.String astrDeviceTypeId,
java.lang.Integer anLanguageId)
This method returns the Catalog Group Page Relation with the specified Store, Catalog Group, Member, and Language. |
java.lang.String |
getDescription()
This method provides access to the DISPCGPREL.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getDevicetype_id()
This method provides access to the DISPCGPREL.DEVICEFMT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getField1()
This method provides access to the DISPCGPREL.FIELD1 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getField2()
This method provides access to the DISPCGPREL.FIELD2 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getLanguageId()
This method provides access to the DISPCGPREL.LANGUAGE_ID column of DB2 type INTEGER NULL. |
java.lang.Integer |
getLanguageIdInEJBType()
This method provides access to the DISPCGPREL.LANGUAGE_ID column of DB2 type INTEGER NULL. |
java.lang.String |
getMemberGroupId()
This method provides access to the DISPCGPREL.MBRGRP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getMemberGroupIdInEJBType()
This method provides access to the DISPCGPREL.MBRGRP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getOid()
This method provides access to the DISPCGPREL.OID column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getPageName()
This method provides access to the DISPCGPREL.PAGENAME column of DB2 type VARCHAR(254) NOT NULL. |
java.lang.String |
getRank()
This method provides access to the DISPCGPREL.RANK column of DB2 type FLOAT NULL. |
java.lang.Double |
getRankInEJBType()
This method provides access to the DISPCGPREL.RANK column of DB2 type FLOAT NULL. |
java.lang.String |
getStoreent_id()
This method provides access to the DISPCGPREL.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreent_idInEJBType()
This method provides access to the DISPCGPREL.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setDescription(java.lang.String astrDescription)
This method provides access to the DISPCGPREL.DESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setDevicetype_id(java.lang.String astrDevicetypeId)
This method provides access to the DISPCGPREL.DEVICEFMT_ID column of DB2 type INTEGER NOT NULL. |
void |
setField1(java.lang.String astrField1)
This method provides access to the DISPCGPREL.FIELD1 column of DB2 type VARCHAR(254) NULL. |
void |
setField2(java.lang.String astrField2)
This method provides access to the DISPCGPREL.FIELD2 column of DB2 type VARCHAR(254) NULL. |
void |
setInitKey_displayReferenceNumber(java.lang.String aInitKey_displayReferenceNumber)
Set the primary key for this object |
void |
setLanguageId(java.lang.Integer anLanguageId)
This method provides access to the DISPCGPREL.LANGUAGE_ID column of DB2 type INTEGER NULL. |
void |
setLanguageId(java.lang.String astrLanguageId)
This method provides access to the DISPCGPREL.LANGUAGE_ID column of DB2 type INTEGER NULL. |
void |
setMemberGroupId(java.lang.Long anMemberGroupId)
This method provides access to the DISPCGPREL.MBRGRP_ID column of DB2 type BIGINT NOT NULL. |
void |
setMemberGroupId(java.lang.String astrMemberGroupId)
This method provides access to the DISPCGPREL.MBRGRP_ID column of DB2 type BIGINT NOT NULL. |
void |
setOid(java.lang.String astrOid)
This method provides access to the DISPCGPREL.OID column of DB2 type VARCHAR(64) NULL. |
void |
setPageName(java.lang.String astrPageName)
This method provides access to the DISPCGPREL.PAGENAME column of DB2 type VARCHAR(254) NOT NULL. |
void |
setRank(java.lang.Double adRank)
This method provides access to the DISPCGPREL.RANK column of DB2 type FLOAT NULL. |
void |
setRank(java.lang.String astrRank)
This method provides access to the DISPCGPREL.RANK column of DB2 type FLOAT NULL. |
void |
setStoreent_id(java.lang.Integer anStoreentId)
This method provides access to the DISPCGPREL.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreent_id(java.lang.String aStoreentId)
This method provides access to the DISPCGPREL.STOREENT_ID column of DB2 type INTEGER 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 CatalogGroupPageRelationAccessBean()
Default constructor. Maps to findByPrimaryKey.
public CatalogGroupPageRelationAccessBean(javax.ejb.EJBObject CatalogGroupPageRelationEJBObject) throws java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
CatalogGroupPageRelationEJBObject
- javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic CatalogGroupPageRelationAccessBean(java.lang.Long anCategoryId, java.lang.Long anMemberGroupId, java.lang.Integer anStoreentId) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Maps to a corresponding ejbCreate method in the home interface of the EJB. This method creates a new CatalogGroupPageRelation Access Bean using the Catalog Group ID, the Member Group ID, and the Store ID.
anCategoryId
- The Catalog Group ID java.lang.LonganMemberGroupId
- The Member Group ID java.lang.LonganStoreentId
- The Store ID java.lang.Integerjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException 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 CatalogGroupPageRelationAccessBean findByStoreCategoryMember(java.lang.Integer anStoreId, java.lang.Long anCategoryId, java.lang.Long anMemberGrpId, java.lang.String astrDeviceTypeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This finder method returns the CatalogGroupPageRelation Access Bean with the given Store ID, Category ID, Member Group ID, and Device Type ID.
SQL:
SELECT * FROM DISPCGPREL WHERE ((DISPCGPREL.STOREENT_ID = anStoreId or DISPCGPREL.STOREENT_ID= 0 )
and (DISPCGPREL.CATGROUP_id = anCategoryId or DISPCGPREL.CATGROUP_id= 0 )
and (DISPCGPREL.mbrgrp_id = anMemberGrpId or DISPCGPREL.mbrgrp_id = 0 )
and (DISPCGPREL.devicefmt_id = astrDeviceTypeId or DISPCGPREL.devicefmt_id= 0 )
order by DISPCGPREL.mbrgrp_id desc, DISPCGPREL.CATGROUP_id desc, DISPCGPREL.STOREENT_ID desc
anStoreId
- The Store ID java.lang.IntegeranCategoryId
- The Category ID java.lang.LonganMemberGrpId
- The Member Group ID java.lang.LongastrDeviceTypeId
- The Device Type ID java.lang.Stringjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic CatalogGroupPageRelationAccessBean findByStoreCategoryMemberGroups(java.lang.Integer anStoreId, java.lang.Long anCatGroupId, java.lang.String astrDeviceTypeId, java.lang.Long[] aMbrGrpId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns the Catalog Group Page Relation with the specified Store, Catalog Group, Device Type and Member Groups.
SQL:
SELECT * FROM DISPCGPREL WHERE ((DISPCGPREL.STOREENT_ID = anStoreId or DISPCGPREL.STOREENT_ID= 0 )
AND (DISPCGPREL.CATGROUP_ID = anCatGroupId OR DISPCGPREL.CATGROUP_ID = 0)
AND (DISPCGPREL.MBRGRP_ID IN (aMbrGrpId)
AND (DISPCGPREL.DEVICEFMT_ID = astrDeviceTypeId OR DISPCGPREL.DEVICEFMYT_ID = -1)
ORDER BY DISPCGPREL.MBRGRP_ID DESC, DISPCGPREL.CATGROUP_ID DESC, DISPCGPREL.STOREENT_ID DESC
anStoreId
- The Store reference number. java.lang.IntegeranCatGroupId
- The Catalog Group ID. java.lang.LongastrDeviceTypeId
- The Device Type ID. java.lang.StringaMbrGrpId
- The List of member groups. 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 CatalogGroupPageRelationAccessBean findByStoreCategoryMemberGroupsLanguageId(java.lang.Integer storeId, java.lang.Long catalogGroupId, java.lang.String devicetype_id, java.lang.Long[] memberGrpIds, java.lang.Integer languageId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This finder method returns the CatalogGroupPageRelation Access Bean with the given Store ID, Category ID, list of Member Group IDs, Device Type ID and Language ID.
SQL:
SELECT * FROM DISPCGPREL WHERE ((DISPCGPREL.STOREENT_ID = storeId or DISPCGPREL.STOREENT_ID= 0 )
AND (DISPCGPREL.CATGROUP_ID = catalogGroupId OR DISPCGPREL.CATGROUP_ID = 0)
AND (DISPCGPREL.DEVICEFMT_ID = devicetype_id OR DISPCGPREL.DEVICEFMYT_ID = -1)
AND (DISPCGPREL.MBRGRP_ID IN (memberGrpIds))
AND (DISPCGPREL.LANGUAGE_ID = languageId OR DISPCGPREL.LANGUAGE_ID IS NULL)
ORDER BY DISPCGPREL.MBRGRP_ID DESC, DISPCGPREL.CATGROUP_ID DESC, DISPCGPREL.STOREENT_ID DESC, DISPCGPREL.LANGUAGE_ID ASC
storeId
- The Store reference number. java.lang.IntegercatalogGroupId
- The Catalog Group reference number. java.lang.Longdevicetype_id
- The Device Type ID. java.lang.StringmemberGrpIds
- The list of Member Groups. java.lang.Long[]languageId
- The Language reference number. java.lang.Integerjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic CatalogGroupPageRelationAccessBean findByStoreCategoryMemberLanguageId(java.lang.Integer anStoreId, java.lang.Long anCatGroupId, java.lang.Long anMemberGrpId, java.lang.String astrDeviceTypeId, java.lang.Integer anLanguageId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
This method returns the Catalog Group Page Relation with the specified Store, Catalog Group, Member, and Language.
SQL:
SELECT * FROM DISPCGPREL WHERE ((DISPCGPREL.STOREENT_ID = anStoreId or DISPCGPREL.STOREENT_ID= 0 )
AND (DISPCGPREL.CATGROUP_ID = anCatGroupId OR DISPCGPREL.CATGROUP_ID = 0)
AND (DISPCGPREL.MBRGRP_ID = anMemberGrpId OR DISPCGPREL.MBRGRP_ID = 0)
AND (DISPCGPREL.DEVICEFMT_ID = astrDeviceTypeId OR DISPCGPREL.DEVICEFMYT_ID = -1)
AND (DISPCGPREL.LANGUAGE_ID = anLanguageId OR DISPCGPREL.LANGUAGE_ID IS NULL)
ORDER BY DISPCGPREL.MBRGRP_ID DESC, DISPCGPREL.CATGROUP_ID DESC, DISPCGPREL.STOREENT_ID DESC, DISPCGPREL.LANGUAGE_ID ASC
anStoreId
- The Store reference number. java.lang.IntegeranCatGroupId
- The Catalog Group reference number. java.lang.LonganMemberGrpId
- The member group reference number. java.lang.LongastrDeviceTypeId
- The Device Type ID. java.lang.StringanLanguageId
- The Language reference number. 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 getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISPCGPREL.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 CatalogGroupPageRelationAccessBeanData
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 DISPCGPREL.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 CatalogGroupPageRelationAccessBeanData
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 DISPCGPREL.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
getField1
in interface CatalogGroupPageRelationAccessBeanData
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 DISPCGPREL.FIELD2 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
getField2
in interface CatalogGroupPageRelationAccessBeanData
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 DISPCGPREL.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 CatalogGroupPageRelationAccessBeanData
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 DISPCGPREL.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 DISPCGPREL.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the Member Group 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 CatalogGroupPageRelationAccessBeanData
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 DISPCGPREL.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the Member Group 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 DISPCGPREL.OID column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
The Object Identifier. Reserved for IBM internal use.
getOid
in interface CatalogGroupPageRelationAccessBeanData
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 getPageName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISPCGPREL.PAGENAME column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The name and path of the display page template.
getPageName
in interface CatalogGroupPageRelationAccessBeanData
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 DISPCGPREL.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 CatalogGroupPageRelationAccessBeanData
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 DISPCGPREL.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 getStoreent_id() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISPCGPREL.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.
getStoreent_id
in interface CatalogGroupPageRelationAccessBeanData
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 getStoreent_idInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the DISPCGPREL.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 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 setDescription(java.lang.String astrDescription)
This method provides access to the DISPCGPREL.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 CatalogGroupPageRelationAccessBeanData
astrDescription
- The description of the Catalog Page. java.lang.Stringpublic void setDevicetype_id(java.lang.String astrDevicetypeId)
This method provides access to the DISPCGPREL.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 CatalogGroupPageRelationAccessBeanData
astrDevicetypeId
- The Device Type ID. java.lang.Stringpublic void setField1(java.lang.String astrField1)
This method provides access to the DISPCGPREL.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
setField1
in interface CatalogGroupPageRelationAccessBeanData
astrField1
- The first customizable field. java.lang.Stringpublic void setField2(java.lang.String astrField2)
This method provides access to the DISPCGPREL.FIELD2 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
setField2
in interface CatalogGroupPageRelationAccessBeanData
astrField2
- The second customizable field. java.lang.Stringpublic void setInitKey_displayReferenceNumber(java.lang.String aInitKey_displayReferenceNumber)
Set the primary key for this object
aInitKey_displayReferenceNumber
- The Catalog Group Display Page reference number. java.lang.Stringpublic void setLanguageId(java.lang.Integer anLanguageId)
This method provides access to the DISPCGPREL.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.
anLanguageId
- The Language reference number. java.lang.Integerpublic void setLanguageId(java.lang.String astrLanguageId)
This method provides access to the DISPCGPREL.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 CatalogGroupPageRelationAccessBeanData
astrLanguageId
- The Language reference number. java.lang.Stringpublic void setMemberGroupId(java.lang.Long anMemberGroupId)
This method provides access to the DISPCGPREL.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the Member Group for which this template page will be displayed. A value of 0 indicates that this template page will be used for all MemberGroups.
anMemberGroupId
- The Member Group reference number. java.lang.Longpublic void setMemberGroupId(java.lang.String astrMemberGroupId)
This method provides access to the DISPCGPREL.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The reference number of the Member Group for which this template page will be displayed. A value of 0 indicates that this template page will be used for all Member Groups.
setMemberGroupId
in interface CatalogGroupPageRelationAccessBeanData
astrMemberGroupId
- The Member Group reference number. java.lang.Stringpublic void setOid(java.lang.String astrOid)
This method provides access to the DISPCGPREL.OID column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
The Object Identifier. Reserved for IBM internal use.
setOid
in interface CatalogGroupPageRelationAccessBeanData
astrOid
- The Object Identifier. java.lang.Stringpublic void setPageName(java.lang.String astrPageName)
This method provides access to the DISPCGPREL.PAGENAME column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The name and path of the display page template.
setPageName
in interface CatalogGroupPageRelationAccessBeanData
astrPageName
- The name and path of the display page. java.lang.Stringpublic void setRank(java.lang.Double adRank)
This method provides access to the DISPCGPREL.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.
adRank
- The sequence number of the page. java.lang.Doublepublic void setRank(java.lang.String astrRank)
This method provides access to the DISPCGPREL.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 CatalogGroupPageRelationAccessBeanData
astrRank
- The sequence number of the page. java.lang.Stringpublic void setStoreent_id(java.lang.Integer anStoreentId)
This method provides access to the DISPCGPREL.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.
anStoreentId
- java.lang.Integerpublic void setStoreent_id(java.lang.String aStoreentId)
This method provides access to the DISPCGPREL.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.
setStoreent_id
in interface CatalogGroupPageRelationAccessBeanData
aStoreentId
- The Store Entity reference number. java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |