java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.contract.objects.ContractDisplayAccessBean
This table contains display information for a Contract.
Constructor Summary | |
---|---|
ContractDisplayAccessBean() constructor | |
ContractDisplayAccessBean(javax.ejb.EJBObject o) constructor | |
ContractDisplayAccessBean(java.lang.Long arg0, java.lang.Integer arg1,
java.lang.Integer arg2) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findByContract(java.lang.Long arg0) Retrieves an Enumeration of the ContractDisplayAccessBeans representing all the contract display methods that the contract has. |
java.util.Enumeration |
findByContractDevicefmtAndUser(java.lang.Long arg0,
java.lang.Integer arg1, java.lang.Long arg2) Retrieves an Enumeration of the ContractDisplayAccessBeans representing all the contract display methods that the contract has by the specified contract ID, device format ID, and the member ID. |
java.lang.String |
getContractId() This method provides access to the CNTRDISPLY.CONTRACT_ID column of DB2 type BIGINT. |
java.lang.Long |
getContractIdInEJBType() This method provides access to the CNTRDISPLY.CONTRACT_ID column of DB2 type BIGINT. |
java.lang.String |
getDevicefmtId() This method provides access to the CNTRDISPLY.DEVICEFMT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getDevicefmtIdInEJBType() This method provides access to the CNTRDISPLY.DEVICEFMT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getDisplayPageName() This method provides access to the CNTRDISPLY.DISPLAYPAGENAME column of DB2 type VARCHAR(254). |
java.lang.String |
getParticipantRoleId() This method provides access to the CNTRDISPLY.PARTROLE_ID column of DB2 type INTEGER. |
java.lang.Integer |
getParticipantRoleIdInEJBType() This method provides access to the CNTRDISPLY.PARTROLE_ID column of DB2 type INTEGER. |
java.lang.String |
getReferenceNumber() This method provides access to the CNTRDISPLY.CNTRDISPLY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getReferenceNumberInEJBType() This method provides access to the CNTRDISPLY.CNTRDISPLY_ID column of DB2 type BIGINT NOT NULL. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setDisplayPageName(java.lang.String newValue) This method provides access to the CNTRDISPLY.DISPLAYPAGENAME column of DB2 type VARCHAR(254). |
void |
setInitKey_referenceNumber(java.lang.String newValue) Set the primary key for this object |
void |
setParticipantRoleId(java.lang.Integer newValue) This method provides access to the CNTRDISPLY.PARTROLE_ID column of DB2 type INTEGER. |
void |
setParticipantRoleId(java.lang.String newValue) This method provides access to the CNTRDISPLY.PARTROLE_ID column of DB2 type INTEGER. |
void |
setReferenceNumber(java.lang.Long newValue) This method provides access to the CNTRDISPLY.CNTRDISPLY_ID column of DB2 type BIGINT NOT NULL. |
void |
setReferenceNumber(java.lang.String newValue) This method provides access to the CNTRDISPLY.CNTRDISPLY_ID column of DB2 type BIGINT NOT NULL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public ContractDisplayAccessBean()
public ContractDisplayAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public ContractDisplayAccessBean(java.lang.Long arg0, java.lang.Integer arg1, java.lang.Integer arg2) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
arg0
- java.lang.Longarg1
- java.lang.Integerarg2
- java.lang.Integerjavax.naming.NamingException
javax.ejb.CreateException
javax.ejb.FinderException
java.rmi.RemoteException
Method Detail |
---|
public java.util.Enumeration findByContract(java.lang.Long arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves an Enumeration of the ContractDisplayAccessBeans representing all the contract display methods that the contract has.
The SQL query used to fetch all the required rows from the CNTRDISPLY table is:
select * from cntrdisply T1 where T1.contract_id = ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByContractDevicefmtAndUser(java.lang.Long arg0, java.lang.Integer arg1, java.lang.Long arg2) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves an Enumeration of the ContractDisplayAccessBeans representing all the contract display methods that the contract has by the specified contract ID, device format ID, and the member ID.
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_referenceNumber(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 getDisplayPageName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CNTRDISPLY.DISPLAYPAGENAME column of DB2 type VARCHAR(254).
The following is a description of this column:
A display page name.
getDisplayPageName
in interface
ContractDisplayAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setDisplayPageName(java.lang.String newValue)
This method provides access to the CNTRDISPLY.DISPLAYPAGENAME column of DB2 type VARCHAR(254).
The following is a description of this column:
A display page name.
setDisplayPageName
in interface
ContractDisplayAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getDevicefmtId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CNTRDISPLY.DEVICEFMT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Device format identifier.
getDevicefmtId
in interface
ContractDisplayAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getDevicefmtIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CNTRDISPLY.DEVICEFMT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Device format identifier.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String getParticipantRoleId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CNTRDISPLY.PARTROLE_ID column of DB2 type INTEGER.
The following is a description of this column:
Participant role. Allows a display page based on participant role.
getParticipantRoleId
in interface
ContractDisplayAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getParticipantRoleIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CNTRDISPLY.PARTROLE_ID column of DB2 type INTEGER.
The following is a description of this column:
Participant role. Allows a display page based on participant role.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setParticipantRoleId(java.lang.String newValue)
This method provides access to the CNTRDISPLY.PARTROLE_ID column of DB2 type INTEGER.
The following is a description of this column:
Participant role. Allows a display page based on participant role.
setParticipantRoleId
in interface
ContractDisplayAccessBeanData
newValue
- Stringpublic void setParticipantRoleId(java.lang.Integer newValue)
This method provides access to the CNTRDISPLY.PARTROLE_ID column of DB2 type INTEGER.
The following is a description of this column:
Participant role. Allows a display page based on participant role.
newValue
- java.lang.Integerpublic java.lang.String getContractId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CNTRDISPLY.CONTRACT_ID column of DB2 type BIGINT.
The following is a description of this column:
Contract ID. If null, this is the default display page.
getContractId
in interface
ContractDisplayAccessBeanData
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 CNTRDISPLY.CONTRACT_ID column of DB2 type BIGINT.
The following is a description of this column:
Contract ID. If null, this is the default display page.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String getReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CNTRDISPLY.CNTRDISPLY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Internal reference number. This is a primary key.
getReferenceNumber
in interface
ContractDisplayAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CNTRDISPLY.CNTRDISPLY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Internal reference number. This is a primary key.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setReferenceNumber(java.lang.String newValue)
This method provides access to the CNTRDISPLY.CNTRDISPLY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Internal reference number. This is a primary key.
setReferenceNumber
in interface
ContractDisplayAccessBeanData
newValue
- Stringpublic void setReferenceNumber(java.lang.Long newValue)
This method provides access to the CNTRDISPLY.CNTRDISPLY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Internal reference number. This is a primary key.
newValue
- java.lang.Long