org.broadleafcommerce.openadmin.client.datasource.dynamic.operation
Class EntityServiceAsyncCallback<T>
java.lang.Object
com.gwtincubator.security.client.SecuredAsyncCallback<T>
org.broadleafcommerce.openadmin.client.service.AbstractCallback<T>
org.broadleafcommerce.openadmin.client.datasource.dynamic.operation.EntityServiceAsyncCallback<T>
- Type Parameters:
T -
- All Implemented Interfaces:
- com.google.gwt.user.client.rpc.AsyncCallback<T>
public abstract class EntityServiceAsyncCallback<T>
- extends AbstractCallback<T>
- Author:
- jfischer
| Methods inherited from class com.gwtincubator.security.client.SecuredAsyncCallback |
onFailure |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityServiceAsyncCallback
public EntityServiceAsyncCallback(EntityOperationType opType,
String requestId,
com.smartgwt.client.data.DSRequest request,
com.smartgwt.client.data.DSResponse response,
com.smartgwt.client.data.DataSource dataSource)
onSecurityException
protected void onSecurityException(com.gwtincubator.security.exception.ApplicationSecurityException exception)
- Overrides:
onSecurityException in class AbstractCallback<T>
onOtherException
protected void onOtherException(Throwable exception)
- Overrides:
onOtherException in class AbstractCallback<T>
onError
protected void onError(EntityOperationType opType,
String requestId,
com.smartgwt.client.data.DSRequest request,
com.smartgwt.client.data.DSResponse response,
Throwable caught)
onError
protected void onError(EntityOperationType opType,
String requestId,
com.smartgwt.client.data.DSRequest request,
com.smartgwt.client.data.DSResponse response,
Throwable caught,
boolean showWarning)
Copyright © 2013. All Rights Reserved.