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

E22562-01

oracle.apps.fnd.applcore.oaext.model
Class OAConstants

java.lang.Object
  extended by oracle.apps.fnd.applcore.oaext.model.OAConstants

public final class OAConstants
extends java.lang.Object

Generic (utility) constants and functions such as comparing Dates and checking if two objects are equal. Other generic utility functions should be included here. All methods are static and do not need an instance of the class to use the methods.


Field Summary
static java.lang.String APPLICATION_SERVICE
          Constant to be used for getting hold of ApplicationAMImpl from OAApplicationModuleImpl class using getFNDNestedService() call.
static java.lang.String ATTACHMENTS_SERVICE
          Constant to be used for getting hold of AttachmentsServiceImpl from OAApplicationModuleImpl class using getFNDNestedService() call.
static java.lang.String DATA_SECURITY_SERVICE
          Constant to be used for getting hold of DataSecurityAMImpl from OAApplicationModuleImpl class using getFNDNestedService() call.
static java.lang.String FND_CONNECTION_DS
          Internal constant for OA use.
static java.lang.String FND_CONNECTION_POOL
          Internal constant for OA use.
static java.lang.String LANGUAGE_SERVICE
          Constant to be used for getting hold of LanguageAMImpl from OAApplicationModuleImpl class using getFNDNestedService() call.
static java.lang.String LOOKUP_SERVICE
          Constant to be used for getting hold of LookupServiceAMImpl from OAApplicationModuleImpl class using getFNDNestedService() call.
static java.lang.String MESSAGE_SERVICE
          Constant to be used for getting hold of MessageAMImpl from OAApplicationModuleImpl class using getFNDNestedService() call.
static java.lang.String PROFILE_SERVICE
          Constant to be used for getting hold of ProifleAMImpl from OAApplicationModuleImpl class using getFNDNestedService() call.
static java.lang.String RCS_ID
          RCS_ID constant.
static java.lang.String SETID_SERVICE
          Constant to be used for getting hold of SetIdServiceAMImpl from OAApplicationModuleImpl class using getFNDNestedService() call.
static java.lang.String TAXONOMY_SERVICE
          Constant to be used for getting hold of TaxonomyAMImpl from OAApplicationModuleImpl class using getFNDNestedService() call.
 
Constructor Summary
OAConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RCS_ID

public static final java.lang.String RCS_ID
RCS_ID constant.

See Also:
Constant Field Values

PROFILE_SERVICE

public static final java.lang.String PROFILE_SERVICE
Constant to be used for getting hold of ProifleAMImpl from OAApplicationModuleImpl class using getFNDNestedService() call.

See Also:
Constant Field Values

MESSAGE_SERVICE

public static final java.lang.String MESSAGE_SERVICE
Constant to be used for getting hold of MessageAMImpl from OAApplicationModuleImpl class using getFNDNestedService() call.

See Also:
Constant Field Values

DATA_SECURITY_SERVICE

public static final java.lang.String DATA_SECURITY_SERVICE
Constant to be used for getting hold of DataSecurityAMImpl from OAApplicationModuleImpl class using getFNDNestedService() call.

See Also:
Constant Field Values

APPLICATION_SERVICE

public static final java.lang.String APPLICATION_SERVICE
Constant to be used for getting hold of ApplicationAMImpl from OAApplicationModuleImpl class using getFNDNestedService() call.

See Also:
Constant Field Values

LOOKUP_SERVICE

public static final java.lang.String LOOKUP_SERVICE
Constant to be used for getting hold of LookupServiceAMImpl from OAApplicationModuleImpl class using getFNDNestedService() call.

See Also:
Constant Field Values

SETID_SERVICE

public static final java.lang.String SETID_SERVICE
Constant to be used for getting hold of SetIdServiceAMImpl from OAApplicationModuleImpl class using getFNDNestedService() call.

See Also:
Constant Field Values

LANGUAGE_SERVICE

public static final java.lang.String LANGUAGE_SERVICE
Constant to be used for getting hold of LanguageAMImpl from OAApplicationModuleImpl class using getFNDNestedService() call.

See Also:
Constant Field Values

TAXONOMY_SERVICE

public static final java.lang.String TAXONOMY_SERVICE
Constant to be used for getting hold of TaxonomyAMImpl from OAApplicationModuleImpl class using getFNDNestedService() call.

See Also:
Constant Field Values

ATTACHMENTS_SERVICE

public static final java.lang.String ATTACHMENTS_SERVICE
Constant to be used for getting hold of AttachmentsServiceImpl from OAApplicationModuleImpl class using getFNDNestedService() call.

See Also:
Constant Field Values

FND_CONNECTION_POOL

public static final java.lang.String FND_CONNECTION_POOL
Internal constant for OA use.

See Also:
Constant Field Values

FND_CONNECTION_DS

public static final java.lang.String FND_CONNECTION_DS
Internal constant for OA use.

See Also:
Constant Field Values
Constructor Detail

OAConstants

public OAConstants()

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

E22562-01

Copyright © 2011 Oracle. All Rights Reserved.