Package de.xima.fc.gui.model.portal
Class ClientPortalConfigViewModel
- java.lang.Object
-
- de.xima.fc.gui.model.portal.ClientPortalConfigViewModel
-
- All Implemented Interfaces:
Serializable
public class ClientPortalConfigViewModel extends Object implements Serializable
View model for the configuration UI for the project portal configurations.- Since:
- 8.4.0
- Author:
- XIMA MEDIA GmbH
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Mandant
getClient()
String
getNumberOfActiveProjects()
List<EndUserProjectConfigViewModel>
getProjects()
boolean
hasActiveProjects()
boolean
isActive()
void
setActive(Boolean active)
void
toggleActive()
-
-
-
Method Detail
-
getClient
public Mandant getClient()
-
getProjects
public List<EndUserProjectConfigViewModel> getProjects()
-
toggleActive
public void toggleActive()
-
isActive
public boolean isActive()
-
setActive
public void setActive(Boolean active)
-
getNumberOfActiveProjects
public String getNumberOfActiveProjects()
-
hasActiveProjects
public boolean hasActiveProjects()
-
-