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

E22562-02

oracle.apps.fnd.applcore.trees.model.util
Class ServiceUtil

java.lang.Object
  extended by oracle.apps.fnd.applcore.trees.model.util.ServiceUtil

public final class ServiceUtil
extends java.lang.Object

Utility class for working with the Tree services. No use of this class outside the Tree Management is supported!

Author:
Arun K Viswanathan <arun.viswanathan@oracle.com>

Method Summary
static TreeAMImpl getTreeBaseAM()
          Gets the tree base AM.
static TreeNodeService getTreeNodeService()
          Gets the Tree Node service.
static TreeNodeService getTreeNodeService(oracle.jbo.ApplicationModule rootAM)
           
static TreeService getTreeService()
          Gets the Tree service.
static TreeService getTreeService(oracle.jbo.ApplicationModule rootAM)
           
static TreeStructureService getTreeStructureService()
          Gets the tree structure service.
static TreeStructureService getTreeStructureService(oracle.jbo.ApplicationModule rootAM)
           
static void releaseTreeBaseAM(TreeAMImpl service)
          Releases the Tree Node service.
static void releaseTreeNodeService(TreeNodeService service)
          Releases the Tree Node service.
static void releaseTreeService(TreeService service)
          Releases the Tree service.
static void releaseTreeStructureService(TreeStructureService service)
          Releases the tree structure service.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getTreeStructureService

public static TreeStructureService getTreeStructureService()
Gets the tree structure service.

Returns:
TreeStructureService the tree structure service

getTreeStructureService

public static TreeStructureService getTreeStructureService(oracle.jbo.ApplicationModule rootAM)

releaseTreeStructureService

public static void releaseTreeStructureService(TreeStructureService service)
Releases the tree structure service.

Parameters:
service - the service to be released

getTreeService

public static TreeService getTreeService()
Gets the Tree service.

Returns:
TreeService the tree structure service

getTreeService

public static TreeService getTreeService(oracle.jbo.ApplicationModule rootAM)

releaseTreeService

public static void releaseTreeService(TreeService service)
Releases the Tree service.

Parameters:
service - the service to be released

getTreeNodeService

public static TreeNodeService getTreeNodeService()
Gets the Tree Node service.

Returns:
TreeNodeService the tree node service

getTreeNodeService

public static TreeNodeService getTreeNodeService(oracle.jbo.ApplicationModule rootAM)

releaseTreeNodeService

public static void releaseTreeNodeService(TreeNodeService service)
Releases the Tree Node service.

Parameters:
service - the service to be released

releaseTreeBaseAM

public static void releaseTreeBaseAM(TreeAMImpl service)
Releases the Tree Node service.

Parameters:
service - the service to be released

getTreeBaseAM

public static TreeAMImpl getTreeBaseAM()
Gets the tree base AM.

Returns:
TreeAMImpl as the tree base AM

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

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.