Class PayloadSearchRule<T>
- java.lang.Object
-
- de.hybris.platform.persistence.audit.gateway.GenericSearchRule<T>
-
- de.hybris.platform.persistence.audit.gateway.PayloadSearchRule<T>
-
- All Implemented Interfaces:
SearchRule<T>
public class PayloadSearchRule<T> extends GenericSearchRule<T>
-
-
Field Summary
-
Fields inherited from class de.hybris.platform.persistence.audit.gateway.GenericSearchRule
fieldName, value
-
-
Constructor Summary
Constructors Constructor Description PayloadSearchRule(java.lang.String fieldName, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()-
Methods inherited from class de.hybris.platform.persistence.audit.gateway.GenericSearchRule
getFieldName, getValue, isForPayload
-
-
-
-
Constructor Detail
-
PayloadSearchRule
public PayloadSearchRule(java.lang.String fieldName, T value)
-
-