Package com.dassault_systemes.pprnblcabase.interfaces

   
Interface ENOVICustomValidation

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

Framework : PPRJNavigatorBase

Module : PPRNBLcaBase

Class Description

public interface ENOVICustomValidation

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

Field Summary

Constructor Summary

Method Summary
boolean validateDataEntry(ENOVIAttributesView iAttrView)
void chainValidations(ENOVICustomValidation iParentValidations)


Field Detail

Constructor Detail

Method Detail

validateDataEntry

    boolean validateDataEntry(ENOVIAttributesView iAttrView)

Evaluate the data object prior to submitting the object data to the server.

Parameters:
iAttrView
the attribute view exposing the data object, the list of attributes and the corresponding widget(s)

chainValidations

    void chainValidations(ENOVICustomValidation iParentValidations)

Pass the parent data validations to this current type, which can choose to use the parent validations or replace the parent validations.

Parameters:
iParentValidations
the data validation implementation for the parent class.


Copyright © 2000, Dassault Systèmes. All rights reserved