public class DefaultJaloAccessorsService extends java.lang.Object implements JaloAccessorsService, ConfigIntf.ConfigChangeListener
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CFG_ALL_SAFE_4_READING |
static java.lang.String |
CFG_ALL_SAFE_4_WRITING |
static java.lang.String |
CFG_IGNORE_MARKED_UNSAFE |
static java.lang.String |
CFG_IGNORE_UNSAFE_TYPE_PREFIX |
| Constructor and Description |
|---|
DefaultJaloAccessorsService() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterPropertiesSet() |
void |
configChanged(java.lang.String key,
java.lang.String newValue) |
void |
destroy() |
boolean |
isSLDSafe(java.lang.String typeCode)
Returns true if type with given typeCode supports ServiceLayerDirect for reading and writing data.
|
boolean |
isSLDSafeForRead(java.lang.String typeCode)
Returns true if type with given typeCode supports ServiceLayerDirect for reading data.
|
boolean |
isSLDSafeForWrite(java.lang.String typeCode)
Returns true if type with given typeCode supports ServiceLayerDirect for writing data.
|
protected boolean |
isTypeConfiguredAsSafe(java.lang.String typeCode) |
void |
setSessionService(SessionService sessionService) |
void |
setSLDUnsafeTypesProviderBuilder(SLDUnsafeTypesProviderBuilder sldUnsafeTypesProviderBuilder) |
protected void |
updateIgnoreMarkedSettings() |
public static final java.lang.String CFG_IGNORE_MARKED_UNSAFE
public static final java.lang.String CFG_ALL_SAFE_4_READING
public static final java.lang.String CFG_ALL_SAFE_4_WRITING
public static final java.lang.String CFG_IGNORE_UNSAFE_TYPE_PREFIX
public void afterPropertiesSet()
throws java.lang.Exception
java.lang.Exceptionpublic void configChanged(java.lang.String key,
java.lang.String newValue)
configChanged in interface ConfigIntf.ConfigChangeListenerpublic void destroy()
throws java.lang.Exception
java.lang.Exceptionprotected void updateIgnoreMarkedSettings()
protected boolean isTypeConfiguredAsSafe(java.lang.String typeCode)
public boolean isSLDSafe(java.lang.String typeCode)
JaloAccessorsServiceisSLDSafe in interface JaloAccessorsServicepublic boolean isSLDSafeForRead(java.lang.String typeCode)
JaloAccessorsServiceisSLDSafeForRead in interface JaloAccessorsServicepublic boolean isSLDSafeForWrite(java.lang.String typeCode)
JaloAccessorsServiceisSLDSafeForWrite in interface JaloAccessorsServicepublic void setSLDUnsafeTypesProviderBuilder(SLDUnsafeTypesProviderBuilder sldUnsafeTypesProviderBuilder)
public void setSessionService(SessionService sessionService)
Copyright © 2018 SAP SE. All Rights Reserved.