All Frameworks Class Hierarchy This Framework Indexes
ENOVInterfaces Interface ENOVICWEvents
Usage: you can freely reimplement this interface.
interface ENOVICWEvents
Interface to events raised in Change Management.
Role:Class to be implemented by a client who wants to subscribe
to events raised in Change Management.
Method Index
- o
onAfterActModify(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterActModify is emitted at step AFTER.
- o
onAfterAddAffectedObject(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterAddAffectedObject is emitted at step AFTER.
- o
onAfterAddAttachment(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterAddAttachment is emitted at step AFTER.
- o
onAfterAddConfigViewAction(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterAddConfigViewAction is emitted at step AFTER.
- o
onAfterAddConfigViewEco(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterAddConfigViewEco is emitted at step AFTER.
- o
onAfterAffObjModify(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterAffObjModify is emitted at step AFTER.
- o
onAfterChangeOwner(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterChangeOwner is emitted at step AFTER.
- o
onAfterChangePriority(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterChangePriority is emitted at step AFTER.
- o
onAfterChangeStatus(ENOVIEvent_var&,HRESULT&)
-
- o
onAfterDelete(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterDelete is emitted at step AFTER.
- o
onAfterLinkRelatedEco(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterLinkRelatedEco is emitted at step AFTER.
- o
onAfterRemoveAffectedObject(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterRemoveAffectedObject is emitted at step AFTER.
- o
onAfterRemoveAttachment(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterRemoveAttachment is emitted at step AFTER.
- o
onAfterRemoveConfigViewAction(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterRemoveConfigViewAction is emitted at step AFTER.
- o
onAfterRemoveConfigViewEco(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterRemoveConfigViewEco is emitted at step AFTER.
- o
onAfterRemoveLinkRelatedEco(ENOVIEvent_var&,HRESULT&)
- Method called when the event onAfterRemoveLinkRelatedEco is emitted at step AFTER.
- o
onBeforeActModify(ENOVIEvent_var&,HRESULT&)
- Method called when the event onBeforeActModify is emitted at step BEFORE.
- o
onBeforeAddAffectedObject(ENOVIEvent_var&,HRESULT&)
- Method called when the event onBeforeAddAffectedObject is emitted at step BEFORE.
- o
onBeforeAddAttachment(ENOVIEvent_var&,HRESULT&)
- Method called when the event onBeforeAddAttachment is emitted at step BEFORE.
- o
onBeforeAddConfigViewAction(ENOVIEvent_var&,HRESULT&)
- Method called when the event onBeforeAddConfigViewAction is emitted at step BEFORE.
- o
onBeforeAddConfigViewEco(ENOVIEvent_var&,HRESULT&)
- Method called when the event onBeforeAddConfigViewEco is emitted at step BEFORE.
- o
onBeforeAffObjModify(ENOVIEvent_var&,HRESULT&)
- Method called when the event onBeforeAffObjModify is emitted at step BEFORE.
- o
onBeforeChangeOwner(ENOVIEvent_var&,HRESULT&)
- Method called when the event onBeforeChangeOwner is emitted at step BEFORE.
- o
onBeforeChangeStatus(ENOVIEvent_var&,HRESULT&)
-
- o
onBeforeDelete(ENOVIEvent_var&,HRESULT&)
- Method called when the event onBeforeDelete is emitted at step BEFORE.
- o
onBeforeLinkRelatedEco(ENOVIEvent_var&,HRESULT&)
- Method called when the event onBeforeLinkRelatedEco is emitted at step BEFORE.
- o
onBeforeRemoveAffectedObject(ENOVIEvent_var&,HRESULT&)
- Method called when the event onBeforeRemoveAffectedObject is emitted at step BEFORE.
- o
onBeforeRemoveAttachment(ENOVIEvent_var&,HRESULT&)
- Method called when the event onBeforeRemoveAttachment is emitted at step BEFORE.
- o
onBeforeRemoveConfigViewAction(ENOVIEvent_var&,HRESULT&)
- Method called when the event onBeforeRemoveConfigViewAction is emitted at step BEFORE.
- o
onBeforeRemoveConfigViewEco(ENOVIEvent_var&,HRESULT&)
- Method called when the event onBeforeRemoveConfigViewEco is emitted at step BEFORE.
- o
onBeforeRemoveLinkRelatedEco(ENOVIEvent_var&,HRESULT&)
- Method called when the event onBeforeRemoveLinkRelatedEco is emitted at step BEFORE.
- o
onKo(ENOVIEvent_var&,HRESULT&)
- Method called when the event onKo is emitted at step BEFORE.
Methods
o onAfterActModify
| public virtual onAfterActModify( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onAfterActModify is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterActModify
- step after - on the ECO/ACT. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterAddAffectedObject
| public virtual onAfterAddAffectedObject( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onAfterAddAffectedObject is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterAddAffectedObject
- step after - on the object. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterAddAttachment
| public virtual onAfterAddAttachment( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onAfterAddAttachment is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterAddAttachment
- step after - on the object. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterAddConfigViewAction
| public virtual onAfterAddConfigViewAction( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onAfterAddConfigViewAction is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterAddConfigViewAction
- step after - on the Action. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterAddConfigViewEco
| public virtual onAfterAddConfigViewEco( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onAfterAddConfigViewEco is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterAddConfigViewEco
- step after - on the Eco. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterAffObjModify
| public virtual onAfterAffObjModify( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onAfterAffObjModify is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterAffObjModify
- step after - on the ECO/ACT. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterChangeOwner
| public virtual onAfterChangeOwner( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onAfterChangeOwner is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterChangeOwner
- step after - on the object. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterChangePriority
| public virtual onAfterChangePriority( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onAfterChangePriority is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterChangePriority
- step after - on the object. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterChangeStatus
| public virtual onAfterChangeStatus( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
- Deprecated:
- This method is deprecated since V5R19.
Please use applyTransition methods from ENOVIActionEvents interface for the same purpose.
Method called when the event onAfterChangeStatus is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterChangeStatus
- step after - on the object. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterDelete
| public virtual onAfterDelete( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onAfterDelete is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterDelete
- step after - on the object. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterLinkRelatedEco
| public virtual onAfterLinkRelatedEco( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onAfterLinkRelatedEco is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterLinkRelatedEco
- step after - on the ECO. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterRemoveAffectedObject
| public virtual onAfterRemoveAffectedObject( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onAfterRemoveAffectedObject is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterRemoveAffectedObject
- step after - on the object. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterRemoveAttachment
| public virtual onAfterRemoveAttachment( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onAfterRemoveAttachment is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterRemoveAttachment
- step after - on the object. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterRemoveConfigViewAction
| public virtual onAfterRemoveConfigViewAction( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onAfterRemoveConfigViewAction is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterRemoveConfigViewAction
- step after - on the Action. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterRemoveConfigViewEco
| public virtual onAfterRemoveConfigViewEco( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onAfterRemoveConfigViewEco is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterRemoveConfigViewEco
- step after - on the Eco. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onAfterRemoveLinkRelatedEco
| public virtual onAfterRemoveLinkRelatedEco( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onAfterRemoveLinkRelatedEco is emitted at step AFTER.
Role: to call back clients which subscribed to onAfterRemoveLinkRelatedEco
- step after - on the ECO. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeActModify
| public virtual onBeforeActModify( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onBeforeActModify is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeActModify
- step before - on the ECO/ACT. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeAddAffectedObject
| public virtual onBeforeAddAffectedObject( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onBeforeAddAffectedObject is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeAddAffectedObject
- step before - on the object. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeAddAttachment
| public virtual onBeforeAddAttachment( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onBeforeAddAttachment is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeAddAttachment
- step before - on the object. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeAddConfigViewAction
| public virtual onBeforeAddConfigViewAction( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onBeforeAddConfigViewAction is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeAddConfigViewAction
- step before - on the Action. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeAddConfigViewEco
| public virtual onBeforeAddConfigViewEco( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onBeforeAddConfigViewEco is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeAddConfigViewEco
- step before - on the Eco. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeAffObjModify
| public virtual onBeforeAffObjModify( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onBeforeAffObjModify is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeAffObjModify
- step before - on the ECO/ACT. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeChangeOwner
| public virtual onBeforeChangeOwner( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onBeforeChangeOwner is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeChangeOwner
- step before - on the object. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeChangeStatus
| public virtual onBeforeChangeStatus( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
- Deprecated:
- This method is deprecated since V5R19.
Please use applyTransition methods from ENOVIActionEvents interface for the same purpose.
Method called when the event onBeforeChangeStatus is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeChangeStatus
- step before - on the object. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeDelete
| public virtual onBeforeDelete( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onBeforeDelete is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeDelete
- step before - on the object. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeLinkRelatedEco
| public virtual onBeforeLinkRelatedEco( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onBeforeLinkRelatedEco is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeLinkRelatedEco
- step before - on the ECO. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeRemoveAffectedObject
| public virtual onBeforeRemoveAffectedObject( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onBeforeRemoveAffectedObject is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeRemoveAffectedObject
- step before - on the object. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeRemoveAttachment
| public virtual onBeforeRemoveAttachment( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onBeforeRemoveAttachment is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeRemoveAttachment
- step before - on the object. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeRemoveConfigViewAction
| public virtual onBeforeRemoveConfigViewAction( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onBeforeRemoveConfigViewAction is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeRemoveConfigViewAction
- step before - on the Action. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeRemoveConfigViewEco
| public virtual onBeforeRemoveConfigViewEco( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onBeforeRemoveConfigViewEco is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeRemoveConfigViewEco
- step before - on the Eco. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onBeforeRemoveLinkRelatedEco
| public virtual onBeforeRemoveLinkRelatedEco( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onBeforeRemoveLinkRelatedEco is emitted at step BEFORE.
Role: to call back clients which subscribed to onBeforeRemoveLinkRelatedEco
- step before - on the ECO. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
o onKo
| public virtual onKo( | const | iRaisedEvent, |
| | ioNotifyReturnCode) |
-
Method called when the event onKo is emitted at step BEFORE.
Role: to call back clients which subscribed to onKo
- step before - on the object. This step is emitted before
creation of the login session is performed.
- Parameters:
-
- iRaisedEvent
- the instance of event which is currently raised.
- ioNotifyReturnCode
- the status to be returned by the method :
E_FAIL if there was a problem
S_OK if everything was right
- See also:
- ENOVIEvent
This object is included in the file: ENOVICWEvents.h
If needed, your Imakefile.mk should include the module: GUIDENOVInterfaces