Class UserPortalDashboardPageBean
- java.lang.Object
-
- de.xima.fc.user_portal.bean.pages.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 Summary
Constructors Constructor Description UserPortalDashboardPageBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<de.xima.fc.api.rest.pub.client.user_portal.model.FormRecordChatResource>
getChats()
List<FormRecordModel>
getLastFormRecords()
DashboardPageModel
getModel()
int
getNumberOfFormRecords()
void
setLastFormRecords(List<FormRecordModel> lastFormRecords)
void
setModel(DashboardPageModel model)
void
setNumberOfFormRecords(int numberOfFormRecords)
-
-
-
Method Detail
-
getNumberOfFormRecords
public int getNumberOfFormRecords()
-
setNumberOfFormRecords
public void setNumberOfFormRecords(int numberOfFormRecords)
-
getLastFormRecords
public List<FormRecordModel> getLastFormRecords()
-
setLastFormRecords
public void setLastFormRecords(List<FormRecordModel> lastFormRecords)
-
getModel
public DashboardPageModel getModel()
-
setModel
public void setModel(DashboardPageModel model)
-
getChats
public List<de.xima.fc.api.rest.pub.client.user_portal.model.FormRecordChatResource> getChats()
-
-