public interface FollowupActionService<T extends ValidProtocolActionActionBase>
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getFollowupsForActionTypeAndMotionType(String protocolActionTypeCode,
String committeeMotionTypeCode) |
List<T> |
getFollowupsForProtocol(ProtocolBase protocol) |
boolean |
isActionOpenForFollowup(String protocolActionTypeCode,
ProtocolBase protocol)
Determines if the action is a follow-up action for the current state of the
protocol.
|
boolean isActionOpenForFollowup(String protocolActionTypeCode, ProtocolBase protocol)
protocolActionTypeCode - The type code we are checking is a follow up actionprotocol - The protocol you are interested in.List<T> getFollowupsForActionTypeAndMotionType(String protocolActionTypeCode, String committeeMotionTypeCode)
List<T> getFollowupsForProtocol(ProtocolBase protocol)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.