public final class BusinessObjectFunctionImpl extends FunctionImpl implements BusinessObjectFunction
| Modifier | Constructor and Description |
|---|---|
protected |
BusinessObjectFunctionImpl(BusinessObjectImpl bo, java.lang.String operId, java.lang.String functionName) |
protected |
BusinessObjectFunctionImpl(BusinessObjectImpl bo, java.lang.String functionName, java.lang.String returnType, java.lang.String body) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
cancelFlowForExistingObject() |
protected void |
cancelFlowForNewObject() |
protected void |
finishFlowForExistingObject() |
protected void |
finishFlowForNewObject() |
protected java.lang.String |
getParameterOwningDef() |
protected void |
initFlowForExistingObject() |
protected void |
initFlowForNewObject() |
protected void |
rename(java.lang.String oldName, java.lang.String newName) |
addParameter, deleteParameter, getBody, getDescription, getExample, getId, getName, getObjectType, getParameters, getPrivileged, getReturnType, getViewObjectBeingEdited, readObject, setBody, setDescription, setExample, setId, setName, setPrivileged, setReturnType, writeObjectgetBusinessEditor, getBusinessEditorLogic, getBusinessEditorManager, getBusinessEditorViewLogic, getObjectKey, getProperty, setPropertycanPopulateChildren, checkLoadObject, containsProperty, doCommit, doRollback, ensureVerified, getContainer, getGroupHelper, getLocalizedString, getPropertyNoLoad, initialize, isLoaded, isNew, isNotVerified, populateChildren, postCommit, preCommit, removeProperty, setDirty, setNew, setNotExist, setPropertyNoLoad, setVerified, valuesDifferclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddParameter, deleteParameter, getBody, getDescription, getExample, getId, getName, getParameters, getPrivileged, getReturnType, setBody, setDescription, setExample, setName, setPrivileged, setReturnTypeprotected BusinessObjectFunctionImpl(BusinessObjectImpl bo, java.lang.String operId, java.lang.String functionName)
protected BusinessObjectFunctionImpl(BusinessObjectImpl bo, java.lang.String functionName, java.lang.String returnType, java.lang.String body)
protected 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)
rename in class FunctionImplprotected java.lang.String getParameterOwningDef()
getParameterOwningDef in class FunctionImpl