public interface JaloAccessorsService
| Modifier and Type | Method and Description |
|---|---|
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.
|
boolean isSLDSafe(java.lang.String typeCode)
boolean isSLDSafeForRead(java.lang.String typeCode)
boolean isSLDSafeForWrite(java.lang.String typeCode)
Copyright © 2018 SAP SE. All Rights Reserved.