|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectlumis.portal.event.AbstractPortalEvent
lumis.portal.event.AbstractTransactionalPortalEvent
lumis.portal.page.PageRenderDataChangedEvent
@StableMinor(version="6.1", sinceVersion="4.2") public class PageRenderDataChangedEvent
Event that indicates that the render data of some pages may have changed.
Constructor Summary | |
---|---|
PageRenderDataChangedEvent(SessionConfig sessionConfig,
java.util.Collection<PageConfig> pagesChanged,
ITransaction transaction)
|
Method Summary | |
---|---|
java.util.Locale |
getLocale()
Returns the locale where the change applies. |
java.util.Collection<PageConfig> |
getPagesChanged()
Returns the pages whose render data may have changed. |
java.util.Map<java.lang.String,java.lang.String[]> |
getParameters()
Returns the parameters where the change applies. |
void |
setLocale(java.util.Locale locale)
Sets the locale where the change applies. |
void |
setOperationType(PortalEventOperationType operationType)
Sets the type of operation that generated this event. |
void |
setParameters(java.util.Map<java.lang.String,java.lang.String[]> parameters)
Sets the parameters where the change applies. |
Methods inherited from class lumis.portal.event.AbstractTransactionalPortalEvent |
---|
getSessionConfig, getTransaction |
Methods inherited from class lumis.portal.event.AbstractPortalEvent |
---|
getEventGroups, getOperationType, setEventGroups |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface lumis.portal.event.IPortalEvent |
---|
toString |
Constructor Detail |
---|
public PageRenderDataChangedEvent(SessionConfig sessionConfig, java.util.Collection<PageConfig> pagesChanged, ITransaction transaction)
Method Detail |
---|
public java.util.Collection<PageConfig> getPagesChanged() throws PortalException
PortalException
public java.util.Map<java.lang.String,java.lang.String[]> getParameters()
public void setParameters(java.util.Map<java.lang.String,java.lang.String[]> parameters)
parameters
- the parameters value to set.public java.util.Locale getLocale()
public void setLocale(java.util.Locale locale)
locale
- the locale value to set.public void setOperationType(PortalEventOperationType operationType)
AbstractPortalEvent
setOperationType
in class AbstractPortalEvent
operationType
- the operation type value to set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |