org.millstone.base.data
Interface BufferedValidatable

All Superinterfaces:
Buffered, Validatable
All Known Implementing Classes:
AbstractField

public interface BufferedValidatable
extends Buffered, Validatable

This interface defines the combination of Validatable and Buffered interfaces. The combination of the interfaces defines if the invalid data is committed to datasource.

Since:
3.0
Version:
3.0.3
Author:
IT Mill Ltd.

Nested Class Summary
 
Nested classes inherited from class org.millstone.base.data.Buffered
Buffered.SourceException
 
Method Summary
 boolean isInvalidCommitted()
          Is the invalid data committed to datasource.
 void setInvalidCommitted(boolean isCommitted)
          Set if the invalid data should be committed to datasource.
 
Methods inherited from interface org.millstone.base.data.Buffered
commit, discard, isModified, isReadThrough, isWriteThrough, setReadThrough, setWriteThrough
 
Methods inherited from interface org.millstone.base.data.Validatable
addValidator, getValidators, isInvalidAllowed, isValid, removeValidator, setInvalidAllowed, validate
 

Method Detail

isInvalidCommitted

public boolean isInvalidCommitted()
Is the invalid data committed to datasource. The default is false.


setInvalidCommitted

public void setInvalidCommitted(boolean isCommitted)
Set if the invalid data should be committed to datasource. The default is false.



Copyright © 2000,2001,2002 IT Mill Ltd. All Rights Reserved.