Uses of Class
net.n2oapp.framework.api.criteria.Restriction
-
Packages that use Restriction Package Description net.n2oapp.framework.api.criteria -
-
Uses of Restriction in net.n2oapp.framework.api.criteria
Methods in net.n2oapp.framework.api.criteria that return types with arguments of type Restriction Modifier and Type Method Description java.util.List<Restriction>N2oPreparedCriteria. getRestrictions()java.util.List<Restriction>N2oPreparedCriteria. getRestrictions(java.lang.String fieldId)Methods in net.n2oapp.framework.api.criteria with parameters of type Restriction Modifier and Type Method Description voidN2oPreparedCriteria. addRestriction(Restriction restriction)Method parameters in net.n2oapp.framework.api.criteria with type arguments of type Restriction Modifier and Type Method Description voidN2oPreparedCriteria. addRestrictions(java.util.List<Restriction> restrictions)
-