Class SandboxDeleteEvent
java.lang.Object
com.broadleafcommerce.data.tracking.core.messaging.SandboxDeleteEvent
- All Implemented Interfaces:
Serializable
The event that is sent when the sandbox is deleted.
- Author:
- Dima Myroniuk (dmyroniuk)
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
When the sandbox is deleted, the summary of the change made to the sandboxed non-production entities should be archived as well.The ID of the sandbox that was deleted.int
hashCode()
void
setEntityTypesByRouteKeys
(Map<String, Set<String>> entityTypesByRouteKeys) When the sandbox is deleted, the summary of the change made to the sandboxed non-production entities should be archived as well.void
setSandboxId
(String sandboxId) The ID of the sandbox that was deleted.toString()
-
Constructor Details
-
SandboxDeleteEvent
public SandboxDeleteEvent()
-
-
Method Details
-
getSandboxId
The ID of the sandbox that was deleted.- Returns:
- the ID of the sandbox that was deleted
-
getEntityTypesByRouteKeys
When the sandbox is deleted, the summary of the change made to the sandboxed non-production entities should be archived as well. This map contains the entity types, represented as the fully qualified class name grouped by the data route keys. For example the key can be "catalog" and one of the value is "com.broadleafcommerce.catalog.provider.jpa.domain.product.JpaProduct"- Returns:
- The entity types, represented as the fully qualified class name grouped by the data route keys
-
setSandboxId
The ID of the sandbox that was deleted.- Parameters:
sandboxId
- the ID of the sandbox that was deleted
-
setEntityTypesByRouteKeys
When the sandbox is deleted, the summary of the change made to the sandboxed non-production entities should be archived as well. This map contains the entity types, represented as the fully qualified class name grouped by the data route keys. For example the key can be "catalog" and one of the value is "com.broadleafcommerce.catalog.provider.jpa.domain.product.JpaProduct"- Parameters:
entityTypesByRouteKeys
- the entity types, represented as the fully qualified class name grouped by the data route keys
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-