public interface UnitLookupDao
| Modifier and Type | Method and Description |
|---|---|
Unit |
findUnitbyNumberCaseInsensitive(String unitNumber)
This method finds the unit object whose number matches the argument
unitNumber. |
Unit findUnitbyNumberCaseInsensitive(String unitNumber)
unitNumber. The lookup logic is
case insensitive i.e. the return value is the same irrespective of the case of the characters in the argument.unitNumber - Copyright © 2013 The Kuali Foundation. All Rights Reserved.