Uses of Interface
org.jasig.services.persondir.support.rule.AttributeRule

Packages that use AttributeRule
org.jasig.services.persondir.support.rule   
 

Uses of AttributeRule in org.jasig.services.persondir.support.rule
 

Classes in org.jasig.services.persondir.support.rule that implement AttributeRule
 class SimpleAttributeRule
          Sets a specified attribute to a specified value when a specified seed value matches a specified pattern.
 

Methods in org.jasig.services.persondir.support.rule that return types with arguments of type AttributeRule
 List<AttributeRule> DeclaredRulePersonAttributeDao.getRules()
           
 

Method parameters in org.jasig.services.persondir.support.rule with type arguments of type AttributeRule
 void DeclaredRulePersonAttributeDao.setRules(List<AttributeRule> rules)
           
 

Constructor parameters in org.jasig.services.persondir.support.rule with type arguments of type AttributeRule
DeclaredRulePersonAttributeDao(String attributeName, List<AttributeRule> rules)
          Creates a new DeclaredRulePersonAttributeDao specifying the attributeName to pass to AbstractDefaultAttributePersonAttributeDao.setDefaultAttributeName(String) and the List of AttributeRules to pass to DeclaredRulePersonAttributeDao.setRules(List)
 



Copyright © 1998-2008 Java Architectures Special Interest Group. All Rights Reserved.