org.kuali.kfs.module.purap.document.validation.event
Class AttributedImportPurchasingAccountsPayableItemEvent
java.lang.Object
org.kuali.rice.kns.rule.event.KualiDocumentEventBase
org.kuali.kfs.sys.document.validation.event.AttributedDocumentEventBase
org.kuali.kfs.module.purap.document.validation.event.AttributedPurchasingAccountsPayableItemEventBase
org.kuali.kfs.module.purap.document.validation.event.AttributedImportPurchasingAccountsPayableItemEvent
- All Implemented Interfaces:
- AttributedPurchasingAccountsPayableItemEvent, AttributedDocumentEvent, org.kuali.rice.kns.rule.event.KualiDocumentEvent
public class AttributedImportPurchasingAccountsPayableItemEvent
- extends AttributedPurchasingAccountsPayableItemEventBase
Import Purchasing Accounts Payble Item Event.
This is triggered when a user presses the import button on a purchasing document,
and then clicks the add button after selecting a file to import items from.
Fields inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase |
document |
Methods inherited from class org.kuali.rice.kns.rule.event.KualiDocumentEventBase |
generateEvents, getDescription, getDocument, getDocumentId, getErrorPathPrefix, getName, toString |
Methods inherited from interface org.kuali.rice.kns.rule.event.KualiDocumentEvent |
generateEvents, getDescription, getDocument, getErrorPathPrefix, getName, getRuleInterfaceClass, invokeRuleMethod |
AttributedImportPurchasingAccountsPayableItemEvent
public AttributedImportPurchasingAccountsPayableItemEvent(String errorPathPrefix,
org.kuali.rice.kns.document.Document document,
PurApItem item)
- Constructs an ImportItemEvent with the given errorPathPrefix, document, and item.
- Parameters:
errorPathPrefix
- the error pathdocument
- document the event was invoked onitem
- the item being added
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.