Uses of Class
de.xima.fc.entities.UserPortalState
-
Packages that use UserPortalState Package Description de.xima.fc.api.rest.pub.impl.generic.model.response.form de.xima.fc.common.bean_models.workflow.state de.xima.fc.entities Package für Datenbankentitäten -
-
Uses of UserPortalState in de.xima.fc.api.rest.pub.impl.generic.model.response.form
Methods in de.xima.fc.api.rest.pub.impl.generic.model.response.form with parameters of type UserPortalState Modifier and Type Method Description static EPublicFormRecordStateType
EPublicFormRecordStateType. from(UserPortalState state)
-
Uses of UserPortalState in de.xima.fc.common.bean_models.workflow.state
Methods in de.xima.fc.common.bean_models.workflow.state with parameters of type UserPortalState Modifier and Type Method Description static UserPortalStateLocalizationViewModel
UserPortalStateLocalizationViewModel. fromPortalState(UserPortalState portalState, Locale viewLocale)
Creates a new view model for the given portal state.List<UserPortalStateLocalization>
UserPortalStateLocalizationViewModel. toLocalizationsList(UserPortalState state)
-
Uses of UserPortalState in de.xima.fc.entities
Methods in de.xima.fc.entities that return UserPortalState Modifier and Type Method Description UserPortalState
UserPortalState. cloneBasics()
UserPortalState
WorkflowState. getUserPortalState()
Methods in de.xima.fc.entities with parameters of type UserPortalState Modifier and Type Method Description void
WorkflowState. setUserPortalState(UserPortalState userPortalState)
-