| 
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.Objectoracle.jbo.common.DBSortCriteriaCollection
public class DBSortCriteriaCollection
| Field Summary | 
|---|
| Fields inherited from interface oracle.jbo.mom.xml.DefPersistable | 
|---|
XML_STATEMENT | 
| Constructor Summary | |
|---|---|
DBSortCriteriaCollection()
 | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getDefXMLElementTag()
 | 
 java.lang.String | 
getDefXMLNameSpace()
 | 
 java.lang.String | 
getFullName()
This method returns the Persistence reference of the object.  | 
 DefPersistable | 
getOrigObject()
 | 
 SortCriteria[] | 
getSortCriteriaList()
 | 
 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.  | 
 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 | 
setSortCriteriaList(SortCriteria[] sortCrit)
 | 
 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 java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DBSortCriteriaCollection()
| Method Detail | 
|---|
public SortCriteria[] getSortCriteriaList()
public void setSortCriteriaList(SortCriteria[] sortCrit)
public final void writeChildren(DefWriter jos)
                         throws DefPersistenceException
PersistentDefinition
writeChildren in interface PersistentDefinitionjos - the Output storage for persistence
DefPersistenceExceptionpublic 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 PersistentDefinitionpublic 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 void writeObject(DefWriter jos)
PersistentDefinition
writeObject in interface PersistentDefinitionjos - the Output storage for persistencepublic boolean isDirty()
DefPersistable
isDirty in interface DefPersistablepublic void setDirty(boolean isDirty)
DefPersistable
setDirty in interface DefPersistableisDirty - If true the Object is marked Dirty.public void writeContents(DefWriter jos)
PersistentDefinition
writeContents in interface PersistentDefinitionjos - the Output storage for persistence
  | 
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 | ||||||||