public class AgendaInquiryHelperServiceImpl extends KualiInquirableImpl
businessObjectAuthorizationService, businessObjectDictionaryService, businessObjectMetaDataService, encryptionService, inactiveRecordDisplay, INQUIRY_TITLE_PREFIX, lookupService
dataObjectClass, 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
RemotableAttributeField s 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, setShowInactiveRecords
buildInquirableLink, getAlternateKeysForClass, getDataDictionaryService, getDataObjectAuthorizationService, getDataObjectClass, getKualiModuleService, getLegacyDataAdapter, retrieveKeySetFromMap, setDataObjectClass
addCustomContainerComponents, 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, setViewDictionaryService
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
buildInquirableLink, getDataObjectClass, setDataObjectClass
public AgendaInquiryHelperServiceImpl()
public AgendaEditor retrieveDataObject(Map fieldValues)
KualiInquirableImpl
retrieveDataObject
in interface Inquirable
retrieveDataObject
in class KualiInquirableImpl
fieldValues
- - 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)
RemotableAttributeField
s 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 ViewHelperServiceImpl
public void setDataObjectService(DataObjectService dataObjectService)
setDataObjectService
in class ViewHelperServiceImpl
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.