public class CatalogGroupDescriptionDataBean
extends com.ibm.commerce.catalog.beansrc.CatalogGroupDescriptionDataBeanBase
implements com.ibm.commerce.catalog.beans.CatalogGroupDescriptionInputDataBean, com.ibm.commerce.catalog.beans.CatalogGroupDescriptionSmartDataBean
You can find more information about data beans in the WebSphere Commerce data beans topic in the Information Center.
Access Beans: CatalogGroupDescription
Mandatory Parameters (for single row retrieval):
Some hints and tips for using this data bean are:
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
The internal copyright field.
|
emptyString| Constructor and Description |
|---|
CatalogGroupDescriptionDataBean() |
| Modifier and Type | Method and Description |
|---|---|
CommandContext |
getCommandContext()
Gets the command context set within this bean.
|
java.lang.String |
getDataBeanKeyCatalogGroupReferenceNumber()
Gets the catalog group reference number which uniquely identifies this catalog group (category) in the system.
|
java.lang.String |
getDataBeanKeyLanguage_id()
Gets the language ID for the attribute.
|
java.lang.String |
getFullIImage()
Deprecated.
This method is replaced by
getFullImage() |
java.lang.String |
getFullImage()
Gets the full image path.
|
TypedProperty |
getRequestProperties()
Gets the request property set within this bean.
|
void |
populate()
Loads data into the data bean when the
DataBeanManager.activate() runs. |
void |
setCommandContext(CommandContext aCommandContext)
Sets the command context within this bean.
|
void |
setDataBeanKeyCatalogGroupReferenceNumber(java.lang.String aCatalogGroupReferenceNumber)
Sets the catalog group reference number, which uniquely identifies this catalog group (category) in the system.
|
void |
setDataBeanKeyLanguage_id(java.lang.String aLanguage_id)
Sets the language ID for the attribute.
|
void |
setFullIImage(java.lang.String astrFullImage)
Deprecated.
This method is replaced by
setFullImage(String) |
void |
setFullImage(java.lang.String astrFullImage)
Sets the full image path.
|
void |
setRequestProperties(TypedProperty aRequestProperty)
Sets the request property within this bean.
|
getDelegatefindByCatalogGroupId, findByCatalogGroupIdNoCache, findByCatalogGroupIdsAndLanguageId, findByDescriptionKeysAndLanguageIdNoCache, findByLocaleAndStore, getCatalogGroupReferenceNumber, getDisplay, getEntity, getKeyWord, getLanguage_id, getLanguage_idInEntityType, getLongDescription, getMemberGroupId, getMemberGroupIdInEntityType, getName, getNote, getPublished, getPublishedInEntityType, getShortDescription, getThumbNail, instantiateEntity, setCatalogGroupReferenceNumber, setDisplay, setInitKey_catalogGroupReferenceNumber, setInitKey_catalogGroupReferenceNumber, setInitKey_language_id, setInitKey_language_id, setKeyWord, setLanguage_id, setLanguage_id, setLongDescription, setMemberGroupId, setMemberGroupId, setName, setNote, setPublished, setPublished, setShortDescription, setThumbNailpublic static final java.lang.String COPYRIGHT
public TypedProperty getRequestProperties()
getRequestProperties in interface InputDataBeanTypedProperty object.public void setRequestProperties(TypedProperty aRequestProperty)
setRequestProperties in interface InputDataBeanaRequestProperty - The request property as TypedProperty object.CreateException - In the execution of the method, a create exception occurs.FinderException - In the execution of the method, a finder exception occurs.NamingException - In the execution of the method, a naming exception occurs.RemoteException - In the execution of the method, a remote exception occurs.public java.lang.String getDataBeanKeyCatalogGroupReferenceNumber()
getDataBeanKeyCatalogGroupReferenceNumber in interface com.ibm.commerce.catalog.beans.CatalogGroupDescriptionSmartDataBeanpublic java.lang.String getDataBeanKeyLanguage_id()
getDataBeanKeyLanguage_id in interface com.ibm.commerce.catalog.beans.CatalogGroupDescriptionSmartDataBeanpublic CommandContext getCommandContext()
getCommandContext in interface SmartDataBeanCommandContext object.public void setCommandContext(CommandContext aCommandContext)
setCommandContext in interface SmartDataBeanaCommandContext - The command context as CommandContext object.public void setDataBeanKeyCatalogGroupReferenceNumber(java.lang.String aCatalogGroupReferenceNumber)
setDataBeanKeyCatalogGroupReferenceNumber in interface com.ibm.commerce.catalog.beans.CatalogGroupDescriptionInputDataBeanaCatalogGroupReferenceNumber - The catalog group reference number.public void setDataBeanKeyLanguage_id(java.lang.String aLanguage_id)
setDataBeanKeyLanguage_id in interface com.ibm.commerce.catalog.beans.CatalogGroupDescriptionInputDataBeanaLanguage_id - The language ID.public void populate()
DataBeanManager.activate() runs.populate in interface SmartDataBeanjava.lang.Exception - An exception occurs during the execution of the method.public java.lang.String getFullImage()
CreateExceptionFinderExceptionNamingExceptionRemoteExceptionpublic void setFullImage(java.lang.String astrFullImage)
astrFullImage - the full path of the image file to be set.public java.lang.String getFullIImage()
getFullImage()getFullIImage in class CatalogGroupDescriptionAccessBeanCreateExceptionFinderExceptionNamingExceptionRemoteExceptionpublic void setFullIImage(java.lang.String astrFullImage)
setFullImage(String)setFullIImage in class CatalogGroupDescriptionAccessBeanastrFullImage - the full path of the image file to be set.