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

E22562-02

oracle.apps.fnd.applcore.flex.runtime.util.common.category.context.naming
Class BcArtifactCategoryContextImpl

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.runtime.util.common.category.naming.BcArtifactCategoryImpl
      extended by oracle.apps.fnd.applcore.flex.runtime.util.common.category.context.naming.BcArtifactCategoryContextImpl
All Implemented Interfaces:
BcArtifactCategoryContext, BcArtifactContext, BcArtifactCategory
Direct Known Subclasses:
BcArtifactCategoryContextDeclarative, BcArtifactCategoryContextImplDataEntry, BcArtifactCategoryContextImplWebService

public abstract class BcArtifactCategoryContextImpl
extends BcArtifactCategoryImpl
implements BcArtifactCategoryContext


Field Summary
protected  CategoryContextDef _ccDef
           
protected  CategoryContextAdfbcInstance categoryContextAdfbcInstance
           
 
Constructor Summary
BcArtifactCategoryContextImpl(oracle.jbo.Row adfbcUsageRowForCategory, CategoryContextDef ccDef, java.lang.String categoryVoDefFullName, java.lang.String categoryAmDefFullName, int functionCode, java.lang.String contextEoDefFullName, java.lang.String contextVoDefFullName, java.lang.String tableUsageType, java.lang.String baseAmDefFullName, java.lang.String rootVoDefFullName)
           
 
Method Summary
 void checkArtifact()
           
 void checkArtifactContext()
           
protected static java.lang.String determineViewLinkDefFullName(java.lang.String csCategoryVoDefFullName, java.lang.String csContextVoDefFullName, java.lang.String packageName, java.lang.String prefixName)
           
 java.lang.String getContextCode()
           
 java.lang.String getContextEoDefFullName()
           
protected static java.lang.String getContextEoDefFullName(java.lang.String contextVoDefFullName)
           
 java.lang.String getContextEoDefSimpleName()
           
 java.lang.String getContextName()
           
 java.lang.String getContextVoDefFullName()
           
 java.lang.String getContextVoDefSimpleName()
           
 java.lang.String getEntityAssociationDefFullName()
           
 boolean isInterface()
           
static boolean isInterface(BcArtifactCategory a)
          Deprecated. - use ExtensibleFlexfieldInternalUtil.isInterface()
 boolean isMultiRow()
           
 boolean isTranslatable()
           
 boolean isViewLinkSourceDefinedAtDesignTime()
           
 
Methods inherited from class oracle.apps.fnd.applcore.flex.runtime.util.common.category.naming.BcArtifactCategoryImpl
checkArtifactCategory, determineBaseAmDefFullName, getApplicationId, getBaseEoDefFullName, getCategoryAdfbcInstance, getCategoryAmDefFullName, getCategoryAmDefFullName, getCategoryAmDefSimpleName, getCategoryCode, getCategoryName, getCategoryVoDefFullName, getCategoryVoDefSimpleName, getDffCode, getEffAmDefFullName, getEffGroupCode, getFlexUsageCode, getFunctionCode, getFunctionCodeStr, getFunctionCodeStr, getMetadataAm, getPackageName, getParentCategoryName, getPrefixName, getRootAmPdefFullName, getRootVoDefFullName, getTableName, getTableType, getUndeterminedBcArtifactCategory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface oracle.apps.fnd.applcore.flex.runtime.util.common.category.context.naming.BcArtifactCategoryContext
isModeledAsViewLink
 
Methods inherited from interface oracle.apps.fnd.applcore.flex.runtime.util.common.category.naming.BcArtifactCategory
checkArtifactCategory, getApplicationId, getBaseEoDefFullName, getCategoryAdfbcInstance, getCategoryAmDefFullName, getCategoryAmDefSimpleName, getCategoryCode, getCategoryName, getCategoryVoDefFullName, getCategoryVoDefSimpleName, getDffCode, getEffAmDefFullName, getEffGroupCode, getFlexUsageCode, getFunctionCode, getMetadataAm, getPackageName, getParentCategoryName, getPrefixName, getRootAmPdefFullName, getRootVoDefFullName, getTableName, getTableType
 

Field Detail

categoryContextAdfbcInstance

protected CategoryContextAdfbcInstance categoryContextAdfbcInstance

_ccDef

protected CategoryContextDef _ccDef
Constructor Detail

BcArtifactCategoryContextImpl

public BcArtifactCategoryContextImpl(oracle.jbo.Row adfbcUsageRowForCategory,
                                     CategoryContextDef ccDef,
                                     java.lang.String categoryVoDefFullName,
                                     java.lang.String categoryAmDefFullName,
                                     int functionCode,
                                     java.lang.String contextEoDefFullName,
                                     java.lang.String contextVoDefFullName,
                                     java.lang.String tableUsageType,
                                     java.lang.String baseAmDefFullName,
                                     java.lang.String rootVoDefFullName)
Method Detail

getContextVoDefFullName

public java.lang.String getContextVoDefFullName()
Specified by:
getContextVoDefFullName in interface BcArtifactContext

getContextEoDefFullName

public java.lang.String getContextEoDefFullName()
Specified by:
getContextEoDefFullName in interface BcArtifactContext

getContextEoDefSimpleName

public java.lang.String getContextEoDefSimpleName()
Specified by:
getContextEoDefSimpleName in interface BcArtifactContext

getContextName

public java.lang.String getContextName()
Specified by:
getContextName in interface BcArtifactContext

getContextCode

public java.lang.String getContextCode()
Specified by:
getContextCode in interface BcArtifactContext

getContextVoDefSimpleName

public java.lang.String getContextVoDefSimpleName()
Specified by:
getContextVoDefSimpleName in interface BcArtifactContext

checkArtifact

public void checkArtifact()
Specified by:
checkArtifact in interface BcArtifactCategoryContext

checkArtifactContext

public void checkArtifactContext()
Specified by:
checkArtifactContext in interface BcArtifactContext

isMultiRow

public boolean isMultiRow()
Specified by:
isMultiRow in interface BcArtifactCategoryContext

isViewLinkSourceDefinedAtDesignTime

public boolean isViewLinkSourceDefinedAtDesignTime()
Specified by:
isViewLinkSourceDefinedAtDesignTime in interface BcArtifactCategoryContext

getEntityAssociationDefFullName

public java.lang.String getEntityAssociationDefFullName()
Specified by:
getEntityAssociationDefFullName in interface BcArtifactCategoryContext

isInterface

public boolean isInterface()
Specified by:
isInterface in interface BcArtifactCategory
Overrides:
isInterface in class BcArtifactCategoryImpl

isInterface

public static boolean isInterface(BcArtifactCategory a)
Deprecated. - use ExtensibleFlexfieldInternalUtil.isInterface()


getContextEoDefFullName

protected static java.lang.String getContextEoDefFullName(java.lang.String contextVoDefFullName)

determineViewLinkDefFullName

protected static java.lang.String determineViewLinkDefFullName(java.lang.String csCategoryVoDefFullName,
                                                               java.lang.String csContextVoDefFullName,
                                                               java.lang.String packageName,
                                                               java.lang.String prefixName)

isTranslatable

public boolean isTranslatable()
Specified by:
isTranslatable in interface BcArtifactCategoryContext

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.