Class DefaultRuleConditionDefinitionDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
de.hybris.platform.ruleengineservices.rule.dao.impl.DefaultRuleConditionDefinitionDao
- All Implemented Interfaces:
RuleConditionDefinitionDao,Dao
public class DefaultRuleConditionDefinitionDao
extends AbstractItemDao
implements RuleConditionDefinitionDao
-
Field Summary
FieldsFields inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
flexibleSearchService, modelService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFinds List ofRuleConditionDefinitionModels.findRuleConditionDefinitionsByRuleType(Class<?> ruleType) Finds allRuleConditionDefinitionModels for a given rule type.voidsetTypeService(TypeService typeService) Methods inherited from class de.hybris.platform.servicelayer.internal.dao.AbstractItemDao
getAllSources, getFlexibleSearchService, getModelService, getSource, load, loadAll, search, search, searchUnique, setFlexibleSearchService, setModelService
-
Field Details
-
GET_ALL_CONDITION_DEFINITIONS
- See Also:
-
GET_CONDITION_DEFINITIONS_BY_RULE_TYPE
- See Also:
-
-
Constructor Details
-
DefaultRuleConditionDefinitionDao
public DefaultRuleConditionDefinitionDao()
-
-
Method Details
-
findAllRuleConditionDefinitions
Description copied from interface:RuleConditionDefinitionDaoFinds List ofRuleConditionDefinitionModels.- Specified by:
findAllRuleConditionDefinitionsin interfaceRuleConditionDefinitionDao- Returns:
- List of
RuleConditionDefinitionModels.
-
findRuleConditionDefinitionsByRuleType
Description copied from interface:RuleConditionDefinitionDaoFinds allRuleConditionDefinitionModels for a given rule type.- Specified by:
findRuleConditionDefinitionsByRuleTypein interfaceRuleConditionDefinitionDao- Parameters:
ruleType- - model class of rule type- Returns:
- List of
RuleConditionDefinitionModels
-
getTypeService
-
setTypeService
-