org.tynamo.jpa.sample.pages
Class Index

java.lang.Object
  extended by org.tynamo.jpa.sample.pages.Index

public class Index
extends Object

Start page of application sample.


Constructor Summary
Index()
           
 
Method Summary
 Date getCurrentTime()
           
 List<TestEntity> getEntities()
           
 int getEntityCount()
           
 void onActionFromAddEntity()
           
 void onActionFromDelEntity(long id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Index

public Index()
Method Detail

getCurrentTime

public Date getCurrentTime()

onActionFromAddEntity

@CommitAfter
public void onActionFromAddEntity()

onActionFromDelEntity

public void onActionFromDelEntity(long id)

getEntities

public List<TestEntity> getEntities()

getEntityCount

public int getEntityCount()


Copyright © 2009-2010. All Rights Reserved.