java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.payment.objects.AccountAccessBean
Constructor Summary | |
---|---|
AccountAccessBean() constructor | |
AccountAccessBean(javax.ejb.EJBObject o) constructor | |
AccountAccessBean(java.lang.String arg0,
java.lang.Long arg1) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.util.Enumeration |
findActiveAccountsByBuyerOrgAndStore(java.lang.Long arg0,
java.lang.Integer arg1) Retrieves all the active Accounts that the Store has with the specified Buyer organization. |
AccountAccessBean |
findByNameAndMemberId(java.lang.String arg0,
java.lang.Long arg1) Retrieves the Account with the specified name and member ID. |
java.util.Enumeration |
findByStoreIdSortByColumn(java.lang.Integer arg0,
java.lang.String arg1) Retrieves all the Accounts for the Store sorted by the specified column. |
java.util.Enumeration |
findMarkForDeleteAccountsByStoreId(java.lang.Integer arg0) Retrieves all the Accounts for the specified Store that have been marked for delete. |
boolean |
fulfills(java.lang.Long arg0, java.lang.String arg1) |
java.lang.String |
getAccountId() This method provides access to the ACCOUNT.ACCOUNT_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getAccountIdInEJBType() This method provides access to the ACCOUNT.ACCOUNT_ID column of DB2 type BIGINT NOT NULL. |
ParticipantAccessBean[] |
getAccountLevelParticipants() The method returns an array of ParticipantAccessBean representing all participants that the current account has. |
java.lang.String |
getComments() This method accesses a non-CMP field |
java.lang.String |
getCurrency() This method provides access to the ACCOUNT.CURRENCY column of DB2 type CHAR(3). |
java.lang.String |
getDefaultContract() This method provides access to the ACCOUNT.DEFAULTCONTRACT column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer |
getDefaultContractInEJBType() This method provides access to the ACCOUNT.DEFAULTCONTRACT column of DB2 type INTEGER NOT NULL DEFAULT 0. |
TradingDescriptionAccessBean |
getDescription(java.lang.Integer language_id) Retrieves the TradingDescriptionAccessBean representing the account description with the specified language ID. |
java.lang.String |
getMarkForDelete() This method provides access to the ACCOUNT.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer |
getMarkForDeleteInEJBType() This method provides access to the ACCOUNT.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.String |
getMemberId() This method provides access to the ACCOUNT.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getMemberIdInEJBType() This method provides access to the ACCOUNT.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getName() This method provides access to the ACCOUNT.NAME column of DB2 type VARCHAR(200) NOT NULL. |
java.lang.Long |
getOwner() This method accesses a non-CMP field |
java.lang.String |
getState() This method provides access to the ACCOUNT.STATE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer |
getStateInEJBType() This method provides access to the ACCOUNT.STATE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.String |
getStoreId() This method provides access to the ACCOUNT.STORE_ID column of DB2 type INTEGER. |
java.lang.Integer |
getStoreIdInEJBType() This method provides access to the ACCOUNT.STORE_ID column of DB2 type INTEGER. |
java.lang.String |
getTimeActivated() This method provides access to the ACCOUNT.TIMEACTIVATED column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getTimeActivatedInEJBType() This method provides access to the ACCOUNT.TIMEACTIVATED column of DB2 type TIMESTAMP. |
java.lang.String |
getTimeApproved() This method provides access to the ACCOUNT.TIMEAPPROVED column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getTimeApprovedInEJBType() This method provides access to the ACCOUNT.TIMEAPPROVED column of DB2 type TIMESTAMP. |
java.lang.String |
getTimeCreated() This method provides access to the ACCOUNT.TIMECREATED column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getTimeCreatedInEJBType() This method provides access to the ACCOUNT.TIMECREATED column of DB2 type TIMESTAMP. |
java.lang.String |
getTimeUpdated() This method provides access to the ACCOUNT.TIMEUPDATED column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getTimeUpdatedInEJBType() This method provides access to the ACCOUNT.TIMEUPDATED column of DB2 type TIMESTAMP. |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setAccountId(java.lang.Long newValue) This method provides access to the ACCOUNT.ACCOUNT_ID column of DB2 type BIGINT NOT NULL. |
void |
setAccountId(java.lang.String newValue) This method provides access to the ACCOUNT.ACCOUNT_ID column of DB2 type BIGINT NOT NULL. |
void |
setComments(java.lang.String newValue) This method accesses a non-CMP field |
void |
setCurrency(java.lang.String newValue) This method provides access to the ACCOUNT.CURRENCY column of DB2 type CHAR(3). |
void |
setDefaultContract(java.lang.Integer newValue) This method provides access to the ACCOUNT.DEFAULTCONTRACT column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setDefaultContract(java.lang.String newValue) This method provides access to the ACCOUNT.DEFAULTCONTRACT column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setInitKey_accountId(java.lang.String newValue) Set the primary key for this object |
void |
setMarkForDelete(java.lang.Integer newValue) This method provides access to the ACCOUNT.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setMarkForDelete(java.lang.String newValue) This method provides access to the ACCOUNT.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setMemberId(java.lang.Long newValue) This method provides access to the ACCOUNT.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setMemberId(java.lang.String newValue) This method provides access to the ACCOUNT.MEMBER_ID column of DB2 type BIGINT NOT NULL. |
void |
setName(java.lang.String newValue) This method provides access to the ACCOUNT.NAME column of DB2 type VARCHAR(200) NOT NULL. |
void |
setState(java.lang.Integer newValue) This method provides access to the ACCOUNT.STATE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setState(java.lang.String newValue) This method provides access to the ACCOUNT.STATE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setStoreId(java.lang.Integer newValue) This method provides access to the ACCOUNT.STORE_ID column of DB2 type INTEGER. |
void |
setStoreId(java.lang.String newValue) This method provides access to the ACCOUNT.STORE_ID column of DB2 type INTEGER. |
void |
setTimeActivated(java.lang.String newValue) This method provides access to the ACCOUNT.TIMEACTIVATED column of DB2 type TIMESTAMP. |
void |
setTimeActivated(java.sql.Timestamp newValue) This method provides access to the ACCOUNT.TIMEACTIVATED column of DB2 type TIMESTAMP. |
void |
setTimeApproved(java.lang.String newValue) This method provides access to the ACCOUNT.TIMEAPPROVED column of DB2 type TIMESTAMP. |
void |
setTimeApproved(java.sql.Timestamp newValue) This method provides access to the ACCOUNT.TIMEAPPROVED column of DB2 type TIMESTAMP. |
void |
setTimeCreated(java.lang.String newValue) This method provides access to the ACCOUNT.TIMECREATED column of DB2 type TIMESTAMP. |
void |
setTimeCreated(java.sql.Timestamp newValue) This method provides access to the ACCOUNT.TIMECREATED column of DB2 type TIMESTAMP. |
void |
setTimeUpdated(java.lang.String newValue) This method provides access to the ACCOUNT.TIMEUPDATED column of DB2 type TIMESTAMP. |
void |
setTimeUpdated(java.sql.Timestamp newValue) This method provides access to the ACCOUNT.TIMEUPDATED column of DB2 type TIMESTAMP. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public AccountAccessBean()
public AccountAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public AccountAccessBean(java.lang.String arg0, java.lang.Long arg1) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException, java.rmi.RemoteException
arg0
- java.lang.Stringarg1
- java.lang.Longjavax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
java.rmi.RemoteException
Method Detail |
---|
public AccountAccessBean findByNameAndMemberId(java.lang.String arg0, java.lang.Long arg1) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves the Account with the specified name and member ID.
The SQL query used to fetch the requested row for this Account is:
SELECT * FROM ACCOUNT T1 WHERE T1.NAME=? AND T1.MEMBER_ID=?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findActiveAccountsByBuyerOrgAndStore(java.lang.Long arg0, java.lang.Integer arg1) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the active Accounts that the Store has with the specified Buyer organization.
The SQL query used to fetch all the required rows is:
SELECT * FROM ACCOUNT T1 WHERE T1.ACCOUNT_ID IN (SELECT PARTICIPNT.TRADING_ID FROM PARTICIPNT WHERE PARTICIPNT.TERMCOND_ID IS NULL AND PARTICIPNT.PARTROLE_ID=5 AND PARTICIPNT.MEMBER_ID=?) AND T1.STATE=3 AND T1.MARKFORDELETE=0 AND T1.STORE_ID=?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findByStoreIdSortByColumn(java.lang.Integer arg0, java.lang.String arg1) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the Accounts for the Store sorted by the specified column.
The SQL query used to fetch the required rows is:
SELECT * FROM ACCOUNT T1 WHERE T1.STORE_ID=? ORDER BY ?
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public java.util.Enumeration findMarkForDeleteAccountsByStoreId(java.lang.Integer arg0) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all the Accounts for the specified Store that have been marked for delete.
The SQL query used to fetch all the required rows is:
SELECT * FROM ACCOUNT T1 WHERE T1.STORE_ID=? AND T1.MARKFORDELETE=1
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_accountId(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 getTimeApproved() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACCOUNT.TIMEAPPROVED column of DB2 type TIMESTAMP.
The following is a description of this column:
Reserved for IBM internal use.
getTimeApproved
in interface
AccountAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getTimeApprovedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACCOUNT.TIMEAPPROVED column of DB2 type TIMESTAMP.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTimeApproved(java.lang.String newValue)
This method provides access to the ACCOUNT.TIMEAPPROVED column of DB2 type TIMESTAMP.
The following is a description of this column:
Reserved for IBM internal use.
setTimeApproved
in interface
AccountAccessBeanData
newValue
- Stringpublic void setTimeApproved(java.sql.Timestamp newValue)
This method provides access to the ACCOUNT.TIMEAPPROVED column of DB2 type TIMESTAMP.
The following is a description of this column:
Reserved for IBM internal use.
newValue
- java.sql.Timestamppublic java.lang.String getTimeActivated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACCOUNT.TIMEACTIVATED column of DB2 type TIMESTAMP.
The following is a description of this column:
Time Account is activated.
getTimeActivated
in interface
AccountAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getTimeActivatedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACCOUNT.TIMEACTIVATED column of DB2 type TIMESTAMP.
The following is a description of this column:
Time Account is activated.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTimeActivated(java.lang.String newValue)
This method provides access to the ACCOUNT.TIMEACTIVATED column of DB2 type TIMESTAMP.
The following is a description of this column:
Time Account is activated.
setTimeActivated
in interface
AccountAccessBeanData
newValue
- Stringpublic void setTimeActivated(java.sql.Timestamp newValue)
This method provides access to the ACCOUNT.TIMEACTIVATED column of DB2 type TIMESTAMP.
The following is a description of this column:
Time Account is activated.
newValue
- java.sql.Timestamppublic java.lang.String getState() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACCOUNT.STATE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
State of the Account. Only the following states are used:&l
getState
in interface
AccountAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getStateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACCOUNT.STATE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
State of the Account. Only the following states are used:&l
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setState(java.lang.String newValue)
This method provides access to the ACCOUNT.STATE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
State of the Account. Only the following states are used:&l
setState
in interface
AccountAccessBeanData
newValue
- Stringpublic void setState(java.lang.Integer newValue)
This method provides access to the ACCOUNT.STATE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
State of the Account. Only the following states are used:&l
newValue
- java.lang.Integerpublic java.lang.String getDefaultContract() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACCOUNT.DEFAULTCONTRACT column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates if purchases using Store default contract is allowed: 0 = Not allowe
getDefaultContract
in interface
AccountAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getDefaultContractInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACCOUNT.DEFAULTCONTRACT column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates if purchases using Store default contract is allowed: 0 = Not allowe
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setDefaultContract(java.lang.String newValue)
This method provides access to the ACCOUNT.DEFAULTCONTRACT column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates if purchases using Store default contract is allowed: 0 = Not allowe
setDefaultContract
in interface
AccountAccessBeanData
newValue
- Stringpublic void setDefaultContract(java.lang.Integer newValue)
This method provides access to the ACCOUNT.DEFAULTCONTRACT column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates if purchases using Store default contract is allowed: 0 = Not allowe
newValue
- java.lang.Integerpublic java.lang.String getAccountId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACCOUNT.ACCOUNT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
This column contains the primary key: Account ID. Foreign key to the TRADING table.
getAccountId
in interface
AccountAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getAccountIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACCOUNT.ACCOUNT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
This column contains the primary key: Account ID. Foreign key to the TRADING table.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setAccountId(java.lang.String newValue)
This method provides access to the ACCOUNT.ACCOUNT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
This column contains the primary key: Account ID. Foreign key to the TRADING table.
setAccountId
in interface
AccountAccessBeanData
newValue
- Stringpublic void setAccountId(java.lang.Long newValue)
This method provides access to the ACCOUNT.ACCOUNT_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
This column contains the primary key: Account ID. Foreign key to the TRADING table.
newValue
- java.lang.Longpublic java.lang.String getTimeUpdated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACCOUNT.TIMEUPDATED column of DB2 type TIMESTAMP.
The following is a description of this column:
Time Account is updated.
getTimeUpdated
in interface
AccountAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getTimeUpdatedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACCOUNT.TIMEUPDATED column of DB2 type TIMESTAMP.
The following is a description of this column:
Time Account is updated.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTimeUpdated(java.lang.String newValue)
This method provides access to the ACCOUNT.TIMEUPDATED column of DB2 type TIMESTAMP.
The following is a description of this column:
Time Account is updated.
setTimeUpdated
in interface
AccountAccessBeanData
newValue
- Stringpublic void setTimeUpdated(java.sql.Timestamp newValue)
This method provides access to the ACCOUNT.TIMEUPDATED column of DB2 type TIMESTAMP.
The following is a description of this column:
Time Account is updated.
newValue
- java.sql.Timestamppublic java.lang.String getMarkForDelete() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACCOUNT.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates if a business account is marked for deletion: 0 = N
getMarkForDelete
in interface
AccountAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getMarkForDeleteInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACCOUNT.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates if a business account is marked for deletion: 0 = N
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMarkForDelete(java.lang.String newValue)
This method provides access to the ACCOUNT.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates if a business account is marked for deletion: 0 = N
setMarkForDelete
in interface
AccountAccessBeanData
newValue
- Stringpublic void setMarkForDelete(java.lang.Integer newValue)
This method provides access to the ACCOUNT.MARKFORDELETE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
Indicates if a business account is marked for deletion: 0 = N
newValue
- java.lang.Integerpublic java.lang.String getCurrency() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACCOUNT.CURRENCY column of DB2 type CHAR(3).
The following is a description of this column:
Reserved for IBM internal use.
getCurrency
in interface
AccountAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCurrency(java.lang.String newValue)
This method provides access to the ACCOUNT.CURRENCY column of DB2 type CHAR(3).
The following is a description of this column:
Reserved for IBM internal use.
setCurrency
in interface
AccountAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getStoreId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACCOUNT.STORE_ID column of DB2 type INTEGER.
The following is a description of this column:
Store in which Account is first created.
getStoreId
in interface
AccountAccessBeanData
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 ACCOUNT.STORE_ID column of DB2 type INTEGER.
The following is a description of this column:
Store in which Account is first created.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setStoreId(java.lang.String newValue)
This method provides access to the ACCOUNT.STORE_ID column of DB2 type INTEGER.
The following is a description of this column:
Store in which Account is first created.
setStoreId
in interface
AccountAccessBeanData
newValue
- Stringpublic void setStoreId(java.lang.Integer newValue)
This method provides access to the ACCOUNT.STORE_ID column of DB2 type INTEGER.
The following is a description of this column:
Store in which Account is first created.
newValue
- java.lang.Integerpublic java.lang.String getComments() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getComments
in interface
AccountAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setComments(java.lang.String newValue)
setComments
in interface
AccountAccessBeanData
public java.lang.String getMemberId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACCOUNT.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of the Account. Foreign key to the MEMBER table.
getMemberId
in interface
AccountAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getMemberIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACCOUNT.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of the Account. Foreign key to the MEMBER table.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMemberId(java.lang.String newValue)
This method provides access to the ACCOUNT.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of the Account. Foreign key to the MEMBER table.
setMemberId
in interface
AccountAccessBeanData
newValue
- Stringpublic void setMemberId(java.lang.Long newValue)
This method provides access to the ACCOUNT.MEMBER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The owner of the Account. Foreign key to the MEMBER table.
newValue
- java.lang.Longpublic java.lang.String getTimeCreated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACCOUNT.TIMECREATED column of DB2 type TIMESTAMP.
The following is a description of this column:
Time Account is created.
getTimeCreated
in interface
AccountAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getTimeCreatedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACCOUNT.TIMECREATED column of DB2 type TIMESTAMP.
The following is a description of this column:
Time Account is created.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTimeCreated(java.lang.String newValue)
This method provides access to the ACCOUNT.TIMECREATED column of DB2 type TIMESTAMP.
The following is a description of this column:
Time Account is created.
setTimeCreated
in interface
AccountAccessBeanData
newValue
- Stringpublic void setTimeCreated(java.sql.Timestamp newValue)
This method provides access to the ACCOUNT.TIMECREATED column of DB2 type TIMESTAMP.
The following is a description of this column:
Time Account is created.
newValue
- java.sql.Timestamppublic java.lang.String getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACCOUNT.NAME column of DB2 type VARCHAR(200) NOT NULL.
The following is a description of this column:
Account name for the business account.
getName
in interface
AccountAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setName(java.lang.String newValue)
This method provides access to the ACCOUNT.NAME column of DB2 type VARCHAR(200) NOT NULL.
The following is a description of this column:
Account name for the business account.
setName
in interface
AccountAccessBeanData
newValue
- java.lang.Stringpublic 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
public ParticipantAccessBean[] getAccountLevelParticipants() throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
The method returns an array of ParticipantAccessBean representing all participants that the current account has.
javax.naming.NamingException
- The
javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException
exceptionpublic TradingDescriptionAccessBean getDescription(java.lang.Integer language_id) throws javax.naming.NamingException, javax.ejb.FinderException, javax.ejb.CreateException, java.rmi.RemoteException
Retrieves the TradingDescriptionAccessBean representing the account description with the specified language ID.
language_id
- The ID of the language.javax.naming.NamingException
- The
javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException
exception