|
Package com.dassault_systemes.pprnblcabase.interfaces |
|
Interface ENOVICustomExit
|
com.dassault_systemes.pprnblcabase.interfaces.ENOVICustomExit
Framework : PPRJNavigatorBase
Module : PPRNBLcaBase
public interface ENOVICustomExit
Perform data validations for create or edit operations on an object.
afterExecute
public void afterExecute(ENOVIDataObject iObject, ENOVIType iType, CATDialog iDialog)
User exit after the panel attributes view has been created.
- Parameters:
iObject
- the data object (null for create scenarios)
iDialog
- dialog to access the session if needed.
afterInit
public void afterInit(ENOVIDataObject iObject, ENOVIType iType, CATDialog iDialog)
User exit after the panel attributes view has been created.
- Parameters:
iObject
- the data object (null for create scenarios)
iDialog
- dialog to access the session if needed.
beforeExecute
public void beforeExecute(ENOVIDataObject iObject, ENOVIType iType, CATDialog iDialog)
User exit prior to the attributes view being created
- Parameters:
iObject
- the data object (null for create scenarios)
iDialog
- dialog to access the session if needed.
beforeInit
public void beforeInit(ENOVIDataObject iObject, ENOVIType iType, CATDialog iDialog)
User exit prior to the attributes view being created
- Parameters:
iObject
- the data object (null for create scenarios)
iDialog
- dialog to access the session if needed.
Copyright © 2000, Dassault Systèmes. All rights reserved