org.broadleafcommerce.openadmin.client.datasource.dynamic.operation
T - public abstract class EntityServiceAsyncCallback<T> extends AbstractCallback<T>
| Constructor and Description |
|---|
EntityServiceAsyncCallback(EntityOperationType opType,
String requestId,
com.smartgwt.client.data.DSRequest request,
com.smartgwt.client.data.DSResponse response,
com.smartgwt.client.data.DataSource dataSource) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onError(EntityOperationType opType,
String requestId,
com.smartgwt.client.data.DSRequest request,
com.smartgwt.client.data.DSResponse response,
Throwable caught) |
protected void |
onError(EntityOperationType opType,
String requestId,
com.smartgwt.client.data.DSRequest request,
com.smartgwt.client.data.DSResponse response,
Throwable caught,
boolean showWarning) |
protected void |
onOtherException(Throwable exception) |
protected void |
onSecurityException(com.gwtincubator.security.exception.ApplicationSecurityException exception) |
logout, onSuccess, processResultpublic EntityServiceAsyncCallback(EntityOperationType opType, String requestId, com.smartgwt.client.data.DSRequest request, com.smartgwt.client.data.DSResponse response, com.smartgwt.client.data.DataSource dataSource)
protected void onSecurityException(com.gwtincubator.security.exception.ApplicationSecurityException exception)
onSecurityException in class AbstractCallback<T>protected void onOtherException(Throwable exception)
onOtherException in class AbstractCallback<T>protected void onError(EntityOperationType opType, String requestId, com.smartgwt.client.data.DSRequest request, com.smartgwt.client.data.DSResponse response, Throwable caught)
protected void onError(EntityOperationType opType, String requestId, com.smartgwt.client.data.DSRequest request, com.smartgwt.client.data.DSResponse response, Throwable caught, boolean showWarning)
Copyright © 2015. All Rights Reserved.