Uses of Class
org.apache.empire.data.bean.BeanClass

Packages that use BeanClass
org.apache.empire.data.bean This package contains implmentations of Empire's data and metadata interfaces for JavaBeans of Data Tranfer Objects (DTO's). 
org.apache.empire.struts2.actionsupport   
org.apache.empire.struts2.websample.web.actiontypes   
org.apache.empire.struts2.websample.ws   
 

Uses of BeanClass in org.apache.empire.data.bean
 

Fields in org.apache.empire.data.bean declared as BeanClass
protected  BeanClass BeanProperty.beanClass
           
 

Methods in org.apache.empire.data.bean that return BeanClass
 BeanClass BeanProperty.getBeanClass()
          returns the bean class of this property.
 

Methods in org.apache.empire.data.bean that return types with arguments of type BeanClass
 java.util.List<BeanClass> BeanDomain.getClasses()
           
 

Methods in org.apache.empire.data.bean with parameters of type BeanClass
protected  void BeanDomain.addClass(BeanClass beanClass)
           
 

Constructors in org.apache.empire.data.bean with parameters of type BeanClass
BeanRecordProxy(BeanClass beanClass)
           
BeanRecordProxy(T data, BeanClass beanClass)
           
 

Uses of BeanClass in org.apache.empire.struts2.actionsupport
 

Constructors in org.apache.empire.struts2.actionsupport with parameters of type BeanClass
BeanActionSupport(ActionBase action, BeanClass beanClass, SessionPersistence persistence)
           
BeanActionSupport(ActionBase action, BeanClass beanClass, SessionPersistence persistence, java.lang.String propertyName)
           
 

Uses of BeanClass in org.apache.empire.struts2.websample.web.actiontypes
 

Constructors in org.apache.empire.struts2.websample.web.actiontypes with parameters of type BeanClass
BeanDetailAction(BeanClass beanClass, SessionPersistence persistence)
          Constructs a BeanDetailAction from a BeanClass definition
 

Uses of BeanClass in org.apache.empire.struts2.websample.ws
 

Subclasses of BeanClass in org.apache.empire.struts2.websample.ws
 class SampleBeanClass
          Base class definition for all database tables Automatically generates a message-key for the field title e.g.
static class SampleBeanDomain.Departments
          Table definition for Departments
static class SampleBeanDomain.Employees
          Table definition for Persons
 

Constructors in org.apache.empire.struts2.websample.ws with parameters of type BeanClass
SampleRecord(SampleContext context, T data, BeanClass beanClass)
           
 



Copyright © 2008-2009 Apache Software Foundation. All Rights Reserved.