Uses of Class
de.hybris.platform.upilintegrationservices.data.UpilResponse
-
Packages that use UpilResponse Package Description de.hybris.platform.upilintegrationservices.data de.hybris.platform.upilintegrationservices.service de.hybris.platform.upilintegrationservices.service.impl -
-
Uses of UpilResponse in de.hybris.platform.upilintegrationservices.data
Methods in de.hybris.platform.upilintegrationservices.data that return types with arguments of type UpilResponse Modifier and Type Method Description java.util.List<UpilResponse>UpilResponseList. getUpilResponses()Method parameters in de.hybris.platform.upilintegrationservices.data with type arguments of type UpilResponse Modifier and Type Method Description voidUpilResponseList. setUpilResponses(java.util.List<UpilResponse> upilResponses) -
Uses of UpilResponse in de.hybris.platform.upilintegrationservices.service
Methods in de.hybris.platform.upilintegrationservices.service that return UpilResponse Modifier and Type Method Description UpilResponseUpilIntegrationClientService. createUpilProduct(java.util.Map<java.lang.String,java.lang.Object> product)Connects with UPIL System and eachSubscriptionPricePlanModelwill create as a new UtilitiesProduct in UPIL -
Uses of UpilResponse in de.hybris.platform.upilintegrationservices.service.impl
Methods in de.hybris.platform.upilintegrationservices.service.impl that return UpilResponse Modifier and Type Method Description UpilResponseDefaultUpilIntegrationClientService. createUpilProduct(java.util.Map<java.lang.String,java.lang.Object> product)
-