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

Packages that use BeanRecordProxy
org.apache.empire.struts2.actionsupport   
org.apache.empire.struts2.websample.web.actiontypes   
org.apache.empire.struts2.websample.ws   
org.apache.empire.struts2.websample.ws.records   
 

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

Constructors in org.apache.empire.struts2.actionsupport with parameters of type BeanRecordProxy
BeanActionSupport(ActionBase action, BeanRecordProxy<T> record, SessionPersistence persistence)
           
BeanActionSupport(ActionBase action, BeanRecordProxy<T> record, SessionPersistence persistence, java.lang.String propertyName)
           
 

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

Constructors in org.apache.empire.struts2.websample.web.actiontypes with parameters of type BeanRecordProxy
BeanDetailAction(BeanRecordProxy<T> record, SessionPersistence persistence)
          Constructs a BeanDetailAction from a BeanRecordProxy object
 

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

Subclasses of BeanRecordProxy in org.apache.empire.struts2.websample.ws
 class SampleRecord<T>
           
 

Uses of BeanRecordProxy in org.apache.empire.struts2.websample.ws.records
 

Subclasses of BeanRecordProxy in org.apache.empire.struts2.websample.ws.records
 class DepartmentRecord
           
 class EmployeeRecord
           
 



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