Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

oracle.apps.fnd.applcore.dataSecurity.uiModel.util
Class DataSecurityUIModelUtil

java.lang.Object
  extended by oracle.apps.fnd.applcore.dataSecurity.uiModel.util.DataSecurityUIModelUtil

public class DataSecurityUIModelUtil
extends java.lang.Object

Utility class to be used for getting and processing filter operators.

Author:
Abhay K Kumar <abhay.k.kumar&064;oracle.com>

Nested Class Summary
static class DataSecurityUIModelUtil.Conjunction
           
static class DataSecurityUIModelUtil.Operators
           
static class DataSecurityUIModelUtil.ValueDataType
           
 
Method Summary
static void copyConditionRow(FndObjectInstanceSetsVORowImpl helperCondRow, FndObjectInstanceSetsVORowImpl condRow)
           
static void copyFilterRow(TransFilterVORowImpl helperItemRow, TransFilterVORowImpl itemRow)
           
static void copyRow(FilterCriteriaItemVORowImpl helperItemRow, FilterCriteriaItemVORowImpl itemRow)
           
static java.lang.String getMessage(java.lang.String code, java.lang.Object[] params)
          Returns the translated message for given code.
static boolean isNullOrEmpty(java.lang.String passedVal)
          Checks whether passed value is null or empty.
static void setFilterItemOperatorTypeAndDisplay(FilterCriteriaItemVORowImpl filterItemRow)
           
static void setFilterItemValueObject(FilterCriteriaItemVORowImpl filterItemRow)
           
static void setTransFilterItemOperatorTypeAndDisplay(TransFilterVORowImpl filterItemRow)
           
static void setTransFilterItemValueObject(TransFilterVORowImpl filterItemRow)
           
static java.lang.String trim(java.lang.String toTrim)
          Trims spaces from a string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setFilterItemOperatorTypeAndDisplay

public static void setFilterItemOperatorTypeAndDisplay(FilterCriteriaItemVORowImpl filterItemRow)

setTransFilterItemOperatorTypeAndDisplay

public static void setTransFilterItemOperatorTypeAndDisplay(TransFilterVORowImpl filterItemRow)

setFilterItemValueObject

public static void setFilterItemValueObject(FilterCriteriaItemVORowImpl filterItemRow)

setTransFilterItemValueObject

public static void setTransFilterItemValueObject(TransFilterVORowImpl filterItemRow)

copyConditionRow

public static void copyConditionRow(FndObjectInstanceSetsVORowImpl helperCondRow,
                                    FndObjectInstanceSetsVORowImpl condRow)

copyRow

public static void copyRow(FilterCriteriaItemVORowImpl helperItemRow,
                           FilterCriteriaItemVORowImpl itemRow)

copyFilterRow

public static void copyFilterRow(TransFilterVORowImpl helperItemRow,
                                 TransFilterVORowImpl itemRow)

getMessage

public static java.lang.String getMessage(java.lang.String code,
                                          java.lang.Object[] params)
Returns the translated message for given code.

Parameters:
code - as string
params - as array of parameter objects
Returns:
Message as String

trim

public static java.lang.String trim(java.lang.String toTrim)
Trims spaces from a string.

Parameters:
toTrim - the string to trim
Returns:
String the string without spaces

isNullOrEmpty

public static boolean isNullOrEmpty(java.lang.String passedVal)
Checks whether passed value is null or empty.

Parameters:
passedVal - Passed value

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.1.6)

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.