Class GeneratedChineseaddressservicesManager
- java.lang.Object
-
- de.hybris.platform.jalo.Manager
-
- de.hybris.platform.jalo.extension.Extension
-
- de.hybris.platform.addressservices.jalo.GeneratedChineseaddressservicesManager
-
- All Implemented Interfaces:
ItemLifecycleListener,java.io.Serializable
- Direct Known Subclasses:
ChineseaddressservicesManager
public abstract class GeneratedChineseaddressservicesManager extends Extension
Generated class for typeChineseaddressservicesManager.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.extension.Extension
Extension.RestrictedLanguagesProvider, Extension.RightsProvider
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Manager
Manager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>>DEFAULT_INITIAL_ATTRIBUTESprotected static OneToManyHandler<City>REGION2CITIESRELATIONCITIESHANDLEROneToManyHandlerfor handling 1:n CITIES's relation attributes from 'many' side.
-
Constructor Summary
Constructors Constructor Description GeneratedChineseaddressservicesManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddToCities(Region item, City value)Generated method - Addsvalueto cities.voidaddToCities(SessionContext ctx, Region item, City value)Generated method - Addsvalueto cities.CitycreateCity(SessionContext ctx, java.util.Map attributeValues)CitycreateCity(java.util.Map attributeValues)DistrictcreateDistrict(SessionContext ctx, java.util.Map attributeValues)DistrictcreateDistrict(java.util.Map attributeValues)java.util.List<City>getCities(Region item)Generated method - Getter of theRegion.citiesattribute.java.util.List<City>getCities(SessionContext ctx, Region item)Generated method - Getter of theRegion.citiesattribute.CitygetCity(SessionContext ctx, Address item)Generated method - Getter of theAddress.cityattribute.CitygetCity(Address item)Generated method - Getter of theAddress.cityattribute.DistrictgetCityDistrict(SessionContext ctx, Address item)Generated method - Getter of theAddress.cityDistrictattribute.DistrictgetCityDistrict(Address item)Generated method - Getter of theAddress.cityDistrictattribute.java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)java.lang.StringgetFullname(SessionContext ctx, Address item)Generated method - Getter of theAddress.fullnameattribute.java.lang.StringgetFullname(Address item)Generated method - Getter of theAddress.fullnameattribute.java.lang.StringgetName()voidremoveFromCities(Region item, City value)Generated method - Removesvaluefrom cities.voidremoveFromCities(SessionContext ctx, Region item, City value)Generated method - Removesvaluefrom cities.voidsetCities(Region item, java.util.List<City> value)Generated method - Setter of theRegion.citiesattribute.voidsetCities(SessionContext ctx, Region item, java.util.List<City> value)Generated method - Setter of theRegion.citiesattribute.voidsetCity(SessionContext ctx, Address item, City value)Generated method - Setter of theAddress.cityattribute.voidsetCity(Address item, City value)Generated method - Setter of theAddress.cityattribute.voidsetCityDistrict(SessionContext ctx, Address item, District value)Generated method - Setter of theAddress.cityDistrictattribute.voidsetCityDistrict(Address item, District value)Generated method - Setter of theAddress.cityDistrictattribute.voidsetFullname(SessionContext ctx, Address item, java.lang.String value)Generated method - Setter of theAddress.fullnameattribute.voidsetFullname(Address item, java.lang.String value)Generated method - Setter of theAddress.fullnameattribute.-
Methods inherited from class de.hybris.platform.jalo.extension.Extension
checkBeforeItemRemoval, createEssentialData, createProjectData, createSampleData, getCreatorDescription, getCreatorName, getCreatorParameterDefault, getCreatorParameterNames, getCreatorParameterPossibleValues, getRemote, isCreatorDisabled, notifyInitializationEnd, notifyInitializationStart, notifyItemRemoval, onFirstSessionCreation, writeReplace
-
Methods inherited from class de.hybris.platform.jalo.Manager
afterItemCreation, beforeItemCreation, destroy, extractNonRequiredRemoteFromItem, extractRequiredRemoteFromItem, getAllValuesSessionContext, getAttribute, getAttributeMap, getFirstItemByAttribute, getFirstItemByAttribute, getRemoteManagerClass, getSession, getSingletonManagerInstance, getTenant, getTransientObject, getTransientObjectMap, init, setAttribute, setTenant, setTransientObject, wrap
-
-
-
-
Field Detail
-
REGION2CITIESRELATIONCITIESHANDLER
protected static final OneToManyHandler<City> REGION2CITIESRELATIONCITIESHANDLER
OneToManyHandlerfor handling 1:n CITIES's relation attributes from 'many' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
public java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)
- Overrides:
getDefaultAttributeModesin classExtension
-
getCities
public java.util.List<City> getCities(SessionContext ctx, Region item)
Generated method - Getter of theRegion.citiesattribute.- Returns:
- the cities
-
getCities
public java.util.List<City> getCities(Region item)
Generated method - Getter of theRegion.citiesattribute.- Returns:
- the cities
-
setCities
public void setCities(SessionContext ctx, Region item, java.util.List<City> value)
Generated method - Setter of theRegion.citiesattribute.- Parameters:
value- the cities
-
setCities
public void setCities(Region item, java.util.List<City> value)
Generated method - Setter of theRegion.citiesattribute.- Parameters:
value- the cities
-
addToCities
public void addToCities(SessionContext ctx, Region item, City value)
Generated method - Addsvalueto cities.- Parameters:
value- the item to add to cities
-
addToCities
public void addToCities(Region item, City value)
Generated method - Addsvalueto cities.- Parameters:
value- the item to add to cities
-
removeFromCities
public void removeFromCities(SessionContext ctx, Region item, City value)
Generated method - Removesvaluefrom cities.- Parameters:
value- the item to remove from cities
-
removeFromCities
public void removeFromCities(Region item, City value)
Generated method - Removesvaluefrom cities.- Parameters:
value- the item to remove from cities
-
getCity
public City getCity(SessionContext ctx, Address item)
Generated method - Getter of theAddress.cityattribute.- Returns:
- the city - The city.
-
getCity
public City getCity(Address item)
Generated method - Getter of theAddress.cityattribute.- Returns:
- the city - The city.
-
setCity
public void setCity(SessionContext ctx, Address item, City value)
Generated method - Setter of theAddress.cityattribute.- Parameters:
value- the city - The city.
-
setCity
public void setCity(Address item, City value)
Generated method - Setter of theAddress.cityattribute.- Parameters:
value- the city - The city.
-
getCityDistrict
public District getCityDistrict(SessionContext ctx, Address item)
Generated method - Getter of theAddress.cityDistrictattribute.- Returns:
- the cityDistrict - District of the city.
-
getCityDistrict
public District getCityDistrict(Address item)
Generated method - Getter of theAddress.cityDistrictattribute.- Returns:
- the cityDistrict - District of the city.
-
setCityDistrict
public void setCityDistrict(SessionContext ctx, Address item, District value)
Generated method - Setter of theAddress.cityDistrictattribute.- Parameters:
value- the cityDistrict - District of the city.
-
setCityDistrict
public void setCityDistrict(Address item, District value)
Generated method - Setter of theAddress.cityDistrictattribute.- Parameters:
value- the cityDistrict - District of the city.
-
createCity
public City createCity(SessionContext ctx, java.util.Map attributeValues)
-
createCity
public City createCity(java.util.Map attributeValues)
-
createDistrict
public District createDistrict(SessionContext ctx, java.util.Map attributeValues)
-
createDistrict
public District createDistrict(java.util.Map attributeValues)
-
getFullname
public java.lang.String getFullname(SessionContext ctx, Address item)
Generated method - Getter of theAddress.fullnameattribute.- Returns:
- the fullname - The full name in delivery address
-
getFullname
public java.lang.String getFullname(Address item)
Generated method - Getter of theAddress.fullnameattribute.- Returns:
- the fullname - The full name in delivery address
-
setFullname
public void setFullname(SessionContext ctx, Address item, java.lang.String value)
Generated method - Setter of theAddress.fullnameattribute.- Parameters:
value- the fullname - The full name in delivery address
-
setFullname
public void setFullname(Address item, java.lang.String value)
Generated method - Setter of theAddress.fullnameattribute.- Parameters:
value- the fullname - The full name in delivery address
-
-