|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.marketingcenter.campaign.objects.CollateralTypeAccessBean
This bean provides access to the COLLTYPE table.
The following is a description of this table:
This table holds the information related to a collateral type.
Constructor Summary | |
CollateralTypeAccessBean()
Zero argument constructor used to initialize the access bean. |
|
CollateralTypeAccessBean(javax.ejb.EJBObject CollateralTypeEJBObj)
Maps to a corresponding ejbCreate method in the home interface of the EJB. |
|
CollateralTypeAccessBean(java.lang.Integer collateralTypeId)
Maps to a corresponding ejbCreate method in the home interface of the EJB. |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String |
defaultJNDIName()
Obtain the JNDI name for this EJB |
java.util.Enumeration |
findAll()
This finder returns all the collateral types in an enumeration. |
java.util.Enumeration |
findAllSortedByName()
This finder returns all the collateral types in an enumeration, sorted by name. |
java.lang.String |
getCollateralTypeId()
This method provides access to the COLLTYPE.COLLTYPE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getCollateralTypeIdInEJBType()
This method provides access to the COLLTYPE.COLLTYPE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getName()
This method provides access to the COLLTYPE.NAME column of DB2 type VARCHAR(254) NULL. |
protected void |
instantiateEJB()
IBM internal use only |
protected boolean |
instantiateEJBByPrimaryKey()
IBM internal use only |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setCollateralTypeId(java.lang.Integer collateralTypeId)
This method provides access to the COLLTYPE.COLLTYPE_ID column of DB2 type INTEGER NOT NULL. |
void |
setCollateralTypeId(java.lang.String collateralTypeId)
This method provides access to the COLLTYPE.COLLTYPE_ID column of DB2 type INTEGER NOT NULL. |
void |
setInitKey_collateralTypeId(java.lang.String newCollateralTypeId)
Set the primary key for this object. |
void |
setName(java.lang.String name)
This method provides access to the COLLTYPE.NAME column of DB2 type VARCHAR(254) NULL. |
Constructor Detail |
public CollateralTypeAccessBean()
public CollateralTypeAccessBean(javax.ejb.EJBObject CollateralTypeEJBObj) throws java.rmi.RemoteException
CollateralTypeEJBObj
- - a CollateralType EJBObject referencejava.rmi.RemoteException
- - Thrown when the ejbCreate method is failed to invoke.public CollateralTypeAccessBean(java.lang.Integer collateralTypeId) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
collateralTypeId
- - the internal reference number of the collateral typejavax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.java.rmi.RemoteException
- - Thrown when the ejbCreate method is failed to invoke.javax.naming.NamingException
- - Thrown when a naming exception is encountered.Method Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.protected java.lang.String defaultJNDIName()
public java.util.Enumeration findAll() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
SQL:
SELECT * FROM COLLTYPE T1 WHERE 1 = 1
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
- - Thrown when a naming exception is encountered.public java.util.Enumeration findAllSortedByName() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
SQL:
SELECT * FROM COLLTYPE T1 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
- - Thrown when a naming exception is encountered.public java.lang.String getCollateralTypeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The following is a description of this column:
The internal reference number of this collateral type.
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.lang.Integer getCollateralTypeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The following is a description of this column:
The internal reference number of this collateral type.
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public java.lang.String getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
The following is a description of this column:
The name of this collateral type.
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.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 refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
- - Thrown when the remote method is failed to invoke.javax.ejb.CreateException
- - Thrown when the creation of the EJB object failed.javax.ejb.FinderException
- - Thrown when the finding of the requested EJB object failed.javax.naming.NamingException
- - Thrown when a naming exception is encountered.public void setCollateralTypeId(java.lang.Integer collateralTypeId)
The following is a description of this column:
The internal reference number of this collateral type.
java.lang.Integer
- public void setCollateralTypeId(java.lang.String collateralTypeId)
The following is a description of this column:
The internal reference number of this collateral type.
java.lang.String
- public void setInitKey_collateralTypeId(java.lang.String newCollateralTypeId)
newCollateralTypeId
- - the reference number of the collateral typepublic void setName(java.lang.String name)
The following is a description of this column:
The name of this collateral type.
java.lang.String
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |