org.broadleafcommerce.openadmin.client.service
Interface UtilityServiceAsync


public interface UtilityServiceAsync

Asynchronous version of UtilityService.

Author:
jfischer

Method Summary
 void getAllItems(com.google.gwt.user.client.rpc.AsyncCallback<String[]> cb)
           
 void getAssetServerUrlPrefix(com.google.gwt.user.client.rpc.AsyncCallback<String> cb)
           
 void getStoreFrontWebAppPrefix(com.google.gwt.user.client.rpc.AsyncCallback<String> cb)
           
 void getWebAppContext(com.google.gwt.user.client.rpc.AsyncCallback<String> cb)
           
 

Method Detail

getWebAppContext

void getWebAppContext(com.google.gwt.user.client.rpc.AsyncCallback<String> cb)

getStoreFrontWebAppPrefix

void getStoreFrontWebAppPrefix(com.google.gwt.user.client.rpc.AsyncCallback<String> cb)

getAssetServerUrlPrefix

void getAssetServerUrlPrefix(com.google.gwt.user.client.rpc.AsyncCallback<String> cb)

getAllItems

void getAllItems(com.google.gwt.user.client.rpc.AsyncCallback<String[]> cb)


Copyright © 2012. All Rights Reserved.