Class DefaultPrincipalService
java.lang.Object
de.hybris.platform.b2ctelcoservices.services.impl.DefaultPrincipalService
- All Implemented Interfaces:
PrincipalService
Default implementation of the
PrincipalService.- Since:
- 6.6
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindPrincipalByUid(String uid) Searches for thePrincipalModelwith the given uid.protected PrincipalDaovoidsetPrincipalDao(PrincipalDao principalDao)
-
Constructor Details
-
DefaultPrincipalService
public DefaultPrincipalService()
-
-
Method Details
-
findPrincipalByUid
Description copied from interface:PrincipalServiceSearches for thePrincipalModelwith the given uid.- Specified by:
findPrincipalByUidin interfacePrincipalService- Parameters:
uid- unique identifier- Returns:
- the
PrincipalModelwith the uid given or null if it cannot be found
-
setPrincipalDao
-
getPrincipalDao
-