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.adf.businesseditor.objects
Interface BusinessObjectTrigger

All Known Implementing Classes:
BusinessObjectTriggerImpl

public interface BusinessObjectTrigger

A business object trigger. Note that new methods may be added to this interface without notice. Do not extend this interface for custom classes.


Method Summary
 java.lang.String getDefintion()
          Returns the definition to evaluate whether the framework attempts to validate the object during changes.
 java.lang.String getDescription()
          Returns the description of the business object trigger.
 java.lang.String getErrorMessage()
          Returns the error message to display to the user when validation fails.
 java.lang.String getName()
          Returns the name of this validator.
 BusinessObjectTriggerType getTriggerType()
          Returns the trigger type of this trigger.
 void setDefintion(java.lang.String definition)
          The definition to evaluate whether the framework attempts to validate the object during changes.
 void setDescription(java.lang.String description)
          Sets the description of the business object trigger.
 void setErrorMessage(java.lang.String errorMessage)
          Register the error message to display to the user when validation fails.
 void setName(java.lang.String name)
          Sets the name of this validator.

 

Method Detail

getTriggerType

BusinessObjectTriggerType getTriggerType()
Returns the trigger type of this trigger.
Returns:
the trigger type

setName

void setName(java.lang.String name)
Sets the name of this validator.
Parameters:
name - definition of this validator

getName

java.lang.String getName()
Returns the name of this validator.
Returns:
name of this validator

setDefintion

void setDefintion(java.lang.String definition)
The definition to evaluate whether the framework attempts to validate the object during changes.
Parameters:
definition - definition of this validator

getDefintion

java.lang.String getDefintion()
Returns the definition to evaluate whether the framework attempts to validate the object during changes.
Returns:
the definition of this validator

setErrorMessage

void setErrorMessage(java.lang.String errorMessage)
Register the error message to display to the user when validation fails.
Parameters:
errorMessage - error message

getErrorMessage

java.lang.String getErrorMessage()
Returns the error message to display to the user when validation fails.
Returns:
the error message

setDescription

void setDescription(java.lang.String description)
Sets the description of the business object trigger.
Parameters:
description - description of the business object trigger
Throws:

getDescription

java.lang.String getDescription()
Returns the description of the business object trigger.
Returns:
the description of the business object trigger
Throws:

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.