Interface ISystemPluginDao

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      List<SystemPlugin> getActivePlugins​(IEntityContext ec, boolean remoteOnly)  
      SystemPlugin getByUUID​(IEntityContext ec, String uuid)
      Returns the system plugin with the given UUID string
      SystemPlugin getByUUID​(IEntityContext ec, UUID uuid)
      Returns the system plugin with the given UUID
      • Methods inherited from interface de.xima.cmn.dao.interfaces.IAbstractDao

        all, bulkDelete, bulkUpdate, checkLockingVersion, create, create, delete, delete, deleteAll, executePagedDaoAction, getAttributes, getAttributes, getSingleAttributes, getSingleAttributes, getTransactionHandler, read, registerListener, registerListener, registerListener, resultTotalCount, setTransactionHandler, singleElement, unregisterListener, unregisterListener, unregisterListener, update, update