gsdsdk / com.gsd.software.sdk.offlinetools.api.data / IntentionContainerDataSource
interface IntentionContainerDataSource
Created by konradrutkowski on 18.03.2019.
Name | Summary |
---|---|
addIntentionContainer | abstract fun addIntentionContainer(intentionContainer: IntentionContainer ): Unit |
addIntentionContainers | abstract fun addIntentionContainers(intentionContainers: List < IntentionContainer >): Unit |
clearIntentions | abstract fun clearIntentions(): Unit |
getAllIntentions | abstract fun getAllIntentions(): List < IntentionContainer > |
getById | abstract fun getById(id: String ): IntentionContainer ? |
getCount | abstract fun getCount(): Int |
getFirst | abstract fun getFirst(): IntentionContainer ? |
removeContainers | abstract fun removeContainers(id: String ): Unit |
setLastFailReason | abstract fun setLastFailReason(intentionId: String , lastFailReason: String ): Unit |
Name | Summary |
---|---|
IntentionContainerRepository | class IntentionContainerRepository : IntentionContainerDataSource Created by konradrutkowski on 18.03.2019. |