public class DataLoadingActionObjectFacadeStrategy
extends java.lang.Object
| Constructor and Description |
|---|
DataLoadingActionObjectFacadeStrategy() |
| Modifier and Type | Method and Description |
|---|---|
<T> boolean |
canHandle(T object) |
<T> T |
create(java.lang.String typeId,
Context ctx) |
<T> void |
delete(T object,
Context ctx) |
<T> T |
load(java.lang.String id,
Context ctx) |
<T> T |
reload(T object,
Context ctx) |
<T> T |
save(T object,
Context ctx) |
public DataLoadingActionObjectFacadeStrategy()
public <T> boolean canHandle(T object)
public <T> T load(java.lang.String id,
Context ctx)
public <T> void delete(T object,
Context ctx)
public <T> T create(java.lang.String typeId,
Context ctx)
public <T> T save(T object,
Context ctx)
public <T> T reload(T object,
Context ctx)
Copyright © 2018 SAP SE. All Rights Reserved.