Class UserPortalDashboardPageBean

  • All Implemented Interfaces:
    Serializable

    @ViewScoped
    @Named
    public class UserPortalDashboardPageBean
    extends Object
    implements Serializable
    The bean for the dashboard page of the user portal.
    Since:
    8.2.0
    See Also:
    Serialized Form
    • Constructor Detail

      • UserPortalDashboardPageBean

        public UserPortalDashboardPageBean()
    • Method Detail

      • getNumberOfFormRecords

        public int getNumberOfFormRecords()
      • setNumberOfFormRecords

        public void setNumberOfFormRecords​(int numberOfFormRecords)
      • setLastFormRecords

        public void setLastFormRecords​(List<FormRecordModel> lastFormRecords)
      • getChats

        public List<de.xima.fc.api.rest.pub.client.user_portal.model.FormRecordChatResource> getChats()