public class RawItemObjectFacadeStrategy
extends java.lang.Object
| Constructor and Description |
|---|
RawItemObjectFacadeStrategy() |
| Modifier and Type | Method and Description |
|---|---|
<T> boolean |
canHandle(T objectOrCode) |
<T> T |
create(java.lang.String s,
Context context) |
<T> void |
delete(T t,
Context context) |
<T> T |
load(java.lang.String s,
Context context) |
<T> T |
reload(T t,
Context context) |
<T> T |
save(T t,
Context context) |
public <T> boolean canHandle(T objectOrCode)
public <T> T load(java.lang.String s,
Context context)
public <T> void delete(T t,
Context context)
public <T> T create(java.lang.String s,
Context context)
public <T> T save(T t,
Context context)
public <T> T reload(T t,
Context context)
Copyright © 2018 SAP SE. All Rights Reserved.