public interface RulesModuleDao
AbstractRulesModuleModel.| Modifier and Type | Method and Description |
|---|---|
List<AbstractRulesModuleModel> |
findAll()
returns all (active) rules modules
|
AbstractRulesModuleModel |
findByName(String name)
returns the active rules module for the given name or null
|
AbstractRulesModuleModel |
findByNameAndVersion(String name,
long version)
returns the rules module for the given name and version or null
|
AbstractRulesModuleModel findByName(String name)
name - the nameList<AbstractRulesModuleModel> findAll()
AbstractRulesModuleModel findByNameAndVersion(String name, long version)
name - the nameversion - the version of the moduleCopyright © 2017 SAP SE. All Rights Reserved.