Class KualiLookupableImpl

java.lang.Object
org.kuali.rice.kns.lookup.KualiLookupableImpl
All Implemented Interfaces:
Serializable, Lookupable

@Deprecated @Transactional public class KualiLookupableImpl extends Object implements Lookupable
Deprecated.
Kuali lookup implementation. Implements methods necessary to render the lookup and provides search and return methods.
See Also:
  • Field Details

    • IGNORE_LIST

      protected static final String[] IGNORE_LIST
      Deprecated.
    • businessObjectClass

      protected Class businessObjectClass
      Deprecated.
    • lookupableHelperService

      protected LookupableHelperService lookupableHelperService
      Deprecated.
    • extraOnLoad

      protected String extraOnLoad
      Deprecated.
  • Constructor Details

    • KualiLookupableImpl

      public KualiLookupableImpl()
      Deprecated.
      Default constructor initializes services from spring
  • Method Details