apidocs / com.srv4pos.server.api.sync.sample / SyncSaleSlot

SyncSaleSlot

open class SyncSaleSlot : SyncEntity<SaleSlotInfo!>

Created by misha on 30.06.16.

Constructors

<init>

SyncSaleSlot(info: SaleSlotInfo!, synced: Boolean)
SyncSaleSlot(info: SaleSlotInfo!)

Functions

getPictureBytes

open fun getPictureBytes(): ByteArray!

This method is for testing purposes only (it is used in unit tests and in integration tests). Actual sync helpers (and thus sync algorithm) does not use it.

getPictureInputStream

open fun getPictureInputStream(): InputStream!

setPictureBytes

open fun setPictureBytes(buf: ByteArray!): Unit