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

E22562-03

oracle.apps.fnd.applcore.trees.model.util
Class ModelConstants

java.lang.Object
  extended by oracle.apps.fnd.applcore.trees.model.util.ModelConstants

public final class ModelConstants
extends java.lang.Object

Constants specific to the model.

Author:
<arun.viswanathan@oracle.com>

Nested Class Summary
static class ModelConstants.FlatteningMode
          Enumeration of flattening modes supported.
 
Field Summary
static java.lang.String CENTRAL_LABEL_DATA_SOURCE_VO_DEF_NAME
          Name of view object on top of the tree only node central node table.
static java.lang.String CENTRAL_NODES_DATA_SOURCE_VO_DEF_NAME
          Name of view object on top of the tree only node central node table.
static java.lang.String DEFAULT_TREE_LOG_VO_DEF_NAME
          Name of view object on top of the tree log table.
static java.lang.String DEFAULT_TREE_NODE_CF_EO_DEF_NAME
          Name of entity object on top of the standard tree node column flattened table.
static java.lang.String DEFAULT_TREE_NODE_CF_TABLE
          Name of the standard tree node column flattened table.
static java.lang.String DEFAULT_TREE_NODE_CF_VO_DEF_NAME
          Name of view object on top of the standard tree node column flattened table.
static java.lang.String DEFAULT_TREE_NODE_RF_TABLE
          Name of the standard tree node row flattened table.
static java.lang.String DEFAULT_TREE_NODE_RF_VO_DEF_NAME
          Name of view object on top of the standard tree node row flattened table.
static java.lang.String DEFAULT_TREE_NODE_TABLE
          Name of the standard tree node table.
static java.lang.String DEFAULT_TREE_NODE_VO_DEF_NAME
          Name of view object on top of the standard tree node table.
static java.sql.Date END_OF_TIME
          The end of time.
static int MAX_COLUMN_FLAT_COLUMNS
          Maximum number of columns for column flattening.
 
Constructor Summary
ModelConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

END_OF_TIME

public static final java.sql.Date END_OF_TIME
The end of time. According to Oracle standards, the end of time is Year 4712, Month 12, Date 31. This can be converted to the time in milliseconds since January 1, 1970, 00:00:00 GMT using this bit of code: new SimpleDateFormat("yyyy-MM-dd").parse("4712-12-31").getTime() That value turns out to be 86560646400000. To avoid reparsing and recomputing this every time, this constant is provided.


DEFAULT_TREE_NODE_TABLE

public static final java.lang.String DEFAULT_TREE_NODE_TABLE
Name of the standard tree node table.

See Also:
Constant Field Values

DEFAULT_TREE_NODE_VO_DEF_NAME

public static final java.lang.String DEFAULT_TREE_NODE_VO_DEF_NAME
Name of view object on top of the standard tree node table.

See Also:
Constant Field Values

DEFAULT_TREE_NODE_RF_TABLE

public static final java.lang.String DEFAULT_TREE_NODE_RF_TABLE
Name of the standard tree node row flattened table.

See Also:
Constant Field Values

DEFAULT_TREE_NODE_RF_VO_DEF_NAME

public static final java.lang.String DEFAULT_TREE_NODE_RF_VO_DEF_NAME
Name of view object on top of the standard tree node row flattened table.

See Also:
Constant Field Values

DEFAULT_TREE_NODE_CF_TABLE

public static final java.lang.String DEFAULT_TREE_NODE_CF_TABLE
Name of the standard tree node column flattened table.

See Also:
Constant Field Values

DEFAULT_TREE_NODE_CF_VO_DEF_NAME

public static final java.lang.String DEFAULT_TREE_NODE_CF_VO_DEF_NAME
Name of view object on top of the standard tree node column flattened table.

See Also:
Constant Field Values

DEFAULT_TREE_NODE_CF_EO_DEF_NAME

public static final java.lang.String DEFAULT_TREE_NODE_CF_EO_DEF_NAME
Name of entity object on top of the standard tree node column flattened table.

See Also:
Constant Field Values

MAX_COLUMN_FLAT_COLUMNS

public static final int MAX_COLUMN_FLAT_COLUMNS
Maximum number of columns for column flattening.

See Also:
Constant Field Values

CENTRAL_NODES_DATA_SOURCE_VO_DEF_NAME

public static final java.lang.String CENTRAL_NODES_DATA_SOURCE_VO_DEF_NAME
Name of view object on top of the tree only node central node table.

See Also:
Constant Field Values

DEFAULT_TREE_LOG_VO_DEF_NAME

public static final java.lang.String DEFAULT_TREE_LOG_VO_DEF_NAME
Name of view object on top of the tree log table.

See Also:
Constant Field Values

CENTRAL_LABEL_DATA_SOURCE_VO_DEF_NAME

public static final java.lang.String CENTRAL_LABEL_DATA_SOURCE_VO_DEF_NAME
Name of view object on top of the tree only node central node table.

See Also:
Constant Field Values
Constructor Detail

ModelConstants

public ModelConstants()

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.