Uses of Class
org.apache.empire.struts2.actionsupport.SessionPersistence

Packages that use SessionPersistence
org.apache.empire.struts2.actionsupport   
org.apache.empire.struts2.websample.web.actiontypes   
 

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

Fields in org.apache.empire.struts2.actionsupport declared as SessionPersistence
protected  SessionPersistence RecordFormActionSupport.persistence
           
 

Methods in org.apache.empire.struts2.actionsupport that return SessionPersistence
 SessionPersistence RecordFormActionSupport.getPersistence()
           
static SessionPersistence SessionPersistence.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SessionPersistence[] SessionPersistence.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in org.apache.empire.struts2.actionsupport with parameters of type SessionPersistence
BeanActionSupport(ActionBase action, BeanClass beanClass, SessionPersistence persistence)
           
BeanActionSupport(ActionBase action, BeanClass beanClass, SessionPersistence persistence, java.lang.String propertyName)
           
BeanActionSupport(ActionBase action, BeanRecordProxy<T> record, SessionPersistence persistence)
           
BeanActionSupport(ActionBase action, BeanRecordProxy<T> record, SessionPersistence persistence, java.lang.String propertyName)
           
BeanActionSupport(ActionBase action, java.util.List<Column> updateColumns, Column[] keyColumns, SessionPersistence persistence)
           
BeanActionSupport(ActionBase action, java.util.List<Column> updateColumns, Column[] keyColumns, SessionPersistence persistence, java.lang.String propertyName)
           
BeanActionSupport(ActionBase action, java.util.List<Column> updateColumns, Column keyColumn, SessionPersistence persistence)
           
RecordActionSupport(ActionBase action, DBRowSet rowset, DBRecord record, SessionPersistence persistence)
           
RecordActionSupport(ActionBase action, DBRowSet rowset, DBRecord record, SessionPersistence persistence, java.lang.String propertyName)
           
RecordFormActionSupport(ActionBase action, SessionPersistence persistence)
           
RecordFormActionSupport(ActionBase action, SessionPersistence persistence, java.lang.String propertyName)
           
 

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

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



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