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
|
Constructor Summary |
EntityServiceAsyncCallback(EntityOperationType opType,
java.lang.String requestId,
com.smartgwt.client.data.DSRequest request,
com.smartgwt.client.data.DSResponse response,
com.smartgwt.client.data.DataSource dataSource)
|
|
Method Summary |
protected void |
onError(EntityOperationType opType,
java.lang.String requestId,
com.smartgwt.client.data.DSRequest request,
com.smartgwt.client.data.DSResponse response,
java.lang.Throwable caught)
|
protected void |
onError(EntityOperationType opType,
java.lang.String requestId,
com.smartgwt.client.data.DSRequest request,
com.smartgwt.client.data.DSResponse response,
java.lang.Throwable caught,
boolean showWarning)
|
protected void |
onOtherException(java.lang.Throwable exception)
|
protected void |
onSecurityException(com.gwtincubator.security.exception.ApplicationSecurityException exception)
|
| 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,
java.lang.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(java.lang.Throwable exception)
- Overrides:
onOtherException in class AbstractCallback<T>
onError
protected void onError(EntityOperationType opType,
java.lang.String requestId,
com.smartgwt.client.data.DSRequest request,
com.smartgwt.client.data.DSResponse response,
java.lang.Throwable caught)
onError
protected void onError(EntityOperationType opType,
java.lang.String requestId,
com.smartgwt.client.data.DSRequest request,
com.smartgwt.client.data.DSResponse response,
java.lang.Throwable caught,
boolean showWarning)
Copyright © 2011. All Rights Reserved.