Interface JaloAccessorsService
- All Known Implementing Classes:
DefaultJaloAccessorsService
public interface JaloAccessorsService
Allows to check if given type can be used without JALO layer.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns true if type with given typeCode supports ServiceLayerDirect for reading and writing data.booleanisSLDSafeForRead(String typeCode) Returns true if type with given typeCode supports ServiceLayerDirect for reading data.booleanisSLDSafeForWrite(String typeCode) Returns true if type with given typeCode supports ServiceLayerDirect for writing data.
-
Method Details
-
isSLDSafe
Returns true if type with given typeCode supports ServiceLayerDirect for reading and writing data. -
isSLDSafeForRead
Returns true if type with given typeCode supports ServiceLayerDirect for reading data. -
isSLDSafeForWrite
Returns true if type with given typeCode supports ServiceLayerDirect for writing data.
-