Class WelcomePageModel
java.lang.Object
de.xima.fc.user_portal.view_model.pages.WelcomePageModel
- All Implemented Interfaces:
Serializable
This class represents the model for the welcome page of the user portal. It contains various fields related to the
content displayed on the welcome page. Use the builder for configuring an instance.
- Since:
- 8.2.0
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classBuilder for configuring an instance of the welcome page model. -
Method Summary
Modifier and TypeMethodDescriptionstatic WelcomePageModel.Builderbuilder()Creates a new builder for configuring an instance of the welcome page model.Gets the display text for the forms button on the welcome page.Gets the display text for the accessibility page of the user portal.Gets the display text for the data privacy page of the user portal.Gets the display text for the help page of the user portal.Gets the display text for the imprint page of the user portal.Gets the display text for the email support page of the user portal.Gets the display text for the terms and conditions page of the user portal.Gets the link for the accessibility page of the user portal.Gets the link for the data privacy page of the user portal.Gets the link for the help page of the user portal.Gets the link for the imprint page of the user portal.Gets the link for the email support page of the user portal.Gets the link for the terms and conditions page of the user portal.Gets the display text for the login button on the welcome page.Gets the subtitle for the welcome page, displayed below the main title.getTitle()Gets the main title for the welcome page.
-
Method Details
-
builder
Creates a new builder for configuring an instance of the welcome page model.- Returns:
- A new builder instance.
-
getFormsButtonLabel
Gets the display text for the forms button on the welcome page.- Returns:
- The forms button text.
-
getLabelAccessibility
Gets the display text for the accessibility page of the user portal.- Returns:
- The accessibility text.
-
getLabelDataPrivacy
Gets the display text for the data privacy page of the user portal.- Returns:
- The data privacy text.
-
getLabelHelp
Gets the display text for the help page of the user portal.- Returns:
- The help text.
-
getLabelImprint
Gets the display text for the imprint page of the user portal.- Returns:
- The imprint text.
-
getLabelMailSupport
Gets the display text for the email support page of the user portal.- Returns:
- The email support text.
-
getLabelTermsConditions
Gets the display text for the terms and conditions page of the user portal.- Returns:
- The terms and conditions text.
-
getLinkAccessibility
Gets the link for the accessibility page of the user portal.- Returns:
- The accessibility link.
-
getLinkDataPrivacy
Gets the link for the data privacy page of the user portal.- Returns:
- The data privacy link.
-
getLinkHelp
Gets the link for the help page of the user portal.- Returns:
- The help link.
-
getLinkImprint
Gets the link for the imprint page of the user portal.- Returns:
- The imprint link.
-
getLinkMailSupport
Gets the link for the email support page of the user portal.- Returns:
- The email support link.
-
getLinkTermsConditions
Gets the link for the terms and conditions page of the user portal.- Returns:
- The terms and conditions link.
-
getLoginButtonLabel
Gets the display text for the login button on the welcome page.- Returns:
- The login button text.
-
getSubtitle
Gets the subtitle for the welcome page, displayed below the main title.- Returns:
- The subtitle text.
-
getTitle
-