|
BEA Systems, Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.bea.ales.EntitlementQuery.EntitlementQueryFactory
Factory class for Querying the entitlement information This factory produces Query objects for:
| Method Summary | |
ChangeQuery |
getChangeQuery()
Factory method that should be used to create an instance of ChangeQuery interface. |
GroupQuery |
getGroupQuery()
Factory method that should be used to create an instance of GroupQuery interface. |
static EntitlementQueryFactory |
getInstance()
Factory method to get singleton instance of EntitlementQueryFactory class |
UserQuery |
getUserQuery()
Factory method that should be used to create an instance of UserQuery interface. |
static void |
initialize(java.util.Properties properties)
Initilize the factory with kodo properites. |
| Methods inherited from class java.lang.Object |
equals,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Method Detail |
public static void initialize(java.util.Properties properties)
throws QueryException
properties - properties used by kodo to connect database.
The properties should include all from file ALES-ADMIN/config/database.properites
and include "javax.jdo.option.ConnectionPassword" to indicate the password for databasepublic UserQuery getUserQuery() throws QueryException
UserQuerypublic GroupQuery getGroupQuery() throws QueryException
GroupQuerypublic ChangeQuery getChangeQuery() throws QueryException
ChangeQuerypublic static EntitlementQueryFactory getInstance() throws QueryException
|
Documentation is available at http://edocs.bea.com/ales/docs26 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||