java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.marketingcenter.objects.EMarketingSpotAccessBean
This table contains registered e-Marketing Spots.
Constructor Summary | |
---|---|
EMarketingSpotAccessBean() constructor | |
EMarketingSpotAccessBean(java.lang.Integer arg0,
java.lang.Integer arg1, java.lang.String arg2) constructor | |
EMarketingSpotAccessBean(java.lang.Integer arg0,
java.lang.String arg1) constructor | |
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 arg0,
java.lang.String arg1) 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 arg0) 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 arg0) 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
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public EMarketingSpotAccessBean(java.lang.Integer arg0, java.lang.Integer arg1, java.lang.String arg2) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
arg0
- java.lang.Integerarg1
- java.lang.Integerarg2
- java.lang.Stringjavax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
public EMarketingSpotAccessBean(java.lang.Integer arg0, java.lang.String arg1) throws javax.ejb.FinderException, javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException
arg0
- java.lang.Integerarg1
- java.lang.Stringjavax.ejb.FinderException
javax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
Method Detail |
---|
public EMarketingSpotAccessBean findByStoreIdAndName(java.lang.Integer arg0, java.lang.String arg1) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
SQL:
SELECT * FROM EMSPOT T1 WHERE (T1.STOREENT_ID = storeId AND T1.NAME = emSpotName)
java.rmi.RemoteException
- - Thrown when the ejbCreate method
is failed to invoke.javax.ejb.FinderException
- - Thrown when the finding of the
requested EJB object failed.javax.naming.NamingException
public java.util.Enumeration findByStoreIdSortedByDescription(java.lang.Integer arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
SQL:
SELECT * FROM EMSPOT T1 WHERE ( T1.STOREENT_ID = storeId ) ORDER BY T1.DESCRIPTION
java.rmi.RemoteException
- - Thrown when the ejbCreate method
is failed to invoke.javax.ejb.FinderException
- - Thrown when the finding of the
requested EJB object failed.javax.naming.NamingException
public java.util.Enumeration findByStoreIdSortedByName(java.lang.Integer arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
SQL:
SELECT * FROM EMSPOT T1 WHERE ( T1.STOREENT_ID = storeId ) ORDER BY T1.NAME
java.rmi.RemoteException
- - Thrown when the ejbCreate method
is failed to invoke.javax.ejb.FinderException
- - Thrown when the finding of the
requested EJB object failed.javax.naming.NamingException
public void setInitKey__eMarketingSpotId(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 getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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
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
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
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
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
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
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
arg0
- java.lang.Longarg1
- java.lang.Stringjava.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
java.lang.Exception
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException