Package com.dassault_systemes.pprnblcabase.interfaces

   
Interface ENOVICustomExit

 
Class Hierarchy
com.dassault_systemes.pprnblcabase.interfaces.ENOVICustomExit
Class Location

Framework : PPRJNavigatorBase

Module : PPRNBLcaBase

Class Description

public interface ENOVICustomExit

Perform data validations for create or edit operations on an object.

Field Summary

Constructor Summary

Method Summary
void beforeInit(ENOVIDataObject iObject, ENOVIType iType, CATDialog iDialog)
void afterInit(ENOVIDataObject iObject, ENOVIType iType, CATDialog iDialog)
void beforeExecute(ENOVIDataObject iObject, ENOVIType iType, CATDialog iDialog)
void afterExecute(ENOVIDataObject iObject, ENOVIType iType, CATDialog iDialog)


Field Detail

Constructor Detail

Method Detail

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