Interface IDynamicWriter<T,K>


public interface IDynamicWriter<T,K>
  • Method Summary

    Modifier and Type
    Method
    Description
    create(String correlationId, org.pipservices3.commons.data.AnyValueMap entityData)
     
    deleteById(String correlationId, K id)
     
    update(String correlationId, K id, org.pipservices3.commons.data.AnyValueMap entityData)
     
  • Method Details

    • create

      T create(String correlationId, org.pipservices3.commons.data.AnyValueMap entityData) throws org.pipservices3.commons.errors.ApplicationException
      Throws:
      org.pipservices3.commons.errors.ApplicationException
    • update

      T update(String correlationId, K id, org.pipservices3.commons.data.AnyValueMap entityData) throws org.pipservices3.commons.errors.ApplicationException
      Throws:
      org.pipservices3.commons.errors.ApplicationException
    • deleteById

      T deleteById(String correlationId, K id) throws org.pipservices3.commons.errors.ApplicationException
      Throws:
      org.pipservices3.commons.errors.ApplicationException