org.kuali.rice.krms.impl.util
Class KrmsRetriever

java.lang.Object
  extended by org.kuali.rice.krms.impl.util.KrmsRetriever

public class KrmsRetriever
extends Object

KRMS utilility class for retrieving KRMS objects for AgendaEditorMaintainable and AgendaInquiryHelperServiceImpl

Author:
Kuali Rice Team (rice.collab@kuali.org)

Constructor Summary
KrmsRetriever()
           
 
Method Summary
 List<RemotableAttributeField> retrieveAgendaCustomAttributes(AgendaEditor agendaEditor)
           
 List<RemotableAttributeField> retrieveRuleActionCustomAttributes(AgendaEditor agendaEditor)
          This only supports a single action within a rule.
 List<RemotableAttributeField> retrieveRuleCustomAttributes(AgendaEditor agendaEditor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KrmsRetriever

public KrmsRetriever()
Method Detail

retrieveRuleActionCustomAttributes

public List<RemotableAttributeField> retrieveRuleActionCustomAttributes(AgendaEditor agendaEditor)
This only supports a single action within a rule.

Parameters:
agendaEditor -
Returns:
List

retrieveAgendaCustomAttributes

public List<RemotableAttributeField> retrieveAgendaCustomAttributes(AgendaEditor agendaEditor)
Parameters:
agendaEditor -
Returns:
List

retrieveRuleCustomAttributes

public List<RemotableAttributeField> retrieveRuleCustomAttributes(AgendaEditor agendaEditor)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.