org.kuali.rice.kew.impl.peopleflow
Class PeopleFlowInquirableImpl
java.lang.Object
org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl
org.kuali.rice.krad.inquiry.InquirableImpl
org.kuali.rice.kew.impl.peopleflow.PeopleFlowInquirableImpl
- All Implemented Interfaces:
- Serializable, Inquirable, ViewHelperService
public class PeopleFlowInquirableImpl
- extends InquirableImpl
Custom view helper for the people flow inquiry view to retrieve the type attribute remotable fields
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Methods inherited from class org.kuali.rice.krad.inquiry.InquirableImpl |
buildInquirableLink, getAlternateKeysForClass, getDataDictionaryService, getDataObjectAuthorizationService, getDataObjectClass, getEncryptionService, getKualiModuleService, getLegacyDataAdapter, retrieveDataObject, retrieveKeySetFromMap, setDataObjectClass |
Methods inherited from class org.kuali.rice.krad.uif.service.impl.ViewHelperServiceImpl |
addCustomContainerComponents, addLine, applyDefaultValues, applyDefaultValuesForCollectionLine, buildExportTableData, buildExportTableRow, buildGrowlScript, buildInquiryLink, getConfigurationService, getDefaultValueForField, getExportTableFormatOptions, getViewDictionaryService, logAndThrowRuntime, performAddLineValidation, performCustomApplyModel, performCustomFinalize, performCustomInitialization, performCustomViewFinalize, performCustomViewInitialization, performDeleteLineValidation, populateDefaultValueForField, populateViewFromRequestParameters, processAfterAddLine, processAfterDeleteLine, processAfterSaveLine, processBeforeAddLine, processBeforeSaveLine, processCollectionAddBlankLine, processCollectionAddLine, processCollectionDeleteLine, processCollectionSaveLine, processMultipleValueLookupResults, refreshReference, refreshReferences, retrieveEditModesAndActionFlags, setConfigurationService, setDataDictionaryService, setLegacyDataAdapter, setViewContext, setViewDictionaryService |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PeopleFlowInquirableImpl
public PeopleFlowInquirableImpl()
retrieveTypeAttributes
public List<RemotableAttributeField> retrieveTypeAttributes(View view,
Object model,
Container container)
- Invokes the
KewTypeRepositoryService
to retrieve the remotable
field definitions for the attributes associated with the selected type
- Parameters:
view
- - view instancemodel
- - object containing the form data, from which the selected type will be pulledcontainer
- - container that holds the remotable fields
- Returns:
- List instances for the type attributes, or empty list if not attributes exist
Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.