public class KualiInquirableImpl extends InquirableImpl implements Inquirable
| Modifier and Type | Field and Description |
|---|---|
protected BusinessObjectAuthorizationService |
businessObjectAuthorizationService |
protected BusinessObjectDictionaryService |
businessObjectDictionaryService |
protected BusinessObjectMetaDataService |
businessObjectMetaDataService |
protected static BusinessObjectService |
businessObjectService |
protected EncryptionService |
encryptionService |
protected Map<String,Boolean> |
inactiveRecordDisplay |
static String |
INQUIRY_TITLE_PREFIX |
protected LookupService |
lookupService |
protected PersistenceStructureService |
persistenceStructureService |
dataObjectClass, SUPER_CLASS_TRANSLATOR_LIST| Constructor and Description |
|---|
KualiInquirableImpl()
Default constructor, initializes services from spring
|
buildInquirableLink, getAlternateKeysForClass, getConfigurationService, getDataDictionaryService, getDataObjectAuthorizationService, getDataObjectClass, getDataObjectMetaDataService, getKualiModuleService, retrieveKeySetFromMap, setDataObjectClassaddClientSideStateForComponent, addCustomContainerComponents, addLine, applyAuthorizationAndPresentationLogic, applyDefaultValues, applyDefaultValuesForCollectionLine, buildClientSideStateScript, buildInquiryLink, cleanViewAfterRender, findNestedDictionaryAttribute, getCommonContext, getExpressionEvaluatorService, getPreModelContext, getViewDictionaryService, initializeDataFieldFromDataDictionary, invokeMethodFinalizer, logAndThrowRuntime, performAddLineValidation, performApplyModel, performComponentApplyModel, performComponentFinalize, performComponentInitialization, performComponentLifecycle, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performDeleteLineValidation, performFinalize, performInitialization, populateDefaultValueForField, populateViewFromRequestParameters, processAfterAddLine, processAfterDeleteLine, processAnyRemoteFieldsHolder, processBeforeAddLine, processCollectionAddLine, processCollectionDeleteLine, processMultipleValueLookupResults, retrieveEditModesAndActionFlags, runComponentModifiers, setDataDictionaryService, setExpressionEvaluatorService, setViewContext, setViewDictionaryService, syncClientSideStateForComponentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildInquirableLink, setDataObjectClassprotected LookupService lookupService
protected BusinessObjectAuthorizationService businessObjectAuthorizationService
protected BusinessObjectDictionaryService businessObjectDictionaryService
protected BusinessObjectMetaDataService businessObjectMetaDataService
protected PersistenceStructureService persistenceStructureService
protected EncryptionService encryptionService
protected static BusinessObjectService businessObjectService
protected Map<String,Boolean> inactiveRecordDisplay
public static final String INQUIRY_TITLE_PREFIX
public KualiInquirableImpl()
public Object retrieveDataObject(Map fieldValues)
retrieveDataObject in interface InquirableretrieveDataObject in class InquirableImplfieldValues - - 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@Deprecated public boolean getShowInactiveRecords(String collectionName)
InquirablecollectionName - - 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)
InquirablecollectionName - - 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 PersistenceStructureService getPersistenceStructureService()
public void setPersistenceStructureService(PersistenceStructureService persistenceStructureService)
protected EncryptionService getEncryptionService()
getEncryptionService in class InquirableImplpublic void setEncryptionService(EncryptionService encryptionService)
protected ConfigurationService getKualiConfigurationService()
protected BusinessObjectMetaDataService getBusinessObjectMetaDataService()
public void setBusinessObjectMetaDataService(BusinessObjectMetaDataService businessObjectMetaDataService)
protected BusinessObjectService getBusinessObjectService()
getBusinessObjectService in class InquirableImplprotected 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-2015 The Kuali Foundation. All Rights Reserved.