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 classPortalHeaderModel.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PortalHeaderModel.Builderbuilder()StringgetNotificationOverlayAllFormRecordsLabel()StringgetNotificationOverlayAllMessagesLabel()StringgetNotificationOverlayFormRecordsHeader()StringgetNotificationOverlayMessagesHeader()StringgetProfileOverlaySignoutLabel()
-
-
-
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()
-
-