| 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractMap
oracle.jbo.common.JboAbstractMap
oracle.jbo.ViewCriteriaItem
oracle.jbo.common.ViewCriteriaItemImpl
public class ViewCriteriaItemImpl
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap | 
|---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> | 
| Nested classes/interfaces inherited from interface oracle.jbo.AttributeHints | 
|---|
AttributeHints.ControlType | 
| Nested classes/interfaces inherited from interface java.util.Map | 
|---|
java.util.Map.Entry<K,V> | 
| Field Summary | 
|---|
| Fields inherited from class oracle.jbo.common.JboAbstractMap | 
|---|
MAP_NULL_VALUE | 
| Fields inherited from interface oracle.jbo.mom.xml.DefPersistable | 
|---|
XML_STATEMENT | 
| Fields inherited from interface oracle.jbo.AttributeDef | 
|---|
ATTR_ASSOCIATED_ROW, ATTR_ASSOCIATED_ROWITERATOR, ATTR_DYNAMIC, ATTR_ENTITY_DERIVED, ATTR_HIDDEN, ATTR_PERSISTENT, ATTR_ROWSET, ATTR_SQL_DERIVED, ATTR_TRANSIENT, ATTR_VARIABLE, READONLY, UPDATEABLE, UPDATEABLE_WHILE_NEW | 
| Fields inherited from interface oracle.jbo.ViewCriteriaComponent | 
|---|
VC_CONJ_AND, VC_CONJ_NOT, VC_CONJ_OR, VC_CONJ_UNION, VC_UPPER_COL_DEFAULT, VC_UPPER_COL_FALSE, VC_UPPER_COL_TRUE | 
| Fields inherited from interface oracle.jbo.GenericHints | 
|---|
PROPERTY_LABEL, PROPERTY_LABEL_PLURAL, PROPERTY_TOOLTIP | 
| Constructor Summary | |
|---|---|
ViewCriteriaItemImpl(AttributeDef def,
                     ViewCriteriaRow row)
 | 
|
ViewCriteriaItemImpl(java.lang.String attrName,
                     ViewCriteriaRow row)
 | 
|
| Method Summary | |
|---|---|
protected  ViewCriteriaItemValue | 
createCriteriaItemValue(int index)
 | 
protected  ViewCriteriaItemValue | 
createCriteriaItemValue(java.lang.Object value,
                        boolean isBindVar,
                        boolean isSqlFragment,
                        int index)
 | 
 DefinitionManager | 
getDefManager()
 | 
 java.lang.String | 
getDefXMLElementTag()
 | 
 java.lang.String | 
getDefXMLNameSpace()
 | 
 java.lang.String | 
getFullName()
This method returns the Persistence reference of the object.  | 
 java.util.Hashtable | 
getLocalAndResourceProperties()
Used by the marshaller to get all the properties and resources (on the server side only) that are defined in this view criteria item.  | 
 DefPersistable | 
getOrigObject()
 | 
 java.lang.String | 
getXMLElementTag()
Returns a piece of static info for the type of object this is invoked upon.  | 
 boolean | 
isDirty()
This method returns if an Object is modified from last save/load  | 
 boolean | 
isNew()
This method returns if this object is previously persisted.  | 
protected  java.util.Map | 
loadSchemaProperties(DefElement xmlElement)
Load the Schema based hints for this view criteria item.  | 
 void | 
loadXMLContents(DefElement xmlElement)
 | 
 void | 
setDirty(boolean isDirty)
This method marks the Object dirty  | 
 void | 
setNew(boolean b)
This method marks the as previously persisted.  | 
 void | 
setOrigObject(DefPersistable oldObj)
 | 
 void | 
writeChildren(DefWriter jos)
Writes the Object's children to the Persistent storage  | 
 void | 
writeContents(DefWriter jos)
Objects should write their persistence output in this method  | 
 void | 
writeObject(DefWriter jos)
Objects should write their persistence output in this method  | 
| Methods inherited from class oracle.jbo.common.JboAbstractMap | 
|---|
entrySet, equals, hashCode, internalGet, internalPut, setThrowIfPropertyNotFoundOnGet | 
| Methods inherited from class java.util.AbstractMap | 
|---|
clear, clone, containsKey, containsValue, isEmpty, keySet, putAll, remove, size, values | 
| Methods inherited from class java.lang.Object | 
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public ViewCriteriaItemImpl(java.lang.String attrName,
                            ViewCriteriaRow row)
public ViewCriteriaItemImpl(AttributeDef def,
                            ViewCriteriaRow row)
| Method Detail | 
|---|
public DefinitionManager getDefManager()
protected ViewCriteriaItemValue createCriteriaItemValue(int index)
createCriteriaItemValue in class ViewCriteriaItem
protected ViewCriteriaItemValue createCriteriaItemValue(java.lang.Object value,
                                                        boolean isBindVar,
                                                        boolean isSqlFragment,
                                                        int index)
createCriteriaItemValue in class ViewCriteriaItempublic boolean isDirty()
DefPersistable
isDirty in interface DefPersistablepublic void setDirty(boolean isDirty)
DefPersistable
setDirty in interface DefPersistableisDirty - If true the Object is marked Dirty.public boolean isNew()
DefPersistable
isNew in interface DefPersistablepublic void setNew(boolean b)
DefPersistable
setNew in interface DefPersistableb - If true the Object is marked as new object.public DefPersistable getOrigObject()
getOrigObject in interface DefPersistablepublic void setOrigObject(DefPersistable oldObj)
setOrigObject in interface DefPersistablepublic java.lang.String getFullName()
DefPersistable
getFullName in interface DefPersistablepublic java.util.Hashtable getLocalAndResourceProperties()
getLocalAndResourceProperties in class ViewCriteriaItempublic void writeObject(DefWriter jos)
PersistentDefinition
writeObject in interface PersistentDefinitionjos - the Output storage for persistencepublic void writeContents(DefWriter jos)
PersistentDefinition
writeContents in interface PersistentDefinitionjos - the Output storage for persistencepublic void writeChildren(DefWriter jos)
PersistentDefinition
writeChildren in interface PersistentDefinitionjos - the Output storage for persistencepublic void loadXMLContents(DefElement xmlElement)
public java.lang.String getXMLElementTag()
PersistentDefinition
getXMLElementTag in interface PersistentDefinitionpublic java.lang.String getDefXMLElementTag()
getDefXMLElementTag in interface PersistentDefinitionpublic java.lang.String getDefXMLNameSpace()
getDefXMLNameSpace in interface PersistentDefinitionprotected java.util.Map loadSchemaProperties(DefElement xmlElement)
xmlElement - The "SchemaProperties" parent for the hints
  | 
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.4.0) E10653-05  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||