Class KeyValuesServiceImpl

java.lang.Object
org.kuali.rice.krad.service.impl.KeyValuesServiceImpl
All Implemented Interfaces:
KeyValuesService

@Deprecated public class KeyValuesServiceImpl extends Object implements KeyValuesService
Deprecated.
This class provides collection retrievals to populate key value pairs of business objects.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> Collection<T>
    findAll(Class<T> clazz)
    Deprecated.
    Retrieves a collection of business objects populated with data, such that each record in the database populates a new object instance.
    <T> Collection<T>
    Deprecated.
    Retrieves a collection of business objects populated with data, such that each record in the database populates a new object instance.
    <T> Collection<T>
    findAllOrderBy(Class<T> clazz, String sortField, boolean sortAscending)
    Deprecated.
    Retrieves a collection of business objects populated with data, such that each record in the database populates a new object instance.
    <T> Collection<T>
    findMatching(Class<T> clazz, Map<String,Object> fieldValues)
    Deprecated.
    This method retrieves a collection of business objects populated with data, such that each record in the database populates a new object instance.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • KeyValuesServiceImpl

      public KeyValuesServiceImpl()
      Deprecated.
  • Method Details