Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
A
B
C
E
G
I
J
K
M
N
O
P
R
S
T
U
A
attrProperties
- Variable in class kea.busfw.
ObjectDBMap
Business attribute properties
B
BusEntity
- interface kea.busfw.
BusEntity
.
Business entity interface.
BusEntityImpl
- class kea.busfw.
BusEntityImpl
.
the AbstracBusEntity implement BusEntity interface.
BusEntityImpl()
- Constructor for class kea.busfw.
BusEntityImpl
BusFactory
- class kea.busfw.
BusFactory
.
the BusinessFactory create or get a BusEntity Object.
BusFactory()
- Constructor for class kea.busfw.
BusFactory
declared the construction method is private
BusObject
- interface kea.busfw.
BusObject
.
Business object interface.
C
convertMapType(String)
- Method in class kea.busfw.
ObjectDBMap
convert string to int for map type
create(String)
- Method in class kea.busfw.
BusFactory
create an entity and create the entity id
E
entityName
- Variable in class kea.busfw.
ObjectDBMap
entity name
entityPools
- Variable in class kea.busfw.
BusFactory
the pool cache entity
G
generateBusEntity(String, String)
- Method in class kea.busfw.
BusFactory
generate business entity object from database
getAttrNames()
- Method in class kea.busfw.
ObjectDBMap
get all attribute names
getColumnName(String)
- Method in class kea.busfw.
ObjectDBMap
get table column name
getEntitiyByCriteria(String, String)
- Method in class kea.busfw.
BusFactory
get business entities list
getEntity(String, String)
- Method in class kea.busfw.
BusFactory
get a Business Entity Object
getEntityIDName()
- Method in class kea.busfw.
ObjectDBMap
get busienss ID attribute name
getEntityPool(String)
- Method in class kea.busfw.
BusFactory
get entity pool
getId()
- Method in class kea.busfw.
BusEntityImpl
Get a primary key of Business entity object
getId()
- Method in interface kea.busfw.
BusEntity
Get a primary key of Business entity object
getInsertSql(List, List)
- Method in class kea.busfw.
SqlParser
get select statement of sql
getInstance()
- Static method in class kea.busfw.
ObjectDBMapPool
get a ObjectDBMapPool instance the method through which this class is accessed
getInstance()
- Static method in class kea.busfw.
BusFactory
get a BusinessFactory instance the method through which this class is accessed
getMapType(String)
- Method in class kea.busfw.
ObjectDBMap
get map type for attribute
getObjectDBMap(String)
- Method in class kea.busfw.
ObjectDBMapPool
get a ObjectDBMap object
getRelation(String)
- Method in class kea.busfw.
ObjectDBMap
get all attribute names
getSelectSql()
- Method in class kea.busfw.
SqlParser
get select statement of sql
getSelectSql(List, String)
- Method in class kea.busfw.
SqlParser
get select statement of sql
getSelectSql(String)
- Method in class kea.busfw.
SqlParser
get select statement of sql
getTableName()
- Method in class kea.busfw.
ObjectDBMap
get table name of business entity object mapping
getTableName(String)
- Method in class kea.busfw.
ObjectDBMap
get table name of business entity object mapping
getTokenWords(String, String, String)
- Method in class kea.busfw.
SqlParser
get token word
getUniqueId()
- Static method in class kea.busfw.
UniqueKey
Get the id.
getUpdateSql(List, List)
- Method in class kea.busfw.
SqlParser
get select statement of sql
getValue(ResultSet, String, int)
- Method in class kea.busfw.
BusFactory
get a column value from ResultSet of jdbc
getValue(String)
- Method in class kea.busfw.
BusEntityImpl
get a business attribute value of business entity object
getValue(String)
- Method in interface kea.busfw.
BusEntity
get a business attribute value of business entity object
I
idName
- Variable in class kea.busfw.
ObjectDBMap
id attribute name
instance
- Static variable in class kea.busfw.
ObjectDBMapPool
a instance of BusinessFactory
instance
- Static variable in class kea.busfw.
BusFactory
a instance of BusinessFactory
J
JDBC_DRIVER
- Variable in class kea.busfw.
BusFactory
jdbc driver
K
kea.busfw
- package kea.busfw
Business Framework package
M
MT_BOOLEAN
- Static variable in class kea.busfw.
ObjectDBMap
enum define object map type for table column
MT_BUSOBJECT
- Static variable in class kea.busfw.
ObjectDBMap
MT_BYTE
- Static variable in class kea.busfw.
ObjectDBMap
MT_DOUBLE
- Static variable in class kea.busfw.
ObjectDBMap
MT_FLOAT
- Static variable in class kea.busfw.
ObjectDBMap
MT_INTEGER
- Static variable in class kea.busfw.
ObjectDBMap
MT_LONG
- Static variable in class kea.busfw.
ObjectDBMap
MT_OBJECT
- Static variable in class kea.busfw.
ObjectDBMap
MT_STRING
- Static variable in class kea.busfw.
ObjectDBMap
N
newBusEntity(String, ResultSet)
- Method in class kea.busfw.
BusFactory
create new entity and fill it with ResultSet
O
objectDBMap
- Variable in class kea.busfw.
SqlParser
the objectDBMap contain the mapping of object to table
ObjectDBMap
- class kea.busfw.
ObjectDBMap
.
the ObjectDBMap map a BusEntity Object to database object.
ObjectDBMap()
- Constructor for class kea.busfw.
ObjectDBMap
default construction method
ObjectDBMap(String)
- Constructor for class kea.busfw.
ObjectDBMap
construction method that paser the map xml file to create map infomation
ObjectDBMapPool
- class kea.busfw.
ObjectDBMapPool
.
the ObjectMapPool create or get a ObjectDBMap Object.
ObjectDBMapPool()
- Constructor for class kea.busfw.
ObjectDBMapPool
default construction
P
P_ATTR_NAME
- Static variable in class kea.busfw.
ObjectDBMap
P_BUS_NAME
- Static variable in class kea.busfw.
ObjectDBMap
P_COLUMN_NAME
- Static variable in class kea.busfw.
ObjectDBMap
P_MAPTYPE
- Static variable in class kea.busfw.
ObjectDBMap
P_OBJECT_NAME
- Static variable in class kea.busfw.
ObjectDBMap
enum property name
P_RELATION
- Static variable in class kea.busfw.
ObjectDBMap
P_TABLE_NAME
- Static variable in class kea.busfw.
ObjectDBMap
parseAttribute(Element)
- Method in class kea.busfw.
ObjectDBMap
parse a business attribute property
parseCriteria(String)
- Method in class kea.busfw.
SqlParser
paser criteria to Sql where statement
parseMap(String)
- Method in class kea.busfw.
ObjectDBMap
parse the file that define a object map to database.
pool
- Variable in class kea.busfw.
ObjectDBMapPool
the ObjectDBMap pool
R
replaceString(String, String, String)
- Method in class kea.busfw.
SqlParser
repleace a string with special string
S
setId(String)
- Method in class kea.busfw.
BusEntityImpl
set a primary key of Business entity object
setId(String)
- Method in interface kea.busfw.
BusEntity
set a primary key of Business entity object
setValue(String, Object)
- Method in class kea.busfw.
BusEntityImpl
set a business attribute value of business entity object
setValue(String, Object)
- Method in interface kea.busfw.
BusEntity
set a business attribute value of business entity object
SqlParser
- class kea.busfw.
SqlParser
.
the ObjectDBMap map a BusEntity Object to database object.
SqlParser()
- Constructor for class kea.busfw.
SqlParser
defalt construction
SqlParser(ObjectDBMap)
- Constructor for class kea.busfw.
SqlParser
defalt construction
T
tableName
- Variable in class kea.busfw.
ObjectDBMap
table name
U
uniqueId
- Static variable in class kea.busfw.
UniqueKey
UniqueKey
- class kea.busfw.
UniqueKey
.
Unique key generator.
UniqueKey()
- Constructor for class kea.busfw.
UniqueKey
update(BusEntity)
- Method in class kea.busfw.
BusFactory
update the Entity
url
- Variable in class kea.busfw.
ObjectDBMap
the url file
A
B
C
E
G
I
J
K
M
N
O
P
R
S
T
U
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
Copyright #169; 2000 Kea team. All Rights Reserved.