Class GeneratedCustomerinterestsservicesManager
java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
de.hybris.platform.customerinterestsservices.jalo.GeneratedCustomerinterestsservicesManager
- All Implemented Interfaces:
ItemLifecycleListener,Serializable
- Direct Known Subclasses:
CustomerinterestsservicesManager
Generated class for type
CustomerinterestsservicesManager.- 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 OneToManyHandler<ProductInterest>OneToManyHandlerfor handling 1:n PRODUCTINTERESTS's relation attributes from 'many' side.protected static final Map<String,Map<String, Item.AttributeMode>> protected static final OneToManyHandler<ProductInterest>OneToManyHandlerfor handling 1:n PRODUCTINTERESTS's relation attributes from 'many' side. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddToProductInterests(Product item, ProductInterest value) Generated method - Addsvalueto productInterests.voidaddToProductInterests(SessionContext ctx, Product item, ProductInterest value) Generated method - Addsvalueto productInterests.voidaddToProductInterests(SessionContext ctx, Customer item, ProductInterest value) Generated method - Addsvalueto productInterests.voidaddToProductInterests(Customer item, ProductInterest value) Generated method - Addsvalueto productInterests.createProductInterest(SessionContext ctx, Map attributeValues) createProductInterest(Map attributeValues) createProductInterestsProcess(SessionContext ctx, Map attributeValues) createProductInterestsProcess(Map attributeValues) getDefaultAttributeModes(Class<? extends Item> itemClass) getName()getProductInterests(Product item) Generated method - Getter of theProduct.productInterestsattribute.getProductInterests(SessionContext ctx, Product item) Generated method - Getter of theProduct.productInterestsattribute.getProductInterests(SessionContext ctx, Customer item) Generated method - Getter of theCustomer.productInterestsattribute.getProductInterests(Customer item) Generated method - Getter of theCustomer.productInterestsattribute.voidremoveFromProductInterests(Product item, ProductInterest value) Generated method - Removesvaluefrom productInterests.voidremoveFromProductInterests(SessionContext ctx, Product item, ProductInterest value) Generated method - Removesvaluefrom productInterests.voidremoveFromProductInterests(SessionContext ctx, Customer item, ProductInterest value) Generated method - Removesvaluefrom productInterests.voidremoveFromProductInterests(Customer item, ProductInterest value) Generated method - Removesvaluefrom productInterests.voidsetProductInterests(Product item, Collection<ProductInterest> value) Generated method - Setter of theProduct.productInterestsattribute.voidsetProductInterests(SessionContext ctx, Product item, Collection<ProductInterest> value) Generated method - Setter of theProduct.productInterestsattribute.voidsetProductInterests(SessionContext ctx, Customer item, Collection<ProductInterest> value) Generated method - Setter of theCustomer.productInterestsattribute.voidsetProductInterests(Customer item, Collection<ProductInterest> value) Generated method - Setter of theCustomer.productInterestsattribute.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
-
CUSTOMER2PRODUCTINTERESTPRODUCTINTERESTSHANDLER
protected static final OneToManyHandler<ProductInterest> CUSTOMER2PRODUCTINTERESTPRODUCTINTERESTSHANDLEROneToManyHandlerfor handling 1:n PRODUCTINTERESTS's relation attributes from 'many' side. -
PRODUCT2PRODUCTINTERESTPRODUCTINTERESTSHANDLER
protected static final OneToManyHandler<ProductInterest> PRODUCT2PRODUCTINTERESTPRODUCTINTERESTSHANDLEROneToManyHandlerfor handling 1:n PRODUCTINTERESTS's relation attributes from 'many' side. -
DEFAULT_INITIAL_ATTRIBUTES
-
-
Constructor Details
-
GeneratedCustomerinterestsservicesManager
public GeneratedCustomerinterestsservicesManager()
-
-
Method Details
-
getDefaultAttributeModes
- Overrides:
getDefaultAttributeModesin classExtension
-
createProductInterest
-
createProductInterest
-
createProductInterestsProcess
public ProductInterestsProcess createProductInterestsProcess(SessionContext ctx, Map attributeValues) -
createProductInterestsProcess
-
getName
-
getProductInterests
Generated method - Getter of theCustomer.productInterestsattribute.- Returns:
- the productInterests
-
getProductInterests
Generated method - Getter of theCustomer.productInterestsattribute.- Returns:
- the productInterests
-
setProductInterests
public void setProductInterests(SessionContext ctx, Customer item, Collection<ProductInterest> value) Generated method - Setter of theCustomer.productInterestsattribute.- Parameters:
value- the productInterests
-
setProductInterests
Generated method - Setter of theCustomer.productInterestsattribute.- Parameters:
value- the productInterests
-
addToProductInterests
Generated method - Addsvalueto productInterests.- Parameters:
value- the item to add to productInterests
-
addToProductInterests
Generated method - Addsvalueto productInterests.- Parameters:
value- the item to add to productInterests
-
removeFromProductInterests
Generated method - Removesvaluefrom productInterests.- Parameters:
value- the item to remove from productInterests
-
removeFromProductInterests
Generated method - Removesvaluefrom productInterests.- Parameters:
value- the item to remove from productInterests
-
getProductInterests
Generated method - Getter of theProduct.productInterestsattribute.- Returns:
- the productInterests
-
getProductInterests
Generated method - Getter of theProduct.productInterestsattribute.- Returns:
- the productInterests
-
setProductInterests
public void setProductInterests(SessionContext ctx, Product item, Collection<ProductInterest> value) Generated method - Setter of theProduct.productInterestsattribute.- Parameters:
value- the productInterests
-
setProductInterests
Generated method - Setter of theProduct.productInterestsattribute.- Parameters:
value- the productInterests
-
addToProductInterests
Generated method - Addsvalueto productInterests.- Parameters:
value- the item to add to productInterests
-
addToProductInterests
Generated method - Addsvalueto productInterests.- Parameters:
value- the item to add to productInterests
-
removeFromProductInterests
Generated method - Removesvaluefrom productInterests.- Parameters:
value- the item to remove from productInterests
-
removeFromProductInterests
Generated method - Removesvaluefrom productInterests.- Parameters:
value- the item to remove from productInterests
-