public class UnitLookupDaoOjb extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements UnitLookupDao
| Constructor and Description |
|---|
UnitLookupDaoOjb() |
| Modifier and Type | Method and Description |
|---|---|
Unit |
findUnitbyNumberCaseInsensitive(String unitNumber)
This method finds the unit object whose number matches the argument
unitNumber. |
getDbPlatform, setDbPlatformpublic Unit findUnitbyNumberCaseInsensitive(String unitNumber)
UnitLookupDaounitNumber. The lookup logic is
case insensitive i.e. the return value is the same irrespective of the case of the characters in the argument.findUnitbyNumberCaseInsensitive in interface UnitLookupDaoUnitLookupDao.findUnitbyNumberCaseInsensitive(java.lang.String)Copyright © 2013 The Kuali Foundation. All Rights Reserved.