public abstract class BroadleafApplicationEvent
extends org.springframework.context.ApplicationEvent
org.broadleafcommerce.common.event.BroadleafApplicationEventMultiCaster,
org.broadleafcommerce.common.event.BroadleafApplicationListener,
Serialized Form| Modifier and Type | Class and Description |
|---|---|
static class |
BroadleafApplicationEvent.ContextVars |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Object> |
context |
source| Constructor and Description |
|---|
BroadleafApplicationEvent(Object source) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCatalogId() |
Map<String,Object> |
getContext()
Context map that allows generic objects / properties to be passed around on events.
|
String |
getCurrencyCode() |
String |
getLocaleCode() |
Long |
getProfileId() |
Long |
getSiteId() |
String |
getTimeZoneId() |
getSource, toStringpublic BroadleafApplicationEvent(Object source)
public Map<String,Object> getContext()
public Long getSiteId()
public Long getCatalogId()
public Long getProfileId()
public String getLocaleCode()
public String getCurrencyCode()
public String getTimeZoneId()
Copyright © 2022. All rights reserved.