wt.pds
Class IteratedAccessController

java.lang.Object
  extended bywt.pds.AccessControllerAdapter
      extended bywt.pds.IteratedAccessController
All Implemented Interfaces:
AccessController

public class IteratedAccessController
extends AccessControllerAdapter



Supported API: false

Extendable: false


Field Summary
private static String CLASSNAME
           
static String LATEST
           
private static String RESOURCE
           
 
Fields inherited from class wt.pds.AccessControllerAdapter
DEBUG, NOOP_ACCESS_CONTROLLER
 
Fields inherited from interface wt.pds.AccessController
FILTER
 
Constructor Summary
IteratedAccessController()
           
 
Method Summary
 WhereExpression buildAccessCondition(Vector a_tableInfos, boolean a_useOuterJoin)
          Build WHERE condtions for the specified class and the current principal.
 
Methods inherited from class wt.pds.AccessControllerAdapter
checkAccess, checkAccess, checkQuery, getFilter, getItemBuilders, getViewItemBuilder, isItemBuilderProvided
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

LATEST

public static final String LATEST
See Also:
Constant Field Values
Constructor Detail

IteratedAccessController

public IteratedAccessController()
Method Detail

buildAccessCondition

public WhereExpression buildAccessCondition(Vector a_tableInfos,
                                            boolean a_useOuterJoin)
                                     throws PersistenceException
Build WHERE condtions for the specified class and the current principal.

Supported API: false

Specified by:
buildAccessCondition in interface AccessController
Overrides:
buildAccessCondition in class AccessControllerAdapter
Parameters:
a_tableInfos -
a_useOuterJoin -
Returns:
WhereExpression
Throws:
PersistenceException