java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.common.objects.StoreDefaultAccessBean
Each row of this table contains default information for a Store.
Constructor Summary | |
---|---|
StoreDefaultAccessBean() constructor | |
StoreDefaultAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
StoreDefaultAccessBean |
findByStore(java.lang.Integer arg0) Retrieves all StoreDefaultAccessBeans by store ID |
java.lang.String |
getContractId() This method provides access to the STOREDEF.CONTRACT_ID column of DB2 type BIGINT. |
java.lang.Long |
getContractIdInEJBType() This method provides access to the STOREDEF.CONTRACT_ID column of DB2 type BIGINT. |
java.lang.String |
getShipModeId() This method provides access to the STOREDEF.SHIPMODE_ID column of DB2 type INTEGER. |
java.lang.Integer |
getShipModeIdInEJBType() This method provides access to the STOREDEF.SHIPMODE_ID column of DB2 type INTEGER. |
java.lang.String |
getStoreId() This method provides access to the STOREDEF.STORE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getStoreIdInEJBType() This method provides access to the STOREDEF.STORE_ID column of DB2 type INTEGER NOT NULL. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setContractId(java.lang.Long newValue) This method provides access to the STOREDEF.CONTRACT_ID column of DB2 type BIGINT. |
void |
setContractId(java.lang.String newValue) This method provides access to the STOREDEF.CONTRACT_ID column of DB2 type BIGINT. |
void |
setInitKey_storeId(java.lang.String newValue) Set the primary key for this object |
void |
setShipModeId(java.lang.Integer newValue) This method provides access to the STOREDEF.SHIPMODE_ID column of DB2 type INTEGER. |
void |
setShipModeId(java.lang.String newValue) This method provides access to the STOREDEF.SHIPMODE_ID column of DB2 type INTEGER. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public StoreDefaultAccessBean()
public StoreDefaultAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
Method Detail |
---|
public StoreDefaultAccessBean findByStore(java.lang.Integer arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all StoreDefaultAccessBeans by store ID
The SQL query used to fetch the requested row from the STOREDEF table is:
SELECT * FROM STOREDEF T1 WHERE (T1.STORE_ID = ?)
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_storeId(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 getContractId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREDEF.CONTRACT_ID column of DB2 type BIGINT.
The following is a description of this column:
The default Contract for the Store.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getContractIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREDEF.CONTRACT_ID column of DB2 type BIGINT.
The following is a description of this column:
The default Contract for the Store.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setContractId(java.lang.String newValue)
This method provides access to the STOREDEF.CONTRACT_ID column of DB2 type BIGINT.
The following is a description of this column:
The default Contract for the Store.
newValue
- Stringpublic void setContractId(java.lang.Long newValue)
This method provides access to the STOREDEF.CONTRACT_ID column of DB2 type BIGINT.
The following is a description of this column:
The default Contract for the Store.
newValue
- java.lang.Longpublic java.lang.String getStoreId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREDEF.STORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Store.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getStoreIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREDEF.STORE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Store.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String getShipModeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREDEF.SHIPMODE_ID column of DB2 type INTEGER.
The following is a description of this column:
The default ShippingMode for the Store.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getShipModeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the STOREDEF.SHIPMODE_ID column of DB2 type INTEGER.
The following is a description of this column:
The default ShippingMode for the Store.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setShipModeId(java.lang.String newValue)
This method provides access to the STOREDEF.SHIPMODE_ID column of DB2 type INTEGER.
The following is a description of this column:
The default ShippingMode for the Store.
newValue
- Stringpublic void setShipModeId(java.lang.Integer newValue)
This method provides access to the STOREDEF.SHIPMODE_ID column of DB2 type INTEGER.
The following is a description of this column:
The default ShippingMode for the Store.
newValue
- java.lang.Integer