|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects 11g Release 1 (11.1.1.7.0) E36215-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface BusinessObjectFunction
A function for a business object.
| Method Summary | |
|---|---|
FunctionParameter |
addParameter(java.lang.String name,
java.lang.String type)
Adds a parameter to this function. |
void |
deleteParameter(java.lang.String name)
Deletes a parameter from this function. |
java.lang.String |
getBody()
Returns the body of this global function. |
java.lang.String |
getDescription()
Returns the description of the object. |
java.lang.String |
getExample()
Returns the example of this global function. |
java.lang.String |
getId()
Returns the id of this global function. |
java.lang.String |
getName()
Returns the name of the object. |
java.util.Collection<FunctionParameter> |
getParameters()
Returns a collection of parameters for this function. |
boolean |
getPrivileged()
Returns if this global function is preivileged. |
java.lang.String |
getReturnType()
Returns the return type of this global function. |
void |
setBody(java.lang.String body)
Sets the body of this global function. |
void |
setDescription(java.lang.String text)
Sets the description of the object. |
void |
setExample(java.lang.String example)
Sets the example of this global function. |
void |
setName(java.lang.String name)
Sets the name of this function. |
void |
setPrivileged(boolean privileged)
Sets if this global function is privileged |
void |
setReturnType(java.lang.String returnType)
Sets the return type of this global function. |
| Method Detail |
|---|
void setName(java.lang.String name)
name - name of this functionjava.lang.String getName()
void setDescription(java.lang.String text)
text - description of the object
java.lang.String getDescription()
void setReturnType(java.lang.String returnType)
returnType - return type of this global functionjava.lang.String getReturnType()
void setExample(java.lang.String example)
example - example of this global functionjava.lang.String getExample()
void setBody(java.lang.String body)
body - body of this global functionjava.lang.String getBody()
void setPrivileged(boolean privileged)
privileged - if this global function is privilegedboolean getPrivileged()
java.lang.String getId()
java.util.Collection<FunctionParameter> getParameters()
FunctionParameter addParameter(java.lang.String name,
java.lang.String type)
name - name of the parametertype - type of the parameter
void deleteParameter(java.lang.String name)
name - name of the parameter to be deleted
oracle.jbo.JboException - if no parameter exists in this function with the given name
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects 11g Release 1 (11.1.1.7.0) E36215-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||