|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.jbo.common.AccTravDefImpl
public class AccTravDefImpl
This class is a base implementation of the AccTravDef interface.
AccTravDef, Serialized Form| Field Summary |
|---|
| Fields inherited from interface oracle.jbo.common.AccTravDef |
|---|
ACC_TRAV_LIMIT_ALL, ACC_TRAV_LIMIT_UNINITIALIZED |
| Constructor Summary | |
|---|---|
AccTravDefImpl(AccTravDef allLevelsAccTravDef, AccTravQualifier[] accTravQualifiers) |
|
AccTravDefImpl(AccTravDef allLevelsAccTravDef, AccTravQualifier[] accTravQualifiers, int accTravLimit) |
|
| Method Summary | |
|---|---|
AccTravQualifier |
findMatch(Row row)Checks to see if there is an accessor traversal qualifier for the row. |
int |
getAccTravLimit() |
AccTravQualifier[] |
getAccTravQualifiers()Returns an array of accessor traversal qualifiers belonging to this accessor traversal definition. |
AccTravDef |
getAllLevelsAccTravDef()Returns the all-level accessor traversal definition. |
boolean |
isAllLevels()Returns the flag indicating whether this accessor traversal definition is the all-level accessor traversal definition. |
void |
setAccTravLimit(int limit) |
void |
setAllLevels(boolean b)Sets the flag indicating whether this accessor traversal definition. |
void |
setAllLevelsAccTravDef(AccTravDef allLevelsAccTravDef)Sets the all-level accessor traversal definition. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AccTravDefImpl(AccTravDef allLevelsAccTravDef,
AccTravQualifier[] accTravQualifiers)
public AccTravDefImpl(AccTravDef allLevelsAccTravDef,
AccTravQualifier[] accTravQualifiers,
int accTravLimit)
| Method Detail |
|---|
public AccTravDef getAllLevelsAccTravDef()
AccTravDeftrue when isAllLevels() is invoked.getAllLevelsAccTravDef in interface AccTravDefnull if none.public void setAllLevelsAccTravDef(AccTravDef allLevelsAccTravDef)
AccTravDefsetAllLevelsAccTravDef in interface AccTravDefallLevelsAccTravDef - the all-level accessor traversal definition. null if none.public boolean isAllLevels()
AccTravDefgetAllLevelsAccTravDef().isAllLevels in interface AccTravDefpublic void setAllLevels(boolean b)
AccTravDeftrue.setAllLevels in interface AccTravDefb - the flag value indicating whether this accessor traversal definition.public AccTravQualifier[] getAccTravQualifiers()
AccTravDefgetAccTravQualifiers in interface AccTravDefpublic AccTravQualifier findMatch(Row row)
AccTravDefrow. If so, it returns the first matching AccTravQualifier.findMatch in interface AccTravDefpublic int getAccTravLimit()
getAccTravLimit in interface AccTravDefpublic void setAccTravLimit(int limit)
setAccTravLimit in interface AccTravDef
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.5.0) E10653-06 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||