Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects
11g Release 1 (11.1.1.7.0)

E36215-01

oracle.adf.businesseditor.objects
Class LookupManager

java.lang.Object
  extended by oracle.adf.businesseditor.objects.LookupManager

public class LookupManager
extends java.lang.Object

A logical container for the lookup objects.


Constructor Summary
LookupManager()
          Initializes a LookupManager object.
 
Method Summary
 void commit()
          Commit any pending changes.
 LookupType createLookupType(java.lang.String code, java.lang.String meaning, java.lang.String desc)
          Creates a lookup type.
 LookupType findLookupType(java.lang.String code)
          Retrieves the lookup type with the code.
protected  LookupManagerImpl getImpl()
          For internal framework use only.
 void rollback()
          Rollback any uncommited changes.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LookupManager

public LookupManager()
Initializes a LookupManager object.

Method Detail

findLookupType

public LookupType findLookupType(java.lang.String code)
Retrieves the lookup type with the code. If no lookup type for the given code, null is returned.

Parameters:
code - the code of the lookup type
Returns:
LookupType

createLookupType

public LookupType createLookupType(java.lang.String code,
                                   java.lang.String meaning,
                                   java.lang.String desc)
Creates a lookup type.

Parameters:
code - code of the lookup type
meaning - meaning of the lookup type
desc - description of the lookup type
Returns:
LookupType
Throws:
oracle.jbo.JboException - if a lookup type for the code already exists

commit

public void commit()
Commit any pending changes.


rollback

public void rollback()
Rollback any uncommited changes.


getImpl

protected LookupManagerImpl getImpl()
For internal framework use only.

For internal use only. Application developers should not use this

Oracle Fusion Middleware Java API Reference for Oracle ADF Model Business Editor Objects
11g Release 1 (11.1.1.7.0)

E36215-01

Copyright © 1997, 2013, Oracle. All rights reserved.