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)
           
 void getWorkflowEnabled(String[] qualifiers, com.google.gwt.user.client.rpc.AsyncCallback<Boolean> cb)
           
 void initializeEJB3Configuration(com.google.gwt.user.client.rpc.AsyncCallback<Void> async)
           
 

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)

getWorkflowEnabled

void getWorkflowEnabled(String[] qualifiers,
                        com.google.gwt.user.client.rpc.AsyncCallback<Boolean> cb)

initializeEJB3Configuration

void initializeEJB3Configuration(com.google.gwt.user.client.rpc.AsyncCallback<Void> async)


Copyright © 2013. All Rights Reserved.