Class UserGroupRuleParameterValueMapper
- java.lang.Object
-
- de.hybris.platform.ruleengineservices.rule.strategies.impl.mappers.UserGroupRuleParameterValueMapper
-
- All Implemented Interfaces:
RuleParameterValueMapper<UserGroupModel>
public class UserGroupRuleParameterValueMapper extends java.lang.Object implements RuleParameterValueMapper<UserGroupModel>
-
-
Constructor Summary
Constructors Constructor Description UserGroupRuleParameterValueMapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserGroupModelfromString(java.lang.String value)Maps the String representation to the specific object.UserServicegetUserService()voidsetUserService(UserService userService)java.lang.StringtoString(UserGroupModel userGroup)Maps the object to its String representation.
-
-
-
Method Detail
-
toString
public java.lang.String toString(UserGroupModel userGroup)
Description copied from interface:RuleParameterValueMapperMaps the object to its String representation.- Specified by:
toStringin interfaceRuleParameterValueMapper<UserGroupModel>- Parameters:
userGroup- - object to map- Returns:
- String representation
-
fromString
public UserGroupModel fromString(java.lang.String value)
Description copied from interface:RuleParameterValueMapperMaps the String representation to the specific object.- Specified by:
fromStringin interfaceRuleParameterValueMapper<UserGroupModel>- Parameters:
value- - String representation- Returns:
- mapped object
-
getUserService
public UserService getUserService()
-
setUserService
public void setUserService(UserService userService)
-
-