All Superinterfaces:
Dao
All Known Implementing Classes:
DefaultCxTriggerDao

public interface CxTriggerDao extends Dao
  • Method Details

    • findTriggers

      Finds all triggers for given variation
      Parameters:
      variation - parent variation
      Returns:
      collection of CxAbstractTriggerModel (may be empty)
    • findTriggerByCode

      Optional<CxAbstractTriggerModel> findTriggerByCode(String code, CxVariationModel variation)
      Finds trigger with given code
      Parameters:
      code - trigger identifier
      variation - parent variation
      Returns:
      Optional with trigger or optional.empty if nothing was found