Class AbstractLookupableHelperServiceImpl

java.lang.Object
org.kuali.rice.kns.lookup.AbstractLookupableHelperServiceImpl
All Implemented Interfaces:
Serializable, LookupableHelperService
Direct Known Subclasses:
KualiLookupableHelperServiceImpl

@Deprecated public abstract class AbstractLookupableHelperServiceImpl extends Object implements LookupableHelperService
Deprecated.
This class declares many of the common spring injected properties, the get/set-ers for them, and some common util methods that require the injected services
See Also:
  • Field Details

    • TITLE_RETURN_URL_PREPENDTEXT_PROPERTY

      protected static final String TITLE_RETURN_URL_PREPENDTEXT_PROPERTY
      Deprecated.
      See Also:
    • TITLE_ACTION_URL_PREPENDTEXT_PROPERTY

      protected static final String TITLE_ACTION_URL_PREPENDTEXT_PROPERTY
      Deprecated.
      See Also:
    • ACTION_URLS_CHILDREN_SEPARATOR

      protected static final String ACTION_URLS_CHILDREN_SEPARATOR
      Deprecated.
      See Also:
    • ACTION_URLS_CHILDREN_STARTER

      protected static final String ACTION_URLS_CHILDREN_STARTER
      Deprecated.
      See Also:
    • ACTION_URLS_CHILDREN_END

      protected static final String ACTION_URLS_CHILDREN_END
      Deprecated.
      See Also:
    • ACTION_URLS_SEPARATOR

      protected static final String ACTION_URLS_SEPARATOR
      Deprecated.
      See Also:
    • ACTION_URLS_EMPTY

      protected static final String ACTION_URLS_EMPTY
      Deprecated.
      See Also:
    • LOG

      protected static final org.apache.logging.log4j.Logger LOG
      Deprecated.
    • businessObjectClass

      protected Class businessObjectClass
      Deprecated.
    • parameters

      protected Map<String,String[]> parameters
      Deprecated.
    • businessObjectDictionaryService

      protected BusinessObjectDictionaryService businessObjectDictionaryService
      Deprecated.
    • businessObjectMetaDataService

      protected BusinessObjectMetaDataService businessObjectMetaDataService
      Deprecated.
    • dataDictionaryService

      protected DataDictionaryService dataDictionaryService
      Deprecated.
    • persistenceStructureService

      protected PersistenceStructureService persistenceStructureService
      Deprecated.
    • encryptionService

      protected EncryptionService encryptionService
      Deprecated.
    • readOnlyFieldsList

      protected List<String> readOnlyFieldsList
      Deprecated.
    • backLocation

      protected String backLocation
      Deprecated.
    • docFormKey

      protected String docFormKey
      Deprecated.
    • fieldConversions

      protected Map fieldConversions
      Deprecated.
    • lookupService

      protected LookupService lookupService
      Deprecated.
    • rows

      protected List<Row> rows
      Deprecated.
    • referencesToRefresh

      protected String referencesToRefresh
      Deprecated.
    • sequenceAccessorService

      protected SequenceAccessorService sequenceAccessorService
      Deprecated.
    • businessObjectService

      protected BusinessObjectService businessObjectService
      Deprecated.
    • lookupResultsService

      protected LookupResultsService lookupResultsService
      Deprecated.
    • docNum

      protected String docNum
      Deprecated.
    • configurationService

      protected ConfigurationService configurationService
      Deprecated.
    • parameterService

      protected ParameterService parameterService
      Deprecated.
    • businessObjectAuthorizationService

      protected BusinessObjectAuthorizationService businessObjectAuthorizationService
      Deprecated.
    • maintenanceDocumentDictionaryService

      protected MaintenanceDocumentDictionaryService maintenanceDocumentDictionaryService
      Deprecated.
    • kualiInquirable

      protected Inquirable kualiInquirable
      Deprecated.
    • noLookupResultFieldInquiryCache

      protected HashMap<String,Boolean> noLookupResultFieldInquiryCache
      Deprecated.
    • inquirableClassCache

      protected HashMap<Class,Class> inquirableClassCache
      Deprecated.
    • forceLookupResultFieldInquiryCache

      protected HashMap<String,Boolean> forceLookupResultFieldInquiryCache
      Deprecated.
    • resultColumns

      protected CopiedObject<ArrayList<Column>> resultColumns
      Deprecated.
    • RESULTS_DEFAULT_MAX_COLUMN_LENGTH

      protected static Integer RESULTS_DEFAULT_MAX_COLUMN_LENGTH
      Deprecated.
  • Constructor Details

    • AbstractLookupableHelperServiceImpl

      public AbstractLookupableHelperServiceImpl()
      Deprecated.
  • Method Details