Class UserGroupRuleParameterValueMapper
java.lang.Object
de.hybris.platform.ruleengineservices.rule.strategies.impl.mappers.UserGroupRuleParameterValueMapper
- All Implemented Interfaces:
RuleParameterValueMapper<UserGroupModel>
public class UserGroupRuleParameterValueMapper
extends Object
implements RuleParameterValueMapper<UserGroupModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String value) Maps the String representation to the specific object.voidsetUserService(UserService userService) toString(UserGroupModel userGroup) Maps the object to its String representation.
-
Constructor Details
-
UserGroupRuleParameterValueMapper
public UserGroupRuleParameterValueMapper()
-
-
Method Details
-
toString
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
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
-
setUserService
-