org.kuali.rice.kim.rule.event.ui
Class AddRoleEvent

java.lang.Object
  extended by org.kuali.rice.kns.rule.event.KualiDocumentEventBase
      extended by org.kuali.rice.kim.rule.event.ui.AddRoleEvent
All Implemented Interfaces:
org.kuali.rice.kns.rule.event.KualiDocumentEvent

public class AddRoleEvent
extends org.kuali.rice.kns.rule.event.KualiDocumentEventBase

This is a description of what this class does - shyu don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Field Summary
 
Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase
document
 
Constructor Summary
AddRoleEvent(String errorPathPrefix, org.kuali.rice.kns.document.Document document, PersonDocumentRole role)
           
AddRoleEvent(String errorPathPrefix, IdentityManagementPersonDocument document)
           
 
Method Summary
 PersonDocumentRole getRole()
           
 Class<? extends org.kuali.rice.kns.rule.BusinessRule> getRuleInterfaceClass()
           
 boolean invokeRuleMethod(org.kuali.rice.kns.rule.BusinessRule rule)
           
 void setRole(PersonDocumentRole role)
           
 
Methods inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase
generateEvents, getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AddRoleEvent

public AddRoleEvent(String errorPathPrefix,
                    IdentityManagementPersonDocument document)

AddRoleEvent

public AddRoleEvent(String errorPathPrefix,
                    org.kuali.rice.kns.document.Document document,
                    PersonDocumentRole role)
Method Detail

getRuleInterfaceClass

public Class<? extends org.kuali.rice.kns.rule.BusinessRule> getRuleInterfaceClass()

invokeRuleMethod

public boolean invokeRuleMethod(org.kuali.rice.kns.rule.BusinessRule rule)

getRole

public PersonDocumentRole getRole()

setRole

public void setRole(PersonDocumentRole role)


Copyright © 2007-2011 The Kuali Foundation. All Rights Reserved.