org.broadleafcommerce.openadmin.client.datasource.dynamic.operation
Class EntityServiceAsyncCallback<T>

java.lang.Object
  extended by com.gwtincubator.security.client.SecuredAsyncCallback<T>
      extended by org.broadleafcommerce.openadmin.client.service.AbstractCallback<T>
          extended by 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, 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, 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)
           
 
Methods inherited from class org.broadleafcommerce.openadmin.client.service.AbstractCallback
logout, onSuccess, processResult
 
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
 

Constructor Detail

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)
Method Detail

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.