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:
  • Method Details

    • 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()