Class GeneratedProfileservicesManager

java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
com.hybris.yprofile.jalo.GeneratedProfileservicesManager
All Implemented Interfaces:
ItemLifecycleListener, Serializable
Direct Known Subclasses:
ProfileservicesManager

public abstract class GeneratedProfileservicesManager extends Extension
Generated class for type ProfileservicesManager.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedProfileservicesManager

      public GeneratedProfileservicesManager()
  • Method Details

    • getDefaultAttributeModes

      public Map<String,Item.AttributeMode> getDefaultAttributeModes(Class<? extends Item> itemClass)
      Overrides:
      getDefaultAttributeModes in class Extension
    • getCartIdReference

      public String getCartIdReference(SessionContext ctx, AbstractOrder item)
      Generated method - Getter of the AbstractOrder.cartIdReference attribute.
      Returns:
      the cartIdReference - Holds the id of the cart.
    • getCartIdReference

      public String getCartIdReference(AbstractOrder item)
      Generated method - Getter of the AbstractOrder.cartIdReference attribute.
      Returns:
      the cartIdReference - Holds the id of the cart.
    • setCartIdReference

      public void setCartIdReference(SessionContext ctx, AbstractOrder item, String value)
      Generated method - Setter of the AbstractOrder.cartIdReference attribute.
      Parameters:
      value - the cartIdReference - Holds the id of the cart.
    • setCartIdReference

      public void setCartIdReference(AbstractOrder item, String value)
      Generated method - Setter of the AbstractOrder.cartIdReference attribute.
      Parameters:
      value - the cartIdReference - Holds the id of the cart.
    • getConsentReference

      public String getConsentReference(SessionContext ctx, AbstractOrder item)
      Generated method - Getter of the AbstractOrder.consentReference attribute.
      Returns:
      the consentReference - Holds the identifier of the user consent to enable tracking user activities.
    • getConsentReference

      public String getConsentReference(AbstractOrder item)
      Generated method - Getter of the AbstractOrder.consentReference attribute.
      Returns:
      the consentReference - Holds the identifier of the user consent to enable tracking user activities.
    • setConsentReference

      public void setConsentReference(SessionContext ctx, AbstractOrder item, String value)
      Generated method - Setter of the AbstractOrder.consentReference attribute.
      Parameters:
      value - the consentReference - Holds the identifier of the user consent to enable tracking user activities.
    • setConsentReference

      public void setConsentReference(AbstractOrder item, String value)
      Generated method - Setter of the AbstractOrder.consentReference attribute.
      Parameters:
      value - the consentReference - Holds the identifier of the user consent to enable tracking user activities.
    • getConsentReference

      public String getConsentReference(SessionContext ctx, Consent item)
      Generated method - Getter of the Consent.consentReference attribute.
      Returns:
      the consentReference - Holds the identifier of the user consent to enable tracking user activities.
    • getConsentReference

      public String getConsentReference(Consent item)
      Generated method - Getter of the Consent.consentReference attribute.
      Returns:
      the consentReference - Holds the identifier of the user consent to enable tracking user activities.
    • setConsentReference

      public void setConsentReference(SessionContext ctx, Consent item, String value)
      Generated method - Setter of the Consent.consentReference attribute.
      Parameters:
      value - the consentReference - Holds the identifier of the user consent to enable tracking user activities.
    • setConsentReference

      public void setConsentReference(Consent item, String value)
      Generated method - Setter of the Consent.consentReference attribute.
      Parameters:
      value - the consentReference - Holds the identifier of the user consent to enable tracking user activities.
    • createProfileTagScriptComponent

      public ProfileTagScriptComponent createProfileTagScriptComponent(SessionContext ctx, Map attributeValues)
    • createProfileTagScriptComponent

      public ProfileTagScriptComponent createProfileTagScriptComponent(Map attributeValues)
    • getName

      public String getName()
      Specified by:
      getName in class Extension
    • isProfileTagDebug

      public Boolean isProfileTagDebug(SessionContext ctx, User item)
      Generated method - Getter of the User.profileTagDebug attribute.
      Returns:
      the profileTagDebug - Holds the debug flag that controls application logging for debugging purposes.
    • isProfileTagDebug

      public Boolean isProfileTagDebug(User item)
      Generated method - Getter of the User.profileTagDebug attribute.
      Returns:
      the profileTagDebug - Holds the debug flag that controls application logging for debugging purposes.
    • isProfileTagDebugAsPrimitive

      public boolean isProfileTagDebugAsPrimitive(SessionContext ctx, User item)
      Generated method - Getter of the User.profileTagDebug attribute.
      Returns:
      the profileTagDebug - Holds the debug flag that controls application logging for debugging purposes.
    • isProfileTagDebugAsPrimitive

      public boolean isProfileTagDebugAsPrimitive(User item)
      Generated method - Getter of the User.profileTagDebug attribute.
      Returns:
      the profileTagDebug - Holds the debug flag that controls application logging for debugging purposes.
    • setProfileTagDebug

      public void setProfileTagDebug(SessionContext ctx, User item, Boolean value)
      Generated method - Setter of the User.profileTagDebug attribute.
      Parameters:
      value - the profileTagDebug - Holds the debug flag that controls application logging for debugging purposes.
    • setProfileTagDebug

      public void setProfileTagDebug(User item, Boolean value)
      Generated method - Setter of the User.profileTagDebug attribute.
      Parameters:
      value - the profileTagDebug - Holds the debug flag that controls application logging for debugging purposes.
    • setProfileTagDebug

      public void setProfileTagDebug(SessionContext ctx, User item, boolean value)
      Generated method - Setter of the User.profileTagDebug attribute.
      Parameters:
      value - the profileTagDebug - Holds the debug flag that controls application logging for debugging purposes.
    • setProfileTagDebug

      public void setProfileTagDebug(User item, boolean value)
      Generated method - Setter of the User.profileTagDebug attribute.
      Parameters:
      value - the profileTagDebug - Holds the debug flag that controls application logging for debugging purposes.