Uses of Class
de.hybris.platform.jalo.c2l.Region
-
-
Uses of Region in de.hybris.platform.addressservices.jalo
Methods in de.hybris.platform.addressservices.jalo that return Region Modifier and Type Method Description RegionGeneratedCity. getRegion()Generated method - Getter of theCity.regionattribute.RegionGeneratedCity. getRegion(SessionContext ctx)Generated method - Getter of theCity.regionattribute.Methods in de.hybris.platform.addressservices.jalo with parameters of type Region Modifier and Type Method Description voidGeneratedChineseaddressservicesManager. addToCities(Region item, City value)Generated method - Addsvalueto cities.voidGeneratedChineseaddressservicesManager. addToCities(SessionContext ctx, Region item, City value)Generated method - Addsvalueto cities.java.util.List<City>GeneratedChineseaddressservicesManager. getCities(Region item)Generated method - Getter of theRegion.citiesattribute.java.util.List<City>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.voidGeneratedChineseaddressservicesManager. setCities(Region item, java.util.List<City> value)Generated method - Setter of theRegion.citiesattribute.voidGeneratedChineseaddressservicesManager. setCities(SessionContext ctx, Region item, java.util.List<City> value)Generated method - Setter of theRegion.citiesattribute.voidGeneratedCity. setRegion(Region value)Generated method - Setter of theCity.regionattribute.voidGeneratedCity. setRegion(SessionContext ctx, Region value)Generated method - Setter of theCity.regionattribute. -
Uses of Region in de.hybris.platform.jalo.c2l
Fields in de.hybris.platform.jalo.c2l with type parameters of type Region Modifier and Type Field Description protected static OneToManyHandler<Region>GeneratedCountry. REGIONSHANDLEROneToManyHandlerfor handling 1:n REGIONS's relation attributes from 'many' side.Methods in de.hybris.platform.jalo.c2l that return Region Modifier and Type Method Description RegionCountry. addNewRegion(SessionContext ctx, PK pk, java.lang.String code)Deprecated.since ages - instead use plain model creation to add region toCountryModelseeCountry.addNewRegion(String)RegionCountry. addNewRegion(SessionContext ctx, java.lang.String code)Deprecated.since ages - instead use plain model creation to add region toCountryModelseeCountry.addNewRegion(String)RegionCountry. addNewRegion(java.lang.String code)Deprecated.since ages - instead use plain model creation to add region toCountryModellike below :RegionC2LManager. createRegion(PK pkBase, java.lang.String code, Country country)Deprecated.since ages - use plainRegionModelcreation instead see also model saving example.RegionC2LManager. createRegion(java.lang.String code, Country country)Deprecated.since ages - please useCountry.addNewRegion(String)insteadRegionC2LManager. getRegionByCode(Country country, java.lang.String code)Deprecated.since ages - useCommonI18NService.getRegion(de.hybris.platform.core.model.c2l.CountryModel, String)instead.RegionC2LManager. getRegionByCode(java.lang.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.RegionCountry. getRegionByCode(java.lang.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 Region Modifier and Type Method Description java.util.Set<Region>C2LManager. getActiveRegions()Deprecated.since ages - useCommonI18NService.getAllRegions()instead.java.util.Set<Region>C2LManager. getAllRegions()Deprecated.since ages - useCommonI18NService.getAllRegions()instead.java.util.Collection<Region>C2LManager. getRegions(Country country)Deprecated.since ages - useCountryModel.getRegions()instead.java.util.Collection<Region>GeneratedCountry. getRegions()Generated method - Getter of theCountry.regionsattribute.java.util.Collection<Region>GeneratedCountry. getRegions(SessionContext ctx)Generated method - Getter of theCountry.regionsattribute.java.util.Collection<Region>C2LManager. getRegionsByCode(java.lang.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 Region Modifier and Type Method Description voidGeneratedCountry. 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 Region Modifier and Type Method Description voidGeneratedCountry. setRegions(SessionContext ctx, java.util.Collection<Region> value)Generated method - Setter of theCountry.regionsattribute.voidGeneratedCountry. setRegions(java.util.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 Region Modifier and Type Method Description RegionGeneratedAddress. getRegion()Generated method - Getter of theAddress.regionattribute.RegionGeneratedAddress. getRegion(SessionContext ctx)Generated method - Getter of theAddress.regionattribute.Methods in de.hybris.platform.jalo.user with parameters of type Region Modifier and Type Method Description protected AddressUserManager. createAddress(PK pkBase, Item owner, Address original, Country country, Region region, Title title, JaloPropertyContainer props)voidGeneratedAddress. setRegion(Region value)Generated method - Setter of theAddress.regionattribute.voidGeneratedAddress. setRegion(SessionContext ctx, Region value)Generated method - Setter of theAddress.regionattribute. -
Uses of Region in de.hybris.platform.secureportaladdon.jalo
Methods in de.hybris.platform.secureportaladdon.jalo that return Region Modifier and Type Method Description RegionGeneratedB2BRegistration. getCompanyAddressRegion()Generated method - Getter of theB2BRegistration.companyAddressRegionattribute.RegionGeneratedB2BRegistration. getCompanyAddressRegion(SessionContext ctx)Generated method - Getter of theB2BRegistration.companyAddressRegionattribute.Methods in de.hybris.platform.secureportaladdon.jalo with parameters of type Region Modifier and Type Method Description voidGeneratedB2BRegistration. 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.servicelayer.internal.jalo
Methods in de.hybris.platform.servicelayer.internal.jalo that return Region Modifier and Type Method Description RegionGeneratedServicelayerManager. createRegion(SessionContext ctx, java.util.Map attributeValues)RegionGeneratedServicelayerManager. createRegion(java.util.Map attributeValues)
-