Package com.hybris.backoffice.daos.impl
Class DefaultBackofficeValidationDao
java.lang.Object
com.hybris.backoffice.daos.impl.DefaultBackofficeValidationDao
- All Implemented Interfaces:
BackofficeValidationDao
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetConstraintGroups(Collection<String> groupsIds) Queries for constraint groups with specified idsvoidsetFlexibleSearchService(DefaultFlexibleSearchService flexibleSearchService)
-
Constructor Details
-
DefaultBackofficeValidationDao
public DefaultBackofficeValidationDao()
-
-
Method Details
-
setFlexibleSearchService
-
getFlexibleSearchService
-
getConstraintGroups
Description copied from interface:BackofficeValidationDaoQueries for constraint groups with specified ids- Specified by:
getConstraintGroupsin interfaceBackofficeValidationDao- Parameters:
groupsIds- identities of groups to be queried- Returns:
- groups with provided identities
-