public interface UtilityServiceAsync
UtilityService
.Modifier and Type | Method and Description |
---|---|
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) |
void getWebAppContext(com.google.gwt.user.client.rpc.AsyncCallback<String> cb)
void getStoreFrontWebAppPrefix(com.google.gwt.user.client.rpc.AsyncCallback<String> cb)
void getAssetServerUrlPrefix(com.google.gwt.user.client.rpc.AsyncCallback<String> cb)
void getAllItems(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)
Copyright © 2013. All rights reserved.