java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.marketingcenter.objects.EMarketingSpotAccessBean
This table contains registered e-Marketing Spots. This access bean corresponds to the database table 'EMSPOT'.
Constructor Summary | |
EMarketingSpotAccessBean() Zero argument constructor used to initialize the access bean. |
|
EMarketingSpotAccessBean(java.lang.Integer eMarketingSpotId, java.lang.Integer storeId, java.lang.String name) Maps to a corresponding ejbCreate method in the home interface of the EJB. |
|
EMarketingSpotAccessBean(java.lang.Integer storeId, java.lang.String name) Maps to a corresponding ejbCreate method in the home interface of the EJB. |
|
EMarketingSpotAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
EMarketingSpotAccessBean | findByStoreIdAndName(java.lang.Integer storeId, java.lang.String name) This finder returns the e-marketing spot in an access bean with the given store reference number and the e-marketing spot name. |
java.util.Enumeration | findByStoreIdSortedByDescription(java.lang.Integer storeId) This finder returns all the e-marketing spots in an enumeration with the given store reference number, sorted by description. |
java.util.Enumeration | findByStoreIdSortedByName(java.lang.Integer storeId) This finder returns all the e-marketing spots in an enumeration with the given store reference number, sorted by name. |
boolean | fulfills(java.lang.Long arg0, java.lang.String arg1) |
java.lang.String | getDescription() This method accesses a non-CMP field |
java.lang.String | getEMarketingSpotId() This method accesses a non-CMP field |
java.lang.Integer | getEMarketingSpotIdInEJBType() This method accesses a non-CMP field |
java.lang.String | getName() This method accesses a non-CMP field |
java.lang.Long | getOwner() This method accesses a non-CMP field |
java.lang.String | getStoreId() This method accesses a non-CMP field |
java.lang.Integer | getStoreIdInEJBType() This method accesses a non-CMP field |
java.lang.String | getSupportedTypes() This method accesses a non-CMP field |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setDescription(java.lang.String newValue) This method accesses a non-CMP field |
void | setEMarketingSpotId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setEMarketingSpotId(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey__eMarketingSpotId(java.lang.String newValue) Set the primary key for this object |
void | setName(java.lang.String newValue) This method accesses a non-CMP field |
void | setStoreId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setStoreId(java.lang.String newValue) This method accesses a non-CMP field |
void | setSupportedTypes(java.lang.String newValue) This method accesses a non-CMP field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public EMarketingSpotAccessBean()
public EMarketingSpotAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public EMarketingSpotAccessBean(java.lang.Integer eMarketingSpotId, java.lang.Integer storeId, java.lang.String name) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
public EMarketingSpotAccessBean(java.lang.Integer storeId, java.lang.String name) throws javax.ejb.FinderException, javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException
Method Detail |
public EMarketingSpotAccessBean findByStoreIdAndName(java.lang.Integer storeId, java.lang.String name) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
SQL:
SELECT * FROM EMSPOT T1 WHERE (T1.STOREENT_ID = storeId AND T1.NAME = emSpotName)
public java.util.Enumeration findByStoreIdSortedByDescription(java.lang.Integer storeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
SQL:
SELECT * FROM EMSPOT T1 WHERE ( T1.STOREENT_ID = storeId ) ORDER BY T1.DESCRIPTION
public java.util.Enumeration findByStoreIdSortedByName(java.lang.Integer storeId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
SQL:
SELECT * FROM EMSPOT T1 WHERE ( T1.STOREENT_ID = storeId ) ORDER BY T1.NAME
public void setInitKey__eMarketingSpotId(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws 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).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setDescription(java.lang.String newValue)
public java.lang.String getSupportedTypes() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setSupportedTypes(java.lang.String newValue)
public java.lang.String getStoreId() throws 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
public void setStoreId(java.lang.String newValue)
public void setStoreId(java.lang.Integer newValue)
public java.lang.String getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setName(java.lang.String newValue)
public java.lang.String getEMarketingSpotId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getEMarketingSpotIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setEMarketingSpotId(java.lang.String newValue)
public void setEMarketingSpotId(java.lang.Integer newValue)
public boolean fulfills(java.lang.Long arg0, java.lang.String arg1) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getOwner() throws java.lang.Exception, java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.