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
public void afterExecute(ENOVIDataObject iObject, ENOVIType iType, CATDialog iDialog)
User exit after the panel attributes view has been created.
public void afterInit(ENOVIDataObject iObject, ENOVIType iType, CATDialog iDialog)
User exit after the panel attributes view has been created.
public void beforeExecute(ENOVIDataObject iObject, ENOVIType iType, CATDialog iDialog)
User exit prior to the attributes view being created
public void beforeInit(ENOVIDataObject iObject, ENOVIType iType, CATDialog iDialog)
User exit prior to the attributes view being created


Field Detail

Constructor Detail

Method Detail

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