Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.6.0)

E10653-07

oracle.jbo.common
Class ViewCriteriaMarshaller

java.lang.Object
  extended by oracle.jbo.common.ViewCriteriaMarshaller

public class ViewCriteriaMarshaller
extends java.lang.Object


Constructor Summary
ViewCriteriaMarshaller()
           
 
Method Summary
static ViewCriteria deserializeViewCriteria(ViewObject vo, ViewCriteria vc, java.lang.Object[] rowEntries, java.lang.String name, int[] upperColumns, int[] conjunctions, java.lang.String[] vcrNames, int critMode, int critConj, int critUpperColumns, java.util.Hashtable properties, boolean useFormatHint, boolean isDirty, boolean useBindVarsOnly, boolean is1013CompatibilityMode)
           
static ViewCriteria fromSvcMsg(ViewObject vo, RequestParams reqParams)
           
static ViewCriteria fromSvcMsg(ViewObject vo, RequestParams reqParams, ViewCriteria vc)
           
static ViewCriteria fromSvcMsgResp(ViewObject vo, ResponseValues respValues)
           
static ViewCriteria fromSvcMsgResp(ViewObject vo, ResponseValues respValues, ViewCriteria vc)
           
static ViewCriteria getNestedVC(ViewObject vo, int attrIndex, java.lang.Object attrVal, java.lang.Object owner)
           
static java.lang.Object[] getSvcMsgDataRows(int voId, ViewCriteria vCrit, int[] upperColumns, int[] conjunctions, java.lang.String[] vcrNames, java.lang.String reqName)
           
static java.util.Hashtable removeUnserializableProperties(java.util.Hashtable props)
           
static RequestParams toSvcMsg(int voId, ViewCriteria vCrit)
           
static ResponseValues toSvcMsgResp(ViewCriteria vCrit, java.lang.String reqName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewCriteriaMarshaller

public ViewCriteriaMarshaller()
Method Detail

getNestedVC

public static ViewCriteria getNestedVC(ViewObject vo,
                                       int attrIndex,
                                       java.lang.Object attrVal,
                                       java.lang.Object owner)

deserializeViewCriteria

public static ViewCriteria deserializeViewCriteria(ViewObject vo,
                                                   ViewCriteria vc,
                                                   java.lang.Object[] rowEntries,
                                                   java.lang.String name,
                                                   int[] upperColumns,
                                                   int[] conjunctions,
                                                   java.lang.String[] vcrNames,
                                                   int critMode,
                                                   int critConj,
                                                   int critUpperColumns,
                                                   java.util.Hashtable properties,
                                                   boolean useFormatHint,
                                                   boolean isDirty,
                                                   boolean useBindVarsOnly,
                                                   boolean is1013CompatibilityMode)

fromSvcMsg

public static ViewCriteria fromSvcMsg(ViewObject vo,
                                      RequestParams reqParams)

fromSvcMsg

public static ViewCriteria fromSvcMsg(ViewObject vo,
                                      RequestParams reqParams,
                                      ViewCriteria vc)

fromSvcMsgResp

public static ViewCriteria fromSvcMsgResp(ViewObject vo,
                                          ResponseValues respValues)

fromSvcMsgResp

public static ViewCriteria fromSvcMsgResp(ViewObject vo,
                                          ResponseValues respValues,
                                          ViewCriteria vc)

getSvcMsgDataRows

public static java.lang.Object[] getSvcMsgDataRows(int voId,
                                                   ViewCriteria vCrit,
                                                   int[] upperColumns,
                                                   int[] conjunctions,
                                                   java.lang.String[] vcrNames,
                                                   java.lang.String reqName)

toSvcMsg

public static RequestParams toSvcMsg(int voId,
                                     ViewCriteria vCrit)

toSvcMsgResp

public static ResponseValues toSvcMsgResp(ViewCriteria vCrit,
                                          java.lang.String reqName)

removeUnserializableProperties

public static java.util.Hashtable removeUnserializableProperties(java.util.Hashtable props)

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 1 (11.1.1.6.0)

E10653-07

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