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
The 
SingleIndexRequest.payload used for index requests triggered from CRUD operations on
 persisted-domain-counterparts of entities related to Order.- Author:
 - Samarth Dhruva (samarthd)
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionAncillaryOrderSingleIndexRequestPayload(String contextId, String orderId) AncillaryOrderSingleIndexRequestPayload(String contextId, String orderId, com.broadleafcommerce.data.tracking.core.filtering.domain.Tracking tracking)  - 
Method Summary
Modifier and TypeMethodDescriptionbooleanThe context ID of the changed entity entity.getId()The context ID of the order for which a reindex will be requested.com.broadleafcommerce.data.tracking.core.filtering.domain.TrackingThe tracking information of the order for which a reindex will be requested.inthashCode()toString() 
- 
Constructor Details
- 
AncillaryOrderSingleIndexRequestPayload
 - 
AncillaryOrderSingleIndexRequestPayload
 
 - 
 - 
Method Details
- 
getId
- Specified by:
 getIdin interfacecom.broadleafcommerce.data.tracking.core.Identifiable
 - 
getContextId
The context ID of the changed entity entity. This is required if this entity is indexable to reindex it. - 
getOrderId
The context ID of the order for which a reindex will be requested. - 
getTracking
public com.broadleafcommerce.data.tracking.core.filtering.domain.Tracking getTracking()The tracking information of the order for which a reindex will be requested. - 
equals
 - 
hashCode
public int hashCode() - 
toString
 
 -