Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


Uses of Class
oracle.jbo.html.BC4JContext

Packages that use BC4JContext
oracle.jbo.html   
oracle.jbo.html.struts11 Contains classes to support BC4J for the model side of a Struts application. 
oracle.jbo.html.struts11.actions   

 

Uses of BC4JContext in oracle.jbo.html

 

Methods in oracle.jbo.html that return BC4JContext
static BC4JContext BC4JContext.getContext(javax.servlet.ServletRequest request)
          Return our BC4JContext given a ServletRequest
static BC4JContext BC4JContext.getContext(javax.servlet.http.HttpServletRequest request)
          Return our BC4JContext given a HttpServletRequest

 

Uses of BC4JContext in oracle.jbo.html.struts11

 

Methods in oracle.jbo.html.struts11 with parameters of type BC4JContext
static org.apache.struts.action.ActionForward BC4JUtils.getForwardFromContext(BC4JContext ctx, org.apache.struts.action.ActionMapping mapping)
          Retrieve the ActionForward to be return by the execute method of an Action class using information from the BC4JContext.
static org.apache.struts.action.ActionForward BC4JUtils.getForwardFromContext(BC4JContext ctx, BC4JActionMapping mapping)
          Retrieve the ActionForward to be return by the execute method of an Action class using information from the BC4JContext.
 void BC4JActionMapping.initializeContext(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, BC4JContext context)
           

 

Uses of BC4JContext in oracle.jbo.html.struts11.actions

 

Methods in oracle.jbo.html.struts11.actions with parameters of type BC4JContext
protected  boolean UpdateAction.isCreate(BC4JContext context)
          Kept for backward compatibility.
protected  boolean UpdateAction.isCreate(javax.servlet.http.HttpServletRequest request, BC4JContext context)
           
protected  org.apache.struts.action.ActionErrors UpdateAction.validate(javax.servlet.http.HttpServletRequest request, BC4JContext context, org.apache.struts.action.ActionForm form, Row row)
           
 void UpdateAction.populateRow(BC4JContext context, org.apache.struts.action.ActionForm form, Row row)
           
protected  void UpdateAction.addError(BC4JContext context, int num, int lev, org.apache.struts.action.ActionErrors errors, java.lang.Exception ex)
          Recursive method adding a new error for each level of the tree of exception
protected  void TransactionAction.commit(BC4JContext context)
           
protected  void TransactionAction.rollback(BC4JContext context)
           
protected  void LovDataAction.init(BC4JContext context, java.lang.String origVoName)
           
protected  void EditAction.populateBC4JFormBean(BC4JContext context, org.apache.struts.action.ActionForm form)
          This method transfer the data from the Model to the FormBean

 


Oracle ADF Model and Business Components API Reference 10.1.2 B14022-02


 

Copyright © 1997, 2005, Oracle. All rights reserved.