Uses of Class
de.xima.fc.entities.FrontendServerProperty
Packages that use FrontendServerProperty
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
-
Uses of FrontendServerProperty in de.xima.fc.api.entity
Subclasses with type arguments of type FrontendServerProperty in de.xima.fc.api.entityMethods in de.xima.fc.api.entity that return FrontendServerPropertyModifier and TypeMethodDescriptionFrontendServerPropertyAPI.getByKey(UserContext uc, String key, FrontendServer frontendServer) -
Uses of FrontendServerProperty in de.xima.fc.dao.impl
Subclasses with type arguments of type FrontendServerProperty in de.xima.fc.dao.implMethods in de.xima.fc.dao.impl that return FrontendServerPropertyModifier and TypeMethodDescriptionFrontendServerPropertyDao.createProperty(IEntityContext ec, String key, FrontendServer frontendServer, String value) FrontendServerPropertyDao.getByKeyAndFrontendServer(IEntityContext ec, String key, FrontendServer frontendServer) FrontendServerPropertyDao.updateProperty(IEntityContext ec, String key, FrontendServer frontendServer, String value) Methods in de.xima.fc.dao.impl that return types with arguments of type FrontendServerPropertyModifier and TypeMethodDescriptionFrontendServerPropertyDao.getAllByFrontendServer(IEntityContext ec, FrontendServer frontendServer) -
Uses of FrontendServerProperty in de.xima.fc.dao.interfaces
Subinterfaces with type arguments of type FrontendServerProperty in de.xima.fc.dao.interfacesMethods in de.xima.fc.dao.interfaces that return FrontendServerPropertyModifier and TypeMethodDescriptionIFrontendServerPropertyDao.createProperty(IEntityContext ec, String key, FrontendServer frontendServer, String value) IFrontendServerPropertyDao.getByKeyAndFrontendServer(IEntityContext ec, String key, FrontendServer frontendServer) IFrontendServerPropertyDao.updateProperty(IEntityContext ec, String key, FrontendServer frontendServer, String value) Methods in de.xima.fc.dao.interfaces that return types with arguments of type FrontendServerPropertyModifier and TypeMethodDescriptionIFrontendServerPropertyDao.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 FrontendServerPropertyMethod parameters in de.xima.fc.entities with type arguments of type FrontendServerPropertyModifier and TypeMethodDescriptionvoidFrontendServer.setFrontendServerProps(List<FrontendServerProperty> frontendServerProps) -
Uses of FrontendServerProperty in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return FrontendServerPropertyModifier and TypeMethodDescriptionFrontendServerPropertyHandler.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 FrontendServerPropertyModifier and TypeMethodDescriptionIFrontendServerPropertyHandler.getByKey(UserContext uc, String key, FrontendServer frontendServer) Retrieves aFrontendServerPropertyby a given key.