Class MinuteController

  • All Implemented Interfaces:
    Serializable

    @Named
    @ConversationScoped
    public class MinuteController
    extends Object
    implements Serializable
    The MinuteController is a session scoped backing bean controlling a list of minute workitems assigned to a parent workitem. This controller can be used for different kind of Minute-Workflows. The method toggleWorkitem can be used to open/closed embedded editors:
    Author:
    rsoika
    See Also:
    Serialized Form
    • Constructor Detail

      • MinuteController

        public MinuteController()
        Here we initialize the formController for the minute workitem
    • Method Detail

      • add

        public void add()
      • toggleMinute

        public void toggleMinute​(String id)
        This method toggles the current minute workitem to be edited or closed
        Parameters:
        id -
      • getSelectedMinute

        public String getSelectedMinute()
      • setSelectedMinute

        public void setSelectedMinute​(String selectedMinute)