Seam.Remoting.type.quickSearchHandler = function() {
  this.__callback = new Object();
  Seam.Remoting.type.quickSearchHandler.prototype.logExternalLink = function(p0, p1, callback) {
    return Seam.Remoting.execute(this, "logExternalLink", [p0, p1], callback);
  }
}
Seam.Remoting.type.quickSearchHandler.__name = "quickSearchHandler";

Seam.Component.register(Seam.Remoting.type.quickSearchHandler);

