Uses of Interface
org.kuali.rice.krad.datadictionary.state.StateMapping
Packages that use StateMapping
Package
Description
-
Uses of StateMapping in org.kuali.rice.krad.datadictionary
Fields in org.kuali.rice.krad.datadictionary declared as StateMappingMethods in org.kuali.rice.krad.datadictionary that return StateMappingModifier and TypeMethodDescriptionDataDictionaryEntry.getStateMapping()StateMapping for this DataDictionaryEntry, this represents the states of this entry, their names, and where to find the state information on the modelDataDictionaryEntryBase.getStateMapping()Methods in org.kuali.rice.krad.datadictionary with parameters of type StateMappingModifier and TypeMethodDescriptionvoidDataDictionaryEntry.setStateMapping(StateMapping stateMapping) Set the StateMapping object which represents state information for this entryvoidDataDictionaryEntryBase.setStateMapping(StateMapping stateMapping) -
Uses of StateMapping in org.kuali.rice.krad.datadictionary.state
Classes in org.kuali.rice.krad.datadictionary.state that implement StateMapping -
Uses of StateMapping in org.kuali.rice.krad.service
Methods in org.kuali.rice.krad.service with parameters of type StateMappingModifier and TypeMethodDescriptionDictionaryValidationService.validate(AttributeValueReader valueReader, boolean doOptionalProcessing, String validationState, StateMapping stateMapping) Same as other validate methods, except allows you to provide the attributeValueReader directly for evaluation -
Uses of StateMapping in org.kuali.rice.krad.uif.util
Methods in org.kuali.rice.krad.uif.util with parameters of type StateMappingModifier and TypeMethodDescriptionstatic booleanConstraintStateUtils.constraintAppliesForState(String applicableState, Constraint constraint, StateMapping stateMapping) Determines if the constraint passed in applies for the applicableState, based on the stateMappingstatic <T extends Constraint>
TConstraintStateUtils.getApplicableConstraint(T constraint, String validationState, StateMapping stateMapping) Gets the constraint that applies for the validationState passed in with the appropriate StateMapping (which should include validationState as one of its states).static voidClientValidationUtils.processCaseConstraint(InputField field, View view, CaseConstraint constraint, String andedCase, String validationState, StateMapping stateMapping) This method processes a single CaseConstraint. -
Uses of StateMapping in org.kuali.rice.krad.uif.view
Methods in org.kuali.rice.krad.uif.view that return StateMappingMethods in org.kuali.rice.krad.uif.view with parameters of type StateMapping