Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


oracle.jbo.common
Class CategoryImpl

java.lang.Object
  extended by oracle.jbo.common.NamedObjectImpl
      extended by oracle.jbo.common.CategoryImpl

All Implemented Interfaces:
Category, CategoryHints, ResourceBundleOwner, ExprWrappable, GenericHints, Properties
Direct Known Subclasses:
DefaultVOCategoryImpl

public class CategoryImpl
extends NamedObjectImpl
implements Category, ResourceBundleOwner

Nested Class Summary

 

Nested classes/interfaces inherited from interface oracle.jbo.Category
Category.CategoryType

 

Field Summary
protected  CategoryManager mCategoryManager
           
protected  Category.CategoryType mCategoryType
           

 

Fields inherited from class oracle.jbo.common.NamedObjectImpl
mFullName, mObjName, mParent, mProperties, RES_ID_SUFFIX, RESID_SUFFIX

 

Fields inherited from interface oracle.jbo.CategoryHints
CATEGORY_CTL_FIELD_ORDER

 

Fields inherited from interface oracle.jbo.GenericHints
PROPERTY_LABEL, PROPERTY_LABEL_PLURAL, PROPERTY_TOOLTIP

 

Constructor Summary
CategoryImpl()
          Internal use only.
CategoryImpl(java.lang.String name)
          Internal use only.

 

Method Summary
 java.lang.Object clone()
          Internal use only.
 void cloneCategory(Category originalCategory)
          Internal use only.
 CategoryManager getCategoryManager()
          Internal use only.
 double getFieldOrder(LocaleContext locale)
          Internal use only.
 java.lang.String getHintValue(LocaleContext locale, java.lang.String sHintName)
          Internal use only.
 java.lang.String getLabel(LocaleContext locale)
          Internal use only.
 java.lang.String getLabelPlural(LocaleContext locale)
          Internal use only.
 ResourceBundleDef getResourceBundleDef()
          Internal use only.
 java.lang.String getResourcePrefix()
          Internal use only.
 java.lang.String getTooltip(LocaleContext locale)
          Internal use only.
 Category.CategoryType getType()
          Internal use only.
 void initFromXML(DefElement xmlElement)
          Internal use only.
protected  void loadProperties(DefElement xmlElement)
          Internal use only.
 void setCategoryManager(CategoryManager categoryManager)
          Internal use only.
 void setType(Category.CategoryType typeValue)
          Internal use only.

 

Methods inherited from class oracle.jbo.common.NamedObjectImpl
allocatePropertyMap, getAllProperties, getFullName, getName, getParent, getProperties, getPropertiesAsStrings, getPropertiesMap, getProperty, getProperty, getPropertyExpressionsMap, getPropertyMap, getResourcesFromBundle, getStringFromMessageBundle, isPropertyExpression, mergePropertyMap, refreshProperty, removeProperty, removeProperty, requiresNamePrefixedResId, resolveObjectProperty, resolvePropertyRaw, setFullName, setName, setParent, setPropertiesMap, setPropertiesMap2, setProperty, setProperty, setPropertyExpression, setPropertyMap

 

Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Methods inherited from interface oracle.jbo.Category
getName

 

Methods inherited from interface oracle.jbo.Properties
getProperties, getProperty, getProperty, refreshProperty

 

Field Detail

mCategoryManager

protected CategoryManager mCategoryManager

mCategoryType

protected Category.CategoryType mCategoryType

Constructor Detail

CategoryImpl

public CategoryImpl()
Internal use only.

CategoryImpl

public CategoryImpl(java.lang.String name)
Internal use only.

Method Detail

setCategoryManager

public void setCategoryManager(CategoryManager categoryManager)
Internal use only.

getLabel

public java.lang.String getLabel(LocaleContext locale)
Internal use only.
Specified by:
getLabel in interface GenericHints

getLabelPlural

public java.lang.String getLabelPlural(LocaleContext locale)
Internal use only.
Specified by:
getLabelPlural in interface GenericHints

getTooltip

public java.lang.String getTooltip(LocaleContext locale)
Internal use only.
Specified by:
getTooltip in interface GenericHints

getHintValue

public java.lang.String getHintValue(LocaleContext locale,
                                     java.lang.String sHintName)
Internal use only.
Specified by:
getHintValue in interface GenericHints

getFieldOrder

public double getFieldOrder(LocaleContext locale)
Internal use only.
Specified by:
getFieldOrder in interface CategoryHints

initFromXML

public void initFromXML(DefElement xmlElement)
Internal use only.

getCategoryManager

public CategoryManager getCategoryManager()
Internal use only.

loadProperties

protected void loadProperties(DefElement xmlElement)
Internal use only.

getType

public Category.CategoryType getType()
Internal use only.
Specified by:
getType in interface Category
Returns:
return the Type of this Category

setType

public void setType(Category.CategoryType typeValue)
Internal use only.
Specified by:
setType in interface Category

getResourceBundleDef

public ResourceBundleDef getResourceBundleDef()
Internal use only.
Specified by:
getResourceBundleDef in interface ResourceBundleOwner

getResourcePrefix

public java.lang.String getResourcePrefix()
Internal use only.
Specified by:
getResourcePrefix in interface ResourceBundleOwner

cloneCategory

public void cloneCategory(Category originalCategory)
Internal use only.

clone

public java.lang.Object clone()
Internal use only.
Specified by:
clone in interface Category
Overrides:
clone in class java.lang.Object

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model
11g Release 2 (11.1.2.3.0)

E17483-04


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