|
Oracle Fusion Middleware extensions for XML based Datamodel Framework 11g Release 1 (11.1.1.5) E22566-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.apps.fnd.applxdf.xdfapi.XdfObject
oracle.apps.fnd.applxdf.xdfapi.UserDefinedProperties
public abstract class UserDefinedProperties
A UserProperties object represents a set of user defined properties in the Table.
Field Summary |
---|
Fields inherited from class oracle.apps.fnd.applxdf.xdfapi.XdfObject |
---|
ctx, DEBUG, mBaseObjType, mName, mPersistenceFormat, mSchemaName, mUsrPros, mXmlDoc, mXPath, mXPathExpr |
Constructor Summary | |
---|---|
UserDefinedProperties(oracle.xml.parser.v2.XMLElement xmlElem)
Constructs a new UserProperties object. |
|
UserDefinedProperties(oracle.xml.parser.v2.XMLElement xmlElem,
boolean persistenceFormat)
Create a UserProperties object with given xdf document and persistence Format. |
Method Summary | |
---|---|
protected void |
createXPath()
Creates the XPath instances required for this class. |
protected UserProperty |
extractODBProperty(oracle.xml.parser.v2.XMLElement xmlElement,
java.lang.String objType,
java.lang.String odbPropName)
|
protected java.util.ArrayList |
extractUDPsFromCustomerArea(oracle.xml.parser.v2.XMLElement xmlElement,
java.lang.String objType)
Extracts the UDPs from the CUSTOMER_AREA tag for an xdf and creates an ArrayList with corresponding "UserProperty" objects. |
Methods inherited from class oracle.apps.fnd.applxdf.xdfapi.XdfObject |
---|
getName, getPersistenceFormat, getSchemaName, getType, getXmlDoc |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserDefinedProperties(oracle.xml.parser.v2.XMLElement xmlElem)
public UserDefinedProperties(oracle.xml.parser.v2.XMLElement xmlElem, boolean persistenceFormat)
Method Detail |
---|
protected void createXPath()
protected java.util.ArrayList extractUDPsFromCustomerArea(oracle.xml.parser.v2.XMLElement xmlElement, java.lang.String objType)
xmlElement
- XDF (or its fragment) as an xmlelement
protected UserProperty extractODBProperty(oracle.xml.parser.v2.XMLElement xmlElement, java.lang.String objType, java.lang.String odbPropName)
|
Oracle Fusion Middleware extensions for XML based Datamodel Framework 11g Release 1 (11.1.1.5) E22566-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |