Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

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

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.runtime.util.common.category.CategoryConfig

public class CategoryConfig
extends java.lang.Object

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/CategoryConfig.java /st_atgpf_pt-11.1.1.7.0/1 2012/09/05 22:47:08 gnanda Exp $
ssarnoba

Constructor Summary
protected CategoryConfig()
          Deprecated. - Specify your options through the command line, not here Default values for all controls in category modeling. TUD Implementing teams can create their own config
  CategoryConfig(boolean generateDeclarativeJbos, boolean generateWebServiceJbos, boolean defineDeclVoFromScratch, boolean generateInterfaceJbos)
          Deprecated. - Specify your options through the command line, not here Default values for all controls in category modeling. TUD Implementing teams can create their own config
  CategoryConfig(java.util.Map<BCModeler.Option,java.lang.Object> configuration)
          Build a config object based on command line parameters
  CategoryConfig(java.util.Map<BCModeler.Option,java.lang.Object> configuration, EFFBCModeler effModeler)
           
 
Method Summary
 boolean generateDeclarativeJbos()
           
 boolean generateDeclVoFromScratch()
           
 boolean generateInterfaceJbos()
           
 boolean generateWebServiceJbos()
           
static CategoryConfig getCategoryConfigDeclarativeNoInterface()
           
static CategoryConfig getCategoryConfigDeclarativeNoInterfaceNoWebServices()
           
static CategoryConfig getCategoryConfigNoDeclarativeNoInterface()
           
static CategoryConfig getCategoryConfigNoDeclarativeNoInterfaceNoWebServices()
           
static CategoryConfig getCategoryConfigNonExtending()
           
static CategoryConfig getDefaultCategoryConfig()
           
 EFFBCModeler getEffModeler()
           
static CategoryConfig getMaximalCategoryConfigSingleton()
           
static CategoryConfig getNamingServiceCategoryConfig()
           
static CategoryConfig getNamingServiceCategoryConfigWithDeclarativeJbos()
           
 java.lang.String getProcessedCategoryCode()
           
 boolean isGenerateExtendedDeclarativeVO()
           
 void setGenerateExtendedDeclarativeVO(boolean _generateExtendedDeclarativeVO)
           
 void setProcessedCategoryCode(java.lang.String _processedCategoryCode)
           
 void workaroundDisableGenerateCrudJbos()
           
 boolean workaroundGenerateCrudJbos()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CategoryConfig

protected CategoryConfig()
Deprecated. - Specify your options through the command line, not here Default values for all controls in category modeling. TUD Implementing teams can create their own config


CategoryConfig

public CategoryConfig(java.util.Map<BCModeler.Option,java.lang.Object> configuration)
Build a config object based on command line parameters


CategoryConfig

public CategoryConfig(java.util.Map<BCModeler.Option,java.lang.Object> configuration,
                      EFFBCModeler effModeler)

CategoryConfig

public CategoryConfig(boolean generateDeclarativeJbos,
                      boolean generateWebServiceJbos,
                      boolean defineDeclVoFromScratch,
                      boolean generateInterfaceJbos)
Deprecated. - Specify your options through the command line, not here Default values for all controls in category modeling. TUD Implementing teams can create their own config

Method Detail

workaroundDisableGenerateCrudJbos

public void workaroundDisableGenerateCrudJbos()

getMaximalCategoryConfigSingleton

public static CategoryConfig getMaximalCategoryConfigSingleton()

getNamingServiceCategoryConfig

public static CategoryConfig getNamingServiceCategoryConfig()

getNamingServiceCategoryConfigWithDeclarativeJbos

public static CategoryConfig getNamingServiceCategoryConfigWithDeclarativeJbos()

getCategoryConfigNoDeclarativeNoInterface

public static CategoryConfig getCategoryConfigNoDeclarativeNoInterface()

getCategoryConfigNoDeclarativeNoInterfaceNoWebServices

public static CategoryConfig getCategoryConfigNoDeclarativeNoInterfaceNoWebServices()

getCategoryConfigDeclarativeNoInterface

public static CategoryConfig getCategoryConfigDeclarativeNoInterface()

getCategoryConfigDeclarativeNoInterfaceNoWebServices

public static CategoryConfig getCategoryConfigDeclarativeNoInterfaceNoWebServices()

getCategoryConfigNonExtending

public static CategoryConfig getCategoryConfigNonExtending()

generateDeclarativeJbos

public boolean generateDeclarativeJbos()

generateInterfaceJbos

public boolean generateInterfaceJbos()

generateWebServiceJbos

public boolean generateWebServiceJbos()

generateDeclVoFromScratch

public boolean generateDeclVoFromScratch()

getDefaultCategoryConfig

public static CategoryConfig getDefaultCategoryConfig()

workaroundGenerateCrudJbos

public boolean workaroundGenerateCrudJbos()

getEffModeler

public EFFBCModeler getEffModeler()

setProcessedCategoryCode

public void setProcessedCategoryCode(java.lang.String _processedCategoryCode)

getProcessedCategoryCode

public java.lang.String getProcessedCategoryCode()

setGenerateExtendedDeclarativeVO

public void setGenerateExtendedDeclarativeVO(boolean _generateExtendedDeclarativeVO)

isGenerateExtendedDeclarativeVO

public boolean isGenerateExtendedDeclarativeVO()

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.