org.broadleafcommerce.openadmin.client.service
Interface UtilityServiceAsync
public interface UtilityServiceAsync
Asynchronous version of UtilityService.
- Author:
- jfischer
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.