public interface RolodexDao
Rolodex like the NonOrganizationalRolodexRolodex,
NonOrganizationalRolodex| Modifier and Type | Method and Description |
|---|---|
org.apache.ojb.broker.query.Criteria |
getNonOrganizationalRolodexCriteria(Class businessObjectClass,
Map fieldValues,
boolean usePrimaryKeys)
Create
instance for the Persistance Broker to search for
instances. |
List<? extends org.kuali.rice.krad.bo.BusinessObject> |
getNonOrganizationalRolodexResults(Map fieldValues,
boolean usePrimaryKeys)
Search using the PersistanceBroker for
instances that have first, middle, and/or last names. |
List<? extends org.kuali.rice.krad.bo.BusinessObject> getNonOrganizationalRolodexResults(Map fieldValues, boolean usePrimaryKeys)
Rolodex instances that have first, middle, and/or last names.fieldValues - Search criteria by object attributeusePrimaryKeys - indicates whether to simplify the search due to criteria restricted to primary keysRolodex instancesorg.apache.ojb.broker.query.Criteria getNonOrganizationalRolodexCriteria(Class businessObjectClass, Map fieldValues, boolean usePrimaryKeys)
Criteria instance for the Persistance Broker to search for NonOrganizationalRolodex
instances.businessObjectClass - fieldValues - usePrimaryKeys - indicates whether to simplify the search due to criteria restricted to primary keysCopyright © 2013 The Kuali Foundation. All Rights Reserved.