Package org.jboss.errai.aerogear.api.datamanager.impl

Examples of org.jboss.errai.aerogear.api.datamanager.impl.StoreAdapter


      }]).stores[name];
  }-*/;

  public <T> Store<T> store(Class<T> type, Config config) {
    JavaScriptObject object = setup(config.getName(), config.getType().getName(), config.getRecordId(), config.getSettings());
    return new StoreAdapter(type, object);
  }
View Full Code Here

TOP

Related Classes of org.jboss.errai.aerogear.api.datamanager.impl.StoreAdapter

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.