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
public class DefaultUserGroupDao extends DefaultGenericDao<UserGroupModel> implements UserGroupDao
Default implementation of theUserGroupDao
.
-
-
Constructor Summary
Constructors Constructor Description DefaultUserGroupDao()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserGroupModel
findUserGroupByUid(java.lang.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
-
-
-
-
Method Detail
-
findUserGroupByUid
public UserGroupModel findUserGroupByUid(java.lang.String uid)
Description copied from interface:UserGroupDao
Find the user group by the given uid.- Specified by:
findUserGroupByUid
in interfaceUserGroupDao
- Parameters:
uid
- the unique identifier of the user group- Returns:
- the found
UserGroupModel
ornull
otherwise
-
-