|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.jbo.common.NamedObjectImpl | +--oracle.jbo.mom.DefinitionObject | +--oracle.jbo.uicli.binding.JUDefBase | +--oracle.jbo.uicli.binding.JUIteratorDef | +--oracle.jbo.uicli.binding.JUIterRowDef
Fields inherited from class oracle.jbo.uicli.binding.JUIteratorDef |
PNAME_TYPE |
Fields inherited from class oracle.jbo.mom.DefinitionObject |
mBaseDefObject, mExtendedDefObjects, mObjectResolved |
Fields inherited from class oracle.jbo.common.NamedObjectImpl |
mFullName, mObjName, mParent,
mProperties |
Fields inherited from interface oracle.jbo.mom.xml.DefPersistable |
XML_STATEMENT |
Constructor Summary |
JUIterRowDef()
|
JUIterRowDef(java.lang.String name,
java.lang.String amName,
java.lang.String voName,
java.lang.String rsiName)
|
Method Summary |
Type | Method |
---|---|
JUIteratorBinding |
createIterBinding(ApplicationModule anchorAM)
|
JUIteratorBinding |
createIterBinding(RowSetIterator rsi)
|
java.lang.String |
getXMLElementTag()
Returns a piece of static info for the type of object this is invoked upon. |
Methods inherited from class oracle.jbo.uicli.binding.JUIteratorDef |
getAMName, getRSIName, getViewDefName,
getVOName, init, retrieveFromXML, setFormDef, setViewDefName,
writeContents |
Methods inherited from class oracle.jbo.uicli.binding.JUDefBase |
convertToBoolean, convertToInt, convertToIntArray,
createAndLoadFromXML, getDefClassName, getSubType,
isDirty, isNew, loadChildrenFromXML,
loadFromXML, readXMLBoolean,
readXMLInt, readXMLString, readXMLStringArray, setDefClassName,
setDirty, setName, setNew,
setParent, setSubType, writeChildren,
writeObject, writeXMLIntArray,
writeXMLStringArray |
Methods inherited from class oracle.jbo.mom.DefinitionObject |
addExtendedDefObject, finishedLoading, getBaseDefObject, getContainerDef, getContainerName, getExtendedDefObjects, isBaseDefFor, isDynamicDefinitionObject, isObjectResolved, loadProperties, resolveReferences, setBaseDefObject, setObjectResolved |
Methods inherited from class oracle.jbo.common.NamedObjectImpl |
getFullName, getName, getParent,
getProperties, getPropertiesAsStrings, getPropertiesMap,
getProperty, refreshProperty, setFullName,
setPropertiesMap, setProperty |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface oracle.jbo.mom.xml.DefPersistable |
getFullName |
Constructor Detail |
public JUIterRowDef()
public JUIterRowDef(java.lang.String name, java.lang.String amName, java.lang.String voName, java.lang.String rsiName)
Method Detail |
public JUIteratorBinding createIterBinding(ApplicationModule anchorAM)
createIterBinding
in class JUIteratorDef
public JUIteratorBinding createIterBinding(RowSetIterator rsi)
createIterBinding
in class JUIteratorDef
public java.lang.String getXMLElementTag()
oracle.jbo.mom.xml.DefPersistable
getXMLElementTag
in class JUDefBase
oracle.jbo.mom.xml.DefPersistable
type
- Type of the Persistence Statement requested. The type
can be any of the Statement types defined in this interface.
|
Business Components | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |