apidocs / com.srv4pos.server.api.sync / EntitySyncAdapter / createOrUpdateEntityFromInfo

createOrUpdateEntityFromInfo

abstract fun createOrUpdateEntityFromInfo(info: I): Unit

Method should update corresponding entity from info (entity could be located by identifier from info) or create entity if client has no entity with such identifier.

Parameters

info -