All Frameworks Class Hierarchy This Framework Indexes
VPMPosManager Class ENOVPosListener
Usage: you can derive this class.
public class ENOVPosListener
Default implementation of ENOVIPosEvent Interface, to be used to implement EventListeners.
Role: This class gives a default implementation of the CallBack interface ENOVIPosEvent
that clients have to implement in order to subscribe to P&O-Security-related events.
One can derive from this class and just implement the methods associated with the events he wants to subscribe to.
Beware : the TIE has to be done in the class that derives from ENOVPosListener.
- See also:
- ENOVIEvent, ENOVIPosEvent
Constructor and Destructor Index
- o
ENOVPosListener()
- Constructor.
- o
~ENOVPosListener()
- Destructor.
Method Index
- o
onAfterCheckAccess(ENOVIEvent_var&,HRESULT&)
- Method called after a Check Access action was done.
- o
onAfterCheckDataAccess(ENOVIEvent_var&,HRESULT&)
- Method called after a Check Data Access action was done.
- o
onAfterDeleteContext(ENOVIEvent_var&,HRESULT&)
- Method called after a Delete Context action is done .
- o
onAfterDeleteDataGroup(ENOVIEvent_var&,HRESULT&)
- Method called after a Delete DataGroup action is done .
- o
onAfterDeleteOrg(ENOVIEvent_var&,HRESULT&)
- Method called after a Delete Org action is done .
- o
onAfterDeletePerson(ENOVIEvent_var&,HRESULT&)
- Method called after a Delete Person action is done .
- o
onAfterDeletePrivilege(ENOVIEvent_var&,HRESULT&)
- Method called after a Delete Privilege action is done .
- o
onAfterDeleteProject(ENOVIEvent_var&,HRESULT&)
- Method called after a Delete Project action is done .
- o
onAfterDeleteRole(ENOVIEvent_var&,HRESULT&)
- Method called after a Delete Role action is done .
- o
onAfterUpdateContext(ENOVIEvent_var&,HRESULT&)
- Method called after an Update Context action was done.
- o
onAfterUpdateDataGroup(ENOVIEvent_var&,HRESULT&)
- Method called after an Update DataGroup action was done.
- o
onAfterUpdateOrg(ENOVIEvent_var&,HRESULT&)
- Method called after an Update Org action was done.
- o
onAfterUpdatePerson(ENOVIEvent_var&,HRESULT&)
- Method called after an Update Person action was done.
- o
onAfterUpdatePrivilege(ENOVIEvent_var&,HRESULT&)
- Method called after an Update Privilege action was done.
- o
onAfterUpdateProject(ENOVIEvent_var&,HRESULT&)
- Method called after an Update Project action was done.
- o
onAfterUpdateRole(ENOVIEvent_var&,HRESULT&)
- Method called after an Update Role action was done.
- o
onBeforeCheckAccess(ENOVIEvent_var&,HRESULT&)
- Method called before a Check Access action is done .
- o
onBeforeCheckDataAccess(ENOVIEvent_var&,HRESULT&)
- Method called before a Check Data Access action is done .
- o
onBeforeDeleteContext(ENOVIEvent_var&,HRESULT&)
- Method called before a Delete Context action is done .
- o
onBeforeDeleteDataGroup(ENOVIEvent_var&,HRESULT&)
- Method called before a Delete DataGroup action is done .
- o
onBeforeDeleteOrg(ENOVIEvent_var&,HRESULT&)
- Method called before a Delete Org action is done .
- o
onBeforeDeletePerson(ENOVIEvent_var&,HRESULT&)
- Method called before a Delete Person action is done .
- o
onBeforeDeletePrivilege(ENOVIEvent_var&,HRESULT&)
- Method called before a Delete Privilege action is done .
- o
onBeforeDeleteProject(ENOVIEvent_var&,HRESULT&)
- Method called before a Delete Project action is done .
- o
onBeforeDeleteRole(ENOVIEvent_var&,HRESULT&)
- Method called before a Delete Role action is done .
- o
onBeforeNewPrivilege(ENOVIEvent_var&,HRESULT&)
- Method called before a Create Privilege action was done.
- o
onBeforeUpdateContext(ENOVIEvent_var&,HRESULT&)
- Method called before an Update Context action is done .
- o
onBeforeUpdateDataGroup(ENOVIEvent_var&,HRESULT&)
- Method called before an Update DataGroup action is done .
- o
onBeforeUpdateOrg(ENOVIEvent_var&,HRESULT&)
- Method called before an Update Org action is done .
- o
onBeforeUpdatePerson(ENOVIEvent_var&,HRESULT&)
- Method called before an Update Person action is done .
- o
onBeforeUpdatePrivilege(ENOVIEvent_var&,HRESULT&)
- Method called before an Update Privilege action is done .
- o
onBeforeUpdateProject(ENOVIEvent_var&,HRESULT&)
- Method called before an Update Project action is done .
- o
onBeforeUpdateRole(ENOVIEvent_var&,HRESULT&)
- Method called before an Update Role action is done .
- o
onCreateContext(ENOVIEvent_var&,HRESULT&)
- Method called after a Create Context action was done.
- o
onCreateDataGroup(ENOVIEvent_var&,HRESULT&)
- Method called after a Create DataGroup action was done.
- o
onCreateOrg(ENOVIEvent_var&,HRESULT&)
- Method called after a Create Org action was done.
- o
onCreatePerson(ENOVIEvent_var&,HRESULT&)
- Method called after a Create Person action was done.
- o
onCreatePrivilege(ENOVIEvent_var&,HRESULT&)
- Method called after a Create Privilege action was done.
- o
onCreateProject(ENOVIEvent_var&,HRESULT&)
- Method called after a Create Project action was done.
- o
onCreateRole(ENOVIEvent_var&,HRESULT&)
- Method called after a Create Role action was done.
- o
onKo(ENOVIEvent_var&,HRESULT&)
- Method called when something was wrong for another subscriber.
- o
onLogon(ENOVIEvent_var&,HRESULT&)
- Method called after logon was done.
- o
onLogout(ENOVIEvent_var&,HRESULT&)
- Method called after logout was done.
Constructor and Destructor
o ENOVPosListener
-
Constructor.
o ~ENOVPosListener
| public virtual ~ENOVPosListener( | ) |
-
Destructor.
Methods
o onAfterCheckAccess
| public virtual onAfterCheckAccess( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called after a Check Access action was done.
- See also:
- ENOVIPosEvent
o onAfterCheckDataAccess
| public virtual onAfterCheckDataAccess( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called after a Check Data Access action was done.
- See also:
- ENOVIPosEvent
o onAfterDeleteContext
| public virtual onAfterDeleteContext( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called after a Delete Context action is done .
- See also:
- ENOVIPosEvent
o onAfterDeleteDataGroup
| public virtual onAfterDeleteDataGroup( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called after a Delete DataGroup action is done .
- See also:
- ENOVIPosEvent
o onAfterDeleteOrg
| public virtual onAfterDeleteOrg( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called after a Delete Org action is done .
- See also:
- ENOVIPosEvent
o onAfterDeletePerson
| public virtual onAfterDeletePerson( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called after a Delete Person action is done .
- See also:
- ENOVIPosEvent
o onAfterDeletePrivilege
| public virtual onAfterDeletePrivilege( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called after a Delete Privilege action is done .
- See also:
- ENOVIPosEvent
o onAfterDeleteProject
| public virtual onAfterDeleteProject( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called after a Delete Project action is done .
- See also:
- ENOVIPosEvent
o onAfterDeleteRole
| public virtual onAfterDeleteRole( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called after a Delete Role action is done .
- See also:
- ENOVIPosEvent
o onAfterUpdateContext
| public virtual onAfterUpdateContext( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called after an Update Context action was done.
- See also:
- ENOVIPosEvent
o onAfterUpdateDataGroup
| public virtual onAfterUpdateDataGroup( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called after an Update DataGroup action was done.
- See also:
- ENOVIPosEvent
o onAfterUpdateOrg
| public virtual onAfterUpdateOrg( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called after an Update Org action was done.
- See also:
- ENOVIPosEvent
o onAfterUpdatePerson
| public virtual onAfterUpdatePerson( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called after an Update Person action was done.
- See also:
- ENOVIPosEvent
o onAfterUpdatePrivilege
| public virtual onAfterUpdatePrivilege( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called after an Update Privilege action was done.
- See also:
- ENOVIPosEvent
o onAfterUpdateProject
| public virtual onAfterUpdateProject( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called after an Update Project action was done.
- See also:
- ENOVIPosEvent
o onAfterUpdateRole
| public virtual onAfterUpdateRole( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called after an Update Role action was done.
- See also:
- ENOVIPosEvent
o onBeforeCheckAccess
| public virtual onBeforeCheckAccess( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called before a Check Access action is done .
- See also:
- ENOVIPosEvent
o onBeforeCheckDataAccess
| public virtual onBeforeCheckDataAccess( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called before a Check Data Access action is done .
- See also:
- ENOVIPosEvent
o onBeforeDeleteContext
| public virtual onBeforeDeleteContext( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called before a Delete Context action is done .
- See also:
- ENOVIPosEvent
o onBeforeDeleteDataGroup
| public virtual onBeforeDeleteDataGroup( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called before a Delete DataGroup action is done .
- See also:
- ENOVIPosEvent
o onBeforeDeleteOrg
| public virtual onBeforeDeleteOrg( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called before a Delete Org action is done .
- See also:
- ENOVIPosEvent
o onBeforeDeletePerson
| public virtual onBeforeDeletePerson( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called before a Delete Person action is done .
- See also:
- ENOVIPosEvent
o onBeforeDeletePrivilege
| public virtual onBeforeDeletePrivilege( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called before a Delete Privilege action is done .
- See also:
- ENOVIPosEvent
o onBeforeDeleteProject
| public virtual onBeforeDeleteProject( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called before a Delete Project action is done .
- See also:
- ENOVIPosEvent
o onBeforeDeleteRole
| public virtual onBeforeDeleteRole( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called before a Delete Role action is done .
- See also:
- ENOVIPosEvent
o onBeforeNewPrivilege
| public virtual onBeforeNewPrivilege( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called before a Create Privilege action was done.
- See also:
- ENOVIPosEvent
o onBeforeUpdateContext
| public virtual onBeforeUpdateContext( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called before an Update Context action is done .
- See also:
- ENOVIPosEvent
o onBeforeUpdateDataGroup
| public virtual onBeforeUpdateDataGroup( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called before an Update DataGroup action is done .
- See also:
- ENOVIPosEvent
o onBeforeUpdateOrg
| public virtual onBeforeUpdateOrg( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called before an Update Org action is done .
- See also:
- ENOVIPosEvent
o onBeforeUpdatePerson
| public virtual onBeforeUpdatePerson( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called before an Update Person action is done .
- See also:
- ENOVIPosEvent
o onBeforeUpdatePrivilege
| public virtual onBeforeUpdatePrivilege( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called before an Update Privilege action is done .
- See also:
- ENOVIPosEvent
o onBeforeUpdateProject
| public virtual onBeforeUpdateProject( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called before an Update Project action is done .
- See also:
- ENOVIPosEvent
o onBeforeUpdateRole
| public virtual onBeforeUpdateRole( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called before an Update Role action is done .
- See also:
- ENOVIPosEvent
o onCreateContext
| public virtual onCreateContext( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called after a Create Context action was done.
- See also:
- ENOVIPosEvent
o onCreateDataGroup
| public virtual onCreateDataGroup( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called after a Create DataGroup action was done.
- See also:
- ENOVIPosEvent
o onCreateOrg
| public virtual onCreateOrg( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called after a Create Org action was done.
- See also:
- ENOVIPosEvent
o onCreatePerson
| public virtual onCreatePerson( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called after a Create Person action was done.
- See also:
- ENOVIPosEvent
o onCreatePrivilege
| public virtual onCreatePrivilege( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called after a Create Privilege action was done.
- See also:
- ENOVIPosEvent
o onCreateProject
| public virtual onCreateProject( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called after a Create Project action was done.
- See also:
- ENOVIPosEvent
o onCreateRole
| public virtual onCreateRole( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called after a Create Role action was done.
- See also:
- ENOVIPosEvent
o onKo
| public virtual onKo( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when something was wrong for another subscriber.
- See also:
- ENOVIPosEvent
o onLogon
| public virtual onLogon( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called after logon was done.
- See also:
- ENOVIPosEvent
o onLogout
| public virtual onLogout( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called after logout was done.
- See also:
- ENOVIPosEvent
This object is included in the file: ENOVPosListener.h
If needed, your Imakefile.mk should include the module: GUIDVPMPosManager