public class BasicProposalSiteEvent extends KraDocumentEventBase
| Constructor and Description |
|---|
BasicProposalSiteEvent(String errorPathPrefix,
ProposalDevelopmentDocument proposalDevelopmentDocument) |
BasicProposalSiteEvent(String description,
String errorPathPrefix,
ProposalDevelopmentDocument proposalDevelopmentDocument,
List<ProposalSite> proposalSites,
String siteIndex)
This constructor takes a List of ProposalSites and an index that points to one of them.
|
BasicProposalSiteEvent(String description,
String errorPathPrefix,
ProposalDevelopmentDocument proposalDevelopmentDocument,
ProposalSite proposalSite)
This constructor takes a single ProposalSite.
|
| Modifier and Type | Method and Description |
|---|---|
ProposalSite |
getProposalSite()
This method returns the proposal site at the index pointed to by siteIndex.
|
List<ProposalSite> |
getProposalSites() |
Class |
getRuleInterfaceClass() |
String |
getSiteIndex() |
boolean |
invokeRuleMethod(org.kuali.rice.krad.rules.rule.BusinessRule rule) |
protected void |
logEvent()
Logs the event type and some information about the associated accountingLine
|
public BasicProposalSiteEvent(String errorPathPrefix, ProposalDevelopmentDocument proposalDevelopmentDocument)
public BasicProposalSiteEvent(String description, String errorPathPrefix, ProposalDevelopmentDocument proposalDevelopmentDocument, ProposalSite proposalSite)
description - errorPathPrefix - proposalDevelopmentDocument - proposalSite - public BasicProposalSiteEvent(String description, String errorPathPrefix, ProposalDevelopmentDocument proposalDevelopmentDocument, List<ProposalSite> proposalSites, String siteIndex)
description - errorPathPrefix - proposalDevelopmentDocument - proposalSites - siteIndex - public List<ProposalSite> getProposalSites()
public String getSiteIndex()
public ProposalSite getProposalSite()
protected void logEvent()
KraDocumentEventBaselogEvent in class KraDocumentEventBasepublic Class getRuleInterfaceClass()
public boolean invokeRuleMethod(org.kuali.rice.krad.rules.rule.BusinessRule rule)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.