|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KualiDocumentEvent | |
---|---|
org.kuali.rice.kim.rule.event.ui | |
org.kuali.rice.kns.document | Core document objects including document base, transactional, and maintenance bases. |
org.kuali.rice.kns.rule.event | Classes that represent an event to be processed by the rules engine. |
org.kuali.rice.kns.service | Core service interfaces. |
org.kuali.rice.kns.service.impl | Core service implementations. |
Uses of KualiDocumentEvent in org.kuali.rice.kim.rule.event.ui |
---|
Classes in org.kuali.rice.kim.rule.event.ui that implement KualiDocumentEvent | |
---|---|
class |
AddDelegationEvent
This is a description of what this class does - shyu don't forget to fill this in. |
class |
AddDelegationMemberEvent
This is a description of what this class does - shyu don't forget to fill this in. |
class |
AddGroupEvent
This is a description of what this class does - shyu don't forget to fill this in. |
class |
AddGroupMemberEvent
This is a description of what this class does - shyu don't forget to fill this in. |
class |
AddMemberEvent
This is a description of what this class does - shyu don't forget to fill this in. |
class |
AddPermissionEvent
This is a description of what this class does - shyu don't forget to fill this in. |
class |
AddPersonDelegationMemberEvent
This is a description of what this class does - shyu don't forget to fill this in. |
class |
AddPersonDocumentDelegationMemberQualifierEvent
This is a description of what this class does - wliang don't forget to fill this in. |
class |
AddPersonDocumentRoleQualifierEvent
This is a description of what this class does - wliang don't forget to fill this in. |
class |
AddResponsibilityEvent
This is a description of what this class does - shyu don't forget to fill this in. |
class |
AddRoleEvent
This is a description of what this class does - shyu don't forget to fill this in. |
Uses of KualiDocumentEvent in org.kuali.rice.kns.document |
---|
Methods in org.kuali.rice.kns.document with parameters of type KualiDocumentEvent | |
---|---|
void |
Document.postProcessSave(KualiDocumentEvent event)
Do any work on the document after the save. |
void |
MaintenanceDocumentBase.postProcessSave(KualiDocumentEvent event)
this needs to happen after the document itself is saved, to preserve consistency of the ver_nbr and in the case of initial save, because this can't be saved until the document is saved initially |
void |
DocumentBase.postProcessSave(KualiDocumentEvent event)
|
void |
Document.prepareForSave(KualiDocumentEvent event)
Do any work on the document that requires the KualiDocumentEvent before the save. |
void |
MaintenanceDocumentBase.prepareForSave(KualiDocumentEvent event)
|
void |
DocumentBase.prepareForSave(KualiDocumentEvent event)
Override this method with implementation specific prepareForSave logic |
void |
Document.validateBusinessRules(KualiDocumentEvent event)
Sends document off to the rules engine to verify business rules. |
void |
MaintenanceDocumentBase.validateBusinessRules(KualiDocumentEvent event)
Explicitly NOT calling super here. |
void |
DocumentBase.validateBusinessRules(KualiDocumentEvent event)
|
Uses of KualiDocumentEvent in org.kuali.rice.kns.rule.event |
---|
Classes in org.kuali.rice.kns.rule.event that implement KualiDocumentEvent | |
---|---|
class |
AddAdHocRoutePersonEvent
This class represents the add AdHocRoutePerson event that is part of an eDoc in Kuali. |
class |
AddAdHocRouteWorkgroupEvent
This class represents the add AdHocRouteWorkgroup event that is part of an eDoc in Kuali. |
class |
AddNoteEvent
This class represents the add note event that is part of an eDoc in Kuali. |
class |
ApproveDocumentEvent
This class represents the approve event that is part of an eDoc in Kuali. |
class |
BlanketApproveDocumentEvent
This class represents the blanketApprove event that is part of an eDoc in Kuali. |
class |
DocumentAuditEvent
Event class for document audit |
class |
KualiAddLineEvent
|
class |
KualiDocumentEventBase
Abstract superclass for document-related events. |
class |
PromptBeforeValidationEvent
Event for handling warnings/questions before rules are called. |
class |
RouteDocumentEvent
This class represents the route event that is part of an eDoc in Kuali. |
class |
SaveDocumentEvent
This class represents the save event that is part of an eDoc in Kuali. |
class |
SaveOnlyDocumentEvent
This class represents the save event that is part of an eDoc in Kuali. |
class |
SendAdHocRequestsEvent
This is a description of what this class does - wliang don't forget to fill this in. |
Uses of KualiDocumentEvent in org.kuali.rice.kns.service |
---|
Methods in org.kuali.rice.kns.service with parameters of type KualiDocumentEvent | |
---|---|
boolean |
KualiRuleService.applyRules(KualiDocumentEvent event)
Retrieves and instantiates the businessRulesClass associated with the event's document type (if any), and calls the appropriate process* method of that businessRule for handling the given event type. |
Uses of KualiDocumentEvent in org.kuali.rice.kns.service.impl |
---|
Methods in org.kuali.rice.kns.service.impl with parameters of type KualiDocumentEvent | |
---|---|
boolean |
KualiRuleServiceImpl.applyRules(KualiDocumentEvent event)
|
void |
DocumentServiceImpl.validateAndPersistDocument(Document document,
KualiDocumentEvent event)
Validates and persists a document. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |