public class KualiInquirableImpl extends InquirableImpl implements Inquirable
Modifier and Type | Field and Description |
---|---|
protected BusinessObjectAuthorizationService |
businessObjectAuthorizationService |
protected BusinessObjectDictionaryService |
businessObjectDictionaryService |
protected BusinessObjectMetaDataService |
businessObjectMetaDataService |
protected EncryptionService |
encryptionService |
protected Map<String,Boolean> |
inactiveRecordDisplay |
static String |
INQUIRY_TITLE_PREFIX |
protected LookupService |
lookupService |
dataObjectClass, SUPER_CLASS_TRANSLATOR_LIST
Constructor and Description |
---|
KualiInquirableImpl()
Default constructor, initializes services from spring
|
buildInquirableLink, getAlternateKeysForClass, getDataDictionaryService, getDataObjectAuthorizationService, getDataObjectClass, getDataObjectMetaDataService, getKualiModuleService, retrieveKeySetFromMap, setDataObjectClass
addCustomContainerComponents, addLine, adjustIdIfNecessary, applyAuthorizationAndPresentationLogic, applyDefaultValues, applyDefaultValuesForCollectionLine, buildClientSideStateScript, buildExportTableData, buildExportTableRow, buildGrowlScript, buildInquiryLink, cleanViewAfterRender, findNestedDictionaryAttribute, getBusinessObjectService, getCommonContext, getConfigurationService, getExportTableFormatOptions, getExpressionEvaluator, getPersistenceService, getPersistenceStructureService, getPreModelContext, getViewDictionaryService, initializeDataFieldFromDataDictionary, invokeMethodFinalizer, logAndThrowRuntime, performAddLineValidation, performApplyModel, performComponentApplyModel, performComponentFinalize, performComponentInitialization, performComponentLifecycle, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performDeleteLineValidation, performFinalize, performInitialization, populateDefaultValueForField, populateViewFromRequestParameters, processAfterAddLine, processAfterDeleteLine, processAfterSaveLine, processAnyRemoteFieldsHolder, processBeforeAddLine, processBeforeSaveLine, processCollectionAddBlankLine, processCollectionAddLine, processCollectionDeleteLine, processCollectionSaveLine, processMultipleValueLookupResults, refreshReferences, retrieveEditModesAndActionFlags, runComponentModifiers, setBusinessObjectService, setConfigurationService, setDataDictionaryService, setExpressionEvaluator, setPersistenceService, setPersistenceStructureService, setViewContext, setViewDictionaryService, spawnSubLifecyle, syncClientSideStateForComponent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
buildInquirableLink, setDataObjectClass
protected LookupService lookupService
protected BusinessObjectAuthorizationService businessObjectAuthorizationService
protected BusinessObjectDictionaryService businessObjectDictionaryService
protected BusinessObjectMetaDataService businessObjectMetaDataService
protected EncryptionService encryptionService
protected Map<String,Boolean> inactiveRecordDisplay
public static final String INQUIRY_TITLE_PREFIX
public KualiInquirableImpl()
public Object retrieveDataObject(Map fieldValues)
retrieveDataObject
in interface Inquirable
retrieveDataObject
in class InquirableImpl
fieldValues
- - a map of string field names and valuesInquirable.retrieveDataObject(java.util.Map)
@Deprecated public BusinessObject getBusinessObject(Map fieldValues)
@Deprecated public List<Section> getSections(BusinessObject bo)
@Deprecated public HtmlData getInquiryUrl(BusinessObject businessObject, String attributeName, boolean forceInquiry)
bo
- the business object instance to build the urls forpropertyName
- the property which links to an inquirable@Deprecated protected HtmlData.AnchorHtmlData getHyperLink(Class inquiryClass, Map<String,String> fieldList, String inquiryUrl)
@Deprecated protected String createTitleText(Class<?> dataObjectClass)
dataObjectClass
- - data object class being inquired into@Deprecated public void addAdditionalSections(List columns, BusinessObject bo)
@Deprecated public String getHtmlMenuBar()
Inquirable.getHtmlMenuBar()
@Deprecated public String getTitle()
Inquirable.getTitle()
@Deprecated public void setBusinessObjectClass(Class businessObjectClass)
businessObjectClass
- The dataObjectClass to set.@Deprecated public Class getBusinessObjectClass()
@Deprecated public Map<String,Boolean> getInactiveRecordDisplay()
Inquirable
Inquirable.getInactiveRecordDisplay()
@Deprecated public boolean getShowInactiveRecords(String collectionName)
Inquirable
collectionName
- - name of the collection (or sub-collection) to check inactive
record display settingInquirable.getShowInactiveRecords(java.lang.String)
@Deprecated public void setShowInactiveRecords(String collectionName, boolean showInactive)
Inquirable
collectionName
- - name of the collection (or sub-collection) to set inactive
record display settingshowInactive
- - true to display inactive, false to not display inactive
recordsInquirable.setShowInactiveRecords(java.lang.String,
boolean)
protected LookupService getLookupService()
public void setLookupService(LookupService lookupService)
protected BusinessObjectDictionaryService getBusinessObjectDictionaryService()
public void setBusinessObjectDictionaryService(BusinessObjectDictionaryService businessObjectDictionaryService)
protected EncryptionService getEncryptionService()
getEncryptionService
in class InquirableImpl
public void setEncryptionService(EncryptionService encryptionService)
protected ConfigurationService getKualiConfigurationService()
protected BusinessObjectMetaDataService getBusinessObjectMetaDataService()
public void setBusinessObjectMetaDataService(BusinessObjectMetaDataService businessObjectMetaDataService)
protected BusinessObjectAuthorizationService getBusinessObjectAuthorizationService()
public void setBusinessObjectAuthorizationService(BusinessObjectAuthorizationService businessObjectAuthorizationService)
@Deprecated protected HtmlData.AnchorHtmlData getInquiryUrlForPrimaryKeys(Class clazz, Object businessObject, List<String> primaryKeys, String displayText)
@Deprecated protected HtmlData.AnchorHtmlData getHyperLink(Class inquiryClass, Map<String,String> fieldList, String inquiryUrl, String displayText)
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.