Class DefaultUserGroupDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<UserGroupModel>
de.hybris.platform.servicelayer.user.daos.impl.DefaultUserGroupDao
- All Implemented Interfaces:
GenericDao<UserGroupModel>,UserGroupDao
Default implementation of the
UserGroupDao.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindUserGroupByUid(String uid) Find the user group by the given uid.Methods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
Constructor Details
-
DefaultUserGroupDao
public DefaultUserGroupDao()
-
-
Method Details
-
findUserGroupByUid
Description copied from interface:UserGroupDaoFind the user group by the given uid.- Specified by:
findUserGroupByUidin interfaceUserGroupDao- Parameters:
uid- the unique identifier of the user group- Returns:
- the found
UserGroupModelornullotherwise
-