org.pentaho.platform.dataaccess.datasource.wizard.service.gwt
Class ModelerServiceDebugServlet

java.lang.Object
  extended by RemoteServiceServlet
      extended by org.pentaho.platform.dataaccess.datasource.wizard.service.gwt.ModelerServiceDebugServlet

public class ModelerServiceDebugServlet
extends RemoteServiceServlet

User: nbaker Date: Jul 16, 2010


Constructor Summary
ModelerServiceDebugServlet()
           
 
Method Summary
 Domain generateDomain(String connectionName, String tableName, String dbType, String query, String datasourceName)
           
 BogoPojo gwtWorkaround(BogoPojo pojo)
           
 Domain loadDomain(String id)
           
 String serializeModels(Domain domain, String name)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ModelerServiceDebugServlet

public ModelerServiceDebugServlet()
Method Detail

serializeModels

public String serializeModels(Domain domain,
                              String name)
                       throws Exception
Throws:
Exception

gwtWorkaround

public BogoPojo gwtWorkaround(BogoPojo pojo)

generateDomain

public Domain generateDomain(String connectionName,
                             String tableName,
                             String dbType,
                             String query,
                             String datasourceName)
                      throws Exception
Throws:
Exception

loadDomain

public Domain loadDomain(String id)
                  throws Exception
Throws:
Exception