Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects
11g Release 1 (11.1.1.7.1)

E36215-02


oracle.adfinternal.businesseditor.objects
Class BusinessObjectTriggerImpl

java.lang.Object
  extended by oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl
      extended by oracle.adfinternal.businesseditor.objects.BusinessEditorObjectImpl
          extended by oracle.adfinternal.businesseditor.objects.ValidatorImpl
              extended by oracle.adfinternal.businesseditor.objects.TriggerImpl
                  extended by oracle.adfinternal.businesseditor.objects.BusinessObjectTriggerImpl

All Implemented Interfaces:
BusinessObjectTrigger, ObjectGroupOwner

public final class BusinessObjectTriggerImpl
extends TriggerImpl
implements BusinessObjectTrigger

For internal framework use only. A business object trigger.

For internal use only. Application developers should not use this

Constructor Summary
protected BusinessObjectTriggerImpl(BusinessObjectImpl bo, java.lang.String ruleName, java.lang.String triggerDefinition, oracle.jbo.server.TriggerType triggerType, java.lang.String errorMessage)
           
protected BusinessObjectTriggerImpl(BusinessObjectImpl bo, java.lang.String ruleName, oracle.jbo.server.TriggerType triggerType)
           

 

Method Summary
protected  void cancelFlowForExistingObject()
           
protected  void cancelFlowForNewObject()
           
protected  void finishFlowForExistingObject()
           
protected  void finishFlowForNewObject()
           
 BusinessObjectTriggerType getTriggerType()
          Returns the trigger type of this trigger.
protected  void initFlowForExistingObject()
           
protected  void initFlowForNewObject()
           
protected  void rename(java.lang.String oldName, java.lang.String newName)
          For internal framework use only.

 

Methods inherited from class oracle.adfinternal.businesseditor.objects.TriggerImpl
getObjectType, getViewObjectBeingEdited

 

Methods inherited from class oracle.adfinternal.businesseditor.objects.ValidatorImpl
getDefintion, getErrorMessage, getName, getOrigName, postCommit, setDefintion, setErrorMessage, setName

 

Methods inherited from class oracle.adfinternal.businesseditor.objects.BusinessEditorObjectImpl
getBusinessEditor, getBusinessEditorLogic, getBusinessEditorManager, getBusinessEditorViewLogic, getDescription, getObjectKey, getProperty, setDescription, setProperty

 

Methods inherited from class oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl
canPopulateChildren, checkLoadObject, containsProperty, doCommit, doRollback, ensureVerified, getContainer, getGroupHelper, getLocalizedString, getPropertyNoLoad, initialize, isLoaded, isNew, isNotVerified, populateChildren, preCommit, readObject, removeProperty, setDirty, setNew, setNotExist, setPropertyNoLoad, setVerified, valuesDiffer, writeObject

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Methods inherited from interface oracle.adf.businesseditor.objects.BusinessObjectTrigger
getDefintion, getDescription, getErrorMessage, getName, setDefintion, setDescription, setErrorMessage, setName

 

Constructor Detail

BusinessObjectTriggerImpl

protected BusinessObjectTriggerImpl(BusinessObjectImpl bo,
                                    java.lang.String ruleName,
                                    oracle.jbo.server.TriggerType triggerType)

BusinessObjectTriggerImpl

protected BusinessObjectTriggerImpl(BusinessObjectImpl bo,
                                    java.lang.String ruleName,
                                    java.lang.String triggerDefinition,
                                    oracle.jbo.server.TriggerType triggerType,
                                    java.lang.String errorMessage)

Method Detail

getTriggerType

public BusinessObjectTriggerType getTriggerType()
Description copied from interface: BusinessObjectTrigger
Returns the trigger type of this trigger.
Specified by:
getTriggerType in interface BusinessObjectTrigger
Returns:
the trigger type

initFlowForNewObject

protected void initFlowForNewObject()
Specified by:
initFlowForNewObject in class BusinessEditorBaseObjectImpl

initFlowForExistingObject

protected void initFlowForExistingObject()
Specified by:
initFlowForExistingObject in class BusinessEditorBaseObjectImpl

finishFlowForNewObject

protected void finishFlowForNewObject()
Specified by:
finishFlowForNewObject in class BusinessEditorBaseObjectImpl

finishFlowForExistingObject

protected void finishFlowForExistingObject()
Specified by:
finishFlowForExistingObject in class BusinessEditorBaseObjectImpl

cancelFlowForNewObject

protected void cancelFlowForNewObject()
Specified by:
cancelFlowForNewObject in class BusinessEditorBaseObjectImpl

cancelFlowForExistingObject

protected void cancelFlowForExistingObject()
Specified by:
cancelFlowForExistingObject in class BusinessEditorBaseObjectImpl

rename

protected void rename(java.lang.String oldName,
                      java.lang.String newName)
Description copied from class: ValidatorImpl
For internal framework use only.
Specified by:
rename in class ValidatorImpl

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects
11g Release 1 (11.1.1.7.1)

E36215-02


Copyright © 1997, 2013, Oracle. All rights reserved.