interface EntityPictureSyncAdapter<I : PictureInfo>
Created by ivkosh on 16.01.16.
abstract fun createOrUpdateEntityPictureFromBytes(pictureInfo: I, pictureBytes: ByteArray): Unit
Method should set or update picture for entity from pictureInfo (entity could be located by pictureInfo.getEntityIdentifier()). |
open class CategoryPictureSyncAdapter : EntityPictureSyncAdapter<CategoryPictureInfo!>
Created by ivkosh on 13.03.15. |
|
open class ProductPictureSyncAdapter : EntityPictureSyncAdapter<ProductPictureInfo!> |
|
open class SaleSlotPictureSyncAdapter : EntityPictureSyncAdapter<SaleSlotPictureInfo!>
Created by misha on 30.06.16. |