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
public 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.
public boolean validateDataEntry(ENOVIAttributesView iAttrView)
Evaluate the data object prior to submitting the object data to the server.


Field Detail

Constructor Detail

Method Detail

chainValidations

    public 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.

validateDataEntry

    public 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)


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