Class ContentCacheInvalidationRemoteEvent
java.lang.Object
com.broadleafcommerce.content.service.messaging.cache.ContentCacheInvalidationRemoteEvent
- All Implemented Interfaces:
Serializable
Contains information about the changed entity for which the cache should be invalidated.
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionContentCacheInvalidationRemoteEvent
(String id, String contextId, String type) -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Entity context id.getId()
Entity id.This field contains theContentModel
id of theContentItem.getModel()
if available.getName()
This field contains the content entity name if available, for exampleContentItem.getName()
.getType()
The entity type.getUri()
This field contains the content URI if available, for exampleContentItem.getUri()
.int
hashCode()
void
setModelContextId
(String modelContextId) This field contains theContentModel
id of theContentItem.getModel()
if available.void
This field contains the content entity name if available, for exampleContentItem.getName()
.void
This field contains the content URI if available, for exampleContentItem.getUri()
.toString()
-
Constructor Details
-
ContentCacheInvalidationRemoteEvent
-
-
Method Details
-
getId
Entity id. -
getContextId
Entity context id. -
getType
The entity type. -
getName
This field contains the content entity name if available, for exampleContentItem.getName()
. -
getModelContextId
This field contains theContentModel
id of theContentItem.getModel()
if available. -
getUri
This field contains the content URI if available, for exampleContentItem.getUri()
. -
setName
This field contains the content entity name if available, for exampleContentItem.getName()
. -
setModelContextId
This field contains theContentModel
id of theContentItem.getModel()
if available. -
setUri
This field contains the content URI if available, for exampleContentItem.getUri()
. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-