planetj.possiblevalues
Class AuthorizationOperationsPV

java.lang.Object
  |
  +--planetj.possiblevalues.AuthorizationOperationsPV
All Implemented Interfaces:
IPossibleValueGetter

public class AuthorizationOperationsPV
extends Object
implements IPossibleValueGetter


Constructor Summary
AuthorizationOperationsPV()
           
 
Method Summary
 RowCollection getPossibleValues(Field field)
          Gets a RowCollection of Possible Value Authorization Operations.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthorizationOperationsPV

public AuthorizationOperationsPV()
Method Detail

getPossibleValues

public RowCollection getPossibleValues(Field field)
                                throws CMException
Gets a RowCollection of Possible Value Authorization Operations. This method gets PV Authorization Op values for both fields & operations. for the given Field's Row's owner.

Specified by:
getPossibleValues in interface IPossibleValueGetter
Returns:
RowCollection
CMException