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 EPublicFormRecordStateTypeEPublicFormRecordStateType. 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 UserPortalStateLocalizationViewModelUserPortalStateLocalizationViewModel. 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 UserPortalStateUserPortalState. cloneBasics()UserPortalStateWorkflowState. getUserPortalState()Methods in de.xima.fc.entities with parameters of type UserPortalState Modifier and Type Method Description voidWorkflowState. setUserPortalState(UserPortalState userPortalState)
-