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

E22562-05

oracle.apps.fnd.applcore.customization
Interface CustomizationConstants

All Known Implementing Classes:
AdditionalLevelCC, ApplCoreExampleCC, ApplCoreInternalExampleCC, AppsAbstractCustomizationClass, CountryCC, EnterpriseCC, GlobalCC, IndustryCC, IndustryInCountryCC, OrganizationCC, ProductCC, ProductFamilyCC, SiteCC, UserCC

public interface CustomizationConstants

Customization Constants Interface.

Since:
drop6
Version:
$Header: atgpf/applcore/applications/Customization/Model/src/oracle/apps/fnd/applcore/customization/CustomizationConstants.java /main/9 2010/04/08 18:41:06 ghooker Exp $
Author:
ghooker

Field Summary
static int BOTH
          This customization class type is available for use in both JDev Composer customizations.
static int COMPOSER
          This customization class type is only available for use in Composer customizations.
static int CONSTANT
          The getValue method returns a constant value and list is not required in the UI.
static java.lang.String ENTERPRISE
          Design Time constant.
static java.lang.String GLOBAL
          Design Time constant.
static java.lang.String INTERNAL
          Design Time constant.
static int JDEV
          This customization class type is only available for use in JDev customizations.
static int LARGE
          The layer value set size is large and would be better as an LOV in the UI.
static java.lang.String PRODUCT
          Design Time constant.
static java.lang.String PRODUCT_FAMILY
          Design Time constant.
static java.lang.String SITE
          Design Time constant.
static int SMALL
          The layer value set size is samll enough to use a drop-list.
static java.lang.String USER
          Design Time constant.
 

Field Detail

GLOBAL

static final java.lang.String GLOBAL
Design Time constant.

See Also:
Constant Field Values

PRODUCT_FAMILY

static final java.lang.String PRODUCT_FAMILY
Design Time constant.

See Also:
Constant Field Values

PRODUCT

static final java.lang.String PRODUCT
Design Time constant.

See Also:
Constant Field Values

INTERNAL

static final java.lang.String INTERNAL
Design Time constant.

See Also:
Constant Field Values

SITE

static final java.lang.String SITE
Design Time constant.

See Also:
Constant Field Values

ENTERPRISE

static final java.lang.String ENTERPRISE
Design Time constant.

See Also:
Constant Field Values

USER

static final java.lang.String USER
Design Time constant.

See Also:
Constant Field Values

JDEV

static final int JDEV
This customization class type is only available for use in JDev customizations.

See Also:
Constant Field Values

COMPOSER

static final int COMPOSER
This customization class type is only available for use in Composer customizations.

See Also:
Constant Field Values

BOTH

static final int BOTH
This customization class type is available for use in both JDev Composer customizations.

See Also:
Constant Field Values

SMALL

static final int SMALL
The layer value set size is samll enough to use a drop-list.

See Also:
Constant Field Values

LARGE

static final int LARGE
The layer value set size is large and would be better as an LOV in the UI.

See Also:
Constant Field Values

CONSTANT

static final int CONSTANT
The getValue method returns a constant value and list is not required in the UI.

See Also:
Constant Field Values

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

E22562-05

Copyright © 2012 Oracle. All Rights Reserved.