|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.common.beans.StoreDataBean
This bean provides access to the STORE table.
The following is a description of this table:
Each row of this table represents a Store. A Store is a StoreEntity.
Constructor Summary | |
StoreDataBean()
|
Method Summary | |
CommandContext |
getCommandContext()
Gets the command context set within this bean. |
java.lang.String |
getFilePath()
IBM internal use only. |
java.lang.String |
getJspPath()
IBM internal use only. |
TypedProperty |
getRequestProperties()
Gets the request property set within this bean. |
CatalogDataBean[] |
getStoreCatalogs()
IBM internal use only. |
java.lang.String |
getStoreId()
IBM internal use only. |
void |
populate()
Retrieves data from the database. |
void |
setCommandContext(CommandContext aCommandContext1)
Sets the command context within this bean. |
void |
setFilePath(java.lang.String aFilePath1)
IBM internal use only. |
void |
setJspPath(java.lang.String aJspPath1)
IBM internal use only. |
void |
setRequestProperties(TypedProperty aRequestProperties1)
Sets the request property within this bean. |
void |
setStoreId(java.lang.String aStoreId1)
IBM internal use only. |
Constructor Detail |
public StoreDataBean()
Method Detail |
public CommandContext getCommandContext()
Gets the command context set within this bean.
public java.lang.String getFilePath() throws java.lang.Exception
IBM internal use only.
java.lang.Exception
- The java.lang.Exception exceptionpublic java.lang.String getJspPath() throws java.lang.Exception
IBM internal use only.
java.lang.Exception
- The java.lang.Exception exceptionpublic TypedProperty getRequestProperties()
Gets the request property set within this bean.
public CatalogDataBean[] getStoreCatalogs() throws ECException
IBM internal use only.
ECException
- The com.ibm.commerce.exception.ECException exceptionpublic java.lang.String getStoreId()
IBM internal use only.
public void populate() throws java.lang.Exception
Retrieves data from the database.
java.lang.Exception
- The java.lang.Exception exceptionpublic void setCommandContext(CommandContext aCommandContext1)
Sets the command context within this bean.
aCommandContext1
- com.ibm.commerce.command.CommandContextpublic void setFilePath(java.lang.String aFilePath1)
IBM internal use only.
aFilePath1
- java.lang.Stringpublic void setJspPath(java.lang.String aJspPath1)
IBM internal use only.
aJspPath1
- java.lang.Stringpublic void setRequestProperties(TypedProperty aRequestProperties1) throws ECException
Sets the request property within this bean.
aRequestProperties1
- com.ibm.commerce.datatype.TypedPropertyECException
- The com.ibm.commerce.exception.ECException exceptionpublic void setStoreId(java.lang.String aStoreId1)
IBM internal use only.
aStoreId1
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |