|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects 11g Release 1 (11.1.1.7.1) E36215-02 |
||||||||
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. Note that new methods may be added to this interface without notice. Do not extend this interface for custom classes.
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 business object function. |
java.lang.String |
getDescription() Returns the description of the business object function. |
java.lang.String |
getExample() Returns the example of this business object function. |
java.lang.String |
getId() Returns the id of this business object 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 business object function is preivileged. |
java.lang.String |
getReturnType() Returns the return type of this business object function. |
void |
setBody(java.lang.String body) Sets the body of this business object function. |
void |
setDescription(java.lang.String text) Sets the description of the business object function. |
void |
setExample(java.lang.String example) Sets the example of this business object function. |
void |
setName(java.lang.String name) Sets the name of this business object function. |
void |
setPrivileged(boolean privileged) Sets if this business object function is privileged |
void |
setReturnType(java.lang.String returnType) Sets the return type of this business object function. |
Method Detail |
---|
void setName(java.lang.String name)
name
- name of this business object functionjava.lang.String getName()
void setDescription(java.lang.String text)
text
- description of the business object functionjava.lang.String getDescription()
void setReturnType(java.lang.String returnType)
returnType
- return type of this business object functionjava.lang.String getReturnType()
void setExample(java.lang.String example)
example
- example of this business object functionjava.lang.String getExample()
void setBody(java.lang.String body)
body
- body of this business object functionjava.lang.String getBody()
void setPrivileged(boolean privileged)
privileged
- if this business object function is privilegedboolean getPrivileged()
java.lang.String getId()
BusinessEditorManager.commit()
is called.java.util.Collection<FunctionParameter> getParameters()
FunctionParameter addParameter(java.lang.String name, java.lang.String type)
name
- name of the parametertype
- type of the parametervoid deleteParameter(java.lang.String name)
name
- name of the parameter to be deletedoracle.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.1) E36215-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |