{
super.callReadAction("personLookup", inRequest, new OnSuccessCommand<ArrayList<PersonModelView>>()
{
public void onSuccess(final ArrayList<PersonModelView> inResponse)
{
Session.getInstance().getEventBus().notifyObservers(new GotPersonLookupResponseEvent(inResponse));
}
}, inUseClientCacheIfAvailable);
}