atg.svc.repository.beans.methods
Class EnumeratedListValueMethods

java.lang.Object
  extended by atg.svc.repository.beans.methods.BaseMethods
      extended by atg.svc.repository.beans.methods.EnumeratedListValueMethods

public class EnumeratedListValueMethods
extends BaseMethods

Defines extension methods for the EnumeratedListValue object.


Field Summary
static java.lang.String CLASS_VERSION
           
 
Constructor Summary
EnumeratedListValueMethods()
           
 
Method Summary
 boolean getIsVisible(atg.svc.repository.beans.EnumeratedListValue pEnumeratedListValue)
          Returns true if the list value is visible for the current user.
 
Methods inherited from class atg.svc.repository.beans.methods.BaseMethods
getServiceFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static final java.lang.String CLASS_VERSION
See Also:
Constant Field Values
Constructor Detail

EnumeratedListValueMethods

public EnumeratedListValueMethods()
Method Detail

getIsVisible

public boolean getIsVisible(atg.svc.repository.beans.EnumeratedListValue pEnumeratedListValue)
Returns true if the list value is visible for the current user.

Returns:
True if the list value is visible for the current user.