org.tynamo.hibernate.pages
Class HibernateListPage

java.lang.Object
  extended by org.tynamo.hibernate.pages.HibernateListPage

public class HibernateListPage
extends Object


Constructor Summary
HibernateListPage()
           
 
Method Summary
 Object getBean()
           
 org.apache.tapestry5.beaneditor.BeanModel getBeanModel()
           
 TynamoClassDescriptor getClassDescriptor()
           
 Object[] getEditPageContext()
           
 List getInstances()
           
 String getModelId()
           
 String getNewLinkMessage()
           
 String getTitle()
           
protected  void onActivate(Class clazz)
           
protected  Object[] onPassivate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateListPage

public HibernateListPage()
Method Detail

onActivate

protected void onActivate(Class clazz)
                   throws Exception
Throws:
Exception

onPassivate

protected Object[] onPassivate()

getInstances

public List getInstances()

getEditPageContext

public Object[] getEditPageContext()

getTitle

public String getTitle()

getNewLinkMessage

public String getNewLinkMessage()

getModelId

public final String getModelId()

getClassDescriptor

public final TynamoClassDescriptor getClassDescriptor()

getBeanModel

public final org.apache.tapestry5.beaneditor.BeanModel getBeanModel()

getBean

public final Object getBean()


Copyright © 2004-2009. All Rights Reserved.