Skip navigation links
oracle.adfinternal.businesseditor.objects
Class AttributeTriggerImpl
java.lang.Object
oracle.adfinternal.businesseditor.objects.BusinessEditorBaseObjectImpl
oracle.adfinternal.businesseditor.objects.BusinessEditorObjectImpl
oracle.adfinternal.businesseditor.objects.ValidatorImpl
oracle.adfinternal.businesseditor.objects.TriggerImpl
oracle.adfinternal.businesseditor.objects.AttributeTriggerImpl
- All Implemented Interfaces:
- AttributeTrigger, ObjectGroupOwner
-
public final class AttributeTriggerImpl
- extends TriggerImpl
- implements AttributeTrigger
For internal framework use only. A trigger for an attribute.
- For internal use only. Application developers should not use this
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, removeProperty, setDirty, setNew, setNotExist, setPropertyNoLoad, setVerified, valuesDiffer |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributeTriggerImpl
protected AttributeTriggerImpl(AttributeImpl attr,
java.lang.String ruleName)
AttributeTriggerImpl
protected AttributeTriggerImpl(AttributeImpl attr,
java.lang.String ruleName,
java.lang.String triggerDefinition,
java.lang.String errorMessage)
getTriggerType
public AttributeTriggerType getTriggerType()
- Description copied from interface:
AttributeTrigger
- Returns the trigger type of this trigger.
-
- Specified by:
getTriggerType
in interface AttributeTrigger
-
- 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
readObject
protected void readObject(oracle.jbo.Row row)
-
- Overrides:
readObject
in class BusinessEditorBaseObjectImpl
writeObject
protected void writeObject(oracle.jbo.Row object)
-
- Overrides:
writeObject
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
Copyright © 1997, 2013, Oracle. All rights reserved.