Class DefaultPrincipalDao
java.lang.Object
de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<PrincipalModel>
de.hybris.platform.b2ctelcoservices.daos.impl.DefaultPrincipalDao
- All Implemented Interfaces:
PrincipalDao,de.hybris.platform.servicelayer.internal.dao.GenericDao<PrincipalModel>
public class DefaultPrincipalDao
extends de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao<PrincipalModel>
implements PrincipalDao
Default implementation of the
PrincipalDao.- Since:
- 6.6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindPrincipalByUid(String uid) Searches for the principal having the provided identifier.Methods inherited from class de.hybris.platform.servicelayer.internal.dao.DefaultGenericDao
find, find, find, find, find, getFlexibleSearchService, setFlexibleSearchService
-
Constructor Details
-
DefaultPrincipalDao
public DefaultPrincipalDao()
-
-
Method Details
-
findPrincipalByUid
Description copied from interface:PrincipalDaoSearches for the principal having the provided identifier.- Specified by:
findPrincipalByUidin interfacePrincipalDao- Parameters:
uid- the unique identifier of thePrincipalModel- Returns:
- the
PrincipalModelfor the given identifier
-