vnorder / com.venuenext.vnorder.orders.data / InstructionDao

InstructionDao

interface InstructionDao

InstructionDao VenueNext

Created on 7/25/19. Copyright © 2019 VenueNext Inc. All rights reserved.

Functions

count

abstract fun count(): Int

deleteAllInstructions

abstract fun deleteAllInstructions(): Unit

deleteInstruction

abstract fun deleteInstruction(user: Instruction): Unit
abstract fun deleteInstruction(instructionUUID: String): Unit

deleteInstructions

abstract fun deleteInstructions(instructions: List<Instruction>): Unit

getInstruction

abstract fun getInstruction(instructionUUID: String): Instruction

insertInstruction

abstract fun insertInstruction(instruction: Instruction): Unit

insertInstructions

abstract fun insertInstructions(instruction: List<Instruction>): Unit