public class AgendaInquiryHelperServiceImpl extends KualiInquirableImpl
businessObjectAuthorizationService, businessObjectDictionaryService, businessObjectMetaDataService, encryptionService, inactiveRecordDisplay, INQUIRY_TITLE_PREFIX, lookupServicedataObjectClass, SUPER_CLASS_TRANSLATOR_LIST| Constructor and Description |
|---|
AgendaInquiryHelperServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
DataObjectService |
getDataObjectService() |
List<RemotableAttributeField> |
retrieveAgendaCustomAttributes(View view,
Object model,
Container container)
Returns the Agenda's RemotableAttributeFields
|
AgendaEditor |
retrieveDataObject(Map fieldValues)
TODO: generics do not match between call to module service and call to
lookup service
|
List<RemotableAttributeField> |
retrieveRuleActionCustomAttributes(View view,
Object model,
Container container)
Returns the Rule Action RemotableAttributeFields.
|
List<RemotableAttributeField> |
retrieveRuleCustomAttributes(View view,
Object model,
Container container)
Returns the Rule RemotableAttributeFields.
|
List<RemotableAttributeField> |
retrieveTermParameters(View view,
Object model,
Container container)
Retrieve a list of
RemotableAttributeFields for the parameters (if any) required by the resolver for
the selected term in the proposition that is under edit. |
void |
setDataObjectService(DataObjectService dataObjectService) |
addAdditionalSections, createTitleText, getBusinessObject, getBusinessObjectAuthorizationService, getBusinessObjectClass, getBusinessObjectDictionaryService, getBusinessObjectMetaDataService, getEncryptionService, getHtmlMenuBar, getHyperLink, getHyperLink, getInactiveRecordDisplay, getInquiryUrl, getInquiryUrlForPrimaryKeys, getKualiConfigurationService, getLookupService, getSections, getShowInactiveRecords, getTitle, setBusinessObjectAuthorizationService, setBusinessObjectClass, setBusinessObjectDictionaryService, setBusinessObjectMetaDataService, setEncryptionService, setLookupService, setShowInactiveRecordsbuildInquirableLink, getAlternateKeysForClass, getDataDictionaryService, getDataObjectAuthorizationService, getDataObjectClass, getKualiModuleService, getLegacyDataAdapter, retrieveKeySetFromMap, setDataObjectClassaddCustomContainerComponents, addLine, applyDefaultValues, applyDefaultValuesForCollectionLine, buildGrowlScript, buildInquiryLink, containsDuplicateLine, extractNewValuesAndAssign, extractSingleValue, filterByReturnedFieldConversions, getConfigurationService, 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, setElementContext, setExpressionEvaluatorFactory, setLegacyDataAdapter, setViewContext, setViewDictionaryServiceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildInquirableLink, getDataObjectClass, setDataObjectClasspublic AgendaInquiryHelperServiceImpl()
public AgendaEditor retrieveDataObject(Map fieldValues)
KualiInquirableImplretrieveDataObject in interface InquirableretrieveDataObject in class KualiInquirableImplfieldValues - - a map of string field names and valuesInquirable.retrieveDataObject(java.util.Map)public List<RemotableAttributeField> retrieveAgendaCustomAttributes(View view, Object model, Container container)
view - model - InquiryFrom to retrieve the AgendaEditor from.container - public List<RemotableAttributeField> retrieveRuleActionCustomAttributes(View view, Object model, Container container)
view - model - InquiryFrom to retrieve the AgendaEditor from.container - public List<RemotableAttributeField> retrieveRuleCustomAttributes(View view, Object model, Container container)
view - model - InquiryFrom to retrieve the AgendaEditor from.container - public List<RemotableAttributeField> retrieveTermParameters(View view, Object model, Container container)
RemotableAttributeFields for the parameters (if any) required by the resolver for
the selected term in the proposition that is under edit. Since this method is part of the inquiry view,
non of the propositions will ever be under edit when it is called, and an empty list will be returned.view - model - InquiryFrom to retrieve the AgendaEditor from.container - public DataObjectService getDataObjectService()
getDataObjectService in class ViewHelperServiceImplpublic void setDataObjectService(DataObjectService dataObjectService)
setDataObjectService in class ViewHelperServiceImplCopyright © 2005–2016 The Kuali Foundation. All rights reserved.