Class FrontendServerProviderBean
- java.lang.Object
 - 
- de.xima.fc.gui.common.bean.provider.FrontendServerProviderBean
 
 
- 
- All Implemented Interfaces:
 Serializable
@Named @ViewScoped public class FrontendServerProviderBean extends Object implements Serializable
Bean for providing frontend servers of clients.- Since:
 - 8.0.0
 - Author:
 - XIMA Media GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FrontendServerProviderBean() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MandantFrontendServer>getClientFrontendServers(Mandant client)booleanhasClientFrontendServers(Mandant client) 
 - 
 
- 
- 
Method Detail
- 
hasClientFrontendServers
public boolean hasClientFrontendServers(Mandant client)
 
- 
getClientFrontendServers
public List<MandantFrontendServer> getClientFrontendServers(Mandant client)
 
 - 
 
 -