public final class BusinessObjectTriggerImpl extends TriggerImpl implements BusinessObjectTrigger
| Modifier | Constructor and Description |
|---|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getObjectType, getViewObjectBeingEditedgetDefintion, getErrorMessage, getName, getOrigName, postCommit, setDefintion, setErrorMessage, setNamegetBusinessEditor, getBusinessEditorLogic, getBusinessEditorManager, getBusinessEditorViewLogic, getDescription, getObjectKey, getProperty, setDescription, setPropertycanPopulateChildren, checkLoadObject, containsProperty, doCommit, doRollback, ensureVerified, getContainer, getGroupHelper, getLocalizedString, getPropertyNoLoad, initialize, isLoaded, isNew, isNotVerified, populateChildren, preCommit, readObject, removeProperty, setDirty, setNew, setNotExist, setPropertyNoLoad, setVerified, valuesDiffer, writeObjectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDefintion, getDescription, getErrorMessage, getName, setDefintion, setDescription, setErrorMessage, setNameprotected BusinessObjectTriggerImpl(BusinessObjectImpl bo, java.lang.String ruleName, oracle.jbo.server.TriggerType triggerType)
protected BusinessObjectTriggerImpl(BusinessObjectImpl bo, java.lang.String ruleName, java.lang.String triggerDefinition, oracle.jbo.server.TriggerType triggerType, java.lang.String errorMessage)
public BusinessObjectTriggerType getTriggerType()
BusinessObjectTriggergetTriggerType in interface BusinessObjectTriggerprotected void initFlowForNewObject()
initFlowForNewObject in class BusinessEditorBaseObjectImplprotected void initFlowForExistingObject()
initFlowForExistingObject in class BusinessEditorBaseObjectImplprotected void finishFlowForNewObject()
finishFlowForNewObject in class BusinessEditorBaseObjectImplprotected void finishFlowForExistingObject()
finishFlowForExistingObject in class BusinessEditorBaseObjectImplprotected void cancelFlowForNewObject()
cancelFlowForNewObject in class BusinessEditorBaseObjectImplprotected void cancelFlowForExistingObject()
cancelFlowForExistingObject in class BusinessEditorBaseObjectImpl
protected void rename(java.lang.String oldName,
java.lang.String newName)
ValidatorImplrename in class ValidatorImpl