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.
beforeInit
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.
afterInit
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
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.
afterExecute
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.
Copyright © 2000, Dassault Systèmes. All rights reserved