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.service
Class ExtensibleFlexfieldServiceUtil

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.runtime.util.common.ExtensibleFlexfieldUtil
      extended by oracle.apps.fnd.applcore.flex.runtime.util.service.ExtensibleFlexfieldServiceUtil

public class ExtensibleFlexfieldServiceUtil
extends ExtensibleFlexfieldUtil

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/service/ExtensibleFlexfieldServiceUtil.java /main/5 2009/08/31 14:41:29 ssarnoba Exp $
Author:
kghosh

Constructor Summary
ExtensibleFlexfieldServiceUtil()
           
 
Method Summary
static java.util.List<java.lang.String> getAllValidContextForCategory(java.lang.Long applicationId, java.lang.String flexCode, oracle.jbo.server.DBTransaction txn, java.lang.String categoryCode)
          This method returns the List of all the valid context code for a given category.
 
Methods inherited from class oracle.apps.fnd.applcore.flex.runtime.util.common.ExtensibleFlexfieldUtil
defaultEFFRows, formattedPageName, getAdfbcUsageRowWrapper, getApplicationModuleName, getApplicationModuleName, getApplicationModuleName, getCategoryAmNameForDataEntry, getCategoryAmNameForDataEntry, getCategoryAmNameForInterfaceCategory, getCategoryAmNameForInterfaceGeneric, getCategoryAmNameForSearchCategory, getCategoryAmNameForSearchGeneric, getCategoryAmNameForWebServices, getCategoryContextAdditionalAssocName, getCategoryContextAdditionalAssocName, getCategoryContextAssocName, getCategoryContextDefHeader, getCategoryContextViewLinkNameForDataEntry, getCategoryContextViewLinkNameForInterfaceCategory, getCategoryContextViewLinkNameForInterfaceGeneric, getCategoryContextViewLinkNameForSearchCategory, getCategoryContextViewLinkNameForSearchGeneric, getCategoryContextViewLinkNameForWebService, getCategoryDefHeader, getCategoryMetadataAm, getCategoryVoNameForDataEntry, getCategoryVoNameForInterfaceCategory, getCategoryVoNameForInterfaceGeneric, getCategoryVoNameForSearchCategory, getCategoryVoNameForSearchGeneric, getCategoryVoNameForWebServices, getConnectionUrl, getContextAttributeName, getContextEoName, getContextVoName, getCustomizations, getDefImportMapAMName, getDffMetadataAm, getMDSDocumentName, getNamingScheme, getPageLinksFragmentName, getPageLinksTaskflowName, getPageTaskFlowName, getSearchTaskFlowName, getSearchVoAttributeNames, getViewLinkAccessorName, releaseResources, setEffBcModelerNaming, useServiceProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensibleFlexfieldServiceUtil

public ExtensibleFlexfieldServiceUtil()
Method Detail

getAllValidContextForCategory

public static java.util.List<java.lang.String> getAllValidContextForCategory(java.lang.Long applicationId,
                                                                             java.lang.String flexCode,
                                                                             oracle.jbo.server.DBTransaction txn,
                                                                             java.lang.String categoryCode)
This method returns the List of all the valid context code for a given category.

The method accepts four mandatory parameters.
Long - Application Id
String - Flex Code
DBTransaction - Database Transaction
String - Category Code

It returns all the contexts that valid for the category code that is passed as parameter. The valid contexts include those contexts that are associated to the parent category and above in the hierarchy.

Parameters:
applicationId -
flexCode -
txn -
categoryCode -
Returns:
all the valid context code for the category

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

E22562-03

Copyright © 2012 Oracle. All Rights Reserved.