|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AdHocRoutePerson | |
---|---|
org.kuali.rice.kns.document | Core document objects including document base, transactional, and maintenance bases. |
org.kuali.rice.kns.rule | Interfaces for business rule classes. |
org.kuali.rice.kns.rule.event | Classes that represent an event to be processed by the rules engine. |
org.kuali.rice.kns.rules | Rule implementations for core objects. |
org.kuali.rice.kns.web.struts.form | Core action forms and form bases. |
Uses of AdHocRoutePerson in org.kuali.rice.kns.document |
---|
Methods in org.kuali.rice.kns.document that return types with arguments of type AdHocRoutePerson | |
---|---|
java.util.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 |
java.util.List<AdHocRoutePerson> |
DocumentBase.getAdHocRoutePersons()
|
Method parameters in org.kuali.rice.kns.document with type arguments of type AdHocRoutePerson | |
---|---|
void |
Document.setAdHocRoutePersons(java.util.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(java.util.List<AdHocRoutePerson> adHocRoutePersons)
|
Uses of AdHocRoutePerson in org.kuali.rice.kns.rule |
---|
Methods in org.kuali.rice.kns.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.kns.rule.event |
---|
Methods in org.kuali.rice.kns.rule.event that return AdHocRoutePerson | |
---|---|
AdHocRoutePerson |
AddAdHocRoutePersonEvent.getAdHocRoutePerson()
This method retrieves the document adHocRoutePerson associated with this event. |
Constructors in org.kuali.rice.kns.rule.event with parameters of type AdHocRoutePerson | |
---|---|
AddAdHocRoutePersonEvent(Document document,
AdHocRoutePerson adHocRoutePerson)
Constructs an AddAdHocRoutePersonEvent with the given document |
|
AddAdHocRoutePersonEvent(java.lang.String errorPathPrefix,
Document document,
AdHocRoutePerson adHocRoutePerson)
Constructs an AddAdHocRoutePersonEvent with the specified errorPathPrefix, document, and adHocRoutePerson |
Uses of AdHocRoutePerson in org.kuali.rice.kns.rules |
---|
Methods in org.kuali.rice.kns.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. |
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 | |
---|---|
java.util.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(java.util.List<AdHocRoutePerson> adHocRouteRecipients)
set the ad hoc routing persons list |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |