Class 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:
  • Constructor Details

    • PeopleFlowInquirableImpl

      public PeopleFlowInquirableImpl()
  • Method Details

    • 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 instance
      model - - object containing the form data, from which the selected type will be pulled
      container - - container that holds the remotable fields
      Returns:
      List<RemotableAttributeField> instances for the type attributes, or empty list if not attributes exist