Plumtree PEIs  
 

INewEditObjectActions Members

INewEditObjectActions overview

Public Instance Methods

OnAfterStoreObject This will perform some functionality just after the object has been stored in the database.
OnBeforeStoreObject This will perform some functionality just before the object is stored to the database. The function will return a valid IPTObject that has possible been modified to then be stored.

NOTE: Be very careful in implementing this so that invalid properties are not stored with the object.
OnCreateObject This function will perform some functionality just as we launch an Editor to create a new PTObject. The function will return a String containing an error message if this should not occur.
OnEditObject This function will perform some functionality just as we launch an Editor to edit and an existing PTObject. The function will return a String containing a error message if this should not occur.

See Also

INewEditObjectActions Interface | com.plumtree.portaluiinfrastructure.pei Namespace