public static class SimpleSystemEventService.InvalidationInfo extends Object
Constructor and Description |
---|
InvalidationInfo(Long catalogDisc,
Long siteDisc,
Long siteId,
String siteType,
Long targetId,
Long originalId,
Long sandboxId,
Boolean insert) |
Modifier and Type | Method and Description |
---|---|
Long |
getCatalogDisc()
|
Boolean |
getIndexable()
Whether or not the invalidation info relates to a record that should receive solr
invalidation.
|
Boolean |
getInsert()
Whether or not the invalidation info relates to an inserted record.
|
Long |
getOriginalId()
|
Long |
getProductId()
If indexable, the product id for the solr invalidation.
|
Long |
getSandboxId()
The sandbox in which the entity to be invalidated resides
|
Long |
getSiteDisc()
|
Long |
getSiteId()
|
String |
getSiteType()
|
Long |
getTargetId()
|
void |
setIndexable(Boolean indexable) |
void |
setProductId(Long productId) |
public Long getCatalogDisc()
public Long getSiteDisc()
public Long getSiteId()
public String getSiteType()
public Long getTargetId()
ChangeDetail.getTargetId()
. Also, a clone id can apply here.public Long getOriginalId()
public Long getSandboxId()
public Boolean getInsert()
public Boolean getIndexable()
public Long getProductId()
public void setProductId(Long productId)
public void setIndexable(Boolean indexable)
Copyright © 2021. All rights reserved.