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 FrontendServerPropertyFrontendServerPropertyAPI. 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 FrontendServerPropertyFrontendServerPropertyDao. createProperty(IEntityContext ec, String key, FrontendServer frontendServer, String value)FrontendServerPropertyFrontendServerPropertyDao. getByKeyAndFrontendServer(IEntityContext ec, String key, FrontendServer frontendServer)FrontendServerPropertyFrontendServerPropertyDao. 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 FrontendServerPropertyIFrontendServerPropertyDao. createProperty(IEntityContext ec, String key, FrontendServer frontendServer, String value)FrontendServerPropertyIFrontendServerPropertyDao. getByKeyAndFrontendServer(IEntityContext ec, String key, FrontendServer frontendServer)FrontendServerPropertyIFrontendServerPropertyDao. 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 voidFrontendServer. 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 FrontendServerPropertyFrontendServerPropertyHandler. 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 FrontendServerPropertyIFrontendServerPropertyHandler. getByKey(UserContext uc, String key, FrontendServer frontendServer)Retrieves aFrontendServerPropertyby a given key.
-