Uses of Class
de.aservo.confapi.commons.model.GadgetsBean
Packages that use GadgetsBean
Package
Description
-
Uses of GadgetsBean in de.aservo.confapi.commons.model
Fields in de.aservo.confapi.commons.model declared as GadgetsBean -
Uses of GadgetsBean in de.aservo.confapi.commons.rest
Methods in de.aservo.confapi.commons.rest with parameters of type GadgetsBeanModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseAbstractGadgetsResourceImpl.setGadgets(GadgetsBean gadgetsBean) -
Uses of GadgetsBean in de.aservo.confapi.commons.rest.api
Methods in de.aservo.confapi.commons.rest.api with parameters of type GadgetsBeanModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseGadgetsResource.setGadgets(GadgetsBean gadgetsBean) -
Uses of GadgetsBean in de.aservo.confapi.commons.service.api
Methods in de.aservo.confapi.commons.service.api that return GadgetsBeanModifier and TypeMethodDescriptionGadgetsService.getGadgets()Gets all gadgets.GadgetsService.setGadgets(GadgetsBean gadgetsBean) Sets or updates the gadgets set.Methods in de.aservo.confapi.commons.service.api with parameters of type GadgetsBeanModifier and TypeMethodDescriptionGadgetsService.setGadgets(GadgetsBean gadgetsBean) Sets or updates the gadgets set.