org.kuali.rice.kim.rule.event.ui
Class AddGroupEvent
java.lang.Object
org.kuali.rice.krad.rules.rule.event.KualiDocumentEventBase
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)
AddGroupEvent
public AddGroupEvent(String errorPathPrefix,
IdentityManagementPersonDocument document)
AddGroupEvent
public AddGroupEvent(String errorPathPrefix,
Document document,
PersonDocumentGroup group)
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 © 2005-2012 The Kuali Foundation. All Rights Reserved.