Example usage for com.google.gwt.requestfactory.shared RequestFactory interface-usage

List of usage examples for com.google.gwt.requestfactory.shared RequestFactory interface-usage

Introduction

In this page you can find the example usage for com.google.gwt.requestfactory.shared RequestFactory interface-usage.

Usage

From source file com.acme.gwt.client.TvGuideRequestFactory.java

/**
 * RequestFactory stub for the TvGuide server calls
 *
 * @author colin
 */
public interface TvGuideRequestFactory extends RequestFactory {

From source file com.eatrightapp.shared.EatRightAppRequestFactory.java

public interface EatRightAppRequestFactory extends RequestFactory {

    MenuItemRequest menuItemRequest();

    MenuItemReviewRequest menuItemReviewRequest();

From source file com.google.gwt.sample.expenses.client.request.ExpensesRequestFactory.java

/**
 * "API generated" factory interface to build request objects for the methods of
 * {@link com.google.gwt.sample.expenses.server.domain}. Client code can
 * GWT.create() an instance of this interface to build and fire request objects.
 * <p>
 * IRL this interface will be generated by a JPA-savvy tool run before