|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DynamicEntityServiceAsync
Asynchronous version of EntityService.
| Method Summary | |
|---|---|
void |
add(PersistencePackage persistencePackage,
com.google.gwt.user.client.rpc.AsyncCallback<Entity> cb)
|
void |
batchInspect(BatchPersistencePackage persistencePackage,
com.google.gwt.user.client.rpc.AsyncCallback<BatchDynamicResultSet> async)
|
void |
fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto,
com.google.gwt.user.client.rpc.AsyncCallback<DynamicResultSet> cb)
|
void |
inspect(PersistencePackage persistencePackage,
com.google.gwt.user.client.rpc.AsyncCallback<DynamicResultSet> cb)
|
void |
remove(PersistencePackage persistencePackage,
com.google.gwt.user.client.rpc.AsyncCallback<Void> cb)
|
void |
update(PersistencePackage persistencePackage,
com.google.gwt.user.client.rpc.AsyncCallback<Entity> cb)
|
| Method Detail |
|---|
void inspect(PersistencePackage persistencePackage,
com.google.gwt.user.client.rpc.AsyncCallback<DynamicResultSet> cb)
void fetch(PersistencePackage persistencePackage,
CriteriaTransferObject cto,
com.google.gwt.user.client.rpc.AsyncCallback<DynamicResultSet> cb)
void add(PersistencePackage persistencePackage,
com.google.gwt.user.client.rpc.AsyncCallback<Entity> cb)
void update(PersistencePackage persistencePackage,
com.google.gwt.user.client.rpc.AsyncCallback<Entity> cb)
void remove(PersistencePackage persistencePackage,
com.google.gwt.user.client.rpc.AsyncCallback<Void> cb)
void batchInspect(BatchPersistencePackage persistencePackage,
com.google.gwt.user.client.rpc.AsyncCallback<BatchDynamicResultSet> async)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||