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,Serializable
- Direct Known Subclasses:
ChineseaddressservicesManager
Generated class for type
ChineseaddressservicesManager.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.jalo.extension.Extension
Extension.RestrictedLanguagesProvider, Extension.RightsProviderNested classes/interfaces inherited from class de.hybris.platform.jalo.Manager
Manager.GenericManagerSingletonCreator, Manager.ManagerSingletonCreator -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final Map<String,Map<String, Item.AttributeMode>> protected static final OneToManyHandler<City>OneToManyHandlerfor handling 1:n CITIES's relation attributes from 'many' side. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToCities(Region item, City value) Generated method - Addsvalueto cities.voidaddToCities(SessionContext ctx, Region item, City value) Generated method - Addsvalueto cities.createCity(SessionContext ctx, Map attributeValues) createCity(Map attributeValues) createDistrict(SessionContext ctx, Map attributeValues) createDistrict(Map attributeValues) Generated method - Getter of theRegion.citiesattribute.getCities(SessionContext ctx, Region item) Generated method - Getter of theRegion.citiesattribute.getCity(SessionContext ctx, Address item) Generated method - Getter of theAddress.cityattribute.Generated method - Getter of theAddress.cityattribute.getCityDistrict(SessionContext ctx, Address item) Generated method - Getter of theAddress.cityDistrictattribute.getCityDistrict(Address item) Generated method - Getter of theAddress.cityDistrictattribute.getDefaultAttributeModes(Class<? extends Item> itemClass) getFullname(SessionContext ctx, Address item) Generated method - Getter of theAddress.fullnameattribute.getFullname(Address item) Generated method - Getter of theAddress.fullnameattribute.getName()voidremoveFromCities(Region item, City value) Generated method - Removesvaluefrom cities.voidremoveFromCities(SessionContext ctx, Region item, City value) Generated method - Removesvaluefrom cities.voidGenerated method - Setter of theRegion.citiesattribute.voidsetCities(SessionContext ctx, Region item, List<City> value) Generated method - Setter of theRegion.citiesattribute.voidsetCity(SessionContext ctx, Address item, City value) Generated method - Setter of theAddress.cityattribute.voidGenerated 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, String value) Generated method - Setter of theAddress.fullnameattribute.voidsetFullname(Address item, String value) Generated method - Setter of theAddress.fullnameattribute.Methods inherited from class de.hybris.platform.jalo.extension.Extension
checkBeforeInitialization, checkBeforeItemRemoval, createEssentialData, createProjectData, createSampleData, getCreatorDescription, getCreatorName, getCreatorParameterDefault, getCreatorParameterNames, getCreatorParameterPossibleValues, getRemote, isCreatorDisabled, notifyInitializationEnd, notifyInitializationStart, notifyItemRemoval, onFirstSessionCreation, writeReplaceMethods 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 Details
-
REGION2CITIESRELATIONCITIESHANDLER
OneToManyHandlerfor handling 1:n CITIES's relation attributes from 'many' side. -
DEFAULT_INITIAL_ATTRIBUTES
-
-
Constructor Details
-
GeneratedChineseaddressservicesManager
public GeneratedChineseaddressservicesManager()
-
-
Method Details
-
getDefaultAttributeModes
- Overrides:
getDefaultAttributeModesin classExtension
-
getCities
Generated method - Getter of theRegion.citiesattribute.- Returns:
- the cities
-
getCities
Generated method - Getter of theRegion.citiesattribute.- Returns:
- the cities
-
setCities
Generated method - Setter of theRegion.citiesattribute.- Parameters:
value- the cities
-
setCities
Generated method - Setter of theRegion.citiesattribute.- Parameters:
value- the cities
-
addToCities
Generated method - Addsvalueto cities.- Parameters:
value- the item to add to cities
-
addToCities
Generated method - Addsvalueto cities.- Parameters:
value- the item to add to cities
-
removeFromCities
Generated method - Removesvaluefrom cities.- Parameters:
value- the item to remove from cities
-
removeFromCities
Generated method - Removesvaluefrom cities.- Parameters:
value- the item to remove from cities
-
getCity
Generated method - Getter of theAddress.cityattribute.- Returns:
- the city - The city.
-
getCity
Generated method - Getter of theAddress.cityattribute.- Returns:
- the city - The city.
-
setCity
Generated method - Setter of theAddress.cityattribute.- Parameters:
value- the city - The city.
-
setCity
Generated method - Setter of theAddress.cityattribute.- Parameters:
value- the city - The city.
-
getCityDistrict
Generated method - Getter of theAddress.cityDistrictattribute.- Returns:
- the cityDistrict - District of the city.
-
getCityDistrict
Generated method - Getter of theAddress.cityDistrictattribute.- Returns:
- the cityDistrict - District of the city.
-
setCityDistrict
Generated method - Setter of theAddress.cityDistrictattribute.- Parameters:
value- the cityDistrict - District of the city.
-
setCityDistrict
Generated method - Setter of theAddress.cityDistrictattribute.- Parameters:
value- the cityDistrict - District of the city.
-
createCity
-
createCity
-
createDistrict
-
createDistrict
-
getFullname
Generated method - Getter of theAddress.fullnameattribute.- Returns:
- the fullname - The full name in delivery address
-
getFullname
Generated method - Getter of theAddress.fullnameattribute.- Returns:
- the fullname - The full name in delivery address
-
setFullname
Generated method - Setter of theAddress.fullnameattribute.- Parameters:
value- the fullname - The full name in delivery address
-
setFullname
Generated method - Setter of theAddress.fullnameattribute.- Parameters:
value- the fullname - The full name in delivery address
-
getName
-