InquirableImpl.@Deprecated public class KualiInquirableImpl extends InquirableImpl implements Inquirable
| Modifier and Type | Field and Description |
|---|---|
protected BusinessObjectAuthorizationService |
businessObjectAuthorizationService
Deprecated.
|
protected BusinessObjectDictionaryService |
businessObjectDictionaryService
Deprecated.
|
protected BusinessObjectMetaDataService |
businessObjectMetaDataService
Deprecated.
|
protected EncryptionService |
encryptionService
Deprecated.
|
protected Map<String,Boolean> |
inactiveRecordDisplay
Deprecated.
|
static String |
INQUIRY_TITLE_PREFIX
Deprecated.
|
protected LookupService |
lookupService
Deprecated.
|
dataObjectClass, SUPER_CLASS_TRANSLATOR_LIST| Constructor and Description |
|---|
KualiInquirableImpl()
Deprecated.
Default constructor, initializes services from spring
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAdditionalSections(List columns,
BusinessObject bo)
Deprecated.
|
protected String |
createTitleText(Class<?> dataObjectClass)
Deprecated.
|
BusinessObject |
getBusinessObject(Map fieldValues)
Deprecated.
|
protected BusinessObjectAuthorizationService |
getBusinessObjectAuthorizationService()
Deprecated.
|
Class |
getBusinessObjectClass()
Deprecated.
|
protected BusinessObjectDictionaryService |
getBusinessObjectDictionaryService()
Deprecated.
|
protected BusinessObjectMetaDataService |
getBusinessObjectMetaDataService()
Deprecated.
|
protected EncryptionService |
getEncryptionService()
Deprecated.
|
String |
getHtmlMenuBar()
Deprecated.
|
protected HtmlData.AnchorHtmlData |
getHyperLink(Class inquiryClass,
Map<String,String> fieldList,
String inquiryUrl)
Deprecated.
|
protected HtmlData.AnchorHtmlData |
getHyperLink(Class inquiryClass,
Map<String,String> fieldList,
String inquiryUrl,
String displayText)
Deprecated.
|
Map<String,Boolean> |
getInactiveRecordDisplay()
Deprecated.
|
HtmlData |
getInquiryUrl(BusinessObject businessObject,
String attributeName,
boolean forceInquiry)
Deprecated.
|
protected HtmlData.AnchorHtmlData |
getInquiryUrlForPrimaryKeys(Class clazz,
Object businessObject,
List<String> primaryKeys,
String displayText)
Deprecated.
|
protected ConfigurationService |
getKualiConfigurationService()
Deprecated.
|
protected LookupService |
getLookupService()
Deprecated.
|
List<Section> |
getSections(BusinessObject bo)
Deprecated.
|
boolean |
getShowInactiveRecords(String collectionName)
Deprecated.
|
String |
getTitle()
Deprecated.
|
Object |
retrieveDataObject(Map fieldValues)
Deprecated.
TODO: generics do not match between call to module service and call to
lookup service
|
void |
setBusinessObjectAuthorizationService(BusinessObjectAuthorizationService businessObjectAuthorizationService)
Deprecated.
|
void |
setBusinessObjectClass(Class businessObjectClass)
Deprecated.
|
void |
setBusinessObjectDictionaryService(BusinessObjectDictionaryService businessObjectDictionaryService)
Deprecated.
|
void |
setBusinessObjectMetaDataService(BusinessObjectMetaDataService businessObjectMetaDataService)
Deprecated.
|
void |
setEncryptionService(EncryptionService encryptionService)
Deprecated.
|
void |
setLookupService(LookupService lookupService)
Deprecated.
|
void |
setShowInactiveRecords(String collectionName,
boolean showInactive)
Deprecated.
|
buildInquirableLink, getAlternateKeysForClass, getDataDictionaryService, getDataObjectAuthorizationService, getDataObjectClass, getKualiModuleService, getLegacyDataAdapter, retrieveKeySetFromMap, setDataObjectClassaddCustomContainerComponents, addLine, applyDefaultValues, applyDefaultValuesForCollectionLine, buildGrowlScript, buildInquiryLink, containsDuplicateLine, extractNewValuesAndAssign, extractSingleValue, filterByReturnedFieldConversions, getConfigurationService, getDataObjectService, getDefaultValueForField, getExpressionEvaluatorFactory, getViewDictionaryService, isDuplicateLine, linkAddedLine, logAndThrowRuntime, performAddLineValidation, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performCustomViewFinalize, performCustomViewInitialization, performDeleteLineValidation, populateDefaultValueForField, populateViewFromRequestParameters, processAfterAddLine, processAfterDeleteLine, processAfterEditLine, processAfterSaveLine, processAndAddLineObject, processBeforeAddLine, processBeforeEditLine, processBeforeSaveLine, processCollectionAddBlankLine, processCollectionAddLine, processCollectionCloseEditLineDialog, processCollectionDeleteLine, processCollectionEditLine, processCollectionRetrieveEditLineDialog, processCollectionSaveLine, processMultipleValueLookupResults, refreshReference, refreshReferences, retrieveEditModesAndActionFlags, setConfigurationService, setDataDictionaryService, setDataObjectService, setElementContext, setExpressionEvaluatorFactory, setLegacyDataAdapter, setViewContext, setViewDictionaryServiceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildInquirableLink, getDataObjectClass, setDataObjectClassprotected 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 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 EncryptionService getEncryptionService()
getEncryptionService in class InquirableImplpublic 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–2015 The Kuali Foundation. All rights reserved.