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

E22562-03

oracle.apps.fnd.applcore.flex.runtime.util.common.category
Class EffCustomizationsImpl

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.runtime.util.common.category.EffCustomizationsImpl
All Implemented Interfaces:
EffCustomizations

public class EffCustomizationsImpl
extends java.lang.Object
implements EffCustomizations

Since:
release specific (what release of product did this appear in)
Version:
$Header: atgpf/applcore/applications/FlexModeler/Model/src/oracle/apps/fnd/applcore/flex/runtime/util/common/category/EffCustomizationsImpl.java /main/17 2009/10/30 17:09:25 ssarnoba Exp $
Author:
ssarnoba

Constructor Summary
protected EffCustomizationsImpl()
           
 
Method Summary
protected static void buildAndPersistCategoryHierarchyAndCategoryContexts(java.lang.String categoryCodeLeaf, java.lang.String applicationShortName, java.lang.String dffCode, ApplicationResources connUrl, EffCustomizations customizations)
          Deprecated. TUD TEMPORARY Call this method from subclass to specify your own customizations. Once the modeler is finalized, this method (and all overloads) should be private and only the buildInternal() should be able to call this.
static void buildAndPersistCategoryHierarchyAndCategoryContexts(java.lang.String categoryCodeLeaf, java.lang.String applicationShortName, java.lang.String dffCode, java.lang.String connUrl)
          Deprecated. - Call this through the BCModeler framework. This method will be made private eventually. INTERNAL USE ONLY This method is only public for grey-box testing. Consumers should NOT be directly calling this, ideally. Once the modeler is finalized, this method (and all overloads) should be private and only the buildInternal() should be able to call this.
 AdditionalJboCreator getAdditionalJboCreator()
           
 CategoryConfig getCategoryConfig()
          Deprecated.  
 EffViewCriteria getCustomCriteriaManager()
           
 EFFBCModelerNaming getEffNamingScheme()
           
static EffCustomizations getInstance()
           
 PrePersistenceHook getPrePersistenceHook()
           
 CategoryContextWhereClauseBuilder getWhereClauseBuilder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EffCustomizationsImpl

protected EffCustomizationsImpl()
Method Detail

getEffNamingScheme

public EFFBCModelerNaming getEffNamingScheme()
Specified by:
getEffNamingScheme in interface EffCustomizations

getCategoryConfig

public CategoryConfig getCategoryConfig()
Deprecated. 

Specified by:
getCategoryConfig in interface EffCustomizations

getInstance

public static EffCustomizations getInstance()

buildAndPersistCategoryHierarchyAndCategoryContexts

public static void buildAndPersistCategoryHierarchyAndCategoryContexts(java.lang.String categoryCodeLeaf,
                                                                       java.lang.String applicationShortName,
                                                                       java.lang.String dffCode,
                                                                       java.lang.String connUrl)
Deprecated. - Call this through the BCModeler framework. This method will be made private eventually. INTERNAL USE ONLY This method is only public for grey-box testing. Consumers should NOT be directly calling this, ideally. Once the modeler is finalized, this method (and all overloads) should be private and only the buildInternal() should be able to call this.


buildAndPersistCategoryHierarchyAndCategoryContexts

protected static void buildAndPersistCategoryHierarchyAndCategoryContexts(java.lang.String categoryCodeLeaf,
                                                                          java.lang.String applicationShortName,
                                                                          java.lang.String dffCode,
                                                                          ApplicationResources connUrl,
                                                                          EffCustomizations customizations)
Deprecated. TUD TEMPORARY Call this method from subclass to specify your own customizations. Once the modeler is finalized, this method (and all overloads) should be private and only the buildInternal() should be able to call this.


getWhereClauseBuilder

public CategoryContextWhereClauseBuilder getWhereClauseBuilder()
Specified by:
getWhereClauseBuilder in interface EffCustomizations

getAdditionalJboCreator

public AdditionalJboCreator getAdditionalJboCreator()
Specified by:
getAdditionalJboCreator in interface EffCustomizations

getCustomCriteriaManager

public EffViewCriteria getCustomCriteriaManager()
Specified by:
getCustomCriteriaManager in interface EffCustomizations

getPrePersistenceHook

public PrePersistenceHook getPrePersistenceHook()
Specified by:
getPrePersistenceHook in interface EffCustomizations

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.