Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
M
N
R
S
T
U
A
Account
- interface it.mokabyte.pattern.ejb.entity.
Account
.
Title: Account.java Description: Remote interface of the AccountBean Copyright: Copyright (c) 2002 Company:
AccountBean
- class it.mokabyte.pattern.ejb.entity.
AccountBean
.
Title: AccountBean Description: a Bank Account BMP Copyright: Copyright (c) 2002 Company:
AccountBean()
- Constructor for class it.mokabyte.pattern.ejb.entity.
AccountBean
accountExists(AccountPK)
- Method in interface it.mokabyte.pattern.dao.
MyDao
accountExists(AccountPK)
- Method in class it.mokabyte.pattern.dao.
MyDaoImpl
AccountHome
- interface it.mokabyte.pattern.ejb.entity.
AccountHome
.
This interface is the home interface for the EJBean AccountBean.
AccountOM
- class it.mokabyte.pattern.valueobject.
AccountOM
.
Title: This is the Object Model of the Account Description: Copyright: Copyright (c) 2002 Company:
AccountOM()
- Constructor for class it.mokabyte.pattern.valueobject.
AccountOM
AccountOM(String, String, String, double)
- Constructor for class it.mokabyte.pattern.valueobject.
AccountOM
AccountPK
- class it.mokabyte.pattern.pk.
AccountPK
.
Title: AccountPK Description: Account primary key class Copyright: Copyright (c) 2001 Company:
AccountPK()
- Constructor for class it.mokabyte.pattern.pk.
AccountPK
AccountPK(String)
- Constructor for class it.mokabyte.pattern.pk.
AccountPK
addItem(String)
- Method in class it.mokabyte.pattern.ejb.entity.
AccountBean
Log message to console inserting date at the begin
address
- Variable in class it.mokabyte.pattern.valueobject.
AccountOM
B
balance
- Variable in class it.mokabyte.pattern.ejb.entity.
AccountBean
The balance
balance
- Variable in class it.mokabyte.pattern.valueobject.
AccountOM
C
closeResources(Connection, PreparedStatement, ResultSet)
- Method in class it.mokabyte.pattern.dao.
MyDaoImpl
Close all Database-Resources passed in.
create(String, String, String, double)
- Method in interface it.mokabyte.pattern.ejb.entity.
AccountHome
ctx
- Variable in class it.mokabyte.pattern.ejb.entity.
AccountBean
The entity context for the bean, saved from setEntityContext
D
dao
- Variable in class it.mokabyte.pattern.ejb.entity.
AccountBean
The data access object
DAOException
- exception it.mokabyte.pattern.exception.
DAOException
.
Title: DAOException Description: Exception Wrapper of the underlaying layer Copyright: Copyright (c) 2002 Company:
DAOException()
- Constructor for class it.mokabyte.pattern.exception.
DAOException
The no-arg constructor
DAOException(String)
- Constructor for class it.mokabyte.pattern.exception.
DAOException
Construct a DAOException with an error message
dataSource
- Variable in class it.mokabyte.pattern.dao.
MyDaoImpl
The datasource
deleteAccount(AccountPK)
- Method in interface it.mokabyte.pattern.dao.
MyDao
Delete an Account
deleteAccount(AccountPK)
- Method in class it.mokabyte.pattern.dao.
MyDaoImpl
Delete a row from the MOKA_ACCOUNT table.
DS_JNDI_NAME
- Static variable in class it.mokabyte.pattern.ejb.entity.
AccountBean
Data sourcename
E
ejbActivate()
- Method in class it.mokabyte.pattern.ejb.entity.
AccountBean
ejbCreate(String, String, String, double)
- Method in class it.mokabyte.pattern.ejb.entity.
AccountBean
Create a new Account with the given ID, name, address and balance.
ejbFindByPrimaryKey(AccountPK)
- Method in class it.mokabyte.pattern.ejb.entity.
AccountBean
Find an Account
ejbLoad()
- Method in class it.mokabyte.pattern.ejb.entity.
AccountBean
Load this Account from the Database
ejbPassivate()
- Method in class it.mokabyte.pattern.ejb.entity.
AccountBean
ejbPostCreate(String, String, String, double)
- Method in class it.mokabyte.pattern.ejb.entity.
AccountBean
Post create settings
ejbRemove()
- Method in class it.mokabyte.pattern.ejb.entity.
AccountBean
Remove this Account from the database
ejbStore()
- Method in class it.mokabyte.pattern.ejb.entity.
AccountBean
Store this Account to the database
email
- Variable in class it.mokabyte.pattern.ejb.entity.
AccountBean
The email
equals(Object)
- Method in class it.mokabyte.pattern.pk.
AccountPK
F
findByPrimaryKey(AccountPK)
- Method in interface it.mokabyte.pattern.ejb.entity.
AccountHome
G
getAccountID()
- Method in class it.mokabyte.pattern.ejb.entity.
AccountBean
Returns current account ID
getAddress()
- Method in class it.mokabyte.pattern.valueobject.
AccountOM
getBalance()
- Method in interface it.mokabyte.pattern.ejb.entity.
Account
getBalance()
- Method in class it.mokabyte.pattern.ejb.entity.
AccountBean
Returns current balance
getBalance()
- Method in class it.mokabyte.pattern.valueobject.
AccountOM
getEmail()
- Method in interface it.mokabyte.pattern.ejb.entity.
Account
getEmail()
- Method in class it.mokabyte.pattern.ejb.entity.
AccountBean
Returns current email.
getId()
- Method in class it.mokabyte.pattern.valueobject.
AccountOM
getName()
- Method in interface it.mokabyte.pattern.ejb.entity.
Account
getName()
- Method in class it.mokabyte.pattern.ejb.entity.
AccountBean
Returns current name
getName()
- Method in class it.mokabyte.pattern.valueobject.
AccountOM
H
hashCode()
- Method in class it.mokabyte.pattern.pk.
AccountPK
I
id
- Variable in class it.mokabyte.pattern.pk.
AccountPK
id
- Variable in class it.mokabyte.pattern.valueobject.
AccountOM
insertAccount(AccountPK, String, String, double)
- Method in interface it.mokabyte.pattern.dao.
MyDao
Insert an Account
insertAccount(AccountPK, String, String, double)
- Method in class it.mokabyte.pattern.dao.
MyDaoImpl
Insert a row into the MOKA_ACCOUNT table.
it.mokabyte.pattern.dao
- package it.mokabyte.pattern.dao
it.mokabyte.pattern.ejb.entity
- package it.mokabyte.pattern.ejb.entity
it.mokabyte.pattern.exception
- package it.mokabyte.pattern.exception
it.mokabyte.pattern.pk
- package it.mokabyte.pattern.pk
it.mokabyte.pattern.valueobject
- package it.mokabyte.pattern.valueobject
M
MyDao
- interface it.mokabyte.pattern.dao.
MyDao
.
Title: MyDao Description: the dao interface Copyright: Copyright (c) 2002 Company:
MyDaoImpl
- class it.mokabyte.pattern.dao.
MyDaoImpl
.
Title: MyDaoImpl Description: class that implements the data access logic to DBMS by JDBC Copyright: Copyright (c) 2002 Company:
MyDaoImpl(String)
- Constructor for class it.mokabyte.pattern.dao.
MyDaoImpl
Retrieve the datasource from JNDI using the given name.
N
name
- Variable in class it.mokabyte.pattern.ejb.entity.
AccountBean
The name
name
- Variable in class it.mokabyte.pattern.valueobject.
AccountOM
R
readAccount(AccountPK)
- Method in interface it.mokabyte.pattern.dao.
MyDao
Get an Account
readAccount(AccountPK)
- Method in class it.mokabyte.pattern.dao.
MyDaoImpl
Get a user from MOKA_ACCOUNT table.
S
setAddress(String)
- Method in class it.mokabyte.pattern.valueobject.
AccountOM
setBalance(double)
- Method in interface it.mokabyte.pattern.ejb.entity.
Account
setBalance(double)
- Method in class it.mokabyte.pattern.ejb.entity.
AccountBean
Set this Account's balance
setBalance(double)
- Method in class it.mokabyte.pattern.valueobject.
AccountOM
setCustId(String)
- Method in class it.mokabyte.pattern.valueobject.
AccountOM
setEmail(String)
- Method in interface it.mokabyte.pattern.ejb.entity.
Account
setEmail(String)
- Method in class it.mokabyte.pattern.ejb.entity.
AccountBean
Set this Account's email
setEntityContext(EntityContext)
- Method in class it.mokabyte.pattern.ejb.entity.
AccountBean
Set the context for this bean : save the context in ctx member
setName(String)
- Method in interface it.mokabyte.pattern.ejb.entity.
Account
setName(String)
- Method in class it.mokabyte.pattern.ejb.entity.
AccountBean
Set this Account's name
setName(String)
- Method in class it.mokabyte.pattern.valueobject.
AccountOM
T
toString()
- Method in class it.mokabyte.pattern.pk.
AccountPK
toString()
- Method in class it.mokabyte.pattern.valueobject.
AccountOM
U
unsetEntityContext()
- Method in class it.mokabyte.pattern.ejb.entity.
AccountBean
Unset the context for this bean.
updateAccount(AccountPK, String, String, double)
- Method in interface it.mokabyte.pattern.dao.
MyDao
Update an account
updateAccount(AccountPK, String, String, double)
- Method in class it.mokabyte.pattern.dao.
MyDaoImpl
Update a row from the MOKA_ACCOUNT table.
A
B
C
D
E
F
G
H
I
M
N
R
S
T
U
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES