java.lang.Object | |||
↳ | com.microstrategy.web.beans.GenericEventHandler | ||
↳ | com.microstrategy.web.beans.SysEventHandler | ||
↳ | com.microstrategy.web.beans.SecurityFilterEventHandler |
Title:
Description:
Copyright: Copyright (c) 2002
Company: Microstrategy, Inc
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SecurityFilterEventHandler() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
boolean |
processRequest(RequestKeys inKeys)
Logic to process the event.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WebInboxSource | getInboxSource() | ||||||||||
WebObjectInfo | getObject(String id, int type, int subType) | ||||||||||
WebObjectInfo | getObject(String id, int type) | ||||||||||
WebObjectSource | getObjectSource() | ||||||||||
WebObjectsFactory | getObjectsFactory() | ||||||||||
boolean | handleDelete(EditableObjectBean eb) | ||||||||||
boolean |
handleDuplicate(EditableObjectBean eb)
handleDuplicate
| ||||||||||
boolean |
handleNew(EditableObjectBean eb)
handleNew
| ||||||||||
boolean |
handleRefresh(EditableObjectBean eb)
handleRefresh
| ||||||||||
boolean |
handleSave(EditableObjectBean eb)
handleSave
| ||||||||||
boolean | handleSetName(EditableObjectBean eb, WebEvent event) | ||||||||||
void |
initEvents()
This method is called to initialize the list of events available with this event-handler. | ||||||||||
void | setObjectBean(ObjectBean ob) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Logic to process the event. Specific event handler implementation extending this class will need to override the default behavior.
inKeys | the RequestKeys object containing event ID, sources, and any other information. |
---|
WebException |
---|
This method is called to initialize the list of events available with this event-handler.
Since this class uses lazy initialization for its event list; this method will be always called
by the getWebEvent(RequestKeys)
and the getWebEvents()
methods to ensure it's available.
If the list has been initialized, it does nothing, if not it calls initEvents(int)
passing this handler's type
initEvents(int)
with all the types they support.