public class DaoAsyncCallback<D> extends HandledAsyncCallback<D>
Constructor and Description |
---|
DaoAsyncCallback(<any> callback,
Dao dao) |
Modifier and Type | Method and Description |
---|---|
void |
addDtosToDetach(java.util.Collection<? extends Dto> dtos) |
void |
addDtoToDetach(Dto dto) |
void |
doNotRegisterDtos() |
void |
doOnFailure(java.lang.Throwable caught) |
void |
doOnSuccess(D result) |
void |
ignoreExpectedExceptions(boolean b) |
boolean |
isIgnoreAllExceptions() |
void |
onFailure(java.lang.Throwable caught) |
void |
setDtosToDetach(java.util.Collection<Dto> dtos) |
void |
setIgnoreAllExceptions(boolean ignoreAllExceptions) |
void |
setPostRegisterDtos() |
void |
setPreRegisterDtos() |
doOnFinish, doOnStartup, getErrorText, getErrorTitle, getRequest, getSuccessText, getSuccessTitle, onSuccess, setErrorText, setErrorTitle, setRequest, setSuccessText, setSuccessTitle
public DaoAsyncCallback(<any> callback, Dao dao)
public void doOnSuccess(D result)
doOnSuccess
in class HandledAsyncCallback<D>
public void onFailure(java.lang.Throwable caught)
onFailure
in class HandledAsyncCallback<D>
public void doOnFailure(java.lang.Throwable caught)
doOnFailure
in class HandledAsyncCallback<D>
public void setPostRegisterDtos()
public void setPreRegisterDtos()
public void doNotRegisterDtos()
public void addDtoToDetach(Dto dto)
public void addDtosToDetach(java.util.Collection<? extends Dto> dtos)
public void setDtosToDetach(java.util.Collection<Dto> dtos)
public void ignoreExpectedExceptions(boolean b)
public boolean isIgnoreAllExceptions()
public void setIgnoreAllExceptions(boolean ignoreAllExceptions)