Class ControllerSettingAccessorImpl

    • Field Summary

      • Fields inherited from class step.core.accessors.AbstractAccessor

        collectionDriver
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ControllerSetting createSettingIfNotExisting​(java.lang.String key, java.lang.String value)  
      boolean getSettingAsBoolean​(java.lang.String key)  
      ControllerSetting getSettingByKey​(java.lang.String key)  
      ControllerSetting updateOrCreateSetting​(java.lang.String key, java.lang.String value)  
      • Methods inherited from class step.core.accessors.AbstractAccessor

        createOrUpdateCompoundIndex, createOrUpdateIndex, findByAttributes, findByAttributes, findByCriteria, findManyByAttributes, findManyByAttributes, findManyByCriteria, get, get, getAll, getCollectionDriver, getRange, remove, save, save, stream
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface step.core.accessors.Accessor

        findByAttributes, findByAttributes, findByCriteria, findManyByAttributes, findManyByAttributes, findManyByCriteria, get, get, getAll, getRange, remove, save, stream