Class PortalHeaderModel
- java.lang.Object
-
- de.xima.fc.user_portal.view_model.PortalHeaderModel
-
- All Implemented Interfaces:
Serializable
public class PortalHeaderModel extends Object implements Serializable
The model for the portal header which holds the data from the portal localizations.- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PortalHeaderModel.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PortalHeaderModel.Builder
builder()
String
getNotificationOverlayAllFormRecordsLabel()
String
getNotificationOverlayAllMessagesLabel()
String
getNotificationOverlayFormRecordsHeader()
String
getNotificationOverlayMessagesHeader()
String
getProfileOverlaySignoutLabel()
-
-
-
Method Detail
-
builder
public static PortalHeaderModel.Builder builder()
-
getNotificationOverlayMessagesHeader
public String getNotificationOverlayMessagesHeader()
-
getNotificationOverlayAllMessagesLabel
public String getNotificationOverlayAllMessagesLabel()
-
getNotificationOverlayFormRecordsHeader
public String getNotificationOverlayFormRecordsHeader()
-
getNotificationOverlayAllFormRecordsLabel
public String getNotificationOverlayAllFormRecordsLabel()
-
getProfileOverlaySignoutLabel
public String getProfileOverlaySignoutLabel()
-
-