|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.1.0) E10653-02 |
||||||||
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 FormField 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()
AccTravDef
true
when
isAllLevels()
is invoked.
getAllLevelsAccTravDef
in interface AccTravDef
null
if none.public void setAllLevelsAccTravDef(AccTravDef allLevelsAccTravDef)
AccTravDef
setAllLevelsAccTravDef
in interface AccTravDef
allLevelsAccTravDef
- the all-level accessor traversal definition.
null
if none.public boolean isAllLevels()
AccTravDef
getAllLevelsAccTravDef()
.
isAllLevels
in interface AccTravDef
public void setAllLevels(boolean b)
AccTravDef
true
.
setAllLevels
in interface AccTravDef
b
- the flag value indicating whether this accessor traversal definition.public AccTravQualifier[] getAccTravQualifiers()
AccTravDef
getAccTravQualifiers
in interface AccTravDef
public AccTravQualifier findMatch(Row row)
AccTravDef
row
. If so, it returns the first matching AccTravQualifier.
findMatch
in interface AccTravDef
public int getAccTravLimit()
getAccTravLimit
in interface AccTravDef
public void setAccTravLimit(int limit)
setAccTravLimit
in interface AccTravDef
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Model 11g Release 1 (11.1.1.1.0) E10653-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |