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
,java.io.Serializable
- Direct Known Subclasses:
CustomerinterestsservicesManager
public abstract class GeneratedCustomerinterestsservicesManager extends Extension
Generated class for typeCustomerinterestsservicesManager
.- 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 OneToManyHandler<ProductInterest>
CUSTOMER2PRODUCTINTERESTPRODUCTINTERESTSHANDLER
OneToManyHandler
for handling 1:n PRODUCTINTERESTS's relation attributes from 'many' side.protected static java.util.Map<java.lang.String,java.util.Map<java.lang.String,Item.AttributeMode>>
DEFAULT_INITIAL_ATTRIBUTES
protected static OneToManyHandler<ProductInterest>
PRODUCT2PRODUCTINTERESTPRODUCTINTERESTSHANDLER
OneToManyHandler
for handling 1:n PRODUCTINTERESTS's relation attributes from 'many' side.
-
Constructor Summary
Constructors Constructor Description GeneratedCustomerinterestsservicesManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToProductInterests(Product item, ProductInterest value)
Generated method - Addsvalue
to productInterests.void
addToProductInterests(SessionContext ctx, Product item, ProductInterest value)
Generated method - Addsvalue
to productInterests.void
addToProductInterests(SessionContext ctx, Customer item, ProductInterest value)
Generated method - Addsvalue
to productInterests.void
addToProductInterests(Customer item, ProductInterest value)
Generated method - Addsvalue
to productInterests.ProductInterest
createProductInterest(SessionContext ctx, java.util.Map attributeValues)
ProductInterest
createProductInterest(java.util.Map attributeValues)
ProductInterestsProcess
createProductInterestsProcess(SessionContext ctx, java.util.Map attributeValues)
ProductInterestsProcess
createProductInterestsProcess(java.util.Map attributeValues)
java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)
java.lang.String
getName()
java.util.Collection<ProductInterest>
getProductInterests(Product item)
Generated method - Getter of theProduct.productInterests
attribute.java.util.Collection<ProductInterest>
getProductInterests(SessionContext ctx, Product item)
Generated method - Getter of theProduct.productInterests
attribute.java.util.Collection<ProductInterest>
getProductInterests(SessionContext ctx, Customer item)
Generated method - Getter of theCustomer.productInterests
attribute.java.util.Collection<ProductInterest>
getProductInterests(Customer item)
Generated method - Getter of theCustomer.productInterests
attribute.void
removeFromProductInterests(Product item, ProductInterest value)
Generated method - Removesvalue
from productInterests.void
removeFromProductInterests(SessionContext ctx, Product item, ProductInterest value)
Generated method - Removesvalue
from productInterests.void
removeFromProductInterests(SessionContext ctx, Customer item, ProductInterest value)
Generated method - Removesvalue
from productInterests.void
removeFromProductInterests(Customer item, ProductInterest value)
Generated method - Removesvalue
from productInterests.void
setProductInterests(Product item, java.util.Collection<ProductInterest> value)
Generated method - Setter of theProduct.productInterests
attribute.void
setProductInterests(SessionContext ctx, Product item, java.util.Collection<ProductInterest> value)
Generated method - Setter of theProduct.productInterests
attribute.void
setProductInterests(SessionContext ctx, Customer item, java.util.Collection<ProductInterest> value)
Generated method - Setter of theCustomer.productInterests
attribute.void
setProductInterests(Customer item, java.util.Collection<ProductInterest> value)
Generated method - Setter of theCustomer.productInterests
attribute.-
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
-
CUSTOMER2PRODUCTINTERESTPRODUCTINTERESTSHANDLER
protected static final OneToManyHandler<ProductInterest> CUSTOMER2PRODUCTINTERESTPRODUCTINTERESTSHANDLER
OneToManyHandler
for handling 1:n PRODUCTINTERESTS's relation attributes from 'many' side.
-
PRODUCT2PRODUCTINTERESTPRODUCTINTERESTSHANDLER
protected static final OneToManyHandler<ProductInterest> PRODUCT2PRODUCTINTERESTPRODUCTINTERESTSHANDLER
OneToManyHandler
for handling 1:n PRODUCTINTERESTS'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:
getDefaultAttributeModes
in classExtension
-
createProductInterest
public ProductInterest createProductInterest(SessionContext ctx, java.util.Map attributeValues)
-
createProductInterest
public ProductInterest createProductInterest(java.util.Map attributeValues)
-
createProductInterestsProcess
public ProductInterestsProcess createProductInterestsProcess(SessionContext ctx, java.util.Map attributeValues)
-
createProductInterestsProcess
public ProductInterestsProcess createProductInterestsProcess(java.util.Map attributeValues)
-
getProductInterests
public java.util.Collection<ProductInterest> getProductInterests(SessionContext ctx, Customer item)
Generated method - Getter of theCustomer.productInterests
attribute.- Returns:
- the productInterests
-
getProductInterests
public java.util.Collection<ProductInterest> getProductInterests(Customer item)
Generated method - Getter of theCustomer.productInterests
attribute.- Returns:
- the productInterests
-
setProductInterests
public void setProductInterests(SessionContext ctx, Customer item, java.util.Collection<ProductInterest> value)
Generated method - Setter of theCustomer.productInterests
attribute.- Parameters:
value
- the productInterests
-
setProductInterests
public void setProductInterests(Customer item, java.util.Collection<ProductInterest> value)
Generated method - Setter of theCustomer.productInterests
attribute.- Parameters:
value
- the productInterests
-
addToProductInterests
public void addToProductInterests(SessionContext ctx, Customer item, ProductInterest value)
Generated method - Addsvalue
to productInterests.- Parameters:
value
- the item to add to productInterests
-
addToProductInterests
public void addToProductInterests(Customer item, ProductInterest value)
Generated method - Addsvalue
to productInterests.- Parameters:
value
- the item to add to productInterests
-
removeFromProductInterests
public void removeFromProductInterests(SessionContext ctx, Customer item, ProductInterest value)
Generated method - Removesvalue
from productInterests.- Parameters:
value
- the item to remove from productInterests
-
removeFromProductInterests
public void removeFromProductInterests(Customer item, ProductInterest value)
Generated method - Removesvalue
from productInterests.- Parameters:
value
- the item to remove from productInterests
-
getProductInterests
public java.util.Collection<ProductInterest> getProductInterests(SessionContext ctx, Product item)
Generated method - Getter of theProduct.productInterests
attribute.- Returns:
- the productInterests
-
getProductInterests
public java.util.Collection<ProductInterest> getProductInterests(Product item)
Generated method - Getter of theProduct.productInterests
attribute.- Returns:
- the productInterests
-
setProductInterests
public void setProductInterests(SessionContext ctx, Product item, java.util.Collection<ProductInterest> value)
Generated method - Setter of theProduct.productInterests
attribute.- Parameters:
value
- the productInterests
-
setProductInterests
public void setProductInterests(Product item, java.util.Collection<ProductInterest> value)
Generated method - Setter of theProduct.productInterests
attribute.- Parameters:
value
- the productInterests
-
addToProductInterests
public void addToProductInterests(SessionContext ctx, Product item, ProductInterest value)
Generated method - Addsvalue
to productInterests.- Parameters:
value
- the item to add to productInterests
-
addToProductInterests
public void addToProductInterests(Product item, ProductInterest value)
Generated method - Addsvalue
to productInterests.- Parameters:
value
- the item to add to productInterests
-
removeFromProductInterests
public void removeFromProductInterests(SessionContext ctx, Product item, ProductInterest value)
Generated method - Removesvalue
from productInterests.- Parameters:
value
- the item to remove from productInterests
-
removeFromProductInterests
public void removeFromProductInterests(Product item, ProductInterest value)
Generated method - Removesvalue
from productInterests.- Parameters:
value
- the item to remove from productInterests
-
-