public class PoolObjectFacadeStrategy
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
POOL_CREATION_ERROR |
| Constructor and Description |
|---|
PoolObjectFacadeStrategy() |
| Modifier and Type | Method and Description |
|---|---|
<T> boolean |
canHandle(T objectOrCode) |
PoolData |
create(java.lang.String uniqueId,
Context context) |
<T> void |
delete(T obj,
Context context) |
PoolData |
load(java.lang.String uniqueId,
Context context) |
<T> T |
reload(T instance,
Context context) |
<T> T |
save(T obj,
Context context) |
void |
setPoolClient(DataPoolClient cl) |
public static final java.lang.String POOL_CREATION_ERROR
public <T> boolean canHandle(T objectOrCode)
public PoolData load(java.lang.String uniqueId,
Context context)
throws ObjectNotFoundException
ObjectNotFoundExceptionpublic <T> void delete(T obj,
Context context)
throws ObjectDeletionException
ObjectDeletionExceptionpublic PoolData create(java.lang.String uniqueId,
Context context)
throws ObjectCreationException
ObjectCreationExceptionpublic <T> T save(T obj,
Context context)
throws ObjectSavingException
ObjectSavingExceptionpublic <T> T reload(T instance,
Context context)
throws ObjectNotFoundException
ObjectNotFoundExceptionpublic void setPoolClient(DataPoolClient cl)
Copyright © 2017 SAP SE. All Rights Reserved.