Class HibernateAutomationRoutineDAO

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean delete​(long id, int code)  
      AutomationRoutine findByName​(String name, long tenantId)  
      void initialize​(AutomationRoutine routine)  
      • Methods inherited from class com.logicaldoc.core.HibernatePersistentObjectDAO

        bulkUpdate, delete, deleteAll, deleteAll, findAll, findAll, findAllIds, findAllIds, findById, findById, findByObjectQuery, findByQuery, findByWhere, findByWhere, findIdsByWhere, findIdsByWhere, getDbms, getSessionFactory, isOracle, jdbcUpdate, jdbcUpdate, query, queryForInt, queryForList, queryForList, queryForLong, queryForObject, queryForRowSet, queryForString, setSessionFactory, store
      • Methods inherited from interface com.logicaldoc.core.PersistentObjectDAO

        bulkUpdate, delete, deleteAll, deleteAll, findAll, findAll, findAllIds, findAllIds, findById, findById, findByObjectQuery, findByQuery, findByWhere, findByWhere, findIdsByWhere, findIdsByWhere, getDbms, isOracle, jdbcUpdate, jdbcUpdate, query, queryForInt, queryForList, queryForList, queryForLong, queryForObject, queryForRowSet, queryForString, store
    • Method Detail

      • initialize

        public void initialize​(AutomationRoutine routine)
        Specified by:
        initialize in interface com.logicaldoc.core.PersistentObjectDAO<AutomationRoutine>
        Overrides:
        initialize in class com.logicaldoc.core.HibernatePersistentObjectDAO<AutomationRoutine>
      • delete

        public boolean delete​(long id,
                              int code)
                       throws com.logicaldoc.core.PersistenceException
        Specified by:
        delete in interface com.logicaldoc.core.PersistentObjectDAO<AutomationRoutine>
        Overrides:
        delete in class com.logicaldoc.core.HibernatePersistentObjectDAO<AutomationRoutine>
        Throws:
        com.logicaldoc.core.PersistenceException