Package com.sissi.protocol.iq.search.field

Examples of com.sissi.protocol.iq.search.field.Item


    super(config, jidBuilder, limit, filters, mapping);
  }

  @Override
  protected Fields build(DBObject each, Fields target) {
    return target.add(new Item(super.jidBuilder.build(MongoUtils.asString(each, Dictionary.FIELD_USERNAME), null).asStringWithBare(), MongoUtils.asString(each, VCardContext.FIELD_NICK), null, null, null));
  }
View Full Code Here

TOP

Related Classes of com.sissi.protocol.iq.search.field.Item

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.