Class DashboardAccessor

  • All Implemented Interfaces:
    step.core.accessors.Accessor<Dashboard>

    public class DashboardAccessor
    extends step.core.accessors.AbstractAccessor<Dashboard>
    • Field Summary

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

        collectionDriver
    • Constructor Summary

      Constructors 
      Constructor Description
      DashboardAccessor​(step.core.collections.Collection<Dashboard> collectionDriver)  
    • Method Summary

      • 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
    • Constructor Detail

      • DashboardAccessor

        public DashboardAccessor​(step.core.collections.Collection<Dashboard> collectionDriver)