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>CUSTOMER2PRODUCTINTERESTPRODUCTINTERESTSHANDLEROneToManyHandlerfor 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_ATTRIBUTESprotected static OneToManyHandler<ProductInterest>PRODUCT2PRODUCTINTERESTPRODUCTINTERESTSHANDLEROneToManyHandlerfor 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 voidaddToProductInterests(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.ProductInterestcreateProductInterest(SessionContext ctx, java.util.Map attributeValues)ProductInterestcreateProductInterest(java.util.Map attributeValues)ProductInterestsProcesscreateProductInterestsProcess(SessionContext ctx, java.util.Map attributeValues)ProductInterestsProcesscreateProductInterestsProcess(java.util.Map attributeValues)java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)java.lang.StringgetName()java.util.Collection<ProductInterest>getProductInterests(Product item)Generated method - Getter of theProduct.productInterestsattribute.java.util.Collection<ProductInterest>getProductInterests(SessionContext ctx, Product item)Generated method - Getter of theProduct.productInterestsattribute.java.util.Collection<ProductInterest>getProductInterests(SessionContext ctx, Customer item)Generated method - Getter of theCustomer.productInterestsattribute.java.util.Collection<ProductInterest>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, java.util.Collection<ProductInterest> value)Generated method - Setter of theProduct.productInterestsattribute.voidsetProductInterests(SessionContext ctx, Product item, java.util.Collection<ProductInterest> value)Generated method - Setter of theProduct.productInterestsattribute.voidsetProductInterests(SessionContext ctx, Customer item, java.util.Collection<ProductInterest> value)Generated method - Setter of theCustomer.productInterestsattribute.voidsetProductInterests(Customer item, java.util.Collection<ProductInterest> value)Generated method - Setter of theCustomer.productInterestsattribute.-
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
OneToManyHandlerfor handling 1:n PRODUCTINTERESTS's relation attributes from 'many' side.
-
PRODUCT2PRODUCTINTERESTPRODUCTINTERESTSHANDLER
protected static final OneToManyHandler<ProductInterest> PRODUCT2PRODUCTINTERESTPRODUCTINTERESTSHANDLER
OneToManyHandlerfor 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:
getDefaultAttributeModesin 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.productInterestsattribute.- Returns:
- the productInterests
-
getProductInterests
public java.util.Collection<ProductInterest> getProductInterests(Customer item)
Generated method - Getter of theCustomer.productInterestsattribute.- Returns:
- the productInterests
-
setProductInterests
public void setProductInterests(SessionContext ctx, Customer item, java.util.Collection<ProductInterest> value)
Generated method - Setter of theCustomer.productInterestsattribute.- Parameters:
value- the productInterests
-
setProductInterests
public void setProductInterests(Customer item, java.util.Collection<ProductInterest> value)
Generated method - Setter of theCustomer.productInterestsattribute.- Parameters:
value- the productInterests
-
addToProductInterests
public void addToProductInterests(SessionContext ctx, Customer item, ProductInterest value)
Generated method - Addsvalueto productInterests.- Parameters:
value- the item to add to productInterests
-
addToProductInterests
public void addToProductInterests(Customer item, ProductInterest value)
Generated method - Addsvalueto productInterests.- Parameters:
value- the item to add to productInterests
-
removeFromProductInterests
public void removeFromProductInterests(SessionContext ctx, Customer item, ProductInterest value)
Generated method - Removesvaluefrom productInterests.- Parameters:
value- the item to remove from productInterests
-
removeFromProductInterests
public void removeFromProductInterests(Customer item, ProductInterest value)
Generated method - Removesvaluefrom 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.productInterestsattribute.- Returns:
- the productInterests
-
getProductInterests
public java.util.Collection<ProductInterest> getProductInterests(Product item)
Generated method - Getter of theProduct.productInterestsattribute.- Returns:
- the productInterests
-
setProductInterests
public void setProductInterests(SessionContext ctx, Product item, java.util.Collection<ProductInterest> value)
Generated method - Setter of theProduct.productInterestsattribute.- Parameters:
value- the productInterests
-
setProductInterests
public void setProductInterests(Product item, java.util.Collection<ProductInterest> value)
Generated method - Setter of theProduct.productInterestsattribute.- Parameters:
value- the productInterests
-
addToProductInterests
public void addToProductInterests(SessionContext ctx, Product item, ProductInterest value)
Generated method - Addsvalueto productInterests.- Parameters:
value- the item to add to productInterests
-
addToProductInterests
public void addToProductInterests(Product item, ProductInterest value)
Generated method - Addsvalueto productInterests.- Parameters:
value- the item to add to productInterests
-
removeFromProductInterests
public void removeFromProductInterests(SessionContext ctx, Product item, ProductInterest value)
Generated method - Removesvaluefrom productInterests.- Parameters:
value- the item to remove from productInterests
-
removeFromProductInterests
public void removeFromProductInterests(Product item, ProductInterest value)
Generated method - Removesvaluefrom productInterests.- Parameters:
value- the item to remove from productInterests
-
-