|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AdHocRoutePerson | |
---|---|
org.kuali.rice.kns.web.struts.form | Copyright 2005-2011 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
org.kuali.rice.krad.document | Core document objects including document base, transactional, and maintenance bases. |
org.kuali.rice.krad.rule | |
org.kuali.rice.krad.rule.event | |
org.kuali.rice.krad.rules |
Uses of AdHocRoutePerson in org.kuali.rice.kns.web.struts.form |
---|
Methods in org.kuali.rice.kns.web.struts.form that return AdHocRoutePerson | |
---|---|
AdHocRoutePerson |
KualiDocumentFormBase.getAdHocRoutePerson(int index)
Special getter based on index to work with multi rows for ad hoc routing to persons struts page |
AdHocRoutePerson |
KualiDocumentFormBase.getNewAdHocRoutePerson()
|
Methods in org.kuali.rice.kns.web.struts.form that return types with arguments of type AdHocRoutePerson | |
---|---|
List<AdHocRoutePerson> |
KualiDocumentFormBase.getAdHocRoutePersons()
|
Methods in org.kuali.rice.kns.web.struts.form with parameters of type AdHocRoutePerson | |
---|---|
void |
KualiDocumentFormBase.setNewAdHocRoutePerson(AdHocRoutePerson newAdHocRoutePerson)
set the new ad hoc route person object |
Method parameters in org.kuali.rice.kns.web.struts.form with type arguments of type AdHocRoutePerson | |
---|---|
void |
KualiDocumentFormBase.setAdHocRoutePersons(List<AdHocRoutePerson> adHocRouteRecipients)
set the ad hoc routing persons list |
Uses of AdHocRoutePerson in org.kuali.rice.krad.document |
---|
Methods in org.kuali.rice.krad.document that return types with arguments of type AdHocRoutePerson | |
---|---|
List<AdHocRoutePerson> |
Document.getAdHocRoutePersons()
getter method to get the list of ad hoc route persons associated with a document at a point in time, this list is only valid for a given users version of a document as this state is only persisted in workflow itself when someone takes an action on a document |
List<AdHocRoutePerson> |
DocumentBase.getAdHocRoutePersons()
|
Method parameters in org.kuali.rice.krad.document with type arguments of type AdHocRoutePerson | |
---|---|
void |
Document.setAdHocRoutePersons(List<AdHocRoutePerson> adHocRoutePersons)
setter method to set the list of ad hoc route persons associated with a document at a point in time, this list is only valid for a given users version of a document as this state is only persisted in workflow itself when someone takes an action on a document |
void |
DocumentBase.setAdHocRoutePersons(List<AdHocRoutePerson> adHocRoutePersons)
|
Uses of AdHocRoutePerson in org.kuali.rice.krad.rule |
---|
Methods in org.kuali.rice.krad.rule with parameters of type AdHocRoutePerson | |
---|---|
boolean |
AddAdHocRoutePersonRule.processAddAdHocRoutePerson(Document document,
AdHocRoutePerson adHocRoutePerson)
This method is responsible for housing business rules that need to be checked before a document adHocRoutePerson is added to a document. |
Uses of AdHocRoutePerson in org.kuali.rice.krad.rule.event |
---|
Methods in org.kuali.rice.krad.rule.event that return AdHocRoutePerson | |
---|---|
AdHocRoutePerson |
AddAdHocRoutePersonEvent.getAdHocRoutePerson()
This method retrieves the document adHocRoutePerson associated with this event. |
Constructors in org.kuali.rice.krad.rule.event with parameters of type AdHocRoutePerson | |
---|---|
AddAdHocRoutePersonEvent(Document document,
AdHocRoutePerson adHocRoutePerson)
Constructs an AddAdHocRoutePersonEvent with the given document |
|
AddAdHocRoutePersonEvent(String errorPathPrefix,
Document document,
AdHocRoutePerson adHocRoutePerson)
Constructs an AddAdHocRoutePersonEvent with the specified errorPathPrefix, document, and adHocRoutePerson |
Uses of AdHocRoutePerson in org.kuali.rice.krad.rules |
---|
Methods in org.kuali.rice.krad.rules with parameters of type AdHocRoutePerson | |
---|---|
boolean |
DocumentRuleBase.isAddHocRoutePersonValid(Document document,
AdHocRoutePerson person)
Verifies that the adHocRoutePerson's fields are valid - it does required and format checks. |
boolean |
DocumentRuleBase.processAddAdHocRoutePerson(Document document,
AdHocRoutePerson adHocRoutePerson)
|
protected boolean |
DocumentRuleBase.processCustomAddAdHocRoutePersonBusinessRules(Document document,
AdHocRoutePerson person)
This method should be overridden by children rule classes as a hook to implement document specific business rule checks for the "add ad hoc route person" event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |