Package com.tll.common.search.test

Examples of com.tll.common.search.test.TestAddressSearch


  /**
   * @return A new {@link RemoteListingDefinition} instance.
   */
  RemoteListingDefinition<TestAddressSearch> getListingDef() {
    final RemoteListingDefinition<TestAddressSearch> def =
      new RemoteListingDefinition<TestAddressSearch>(ListHandlerType.PAGE, new TestAddressSearch(), null, 2,
          new Sorting("lastName"));
    return def;
  }
View Full Code Here


  /**
   * @return A new {@link RemoteListingDefinition} instance.
   */
  RemoteListingDefinition<TestAddressSearch> getListingDef() {
    final RemoteListingDefinition<TestAddressSearch> def =
      new RemoteListingDefinition<TestAddressSearch>(new TestAddressSearch(), null, 2,
          new Sorting("lastName"));
    return def;
  }
View Full Code Here

TOP

Related Classes of com.tll.common.search.test.TestAddressSearch

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.