Uses of Interface
org.makumba.Attributes

Packages that use Attributes
org.makumba.commons   
org.makumba.commons.attributes   
org.makumba.controller   
org.makumba.db   
org.makumba.db.hibernate   
org.makumba.db.makumba   
org.makumba.providers   
test Contains automated tests for various makumba components. 
 

Uses of Attributes in org.makumba.commons
 

Methods in org.makumba.commons with parameters of type Attributes
 void DbConnectionProvider.setContext(Attributes attributes)
           
 

Uses of Attributes in org.makumba.commons.attributes
 

Classes in org.makumba.commons.attributes that implement Attributes
 class PageAttributes
           
 class RequestAttributes
          Implementation of the Makumba Attributes
 

Uses of Attributes in org.makumba.controller
 

Methods in org.makumba.controller with parameters of type Attributes
static Object Logic.computeActor(String attname, Attributes a, String db, DbConnectionProvider dbcp)
           
static Pointer Logic.doAdd(Object controller, String handlerName, String afterHandlerName, String typename, Pointer p, Dictionary<String,Object> data, Attributes a, String dbName, DbConnectionProvider dbcp)
           
static Pointer Logic.doDelete(Object controller, String typename, Pointer p, Attributes a, String dbName, DbConnectionProvider dbcp)
           
static Pointer Logic.doEdit(Object controller, String handlerName, String afterHandlerName, String typename, Pointer p, Dictionary<String,Object> data, Attributes a, String dbName, DbConnectionProvider dbcp)
           
static void Logic.doInit(Object controller, Attributes a, String dbName, DbConnectionProvider dbcp)
           
static void Logic.doInit(String path, Attributes a, String dbName, DbConnectionProvider dbcp)
           
static Pointer Logic.doNew(Object controller, String handlerName, String afterHandlerName, String typename, Dictionary<String,Object> data, Attributes a, String dbName, DbConnectionProvider dbcp)
           
static Object Logic.doOp(Object controller, String opName, Dictionary<String,Object> data, Attributes a, String dbName, DbConnectionProvider dbcp)
           
static Object Logic.getAttribute(Object controller, String attname, Attributes a, String db, DbConnectionProvider dbcp)
           
 

Uses of Attributes in org.makumba.db
 

Methods in org.makumba.db with parameters of type Attributes
 void TransactionImplementation.setContext(Attributes a)
           
 

Uses of Attributes in org.makumba.db.hibernate
 

Methods in org.makumba.db.hibernate with parameters of type Attributes
protected  void HQLQueryProvider.init(String db, Attributes a)
           
 

Uses of Attributes in org.makumba.db.makumba
 

Methods in org.makumba.db.makumba with parameters of type Attributes
protected  void MQLQueryProvider.init(String dataSource, Attributes a)
           
 void DBConnectionWrapper.setContext(Attributes a)
           
 

Uses of Attributes in org.makumba.providers
 

Methods in org.makumba.providers with parameters of type Attributes
protected  void QueryProvider.init(String dataSource, Attributes a)
          Initalises the provider with the datasource
static QueryProvider QueryProvider.makeQueryRunner(String dataSource, String name, Attributes a)
          Provides the query execution environment corresponding to the query language.
 

Uses of Attributes in test
 

Methods in test with parameters of type Attributes
 void TestLoginLogic.checkAttributes(Attributes a, Database db)
           
 void ValidationSubfolderLogic.checkAttributes(Attributes a, Transaction t)
           
 void ValidationLogic.checkAttributes(Attributes a, Transaction t)
           
 Object TestLoginLogic.findTestAttribute(Attributes a, Database db)
           
 void ValidationSubfolderLogic.on_newTestPerson(Pointer p, Dictionary<String,Object> d, Attributes a, Transaction t)
           
 void ValidationLogic.on_newTestPerson(Pointer p, Dictionary<String,Object> d, Attributes a, Transaction t)