gsdsdk / com.gsd.software.sdk.offlinetools.api.data / IntentionDataSource

IntentionDataSource

interface IntentionDataSource

Created by konradrutkowski on 07.02.2019.

Functions

Name Summary
loadAll abstract fun loadAll():List<RealmIntention>
remove abstract fun remove(id:String):Unit
removeByFollowId abstract fun removeByFollowId(followId:String):Unit
save abstract fun save(intentionContainer:IntentionContainer):Unit
saveLastFailReason abstract fun saveLastFailReason(id:String, reason:String):Unit

Inheritors

Name Summary
IntentionStorage class IntentionStorage :IntentionDataSource
Created by konradrutkowski on 07.02.2019.