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

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

public class AddGroupEvent
extends 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
AddGroupEvent(String errorPathPrefix, Document document, PersonDocumentGroup group)
           
AddGroupEvent(String errorPathPrefix, IdentityManagementPersonDocument document)
           
 
Method Summary
 PersonDocumentGroup getGroup()
           
 Class<? extends BusinessRule> getRuleInterfaceClass()
          Returns the interface that classes must implement to receive this event.
 boolean invokeRuleMethod(BusinessRule rule)
          Invokes the event handling method on the rule object.
 void setGroup(PersonDocumentGroup group)
           
 
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

AddGroupEvent

public AddGroupEvent(String errorPathPrefix,
                     IdentityManagementPersonDocument document)

AddGroupEvent

public AddGroupEvent(String errorPathPrefix,
                     Document document,
                     PersonDocumentGroup group)
Method Detail

getRuleInterfaceClass

public Class<? extends BusinessRule> getRuleInterfaceClass()
Description copied from interface: KualiDocumentEvent
Returns the interface that classes must implement to receive this event.

Returns:

invokeRuleMethod

public boolean invokeRuleMethod(BusinessRule rule)
Description copied from interface: KualiDocumentEvent
Invokes the event handling method on the rule object.

Returns:

getGroup

public PersonDocumentGroup getGroup()

setGroup

public void setGroup(PersonDocumentGroup group)


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