Uses of Class
de.hybris.platform.jalo.c2l.Region
Packages that use Region
Package
Description
-
Uses of Region in de.hybris.platform.addressservices.jalo
Methods in de.hybris.platform.addressservices.jalo that return RegionModifier and TypeMethodDescriptionGeneratedCity.getRegion()Generated method - Getter of theCity.regionattribute.GeneratedCity.getRegion(SessionContext ctx) Generated method - Getter of theCity.regionattribute.Methods in de.hybris.platform.addressservices.jalo with parameters of type RegionModifier and TypeMethodDescriptionvoidGeneratedChineseaddressservicesManager.addToCities(Region item, City value) Generated method - Addsvalueto cities.voidGeneratedChineseaddressservicesManager.addToCities(SessionContext ctx, Region item, City value) Generated method - Addsvalueto cities.Generated method - Getter of theRegion.citiesattribute.GeneratedChineseaddressservicesManager.getCities(SessionContext ctx, Region item) Generated method - Getter of theRegion.citiesattribute.voidGeneratedChineseaddressservicesManager.removeFromCities(Region item, City value) Generated method - Removesvaluefrom cities.voidGeneratedChineseaddressservicesManager.removeFromCities(SessionContext ctx, Region item, City value) Generated method - Removesvaluefrom cities.voidGenerated method - Setter of theRegion.citiesattribute.voidGeneratedChineseaddressservicesManager.setCities(SessionContext ctx, Region item, List<City> value) Generated method - Setter of theRegion.citiesattribute.voidGenerated method - Setter of theCity.regionattribute.voidGeneratedCity.setRegion(SessionContext ctx, Region value) Generated method - Setter of theCity.regionattribute. -
Uses of Region in de.hybris.platform.b2b.jalo
Methods in de.hybris.platform.b2b.jalo that return RegionModifier and TypeMethodDescriptionGeneratedB2BRegistration.getCompanyAddressRegion()Generated method - Getter of theB2BRegistration.companyAddressRegionattribute.GeneratedB2BRegistration.getCompanyAddressRegion(SessionContext ctx) Generated method - Getter of theB2BRegistration.companyAddressRegionattribute.Methods in de.hybris.platform.b2b.jalo with parameters of type RegionModifier and TypeMethodDescriptionvoidGeneratedB2BRegistration.setCompanyAddressRegion(Region value) Generated method - Setter of theB2BRegistration.companyAddressRegionattribute.voidGeneratedB2BRegistration.setCompanyAddressRegion(SessionContext ctx, Region value) Generated method - Setter of theB2BRegistration.companyAddressRegionattribute. -
Uses of Region in de.hybris.platform.jalo.c2l
Fields in de.hybris.platform.jalo.c2l with type parameters of type RegionModifier and TypeFieldDescriptionprotected static final OneToManyHandler<Region>GeneratedCountry.REGIONSHANDLEROneToManyHandlerfor handling 1:n REGIONS's relation attributes from 'many' side.Methods in de.hybris.platform.jalo.c2l that return RegionModifier and TypeMethodDescriptionCountry.addNewRegion(SessionContext ctx, PK pk, String code) Deprecated.Country.addNewRegion(SessionContext ctx, String code) Deprecated.since ages - instead use plain model creation to add region toCountryModelseeCountry.addNewRegion(String)Country.addNewRegion(String code) Deprecated.since ages - instead use plain model creation to add region toCountryModellike below :C2LManager.createRegion(PK pkBase, String code, Country country) Deprecated.since ages - use plainRegionModelcreation instead see also model saving example.C2LManager.createRegion(String code, Country country) Deprecated.since ages - please useCountry.addNewRegion(String)insteadC2LManager.getRegionByCode(Country country, String code) Deprecated.since ages - useCommonI18NService.getRegion(de.hybris.platform.core.model.c2l.CountryModel, String)instead.C2LManager.getRegionByCode(String code) Deprecated.since ages - You should consider not using region data without its country context , in that case useCommonI18NService.getRegion(de.hybris.platform.core.model.c2l.CountryModel, String)instead.Country.getRegionByCode(String code) Deprecated.since ages - useCommonI18NService.getRegion(de.hybris.platform.core.model.c2l.CountryModel, String)insteadMethods in de.hybris.platform.jalo.c2l that return types with arguments of type RegionModifier and TypeMethodDescriptionC2LManager.getActiveRegions()Deprecated.since ages - useCommonI18NService.getAllRegions()instead.C2LManager.getAllRegions()Deprecated.since ages - useCommonI18NService.getAllRegions()instead.C2LManager.getRegions(Country country) Deprecated.since ages - useCountryModel.getRegions()instead.GeneratedCountry.getRegions()Generated method - Getter of theCountry.regionsattribute.GeneratedCountry.getRegions(SessionContext ctx) Generated method - Getter of theCountry.regionsattribute.C2LManager.getRegionsByCode(String code) Deprecated.since ages - You should consider not using region data without its country context, in that useCommonI18NService.getRegion(de.hybris.platform.core.model.c2l.CountryModel, String)instead.Methods in de.hybris.platform.jalo.c2l with parameters of type RegionModifier and TypeMethodDescriptionvoidGeneratedCountry.addToRegions(Region value) Generated method - Addsvalueto regions.voidGeneratedCountry.addToRegions(SessionContext ctx, Region value) Generated method - Addsvalueto regions.voidGeneratedCountry.removeFromRegions(Region value) Generated method - Removesvaluefrom regions.voidGeneratedCountry.removeFromRegions(SessionContext ctx, Region value) Generated method - Removesvaluefrom regions.Method parameters in de.hybris.platform.jalo.c2l with type arguments of type RegionModifier and TypeMethodDescriptionvoidGeneratedCountry.setRegions(SessionContext ctx, Collection<Region> value) Generated method - Setter of theCountry.regionsattribute.voidGeneratedCountry.setRegions(Collection<Region> value) Generated method - Setter of theCountry.regionsattribute. -
Uses of Region in de.hybris.platform.jalo.user
Methods in de.hybris.platform.jalo.user that return RegionModifier and TypeMethodDescriptionGeneratedAddress.getRegion()Generated method - Getter of theAddress.regionattribute.GeneratedAddress.getRegion(SessionContext ctx) Generated method - Getter of theAddress.regionattribute.Methods in de.hybris.platform.jalo.user with parameters of type RegionModifier and TypeMethodDescriptionprotected AddressUserManager.createAddress(PK pkBase, Item owner, Address original, Country country, Region region, Title title, JaloPropertyContainer props) voidGenerated method - Setter of theAddress.regionattribute.voidGeneratedAddress.setRegion(SessionContext ctx, Region value) Generated method - Setter of theAddress.regionattribute. -
Uses of Region in de.hybris.platform.servicelayer.internal.jalo
Methods in de.hybris.platform.servicelayer.internal.jalo that return RegionModifier and TypeMethodDescriptionGeneratedServicelayerManager.createRegion(SessionContext ctx, Map attributeValues) GeneratedServicelayerManager.createRegion(Map attributeValues)
CountryModelseeCountry.addNewRegion(String)