edu.sampleu.demo.kitchensink
Class DataTableRestServiceTestImpl

java.lang.Object
  extended by edu.sampleu.demo.kitchensink.DataTableRestServiceTestImpl

public class DataTableRestServiceTestImpl
extends Object

Test service exposed through REST and connected to a DataTable component in the UIF

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
DataTableRestServiceTestImpl()
           
 
Method Summary
 String getTableData()
          Returns a string of data in JSON format for populating the table
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataTableRestServiceTestImpl

public DataTableRestServiceTestImpl()
Method Detail

getTableData

public String getTableData()
Returns a string of data in JSON format for populating the table

Returns:
String json data string


Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.