com.tensegrity.wpalo.server.childloader
Class AccountConnectionChildLoader

java.lang.Object
  extended by com.tensegrity.wpalo.server.childloader.AccountConnectionChildLoader
All Implemented Interfaces:
ChildLoader

public class AccountConnectionChildLoader
extends java.lang.Object
implements ChildLoader

ConnectionsChildLoader TODO DOCUMENT ME

Version:
$Id: AccountConnectionChildLoader.java,v 1.7 2009/12/17 16:14:20 PhilippBouillon Exp $

Constructor Summary
AccountConnectionChildLoader()
           
 
Method Summary
 boolean accepts(com.tensegrity.palo.gwt.core.client.models.XObject parent)
           
 com.tensegrity.palo.gwt.core.client.models.XObject[] loadChildren(com.tensegrity.palo.gwt.core.client.models.XObject parent, com.tensegrity.palo.gwt.core.server.services.UserSession userSession)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccountConnectionChildLoader

public AccountConnectionChildLoader()
Method Detail

accepts

public final boolean accepts(com.tensegrity.palo.gwt.core.client.models.XObject parent)
Specified by:
accepts in interface ChildLoader

loadChildren

public final com.tensegrity.palo.gwt.core.client.models.XObject[] loadChildren(com.tensegrity.palo.gwt.core.client.models.XObject parent,
                                                                               com.tensegrity.palo.gwt.core.server.services.UserSession userSession)
Specified by:
loadChildren in interface ChildLoader