Class AncillaryOrderSingleIndexRequestPayload
- java.lang.Object
-
- com.broadleafcommerce.order.provider.jpa.messaging.search.AncillaryOrderSingleIndexRequestPayload
-
- All Implemented Interfaces:
com.broadleafcommerce.data.tracking.core.Identifiable,Serializable
public final class AncillaryOrderSingleIndexRequestPayload extends Object implements Serializable, com.broadleafcommerce.data.tracking.core.Identifiable
TheSingleIndexRequest.payloadused for index requests triggered from CRUD operations on persisted-domain-counterparts of entities related toOrder.- Author:
- Samarth Dhruva (samarthd)
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AncillaryOrderSingleIndexRequestPayload(String contextId, String orderId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetContextId()The context ID of the changed entity entity.StringgetId()StringgetOrderId()The context ID of the order for which a reindex will be requested.inthashCode()StringtoString()
-
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfacecom.broadleafcommerce.data.tracking.core.Identifiable
-
getContextId
public String getContextId()
The context ID of the changed entity entity. This is required if this entity is indexable to reindex it.
-
getOrderId
public String getOrderId()
The context ID of the order for which a reindex will be requested.
-
-