Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

oracle.apps.fnd.applcore.flex.runtime.resource
Class ViewDefBundle

java.lang.Object
  extended by oracle.apps.fnd.applcore.flex.runtime.resource.Bundle
      extended by oracle.apps.fnd.applcore.flex.runtime.resource.ViewDefBundle
Direct Known Subclasses:
ReplicableViewDefBundle

public class ViewDefBundle
extends Bundle

A resource bundle in the form of a view object.


Field Summary
 
Fields inherited from class oracle.apps.fnd.applcore.flex.runtime.resource.Bundle
language, resources
 
Constructor Summary
ViewDefBundle(java.lang.String language, java.util.Map<java.lang.String,java.lang.String> resources)
          Constructs a resource bundle.
 
Method Summary
 oracle.jbo.server.ViewDefImpl toViewDef(int defScope, java.lang.String baseShortName, java.lang.String packageName)
          Creates the corresponding view object definition of this object.
 
Methods inherited from class oracle.apps.fnd.applcore.flex.runtime.resource.Bundle
getLanguage, getResources, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ViewDefBundle

public ViewDefBundle(java.lang.String language,
                     java.util.Map<java.lang.String,java.lang.String> resources)
Constructs a resource bundle.

Parameters:
language - the language code
resources - the resources
Method Detail

toViewDef

public oracle.jbo.server.ViewDefImpl toViewDef(int defScope,
                                               java.lang.String baseShortName,
                                               java.lang.String packageName)
Creates the corresponding view object definition of this object.

Parameters:
defScope - the definition scope
baseShortName - the short name without language suffix
packageName - the package name
Returns:
the corresponding view object definition of this object
Throws:
java.lang.IllegalArgumentException - if the given short name or package is null

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 7 (11.1.7)

E22562-07

Copyright © 2013 Oracle. All Rights Reserved.