|
||||||||
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.RelatedCatalogGroupAccessBean
This bean provides access to the MASSOCGPGP table.
The following is a description of this table:
This table holds the merchandising associations that exist between CatalogGroups.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
RelatedCatalogGroupAccessBean()
Default constructor. |
|
RelatedCatalogGroupAccessBean(javax.ejb.EJBObject relCatGrpEJBObj)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
RelatedCatalogGroupAccessBean(java.lang.String assocTypeID,
java.lang.String assocID,
java.lang.Long fromCatGrpID,
java.lang.Long toCatGrpID)
Maps to a corresponding ejbCreate method in the home interface of the EJB. |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findByCategoryAccessory(java.lang.Long categoryID)
Finds the related catalog groups with the category accessory. |
java.util.Enumeration |
findByCategoryAccessoryWithSemantic(java.lang.Long categoryID,
java.lang.String semantic)
Finds the related catalog groups with the category accessory and semantic specifier. |
java.util.Enumeration |
findByCategoryCrossSell(java.lang.Long categoryRefNum)
Finds the related catalog group with the category cross sell. |
java.util.Enumeration |
findByCategoryCrossSellWithSemantic(java.lang.Long categoryID,
java.lang.String semantic)
Finds the related catalog group with category cross sell and semantic specifier. |
java.util.Enumeration |
findByCategoryUpSell(java.lang.Long categoryRefNum)
Finds the related catalog groups with the category reference number. |
java.util.Enumeration |
findByCategoryUpSellWithSemantic(java.lang.Long categoryID,
java.lang.String semantic)
Finds the related catalog groups with the category up sell and semantic specifier. |
java.lang.String |
getAssociationType()
This method provides access to the MASSOCGPGP.MASSOCTYPE_ID column of DB2 type CHAR(32) NOT NULL. |
java.lang.String |
getField1()
This method provides access to the MASSOCGPGP.FIELD1 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getField2()
This method provides access to the MASSOCGPGP.FIELD2 column of DB2 type INTEGER NULL. |
java.lang.Integer |
getField2InEJBType()
This method provides access to the MASSOCGPGP.FIELD2 column of DB2 type INTEGER NULL. |
java.lang.String |
getField3()
This method provides access to the MASSOCGPGP.FIELD3 column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getField3InEJBType()
This method provides access to the MASSOCGPGP.FIELD3 column of DB2 type DECIMAL(20,5) NULL. |
java.lang.String |
getFromCatalogGroupReferenceNumber()
This method provides access to the MASSOCGPGP.CATGROUP_ID_FROM column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getFromCatalogGroupReferenceNumberInEJBType()
This method provides access to the MASSOCGPGP.CATGROUP_ID_FROM column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getGroupName()
This method provides access to the MASSOCGPGP.GROUPNAME column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getOid()
This method provides access to the MASSOCGPGP.OID column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getQuantity()
This method provides access to the MASSOCGPGP.QUANTITY column of DB2 type FLOAT NULL. |
java.lang.Double |
getQuantityInEJBType()
This method provides access to the MASSOCGPGP.QUANTITY column of DB2 type FLOAT NULL. |
java.lang.String |
getRank()
This method provides access to the MASSOCGPGP.RANK column of DB2 type DECIMAL(20,5) NULL. |
java.math.BigDecimal |
getRankInEJBType()
This method provides access to the MASSOCGPGP.RANK column of DB2 type DECIMAL(20,5) NULL. |
CatalogGroupAccessBean |
getRelatedCatalogGroup()
This method provides access to the MASSOCGPGP.RULE column of DB2 type CHAR(254) NULL. |
java.lang.String |
getRule()
This method provides access to the MASSOCGPGP.RULE column of DB2 type CHAR(254) NULL. |
java.lang.String |
getSematicSpecifier()
This method provides access to the MASSOCGPGP.MASSOC_ID column of DB2 type CHAR(32) NOT NULL. |
java.lang.String |
getToCatalogGroupReferenceNumber()
This method provides access to the MASSOCGPGP.CATGROUP_ID_TO column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getToCatalogGroupReferenceNumberInEJBType()
This method provides access to the MASSOCGPGP.CATGROUP_ID_TO column of DB2 type BIGINT NOT NULL. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setAssociationType(java.lang.String associationType)
This method provides access to the MASSOCGPGP.MASSOCTYPE_ID column of DB2 type CHAR(32) NOT NULL. |
void |
setField1(java.lang.String field1)
This method provides access to the MASSOCGPGP.FIELD1 column of DB2 type VARCHAR(254) NULL. |
void |
setField2(java.lang.Integer field2)
This method provides access to the MASSOCGPGP.FIELD2 column of DB2 type INTEGER NULL. |
void |
setField2(java.lang.String field2)
This method provides access to the MASSOCGPGP.FIELD2 column of DB2 type INTEGER NULL. |
void |
setField3(java.math.BigDecimal field3)
This method provides access to the MASSOCGPGP.FIELD3 column of DB2 type DECIMAL(20,5) NULL. |
void |
setField3(java.lang.String field3)
This method provides access to the MASSOCGPGP.FIELD3 column of DB2 type DECIMAL(20,5) NULL. |
void |
setFromCatalogGroupReferenceNumber(java.lang.Long fromCatGrpID)
This method provides access to the MASSOCGPGP.CATGROUP_ID_FROM column of DB2 type BIGINT NOT NULL. |
void |
setFromCatalogGroupReferenceNumber(java.lang.String fromCatGrpID)
This method provides access to the MASSOCGPGP.CATGROUP_ID_FROM column of DB2 type BIGINT NOT NULL. |
void |
setGroupName(java.lang.String grpName)
This method provides access to the MASSOCGPGP.GROUPNAME column of DB2 type VARCHAR(254) NULL. |
void |
setInitKey_associationReferenceNumber(java.lang.String assocID)
Set the primary key for this object |
void |
setOid(java.lang.String OID)
This method provides access to the MASSOCGPGP.OID column of DB2 type VARCHAR(64) NULL. |
void |
setQuantity(java.lang.Double quantity)
This method provides access to the MASSOCGPGP.QUANTITY column of DB2 type FLOAT NULL. |
void |
setQuantity(java.lang.String quantity)
This method provides access to the MASSOCGPGP.QUANTITY column of DB2 type FLOAT NULL. |
void |
setRank(java.math.BigDecimal rank)
This method provides access to the MASSOCGPGP.RANK column of DB2 type DECIMAL(20,5) NULL. |
void |
setRank(java.lang.String rank)
This method provides access to the MASSOCGPGP.RANK column of DB2 type DECIMAL(20,5) NULL. |
void |
setRule(java.lang.String rule)
This method provides access to the MASSOCGPGP.RULE column of DB2 type CHAR(254) NULL. |
void |
setSematicSpecifier(java.lang.String semantic)
This method provides access to the MASSOCGPGP.MASSOC_ID column of DB2 type CHAR(32) NOT NULL. |
void |
setToCatalogGroupReferenceNumber(java.lang.Long toCatGrpID)
This method provides access to the MASSOCGPGP.CATGROUP_ID_TO column of DB2 type BIGINT NOT NULL. |
void |
setToCatalogGroupReferenceNumber(java.lang.String toCatGrpID)
This method provides access to the MASSOCGPGP.CATGROUP_ID_TO column of DB2 type BIGINT 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 RelatedCatalogGroupAccessBean()
Default constructor. Maps to findByPrimaryKey.
public RelatedCatalogGroupAccessBean(javax.ejb.EJBObject relCatGrpEJBObj) throws java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
relCatGrpEJBObj
- The related catalog group EJB Object. javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic RelatedCatalogGroupAccessBean(java.lang.String assocTypeID, java.lang.String assocID, java.lang.Long fromCatGrpID, java.lang.Long toCatGrpID) 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 related catalog group according to the association type ID, association reference number, from catalog group ID, and to catalog group ID.
assocTypeID
- The association type ID. java.lang.StringassocID
- The association ID. java.lang.StringfromCatGrpID
- The From catalog group ID. java.lang.LongtoCatGrpID
- The To catalog group ID. java.lang.Longjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByCategoryAccessory(java.lang.Long categoryID) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the related catalog groups with the category accessory.
SQL:
SELECT MASSOCGPGP.QUANTITY, MASSOCGPGP.MASSOCTYPE_ID, MASSOCGPGP.MASSOCGPGP_ID, MASSOCGPGP.CATGROUP_ID_TO, MASSOCGPGP.RULE, MASSOCGPGP.MASSOC_ID, MASSOCGPGP.CATGROUP_ID_FROM, MASSOCGPGP.RANK, MASSOCGPGP.FIELD1, MASSOCGPGP.FIELD2, MASSOCGPGP.FIELD3, MASSOCGPGP.GROUPNAME, MASSOCGPGP.OID
FROM MASSOCGPGP, CATGROUP
WHERE CATGROUP.MARKFORDELETE = 0
AND MASSOCGPGP.CATGROUP_ID_FROM = categoryID
AND MASSOCGPGP.MASSOCTYPE_ID = 'ACCESSORY'
AND CATGROUP.CATGROUP_ID = MASSOCGPGP.CATGROUP_ID_TO
ORDER BY MASSOCGPGP.RANK
categoryID
- The category reference number. java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByCategoryAccessoryWithSemantic(java.lang.Long categoryID, java.lang.String semantic) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the related catalog groups with the category accessory and semantic specifier.
SQL:
SELECT MASSOCGPGP.QUANTITY, MASSOCGPGP.MASSOCTYPE_ID, MASSOCGPGP.MASSOCGPGP_ID, MASSOCGPGP.CATGROUP_ID_TO, MASSOCGPGP.RULE, MASSOCGPGP.MASSOC_ID, MASSOCGPGP.CATGROUP_ID_FROM, MASSOCGPGP.RANK, MASSOCGPGP.FIELD1, MASSOCGPGP.FIELD2, MASSOCGPGP.FIELD3, MASSOCGPGP.GROUPNAME, MASSOCGPGP.OID
FROM MASSOCGPGP, CATGROUP
WHERE CATGROUP.MARKFORDELETE = 0
AND MASSOCGPGP.CATGROUP_ID_FROM = categoryID
AND MASSOCGPGP.MASSOC_ID = semantic
AND MASSOCGPGP.MASSOCTYPE_ID = 'ACCESSORY'
AND CATGROUP.CATGROUP_ID = MASSOCGPGP.CATGROUP_ID_TO
ORDER BY MASSOCGPGP.RANK
categoryID
- The catalog entry reference number. java.lang.Longsemantic
- The semantic specifier. 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 findByCategoryCrossSell(java.lang.Long categoryRefNum) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the related catalog group with the category cross sell.
SQL:
SELECT MASSOCGPGP.QUANTITY, MASSOCGPGP.MASSOCTYPE_ID, MASSOCGPGP.MASSOCGPGP_ID, MASSOCGPGP.CATGROUP_ID_TO, MASSOCGPGP.RULE, MASSOCGPGP.MASSOC_ID, MASSOCGPGP.CATGROUP_ID_FROM, MASSOCGPGP.RANK, MASSOCGPGP.FIELD1, MASSOCGPGP.FIELD2, MASSOCGPGP.FIELD3, MASSOCGPGP.GROUPNAME, MASSOCGPGP.OID
FROM MASSOCGPGP, CATGROUP
WHERE CATGROUP.MARKFORDELETE = 0
AND MASSOCGPGP.CATGROUP_ID_FROM = categoryRefNum
AND MASSOCGPGP.MASSOCTYPE_ID = 'XSELL'
AND CATGROUP.CATGROUP_ID = MASSOCGPGP.CATGROUP_ID_TO
ORDER BY MASSOCGPGP.RANK
categoryRefNum
- The category reference number. java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByCategoryCrossSellWithSemantic(java.lang.Long categoryID, java.lang.String semantic) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the related catalog group with category cross sell and semantic specifier.
SQL:
SELECT MASSOCGPGP.QUANTITY, MASSOCGPGP.MASSOCTYPE_ID, MASSOCGPGP.MASSOCGPGP_ID, MASSOCGPGP.CATGROUP_ID_TO, MASSOCGPGP.RULE, MASSOCGPGP.MASSOC_ID, MASSOCGPGP.CATGROUP_ID_FROM, MASSOCGPGP.RANK, MASSOCGPGP.FIELD1, MASSOCGPGP.FIELD2, MASSOCGPGP.FIELD3, MASSOCGPGP.GROUPNAME, MASSOCGPGP.OID
FROM MASSOCGPGP, CATGROUP
WHERE CATGROUP.MARKFORDELETE = 0
AND MASSOCGPGP.CATGROUP_ID_FROM = categoryID
AND MASSOCGPGP.MASSOC_ID = semantic
AND MASSOCGPGP.MASSOCTYPE_ID = 'XSELL'
AND CATGROUP.CATGROUP_ID = MASSOCGPGP.CATGROUP_ID_TO
ORDER BY MASSOCGPGP.RANK
categoryID
- The catalog entry reference number. java.lang.Longsemantic
- The semantic specifier. 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 findByCategoryUpSell(java.lang.Long categoryRefNum) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the related catalog groups with the category reference number.
SQL:
SELECT MASSOCGPGP.QUANTITY, MASSOCGPGP.MASSOCTYPE_ID, MASSOCGPGP.MASSOCGPGP_ID, MASSOCGPGP.CATGROUP_ID_TO, MASSOCGPGP.RULE, MASSOCGPGP.MASSOC_ID, MASSOCGPGP.CATGROUP_ID_FROM, MASSOCGPGP.RANK, MASSOCGPGP.FIELD1, MASSOCGPGP.FIELD2, MASSOCGPGP.FIELD3, MASSOCGPGP.GROUPNAME, MASSOCGPGP.OID
FROM MASSOCGPGP, CATGROUP
WHERE CATGROUP.MARKFORDELETE = 0
AND MASSOCGPGP.CATGROUP_ID_FROM = categoryRefNum
AND MASSOCGPGP.MASSOCTYPE_ID = 'UPSELL'
AND CATGROUP.CATGROUP_ID = MASSOCGPGP.CATGROUP_ID_TO
ORDER BY MASSOCGPGP.RANK
categoryRefNum
- The category reference number. java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByCategoryUpSellWithSemantic(java.lang.Long categoryID, java.lang.String semantic) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the related catalog groups with the category up sell and semantic specifier.
SQL:
SELECT MASSOCGPGP.QUANTITY, MASSOCGPGP.MASSOCTYPE_ID, MASSOCGPGP.MASSOCGPGP_ID, MASSOCGPGP.CATGROUP_ID_TO, MASSOCGPGP.RULE, MASSOCGPGP.MASSOC_ID, MASSOCGPGP.CATGROUP_ID_FROM, MASSOCGPGP.RANK, MASSOCGPGP.FIELD1, MASSOCGPGP.FIELD2, MASSOCGPGP.FIELD3, MASSOCGPGP.GROUPNAME, MASSOCGPGP.OID
FROM MASSOCGPGP, CATGROUP
WHERE CATGROUP.MARKFORDELETE = 0
AND MASSOCGPGP.CATGROUP_ID_FROM = categoryID
AND MASSOCGPGP.MASSOC_ID = semantic
AND MASSOCGPGP.MASSOCTYPE_ID = 'UPSELL'
AND CATGROUP.CATGROUP_ID = MASSOCGPGP.CATGROUP_ID_TO
ORDER BY MASSOCGPGP.RANK
categoryID
- The category reference number. java.lang.Longsemantic
- The semantic specifier. 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.lang.String getAssociationType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MASSOCGPGP.MASSOCTYPE_ID column of DB2 type CHAR(32) NOT NULL.
The following is a description of this column:
The Identifier of the association type. Foreign key to the MASSOCTYPE table.
getAssociationType
in interface RelatedCatalogGroupAccessBeanData
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 MASSOCGPGP.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
getField1
in interface RelatedCatalogGroupAccessBeanData
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 MASSOCGPGP.FIELD2 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
getField2
in interface RelatedCatalogGroupAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getField2InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MASSOCGPGP.FIELD2 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MASSOCGPGP.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
getField3
in interface RelatedCatalogGroupAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.math.BigDecimal getField3InEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MASSOCGPGP.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getFromCatalogGroupReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MASSOCGPGP.CATGROUP_ID_FROM column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogGroup that is the source of the association.
getFromCatalogGroupReferenceNumber
in interface RelatedCatalogGroupAccessBeanData
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 getFromCatalogGroupReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MASSOCGPGP.CATGROUP_ID_FROM column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogGroup that is the source of the association.
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 getGroupName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MASSOCGPGP.GROUPNAME column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
getGroupName
in interface RelatedCatalogGroupAccessBeanData
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 MASSOCGPGP.OID column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Reserved for IBM internal use.
getOid
in interface RelatedCatalogGroupAccessBeanData
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 getQuantity() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MASSOCGPGP.QUANTITY column of DB2 type FLOAT NULL.
The following is a description of this column:
The quantity related to this association.
getQuantity
in interface RelatedCatalogGroupAccessBeanData
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 getQuantityInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MASSOCGPGP.QUANTITY column of DB2 type FLOAT NULL.
The following is a description of this column:
The quantity related to this association.
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 MASSOCGPGP.RANK column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The sequence number used for display order.
getRank
in interface RelatedCatalogGroupAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.math.BigDecimal getRankInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MASSOCGPGP.RANK column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The sequence number used for display order.
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 CatalogGroupAccessBean getRelatedCatalogGroup() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
This method provides access to the MASSOCGPGP.RULE column of DB2 type CHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
javax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic java.lang.String getRule() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MASSOCGPGP.RULE column of DB2 type CHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
getRule
in interface RelatedCatalogGroupAccessBeanData
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 getSematicSpecifier() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MASSOCGPGP.MASSOC_ID column of DB2 type CHAR(32) NOT NULL.
The following is a description of this column:
The Identifier of the semantic specifier. Foreign key to the MASSOC table.
getSematicSpecifier
in interface RelatedCatalogGroupAccessBeanData
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 getToCatalogGroupReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MASSOCGPGP.CATGROUP_ID_TO column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogGroup that is the target of the association.
getToCatalogGroupReferenceNumber
in interface RelatedCatalogGroupAccessBeanData
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 getToCatalogGroupReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MASSOCGPGP.CATGROUP_ID_TO column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogGroup that is the target of the association.
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 setAssociationType(java.lang.String associationType)
This method provides access to the MASSOCGPGP.MASSOCTYPE_ID column of DB2 type CHAR(32) NOT NULL.
The following is a description of this column:
The Identifier of the association type. Foreign key to the MASSOCTYPE table.
setAssociationType
in interface RelatedCatalogGroupAccessBeanData
associationType
- The association type. java.lang.Stringpublic void setField1(java.lang.String field1)
This method provides access to the MASSOCGPGP.FIELD1 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
setField1
in interface RelatedCatalogGroupAccessBeanData
field1
- The customizable field. java.lang.Stringpublic void setField2(java.lang.Integer field2)
This method provides access to the MASSOCGPGP.FIELD2 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
field2
- The customizable field. java.lang.Integerpublic void setField2(java.lang.String field2)
This method provides access to the MASSOCGPGP.FIELD2 column of DB2 type INTEGER NULL.
The following is a description of this column:
Customizable.
setField2
in interface RelatedCatalogGroupAccessBeanData
field2
- The customizable field. java.lang.Stringpublic void setField3(java.math.BigDecimal field3)
This method provides access to the MASSOCGPGP.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
field3
- The customizable field. java.math.BigDecimalpublic void setField3(java.lang.String field3)
This method provides access to the MASSOCGPGP.FIELD3 column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
Customizable.
setField3
in interface RelatedCatalogGroupAccessBeanData
field3
- The customizable field. java.lang.Stringpublic void setFromCatalogGroupReferenceNumber(java.lang.Long fromCatGrpID)
This method provides access to the MASSOCGPGP.CATGROUP_ID_FROM column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogGroup that is the source of the association.
fromCatGrpID
- The From catalog group ID. java.lang.Longpublic void setFromCatalogGroupReferenceNumber(java.lang.String fromCatGrpID)
This method provides access to the MASSOCGPGP.CATGROUP_ID_FROM column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogGroup that is the source of the association.
setFromCatalogGroupReferenceNumber
in interface RelatedCatalogGroupAccessBeanData
fromCatGrpID
- The From catalog group reference number. java.lang.Stringpublic void setGroupName(java.lang.String grpName)
This method provides access to the MASSOCGPGP.GROUPNAME column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
setGroupName
in interface RelatedCatalogGroupAccessBeanData
grpName
- The group name. java.lang.Stringpublic void setInitKey_associationReferenceNumber(java.lang.String assocID)
Set the primary key for this object
assocID
- The association reference number. java.lang.Stringpublic void setOid(java.lang.String OID)
This method provides access to the MASSOCGPGP.OID column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Reserved for IBM internal use.
setOid
in interface RelatedCatalogGroupAccessBeanData
OID
- The object identifier. java.lang.Stringpublic void setQuantity(java.lang.Double quantity)
This method provides access to the MASSOCGPGP.QUANTITY column of DB2 type FLOAT NULL.
The following is a description of this column:
The quantity related to this association.
quantity
- The quantity. java.lang.Doublepublic void setQuantity(java.lang.String quantity)
This method provides access to the MASSOCGPGP.QUANTITY column of DB2 type FLOAT NULL.
The following is a description of this column:
The quantity related to this association.
setQuantity
in interface RelatedCatalogGroupAccessBeanData
quantity
- The quantity. java.lang.Stringpublic void setRank(java.math.BigDecimal rank)
This method provides access to the MASSOCGPGP.RANK column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The sequence number used for display order.
rank
- The rank. java.math.BigDecimalpublic void setRank(java.lang.String rank)
This method provides access to the MASSOCGPGP.RANK column of DB2 type DECIMAL(20,5) NULL.
The following is a description of this column:
The sequence number used for display order.
setRank
in interface RelatedCatalogGroupAccessBeanData
rank
- The rank. java.lang.Stringpublic void setRule(java.lang.String rule)
This method provides access to the MASSOCGPGP.RULE column of DB2 type CHAR(254) NULL.
The following is a description of this column:
Reserved for IBM internal use.
setRule
in interface RelatedCatalogGroupAccessBeanData
rule
- The rule. java.lang.Stringpublic void setSematicSpecifier(java.lang.String semantic)
This method provides access to the MASSOCGPGP.MASSOC_ID column of DB2 type CHAR(32) NOT NULL.
The following is a description of this column:
The Identifier of the semantic specifier. Foreign key to the MASSOC table.
setSematicSpecifier
in interface RelatedCatalogGroupAccessBeanData
semantic
- The semantic specifier. java.lang.Stringpublic void setToCatalogGroupReferenceNumber(java.lang.Long toCatGrpID)
This method provides access to the MASSOCGPGP.CATGROUP_ID_TO column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogGroup that is the target of the association.
toCatGrpID
- The To catalog group ID. java.lang.Longpublic void setToCatalogGroupReferenceNumber(java.lang.String toCatGrpID)
This method provides access to the MASSOCGPGP.CATGROUP_ID_TO column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The CatalogGroup that is the target of the association.
setToCatalogGroupReferenceNumber
in interface RelatedCatalogGroupAccessBeanData
toCatGrpID
- The catalog group reference number. java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |