|
Oracle Fusion Middleware extensions for Applications Core API Reference 11g Release 1 (11.1.1.6) E22562-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.apps.fnd.applcore.trees.model.util.ServiceUtil
public final class ServiceUtil
Utility class for working with the Tree services. No use of this class outside the Tree Management is supported!
| 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 |
|---|
public static TreeStructureService getTreeStructureService()
public static TreeStructureService getTreeStructureService(oracle.jbo.ApplicationModule rootAM)
public static void releaseTreeStructureService(TreeStructureService service)
service - the service to be releasedpublic static TreeService getTreeService()
public static TreeService getTreeService(oracle.jbo.ApplicationModule rootAM)
public static void releaseTreeService(TreeService service)
service - the service to be releasedpublic static TreeNodeService getTreeNodeService()
public static TreeNodeService getTreeNodeService(oracle.jbo.ApplicationModule rootAM)
public static void releaseTreeNodeService(TreeNodeService service)
service - the service to be releasedpublic static void releaseTreeBaseAM(TreeAMImpl service)
service - the service to be releasedpublic static TreeAMImpl getTreeBaseAM()
|
Oracle Fusion Middleware extensions for Applications Core API Reference 11g Release 1 (11.1.1.6) E22562-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||