org.shept.persistence
Interface ModelCreation


public interface ModelCreation

Version:
$$Id: ModelCreation.java 71 2010-11-05 17:03:47Z aha $$
Author:
Andi

Method Summary
 boolean isCreationAllowed(Object editedObject)
          The editedObject will be compared with the template object to decide whether the object may be created in the database.
 boolean isTransient()
           
 

Method Detail

isCreationAllowed

boolean isCreationAllowed(Object editedObject)
The editedObject will be compared with the template object to decide whether the object may be created in the database. Comparison should tolerate changes to the edited object which result from DataBinding

Parameters:
editedObject -
Returns:

isTransient

boolean isTransient()


Copyright © 2011. All Rights Reserved.