java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.catalog.objects.AttributeAccessBean
This table holds product Attributes which are used for descriptive or SKU resolution purposes.
Constructor Summary | |
---|---|
AttributeAccessBean() constructor | |
AttributeAccessBean(java.lang.Integer arg0,
java.lang.String arg1) constructor | |
AttributeAccessBean(java.lang.Integer arg0, java.lang.String arg1,
java.lang.Double arg2) constructor | |
AttributeAccessBean(java.lang.Integer arg0, java.lang.String arg1,
java.lang.Double arg2, java.lang.Long arg3, java.lang.String arg4) constructor | |
AttributeAccessBean(javax.ejb.EJBObject o) constructor | |
AttributeAccessBean(java.lang.Long arg0, java.lang.Integer arg1,
java.lang.String arg2) constructor | |
AttributeAccessBean(java.lang.Long arg0, java.lang.Integer arg1,
java.lang.String arg2, java.lang.Double arg3) constructor | |
AttributeAccessBean(java.lang.Long arg0, java.lang.Integer arg1,
java.lang.String arg2, java.lang.String arg3) constructor | |
AttributeAccessBean(java.lang.Long arg0, java.lang.String arg1,
java.lang.Integer arg2, java.lang.Long arg3,
java.lang.String arg4) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findByAttributeId(java.lang.Long arg0) Finds the attribute with the attribute reference number. |
java.util.Enumeration |
findByCatalogEntryId(java.lang.Long arg0) Finds the attribute with the Catalog Entry reference number. |
java.util.Enumeration |
findByCatEntryLanguageAndSequence(java.lang.Long arg0,
java.lang.Integer arg1, java.lang.Double arg2) Finds the attribute with the Catalog Entry reference number, language Id, and sequence number. |
java.util.Enumeration |
findByCatEntryLanguageAndUsage(java.lang.Long arg0,
java.lang.Integer arg1, java.lang.String arg2) Finds the attribute with the Catalog Entry reference number, language Id, and usage. |
AttributeAccessBean |
findByNameAndCatalogEntryAndLanguage(java.lang.String arg0,
java.lang.Long arg1, java.lang.Integer arg2) Finds the attribute with the aName, Catalog Entry reference number, and language Id. |
java.util.Enumeration |
findByProduct(java.lang.Long arg0, java.lang.Integer arg1) Finds the attribute with the product. |
java.lang.String |
getAttributeReferenceNumber() This method provides access to the ATTRIBUTE.ATTRIBUTE_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getAttributeReferenceNumberInEJBType() This method provides access to the ATTRIBUTE.ATTRIBUTE_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getAttributeType() This method provides access to the ATTRIBUTE.ATTRTYPE_ID column of DB2 type CHAR(16) NOT NULL. |
AttributeValueAccessBean[] |
getAttributeValues() Gets the list of values defined for this attribute. |
java.lang.String |
getCatalogEntryReferenceNumber() This method provides access to the ATTRIBUTE.CATENTRY_ID column of DB2 type BIGINT. |
java.lang.Long |
getCatalogEntryReferenceNumberInEJBType() This method provides access to the ATTRIBUTE.CATENTRY_ID column of DB2 type BIGINT. |
java.lang.String |
getDescription() This method provides access to the ATTRIBUTE.DESCRIPTION column of DB2 type VARCHAR(254). |
java.lang.String |
getDescription2() This method provides access to the ATTRIBUTE.DESCRIPTION2 column of DB2 type VARCHAR(254). |
java.lang.Object[] |
getDistinctAttributeValues() Gets the list of distinct attribute values. |
java.lang.String |
getField1() This method provides access to the ATTRIBUTE.FIELD1 column of DB2 type VARCHAR(254). |
java.lang.String |
getGroupName() This method accesses a non-CMP field |
java.lang.String |
getLanguage_id() This method provides access to the ATTRIBUTE.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getLanguage_idInEJBType() This method provides access to the ATTRIBUTE.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Double |
getMaxSequenceForCatEntryAndLanguage(java.lang.Long arg0,
java.lang.Integer arg1) This method returns the maximum attribute sequence number with the given Catalog Entry reference number and language Id. |
java.lang.String |
getName() This method provides access to the ATTRIBUTE.NAME column of DB2 type VARCHAR(254). |
java.lang.String |
getNoteInfo() This method accesses a non-CMP field |
java.lang.String |
getOID() This method provides access to the ATTRIBUTE.OID column of DB2 type VARCHAR(64). |
java.lang.String |
getSequenceNumber() This method provides access to the ATTRIBUTE.SEQUENCE column of DB2 type FLOAT NOT NULL DEFAULT 0. |
java.lang.Double |
getSequenceNumberInEJBType() This method provides access to the ATTRIBUTE.SEQUENCE column of DB2 type FLOAT NOT NULL DEFAULT 0. |
java.lang.String |
getUsage() This method provides access to the ATTRIBUTE.USAGE column of DB2 type CHAR(1) DEFAULT '1'. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setAttributeReferenceNumber(java.lang.Long newValue) This method provides access to the ATTRIBUTE.ATTRIBUTE_ID column of DB2 type BIGINT NOT NULL. |
void |
setAttributeReferenceNumber(java.lang.String newValue) This method provides access to the ATTRIBUTE.ATTRIBUTE_ID column of DB2 type BIGINT NOT NULL. |
void |
setAttributeType(java.lang.String newValue) This method provides access to the ATTRIBUTE.ATTRTYPE_ID column of DB2 type CHAR(16) NOT NULL. |
void |
setCatalogEntryReferenceNumber(java.lang.Long newValue) This method provides access to the ATTRIBUTE.CATENTRY_ID column of DB2 type BIGINT. |
void |
setCatalogEntryReferenceNumber(java.lang.String newValue) This method provides access to the ATTRIBUTE.CATENTRY_ID column of DB2 type BIGINT. |
void |
setDescription(java.lang.String newValue) This method provides access to the ATTRIBUTE.DESCRIPTION column of DB2 type VARCHAR(254). |
void |
setDescription2(java.lang.String newValue) This method provides access to the ATTRIBUTE.DESCRIPTION2 column of DB2 type VARCHAR(254). |
void |
setField1(java.lang.String newValue) This method provides access to the ATTRIBUTE.FIELD1 column of DB2 type VARCHAR(254). |
void |
setGroupName(java.lang.String newValue) This method accesses a non-CMP field |
void |
setInitKey_attributeReferenceNumber(java.lang.String newValue) Set the primary key for this object |
void |
setInitKey_language_id(java.lang.String newValue) Set the primary key for this object |
void |
setLanguage_id(java.lang.Integer newValue) This method provides access to the ATTRIBUTE.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setLanguage_id(java.lang.String newValue) This method provides access to the ATTRIBUTE.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setName(java.lang.String newValue) This method provides access to the ATTRIBUTE.NAME column of DB2 type VARCHAR(254). |
void |
setNoteInfo(java.lang.String newValue) This method accesses a non-CMP field |
void |
setOID(java.lang.String newValue) This method provides access to the ATTRIBUTE.OID column of DB2 type VARCHAR(64). |
void |
setSequenceNumber(java.lang.Double newValue) This method provides access to the ATTRIBUTE.SEQUENCE column of DB2 type FLOAT NOT NULL DEFAULT 0. |
void |
setSequenceNumber(java.lang.String newValue) This method provides access to the ATTRIBUTE.SEQUENCE column of DB2 type FLOAT NOT NULL DEFAULT 0. |
void |
setUsage(java.lang.String newValue) This method provides access to the ATTRIBUTE.USAGE column of DB2 type CHAR(1) DEFAULT '1'. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeAccessBean()
public AttributeAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public AttributeAccessBean(java.lang.Integer arg0, java.lang.String arg1) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Integerarg1
- java.lang.Stringjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
public AttributeAccessBean(java.lang.Integer arg0, java.lang.String arg1, java.lang.Double arg2) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Integerarg1
- java.lang.Stringarg2
- java.lang.Doublejavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
public AttributeAccessBean(java.lang.Integer arg0, java.lang.String arg1, java.lang.Double arg2, java.lang.Long arg3, java.lang.String arg4) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Integerarg1
- java.lang.Stringarg2
- java.lang.Doublearg3
- java.lang.Longarg4
- java.lang.Stringjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
public AttributeAccessBean(java.lang.Long arg0, java.lang.Integer arg1, java.lang.String arg2) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
arg0
- java.lang.Longarg1
- java.lang.Integerarg2
- java.lang.Stringjavax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException
public AttributeAccessBean(java.lang.Long arg0, java.lang.Integer arg1, java.lang.String arg2, java.lang.Double arg3) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
arg0
- java.lang.Longarg1
- java.lang.Integerarg2
- java.lang.Stringarg3
- java.lang.Doublejavax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException
public AttributeAccessBean(java.lang.Long arg0, java.lang.Integer arg1, java.lang.String arg2, java.lang.String arg3) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
arg0
- java.lang.Longarg1
- java.lang.Integerarg2
- java.lang.Stringarg3
- java.lang.Stringjavax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException
public AttributeAccessBean(java.lang.Long arg0, java.lang.String arg1, java.lang.Integer arg2, java.lang.Long arg3, java.lang.String arg4) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
arg0
- java.lang.Longarg1
- java.lang.Stringarg2
- java.lang.Integerarg3
- java.lang.Longarg4
- java.lang.Stringjavax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException
Method Detail |
---|
public AttributeAccessBean findByNameAndCatalogEntryAndLanguage(java.lang.String arg0, java.lang.Long arg1, java.lang.Integer arg2) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the attribute with the aName, Catalog Entry reference number, and language Id.
SQL:
SELECT * FROM ATTRIBUTE WHERE ATTRIBUTE.NAME = aName and
ATTRIBUTE.CATENTRY_ID = aCatEntry_id and ATTRIBUTE.Language_id =
aLanguage_id
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByAttributeId(java.lang.Long arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the attribute with the attribute reference number.
SQL:
SELECT * FROM ATTRIBUTE WHERE ATTRIBUTE.ATTRIBUTE_ID = attributeId
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByCatEntryLanguageAndSequence(java.lang.Long arg0, java.lang.Integer arg1, java.lang.Double arg2) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the attribute with the Catalog Entry reference number, language Id, and sequence number.
SQL:
SELECT * FROM ATTRIBUTE WHERE ATTRIBUTE.CATENTRY_ID = catalogEntryId
and ATTRIBUTE.Language_id = languageId and ATTRIBUTE.SEQUENCE =
sequence
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByCatEntryLanguageAndUsage(java.lang.Long arg0, java.lang.Integer arg1, java.lang.String arg2) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the attribute with the Catalog Entry reference number, language Id, and usage.
SQL:
SELECT * FROM ATTRIBUTE WHERE ATTRIBUTE.CATENTRY_ID = catalogEntryId
and ATTRIBUTE.Language_id = languageId and ATTRIBUTE.USAGE =
usage ORDER BY ATTRIBUTE.SEQUENCE
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByCatalogEntryId(java.lang.Long arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the attribute with the Catalog Entry reference number.
SQL:
SELECT * FROM ATTRIBUTE WHERE ATTRIBUTE.CATENTRY_ID =
catalogEntryId
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByProduct(java.lang.Long arg0, java.lang.Integer arg1) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the attribute with the product.
SQL:
SELECT DESCRIPTION2, DESCRIPTION, SEQUENCE, ATTRIBUTE_ID, CATENTRY_ID,
LANGUAGE_ID, OID, FIELD1, NAME, ATTRTYPE_ID, USAGE FROM ATTRIBUTE WHERE
CATENTRY_ID = productReferenceNumber AND LANGUAGE_ID =
language_id
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_attributeReferenceNumber(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_language_id(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringprotected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRIBUTE.DESCRIPTION column of DB2 type VARCHAR(254).
The following is a description of this column:
The Attribute description.
getDescription
in interface
AttributeAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setDescription(java.lang.String newValue)
This method provides access to the ATTRIBUTE.DESCRIPTION column of DB2 type VARCHAR(254).
The following is a description of this column:
The Attribute description.
setDescription
in interface
AttributeAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getDescription2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRIBUTE.DESCRIPTION2 column of DB2 type VARCHAR(254).
The following is a description of this column:
An additional description field for this Attribute.
getDescription2
in interface
AttributeAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setDescription2(java.lang.String newValue)
This method provides access to the ATTRIBUTE.DESCRIPTION2 column of DB2 type VARCHAR(254).
The following is a description of this column:
An additional description field for this Attribute.
setDescription2
in interface
AttributeAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getOID() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRIBUTE.OID column of DB2 type VARCHAR(64).
The following is a description of this column:
Reserved for IBM internal use.
getOID
in interface
AttributeAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setOID(java.lang.String newValue)
This method provides access to the ATTRIBUTE.OID column of DB2 type VARCHAR(64).
The following is a description of this column:
Reserved for IBM internal use.
setOID
in interface
AttributeAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getSequenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRIBUTE.SEQUENCE column of DB2 type FLOAT NOT NULL DEFAULT 0.
The following is a description of this column:
A sequence number that determines the display order of Attributes for a given product.
getSequenceNumber
in interface
AttributeAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Double getSequenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRIBUTE.SEQUENCE column of DB2 type FLOAT NOT NULL DEFAULT 0.
The following is a description of this column:
A sequence number that determines the display order of Attributes for a given product.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setSequenceNumber(java.lang.String newValue)
This method provides access to the ATTRIBUTE.SEQUENCE column of DB2 type FLOAT NOT NULL DEFAULT 0.
The following is a description of this column:
A sequence number that determines the display order of Attributes for a given product.
setSequenceNumber
in interface
AttributeAccessBeanData
newValue
- Stringpublic void setSequenceNumber(java.lang.Double newValue)
This method provides access to the ATTRIBUTE.SEQUENCE column of DB2 type FLOAT NOT NULL DEFAULT 0.
The following is a description of this column:
A sequence number that determines the display order of Attributes for a given product.
newValue
- java.lang.Doublepublic java.lang.String getCatalogEntryReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRIBUTE.CATENTRY_ID column of DB2 type BIGINT.
The following is a description of this column:
The reference number of the Product to which this Attribute belongs.
getCatalogEntryReferenceNumber
in interface
AttributeAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getCatalogEntryReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRIBUTE.CATENTRY_ID column of DB2 type BIGINT.
The following is a description of this column:
The reference number of the Product to which this Attribute belongs.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCatalogEntryReferenceNumber(java.lang.String newValue)
This method provides access to the ATTRIBUTE.CATENTRY_ID column of DB2 type BIGINT.
The following is a description of this column:
The reference number of the Product to which this Attribute belongs.
setCatalogEntryReferenceNumber
in interface
AttributeAccessBeanData
newValue
- Stringpublic void setCatalogEntryReferenceNumber(java.lang.Long newValue)
This method provides access to the ATTRIBUTE.CATENTRY_ID column of DB2 type BIGINT.
The following is a description of this column:
The reference number of the Product to which this Attribute belongs.
newValue
- java.lang.Longpublic java.lang.String getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRIBUTE.FIELD1 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
getField1
in interface
AttributeAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setField1(java.lang.String newValue)
This method provides access to the ATTRIBUTE.FIELD1 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
setField1
in interface
AttributeAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getAttributeReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRIBUTE.ATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the Attribute.
getAttributeReferenceNumber
in interface
AttributeAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getAttributeReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRIBUTE.ATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the Attribute.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setAttributeReferenceNumber(java.lang.String newValue)
This method provides access to the ATTRIBUTE.ATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the Attribute.
setAttributeReferenceNumber
in interface
AttributeAccessBeanData
newValue
- Stringpublic void setAttributeReferenceNumber(java.lang.Long newValue)
This method provides access to the ATTRIBUTE.ATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number of the Attribute.
newValue
- java.lang.Longpublic java.lang.String getUsage() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRIBUTE.USAGE column of DB2 type CHAR(1) DEFAULT '1'.
The following is a description of this column:
The purpose of the Attribute. NULL or &quo
getUsage
in interface
AttributeAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setUsage(java.lang.String newValue)
This method provides access to the ATTRIBUTE.USAGE column of DB2 type CHAR(1) DEFAULT '1'.
The following is a description of this column:
The purpose of the Attribute. NULL or &quo
setUsage
in interface
AttributeAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getAttributeType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRIBUTE.ATTRTYPE_ID column of DB2 type CHAR(16) NOT NULL.
The following is a description of this column:
The type of the corresponding Attribute value. Foreign key to the ATTRTYPE table.
getAttributeType
in interface
AttributeAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setAttributeType(java.lang.String newValue)
This method provides access to the ATTRIBUTE.ATTRTYPE_ID column of DB2 type CHAR(16) NOT NULL.
The following is a description of this column:
The type of the corresponding Attribute value. Foreign key to the ATTRTYPE table.
setAttributeType
in interface
AttributeAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getLanguage_id() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRIBUTE.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The language that this Attribute pertains to. For a list of language components, see the LANGUAGE table.
getLanguage_id
in interface
AttributeAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getLanguage_idInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRIBUTE.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The language that this Attribute pertains to. For a list of language components, see the LANGUAGE table.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setLanguage_id(java.lang.String newValue)
This method provides access to the ATTRIBUTE.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The language that this Attribute pertains to. For a list of language components, see the LANGUAGE table.
setLanguage_id
in interface
AttributeAccessBeanData
newValue
- Stringpublic void setLanguage_id(java.lang.Integer newValue)
This method provides access to the ATTRIBUTE.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The language that this Attribute pertains to. For a list of language components, see the LANGUAGE table.
newValue
- java.lang.Integerpublic java.lang.String getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ATTRIBUTE.NAME column of DB2 type VARCHAR(254).
The following is a description of this column:
The name given to this Attribute.
getName
in interface
AttributeAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setName(java.lang.String newValue)
This method provides access to the ATTRIBUTE.NAME column of DB2 type VARCHAR(254).
The following is a description of this column:
The name given to this Attribute.
setName
in interface
AttributeAccessBeanData
newValue
- java.lang.Stringpublic AttributeValueAccessBean[] getAttributeValues() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
Gets the list of values defined for this attribute.
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.Double getMaxSequenceForCatEntryAndLanguage(java.lang.Long arg0, java.lang.Integer arg1) throws javax.naming.NamingException, javax.ejb.CreateException, java.sql.SQLException, javax.ejb.FinderException, java.rmi.RemoteException
This method returns the maximum attribute sequence number with the given Catalog Entry reference number and language Id.
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException
exceptionjava.sql.SQLException
- The java.sql.SQLException
exceptionjavax.naming.NamingException
- The
javax.naming.NamingException exceptionpublic java.lang.Object[] getDistinctAttributeValues() throws javax.naming.NamingException, javax.ejb.CreateException, java.sql.SQLException, javax.ejb.FinderException, java.rmi.RemoteException
Gets the list of distinct attribute values.
javax.naming.NamingException
- The
javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException
exceptionjava.sql.SQLException
- The java.sql.SQLException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException
exceptionpublic java.lang.String getNoteInfo() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getNoteInfo
in interface
AttributeAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setNoteInfo(java.lang.String newValue)
setNoteInfo
in interface
AttributeAccessBeanData
public java.lang.String getGroupName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getGroupName
in interface
AttributeAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setGroupName(java.lang.String newValue)
setGroupName
in interface
AttributeAccessBeanData