Uses of Class
de.xima.fc.entities.FrontendServerProperty
-
Packages that use FrontendServerProperty Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitätende.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity -
-
Uses of FrontendServerProperty in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return FrontendServerProperty Modifier and Type Method Description FrontendServerProperty
FrontendServerPropertyAPI. getByKey(UserContext uc, String key, FrontendServer frontendServer)
-
Uses of FrontendServerProperty in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return FrontendServerProperty Modifier and Type Method Description FrontendServerProperty
FrontendServerPropertyDao. createProperty(IEntityContext ec, String key, FrontendServer frontendServer, String value)
FrontendServerProperty
FrontendServerPropertyDao. getByKeyAndFrontendServer(IEntityContext ec, String key, FrontendServer frontendServer)
FrontendServerProperty
FrontendServerPropertyDao. updateProperty(IEntityContext ec, String key, FrontendServer frontendServer, String value)
Methods in de.xima.fc.dao.impl that return types with arguments of type FrontendServerProperty Modifier and Type Method Description List<FrontendServerProperty>
FrontendServerPropertyDao. getAllByFrontendServer(IEntityContext ec, FrontendServer frontendServer)
-
Uses of FrontendServerProperty in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return FrontendServerProperty Modifier and Type Method Description FrontendServerProperty
IFrontendServerPropertyDao. createProperty(IEntityContext ec, String key, FrontendServer frontendServer, String value)
FrontendServerProperty
IFrontendServerPropertyDao. getByKeyAndFrontendServer(IEntityContext ec, String key, FrontendServer frontendServer)
FrontendServerProperty
IFrontendServerPropertyDao. updateProperty(IEntityContext ec, String key, FrontendServer frontendServer, String value)
Methods in de.xima.fc.dao.interfaces that return types with arguments of type FrontendServerProperty Modifier and Type Method Description List<FrontendServerProperty>
IFrontendServerPropertyDao. getAllByFrontendServer(IEntityContext ec, FrontendServer frontendServer)
-
Uses of FrontendServerProperty in de.xima.fc.entities
Methods in de.xima.fc.entities that return types with arguments of type FrontendServerProperty Modifier and Type Method Description List<FrontendServerProperty>
FrontendServer. getFrontendServerProps()
Method parameters in de.xima.fc.entities with type arguments of type FrontendServerProperty Modifier and Type Method Description void
FrontendServer. setFrontendServerProps(List<FrontendServerProperty> frontendServerProps)
-
Uses of FrontendServerProperty in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return FrontendServerProperty Modifier and Type Method Description FrontendServerProperty
FrontendServerPropertyHandler. getByKey(UserContext uc, String key, FrontendServer frontendServer)
-
Uses of FrontendServerProperty in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return FrontendServerProperty Modifier and Type Method Description FrontendServerProperty
IFrontendServerPropertyHandler. getByKey(UserContext uc, String key, FrontendServer frontendServer)
Retrieves aFrontendServerProperty
by a given key.
-