com.jxml.qare.qhome.delegation
Class DelegationPrivileges

java.lang.Object
  |
  +--com.jxml.qare.qhome.delegation.DelegationPrivileges

public class DelegationPrivileges
extends Object


Constructor Summary
DelegationPrivileges(DBUser.Row user, int sysId, String projectName, int granId, int newDepth, int limit)
           
 
Method Summary
 boolean hasNext()
           
 String next()
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DelegationPrivileges

public DelegationPrivileges(DBUser.Row user,
                            int sysId,
                            String projectName,
                            int granId,
                            int newDepth,
                            int limit)
Method Detail

reset

public void reset()

next

public String next()

hasNext

public boolean hasNext()