| Modifier and Type | Method and Description |
|---|---|
Region |
GeneratedCity.getRegion()
Generated method - Getter of the
City.region attribute. |
Region |
GeneratedCity.getRegion(SessionContext ctx)
Generated method - Getter of the
City.region attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedChineseaddressservicesManager.addToCities(Region item,
City value)
Generated method - Adds
value to cities. |
void |
GeneratedChineseaddressservicesManager.addToCities(SessionContext ctx,
Region item,
City value)
Generated method - Adds
value to cities. |
java.util.List<City> |
GeneratedChineseaddressservicesManager.getCities(Region item)
Generated method - Getter of the
Region.cities attribute. |
java.util.List<City> |
GeneratedChineseaddressservicesManager.getCities(SessionContext ctx,
Region item)
Generated method - Getter of the
Region.cities attribute. |
void |
GeneratedChineseaddressservicesManager.removeFromCities(Region item,
City value)
Generated method - Removes
value from cities. |
void |
GeneratedChineseaddressservicesManager.removeFromCities(SessionContext ctx,
Region item,
City value)
Generated method - Removes
value from cities. |
void |
GeneratedChineseaddressservicesManager.setCities(Region item,
java.util.List<City> value)
Generated method - Setter of the
Region.cities attribute. |
void |
GeneratedChineseaddressservicesManager.setCities(SessionContext ctx,
Region item,
java.util.List<City> value)
Generated method - Setter of the
Region.cities attribute. |
void |
GeneratedCity.setRegion(Region value)
Generated method - Setter of the
City.region attribute. |
void |
GeneratedCity.setRegion(SessionContext ctx,
Region value)
Generated method - Setter of the
City.region attribute. |
| Modifier and Type | Method and Description |
|---|---|
protected Region |
BMECatCatalogStep.getOrCreateRegion(CronJob cronJob,
Country jaloCountry,
java.lang.String state)
Gets existing region by parameter "state" or creates new
|
protected Region |
BMECatCatalogStep.getRegion(CronJob cronJob,
Country jaloCountry,
java.lang.String state)
Gets existing region by parameter "state"
|
| Modifier and Type | Field and Description |
|---|---|
protected static OneToManyHandler<Region> |
GeneratedCountry.REGIONSHANDLER
OneToManyHandler for handling 1:n REGIONS's relation attributes from 'many' side. |
| Modifier and Type | Method and Description |
|---|---|
Region |
Country.addNewRegion(SessionContext ctx,
PK pk,
java.lang.String code)
Deprecated.
since ages - instead use plain model creation to add region to
CountryModel see Country.addNewRegion(String) |
Region |
Country.addNewRegion(SessionContext ctx,
java.lang.String code)
Deprecated.
since ages - instead use plain model creation to add region to
CountryModel see Country.addNewRegion(String) |
Region |
Country.addNewRegion(java.lang.String code)
Deprecated.
since ages - instead use plain model creation to add region to
CountryModel like below :
final RegionModel regionModel = modelService.create(RegionModel.class);
regionModel.setIsocode("tinyRed");
regionModel.setCountry(countryModel);
modelService.save(regionModel);
|
Region |
C2LManager.createRegion(PK pkBase,
java.lang.String code,
Country country)
Deprecated.
since ages - use plain
RegionModel creation instead see also model saving example. |
Region |
C2LManager.createRegion(java.lang.String code,
Country country)
Deprecated.
since ages - please use
Country.addNewRegion(String) instead |
Region |
C2LManager.getRegionByCode(Country country,
java.lang.String code)
Deprecated.
since ages - use
CommonI18NService.getRegion(de.hybris.platform.core.model.c2l.CountryModel, String)
instead. |
Region |
C2LManager.getRegionByCode(java.lang.String code)
Deprecated.
since ages - You should consider not using region data without its country context , in that case use
CommonI18NService.getRegion(de.hybris.platform.core.model.c2l.CountryModel, String)
instead. |
Region |
Country.getRegionByCode(java.lang.String code)
Deprecated.
since ages - use
CommonI18NService.getRegion(de.hybris.platform.core.model.c2l.CountryModel, String)
instead |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Region> |
C2LManager.getActiveRegions()
Deprecated.
since ages - use
CommonI18NService.getAllRegions() instead. |
java.util.Set<Region> |
C2LManager.getAllRegions()
Deprecated.
since ages - use
CommonI18NService.getAllRegions() instead. |
java.util.Collection<Region> |
GeneratedCountry.getRegions()
Generated method - Getter of the
Country.regions attribute. |
java.util.Collection<Region> |
C2LManager.getRegions(Country country)
Deprecated.
since ages - please use
GeneratedCountry.getRegions() instead |
java.util.Collection<Region> |
GeneratedCountry.getRegions(SessionContext ctx)
Generated method - Getter of the
Country.regions attribute. |
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 use
CommonI18NService.getRegion(de.hybris.platform.core.model.c2l.CountryModel, String)
instead. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedCountry.addToRegions(Region value)
Generated method - Adds
value to regions. |
void |
GeneratedCountry.addToRegions(SessionContext ctx,
Region value)
Generated method - Adds
value to regions. |
void |
GeneratedCountry.removeFromRegions(Region value)
Generated method - Removes
value from regions. |
void |
GeneratedCountry.removeFromRegions(SessionContext ctx,
Region value)
Generated method - Removes
value from regions. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedCountry.setRegions(java.util.Collection<Region> value)
Generated method - Setter of the
Country.regions attribute. |
void |
GeneratedCountry.setRegions(SessionContext ctx,
java.util.Collection<Region> value)
Generated method - Setter of the
Country.regions attribute. |
| Modifier and Type | Method and Description |
|---|---|
Region |
GeneratedAddress.getRegion()
Generated method - Getter of the
Address.region attribute. |
Region |
GeneratedAddress.getRegion(SessionContext ctx)
Generated method - Getter of the
Address.region attribute. |
| Modifier and Type | Method and Description |
|---|---|
protected Address |
UserManager.createAddress(PK pkBase,
Item owner,
Address original,
Country country,
Region region,
Title title,
JaloPropertyContainer props) |
void |
GeneratedAddress.setRegion(Region value)
Generated method - Setter of the
Address.region attribute. |
void |
GeneratedAddress.setRegion(SessionContext ctx,
Region value)
Generated method - Setter of the
Address.region attribute. |
| Modifier and Type | Method and Description |
|---|---|
Region |
GeneratedB2BRegistration.getCompanyAddressRegion()
Generated method - Getter of the
B2BRegistration.companyAddressRegion attribute. |
Region |
GeneratedB2BRegistration.getCompanyAddressRegion(SessionContext ctx)
Generated method - Getter of the
B2BRegistration.companyAddressRegion attribute. |
| Modifier and Type | Method and Description |
|---|---|
void |
GeneratedB2BRegistration.setCompanyAddressRegion(Region value)
Generated method - Setter of the
B2BRegistration.companyAddressRegion attribute. |
void |
GeneratedB2BRegistration.setCompanyAddressRegion(SessionContext ctx,
Region value)
Generated method - Setter of the
B2BRegistration.companyAddressRegion attribute. |
| Modifier and Type | Method and Description |
|---|---|
Region |
GeneratedServicelayerManager.createRegion(java.util.Map attributeValues) |
Region |
GeneratedServicelayerManager.createRegion(SessionContext ctx,
java.util.Map attributeValues) |
Copyright © 2018 SAP SE. All Rights Reserved.