|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MustOccurConstraint | |
|---|---|
| org.kuali.student.r1.common.dictionary.dto | |
| org.kuali.student.r2.common.validator | |
| Uses of MustOccurConstraint in org.kuali.student.r1.common.dictionary.dto |
|---|
| Fields in org.kuali.student.r1.common.dictionary.dto with type parameters of type MustOccurConstraint | |
|---|---|
protected List<MustOccurConstraint> |
Constraint.occursConstraint
Deprecated. |
| Methods in org.kuali.student.r1.common.dictionary.dto that return types with arguments of type MustOccurConstraint | |
|---|---|
List<MustOccurConstraint> |
MustOccurConstraint.getOccurs()
Deprecated. |
List<MustOccurConstraint> |
Constraint.getOccursConstraint()
Deprecated. |
| Method parameters in org.kuali.student.r1.common.dictionary.dto with type arguments of type MustOccurConstraint | |
|---|---|
void |
MustOccurConstraint.setOccurs(List<MustOccurConstraint> occurs)
Deprecated. |
void |
Constraint.setOccursConstraint(List<MustOccurConstraint> occursConstraint)
Deprecated. |
| Uses of MustOccurConstraint in org.kuali.student.r2.common.validator |
|---|
| Methods in org.kuali.student.r2.common.validator with parameters of type MustOccurConstraint | |
|---|---|
protected ValidationResultInfo |
DefaultValidatorImpl.processOccursConstraint(String element,
MustOccurConstraint constraint,
FieldDefinition field,
ObjectStructureDefinition objStructure,
ConstraintDataProvider dataProvider,
ContextInfo contextInfo)
Computes if all the filed required in the occurs clause are between the min and max |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||