public class FeedObjectFacadeStrategy
extends java.lang.Object
| Constructor and Description |
|---|
FeedObjectFacadeStrategy() |
| Modifier and Type | Method and Description |
|---|---|
<T> boolean |
canHandle(T objectOrCode) |
FeedData |
create(java.lang.String code,
Context context) |
<T> void |
delete(T objectOrCode,
Context context) |
FeedData |
load(java.lang.String feedName,
Context context) |
<T> T |
reload(T t,
Context context) |
<T> T |
save(T t,
Context context) |
void |
setFeedClient(DataFeedClient feedClient) |
public <T> boolean canHandle(T objectOrCode)
public FeedData load(java.lang.String feedName,
Context context)
public <T> void delete(T objectOrCode,
Context context)
public FeedData create(java.lang.String code,
Context context)
public <T> T save(T t,
Context context)
throws ObjectSavingException
ObjectSavingExceptionpublic <T> T reload(T t,
Context context)
public void setFeedClient(DataFeedClient feedClient)
Copyright © 2018 SAP SE. All Rights Reserved.