Class ItemPkSearchRule
- java.lang.Object
-
- de.hybris.platform.persistence.audit.gateway.GenericSearchRule<java.lang.Long>
-
- de.hybris.platform.persistence.audit.gateway.ItemPkSearchRule
-
- All Implemented Interfaces:
SearchRule<java.lang.Long>
public class ItemPkSearchRule extends GenericSearchRule<java.lang.Long>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringPK_FIELD_NAME-
Fields inherited from class de.hybris.platform.persistence.audit.gateway.GenericSearchRule
fieldName, value
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()static ItemPkSearchRulewithPk(PK pk)-
Methods inherited from class de.hybris.platform.persistence.audit.gateway.GenericSearchRule
getFieldName, getValue, isForPayload
-
-
-
-
Field Detail
-
PK_FIELD_NAME
public static final java.lang.String PK_FIELD_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
withPk
public static ItemPkSearchRule withPk(PK pk)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-