Class GeneratedSaprevenuecloudcustomerManager
- java.lang.Object
-
- de.hybris.platform.jalo.Manager
-
- de.hybris.platform.jalo.extension.Extension
-
- com.sap.hybris.saprevenuecloudcustomer.jalo.GeneratedSaprevenuecloudcustomerManager
-
- All Implemented Interfaces:
ItemLifecycleListener
,java.io.Serializable
- Direct Known Subclasses:
SaprevenuecloudcustomerManager
public abstract class GeneratedSaprevenuecloudcustomerManager extends Extension
Generated class for typeSaprevenuecloudcustomerManager
.- 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_ATTRIBUTES
-
Constructor Summary
Constructors Constructor Description GeneratedSaprevenuecloudcustomerManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes(java.lang.Class<? extends Item> itemClass)
java.lang.String
getName()
java.lang.String
getRevenueCloudCompanyId(B2BUnit item)
Generated method - Getter of theB2BUnit.revenueCloudCompanyId
attribute.java.lang.String
getRevenueCloudCompanyId(SessionContext ctx, B2BUnit item)
Generated method - Getter of theB2BUnit.revenueCloudCompanyId
attribute.java.lang.String
getRevenueCloudCustomerId(SessionContext ctx, Customer item)
Generated method - Getter of theCustomer.revenueCloudCustomerId
attribute.java.lang.String
getRevenueCloudCustomerId(SessionContext ctx, SAPCpiOutboundCustomer item)
Generated method - Getter of theSAPCpiOutboundCustomer.revenueCloudCustomerId
attribute.java.lang.String
getRevenueCloudCustomerId(Customer item)
Generated method - Getter of theCustomer.revenueCloudCustomerId
attribute.java.lang.String
getRevenueCloudCustomerId(SAPCpiOutboundCustomer item)
Generated method - Getter of theSAPCpiOutboundCustomer.revenueCloudCustomerId
attribute.void
setRevenueCloudCompanyId(B2BUnit item, java.lang.String value)
Generated method - Setter of theB2BUnit.revenueCloudCompanyId
attribute.void
setRevenueCloudCompanyId(SessionContext ctx, B2BUnit item, java.lang.String value)
Generated method - Setter of theB2BUnit.revenueCloudCompanyId
attribute.void
setRevenueCloudCustomerId(SessionContext ctx, Customer item, java.lang.String value)
Generated method - Setter of theCustomer.revenueCloudCustomerId
attribute.void
setRevenueCloudCustomerId(SessionContext ctx, SAPCpiOutboundCustomer item, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundCustomer.revenueCloudCustomerId
attribute.void
setRevenueCloudCustomerId(Customer item, java.lang.String value)
Generated method - Setter of theCustomer.revenueCloudCustomerId
attribute.void
setRevenueCloudCustomerId(SAPCpiOutboundCustomer item, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundCustomer.revenueCloudCustomerId
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
-
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
-
getRevenueCloudCompanyId
public java.lang.String getRevenueCloudCompanyId(SessionContext ctx, B2BUnit item)
Generated method - Getter of theB2BUnit.revenueCloudCompanyId
attribute.- Returns:
- the revenueCloudCompanyId - Company ID from the Revenue Cloud system.
-
getRevenueCloudCompanyId
public java.lang.String getRevenueCloudCompanyId(B2BUnit item)
Generated method - Getter of theB2BUnit.revenueCloudCompanyId
attribute.- Returns:
- the revenueCloudCompanyId - Company ID from the Revenue Cloud system.
-
setRevenueCloudCompanyId
public void setRevenueCloudCompanyId(SessionContext ctx, B2BUnit item, java.lang.String value)
Generated method - Setter of theB2BUnit.revenueCloudCompanyId
attribute.- Parameters:
value
- the revenueCloudCompanyId - Company ID from the Revenue Cloud system.
-
setRevenueCloudCompanyId
public void setRevenueCloudCompanyId(B2BUnit item, java.lang.String value)
Generated method - Setter of theB2BUnit.revenueCloudCompanyId
attribute.- Parameters:
value
- the revenueCloudCompanyId - Company ID from the Revenue Cloud system.
-
getRevenueCloudCustomerId
public java.lang.String getRevenueCloudCustomerId(SessionContext ctx, Customer item)
Generated method - Getter of theCustomer.revenueCloudCustomerId
attribute.- Returns:
- the revenueCloudCustomerId - Customer ID from the Revenue Cloud system.
-
getRevenueCloudCustomerId
public java.lang.String getRevenueCloudCustomerId(Customer item)
Generated method - Getter of theCustomer.revenueCloudCustomerId
attribute.- Returns:
- the revenueCloudCustomerId - Customer ID from the Revenue Cloud system.
-
setRevenueCloudCustomerId
public void setRevenueCloudCustomerId(SessionContext ctx, Customer item, java.lang.String value)
Generated method - Setter of theCustomer.revenueCloudCustomerId
attribute.- Parameters:
value
- the revenueCloudCustomerId - Customer ID from the Revenue Cloud system.
-
setRevenueCloudCustomerId
public void setRevenueCloudCustomerId(Customer item, java.lang.String value)
Generated method - Setter of theCustomer.revenueCloudCustomerId
attribute.- Parameters:
value
- the revenueCloudCustomerId - Customer ID from the Revenue Cloud system.
-
getRevenueCloudCustomerId
public java.lang.String getRevenueCloudCustomerId(SessionContext ctx, SAPCpiOutboundCustomer item)
Generated method - Getter of theSAPCpiOutboundCustomer.revenueCloudCustomerId
attribute.- Returns:
- the revenueCloudCustomerId - Customer ID from the Revenue Cloud system.
-
getRevenueCloudCustomerId
public java.lang.String getRevenueCloudCustomerId(SAPCpiOutboundCustomer item)
Generated method - Getter of theSAPCpiOutboundCustomer.revenueCloudCustomerId
attribute.- Returns:
- the revenueCloudCustomerId - Customer ID from the Revenue Cloud system.
-
setRevenueCloudCustomerId
public void setRevenueCloudCustomerId(SessionContext ctx, SAPCpiOutboundCustomer item, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundCustomer.revenueCloudCustomerId
attribute.- Parameters:
value
- the revenueCloudCustomerId - Customer ID from the Revenue Cloud system.
-
setRevenueCloudCustomerId
public void setRevenueCloudCustomerId(SAPCpiOutboundCustomer item, java.lang.String value)
Generated method - Setter of theSAPCpiOutboundCustomer.revenueCloudCustomerId
attribute.- Parameters:
value
- the revenueCloudCustomerId - Customer ID from the Revenue Cloud system.
-
-