Interface SmarteditConfigurationDao
- All Known Implementing Classes:
DefaultSmarteditConfigurationDao
public interface SmarteditConfigurationDao
Interface for SmartEdit Configuration DAO
-
Method Summary
Modifier and TypeMethodDescriptionFinds aSmarteditConfigurationModelby its key value.loadAll()Loads all configurations persisted
-
Method Details
-
loadAll
List<SmarteditConfigurationModel> loadAll()Loads all configurations persisted- Returns:
- a list of
SmarteditConfigurationModel
-
findByKey
Finds aSmarteditConfigurationModelby its key value.- Parameters:
key- the configuration key- Returns:
- a
SmarteditConfigurationModelinstance, or null if it does not exist in the database
-