Uses of Class
de.hybris.platform.addressservices.jalo.District
Packages that use District
-
Uses of District in de.hybris.platform.addressservices.jalo
Fields in de.hybris.platform.addressservices.jalo with type parameters of type DistrictModifier and TypeFieldDescriptionprotected static final OneToManyHandler<District>GeneratedCity.DISTRICTSHANDLEROneToManyHandlerfor handling 1:n DISTRICTS's relation attributes from 'many' side.Methods in de.hybris.platform.addressservices.jalo that return DistrictModifier and TypeMethodDescriptionGeneratedChineseaddressservicesManager.createDistrict(SessionContext ctx, Map attributeValues) GeneratedChineseaddressservicesManager.createDistrict(Map attributeValues) GeneratedChineseaddressservicesManager.getCityDistrict(SessionContext ctx, Address item) Generated method - Getter of theAddress.cityDistrictattribute.GeneratedChineseaddressservicesManager.getCityDistrict(Address item) Generated method - Getter of theAddress.cityDistrictattribute.Methods in de.hybris.platform.addressservices.jalo that return types with arguments of type DistrictModifier and TypeMethodDescriptionGeneratedCity.getDistricts()Generated method - Getter of theCity.districtsattribute.GeneratedCity.getDistricts(SessionContext ctx) Generated method - Getter of theCity.districtsattribute.Methods in de.hybris.platform.addressservices.jalo with parameters of type DistrictModifier and TypeMethodDescriptionvoidGeneratedCity.addToDistricts(District value) Generated method - Addsvalueto districts.voidGeneratedCity.addToDistricts(SessionContext ctx, District value) Generated method - Addsvalueto districts.voidGeneratedCity.removeFromDistricts(District value) Generated method - Removesvaluefrom districts.voidGeneratedCity.removeFromDistricts(SessionContext ctx, District value) Generated method - Removesvaluefrom districts.voidGeneratedChineseaddressservicesManager.setCityDistrict(SessionContext ctx, Address item, District value) Generated method - Setter of theAddress.cityDistrictattribute.voidGeneratedChineseaddressservicesManager.setCityDistrict(Address item, District value) Generated method - Setter of theAddress.cityDistrictattribute.Method parameters in de.hybris.platform.addressservices.jalo with type arguments of type DistrictModifier and TypeMethodDescriptionvoidGeneratedCity.setDistricts(SessionContext ctx, List<District> value) Generated method - Setter of theCity.districtsattribute.voidGeneratedCity.setDistricts(List<District> value) Generated method - Setter of theCity.districtsattribute.