com.ibm.commerce.common.beans
Class StoreDataBean

com.ibm.commerce.common.beans.StoreDataBean

public class 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

StoreDataBean

public StoreDataBean()
Method Detail

getCommandContext

public CommandContext getCommandContext()

Gets the command context set within this bean.

Returns:
com.ibm.commerce.command.CommandContext

getFilePath

public java.lang.String getFilePath()
                             throws java.lang.Exception

IBM internal use only.

Returns:
java.lang.String
Throws:
java.lang.Exception - The java.lang.Exception exception

getJspPath

public java.lang.String getJspPath()
                            throws java.lang.Exception

IBM internal use only.

Returns:
java.lang.String
Throws:
java.lang.Exception - The java.lang.Exception exception

getRequestProperties

public TypedProperty getRequestProperties()

Gets the request property set within this bean.

Returns:
com.ibm.commerce.datatype.TypedProperty

getStoreCatalogs

public CatalogDataBean[] getStoreCatalogs()
                                   throws ECException

IBM internal use only.

Returns:
com.ibm.commerce.catalog.beans.CatalogDataBean[]
Throws:
ECException - The com.ibm.commerce.exception.ECException exception

getStoreId

public java.lang.String getStoreId()

IBM internal use only.

Returns:
java.lang.String

populate

public void populate()
              throws java.lang.Exception

Retrieves data from the database.

Returns:
void
Throws:
java.lang.Exception - The java.lang.Exception exception

setCommandContext

public void setCommandContext(CommandContext aCommandContext1)

Sets the command context within this bean.

Parameters:
aCommandContext1 - com.ibm.commerce.command.CommandContext
Returns:
void

setFilePath

public void setFilePath(java.lang.String aFilePath1)

IBM internal use only.

Parameters:
aFilePath1 - java.lang.String
Returns:
void

setJspPath

public void setJspPath(java.lang.String aJspPath1)

IBM internal use only.

Parameters:
aJspPath1 - java.lang.String
Returns:
void

setRequestProperties

public void setRequestProperties(TypedProperty aRequestProperties1)
                          throws ECException

Sets the request property within this bean.

Parameters:
aRequestProperties1 - com.ibm.commerce.datatype.TypedProperty
Returns:
void
Throws:
ECException - The com.ibm.commerce.exception.ECException exception

setStoreId

public void setStoreId(java.lang.String aStoreId1)

IBM internal use only.

Parameters:
aStoreId1 - java.lang.String
Returns:
void