Class GeneratedSapcarintegrationManager

java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
de.hybris.platform.sap.sapcarintegration.jalo.GeneratedSapcarintegrationManager
All Implemented Interfaces:
de.hybris.platform.jalo.extension.ItemLifecycleListener, Serializable
Direct Known Subclasses:
SapcarintegrationManager

public abstract class GeneratedSapcarintegrationManager extends de.hybris.platform.jalo.extension.Extension
Generated class for type SapcarintegrationManager.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.jalo.extension.Extension

    de.hybris.platform.jalo.extension.Extension.RestrictedLanguagesProvider, de.hybris.platform.jalo.extension.Extension.RightsProvider

    Nested classes/interfaces inherited from class de.hybris.platform.jalo.Manager

    de.hybris.platform.jalo.Manager.GenericManagerSingletonCreator, de.hybris.platform.jalo.Manager.ManagerSingletonCreator
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final Map<String,Map<String,de.hybris.platform.jalo.Item.AttributeMode>>
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Map<String,de.hybris.platform.jalo.Item.AttributeMode>
    getDefaultAttributeModes(Class<? extends de.hybris.platform.jalo.Item> itemClass)
     
     
    getSapcarintegration_client(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.GenericItem item)
    Generated method - Getter of the SAPConfiguration.sapcarintegration_client attribute.
    Generated method - Getter of the SAPConfiguration.sapcarintegration_client attribute.
    getSapcarintegration_HTTPDestination(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.GenericItem item)
    Generated method - Getter of the SAPConfiguration.sapcarintegration_HTTPDestination attribute.
    Generated method - Getter of the SAPConfiguration.sapcarintegration_HTTPDestination attribute.
    getSapcarintegration_serviceName(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.GenericItem item)
    Generated method - Getter of the SAPConfiguration.sapcarintegration_serviceName attribute.
    Generated method - Getter of the SAPConfiguration.sapcarintegration_serviceName attribute.
    void
    setSapcarintegration_client(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.GenericItem item, String value)
    Generated method - Setter of the SAPConfiguration.sapcarintegration_client attribute.
    void
    Generated method - Setter of the SAPConfiguration.sapcarintegration_client attribute.
    void
    setSapcarintegration_HTTPDestination(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.GenericItem item, SAPHTTPDestination value)
    Generated method - Setter of the SAPConfiguration.sapcarintegration_HTTPDestination attribute.
    void
    Generated method - Setter of the SAPConfiguration.sapcarintegration_HTTPDestination attribute.
    void
    setSapcarintegration_serviceName(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.GenericItem item, String value)
    Generated method - Setter of the SAPConfiguration.sapcarintegration_serviceName attribute.
    void
    Generated method - Setter of the SAPConfiguration.sapcarintegration_serviceName attribute.

    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, 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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Map<String,de.hybris.platform.jalo.Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedSapcarintegrationManager

      public GeneratedSapcarintegrationManager()
  • Method Details

    • getDefaultAttributeModes

      public Map<String,de.hybris.platform.jalo.Item.AttributeMode> getDefaultAttributeModes(Class<? extends de.hybris.platform.jalo.Item> itemClass)
      Overrides:
      getDefaultAttributeModes in class de.hybris.platform.jalo.extension.Extension
    • getName

      public String getName()
      Specified by:
      getName in class de.hybris.platform.jalo.extension.Extension
    • getSapcarintegration_client

      public String getSapcarintegration_client(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.GenericItem item)
      Generated method - Getter of the SAPConfiguration.sapcarintegration_client attribute.
      Returns:
      the sapcarintegration_client - Client for CAR System
    • getSapcarintegration_client

      public String getSapcarintegration_client(SAPConfiguration item)
      Generated method - Getter of the SAPConfiguration.sapcarintegration_client attribute.
      Returns:
      the sapcarintegration_client - Client for CAR System
    • setSapcarintegration_client

      public void setSapcarintegration_client(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.GenericItem item, String value)
      Generated method - Setter of the SAPConfiguration.sapcarintegration_client attribute.
      Parameters:
      value - the sapcarintegration_client - Client for CAR System
    • setSapcarintegration_client

      public void setSapcarintegration_client(SAPConfiguration item, String value)
      Generated method - Setter of the SAPConfiguration.sapcarintegration_client attribute.
      Parameters:
      value - the sapcarintegration_client - Client for CAR System
    • getSapcarintegration_HTTPDestination

      public SAPHTTPDestination getSapcarintegration_HTTPDestination(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.GenericItem item)
      Generated method - Getter of the SAPConfiguration.sapcarintegration_HTTPDestination attribute.
      Returns:
      the sapcarintegration_HTTPDestination - HTTP Destination for OData
    • getSapcarintegration_HTTPDestination

      public SAPHTTPDestination getSapcarintegration_HTTPDestination(SAPConfiguration item)
      Generated method - Getter of the SAPConfiguration.sapcarintegration_HTTPDestination attribute.
      Returns:
      the sapcarintegration_HTTPDestination - HTTP Destination for OData
    • setSapcarintegration_HTTPDestination

      public void setSapcarintegration_HTTPDestination(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.GenericItem item, SAPHTTPDestination value)
      Generated method - Setter of the SAPConfiguration.sapcarintegration_HTTPDestination attribute.
      Parameters:
      value - the sapcarintegration_HTTPDestination - HTTP Destination for OData
    • setSapcarintegration_HTTPDestination

      public void setSapcarintegration_HTTPDestination(SAPConfiguration item, SAPHTTPDestination value)
      Generated method - Setter of the SAPConfiguration.sapcarintegration_HTTPDestination attribute.
      Parameters:
      value - the sapcarintegration_HTTPDestination - HTTP Destination for OData
    • getSapcarintegration_serviceName

      public String getSapcarintegration_serviceName(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.GenericItem item)
      Generated method - Getter of the SAPConfiguration.sapcarintegration_serviceName attribute.
      Returns:
      the sapcarintegration_serviceName - Service Name
    • getSapcarintegration_serviceName

      public String getSapcarintegration_serviceName(SAPConfiguration item)
      Generated method - Getter of the SAPConfiguration.sapcarintegration_serviceName attribute.
      Returns:
      the sapcarintegration_serviceName - Service Name
    • setSapcarintegration_serviceName

      public void setSapcarintegration_serviceName(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.GenericItem item, String value)
      Generated method - Setter of the SAPConfiguration.sapcarintegration_serviceName attribute.
      Parameters:
      value - the sapcarintegration_serviceName - Service Name
    • setSapcarintegration_serviceName

      public void setSapcarintegration_serviceName(SAPConfiguration item, String value)
      Generated method - Setter of the SAPConfiguration.sapcarintegration_serviceName attribute.
      Parameters:
      value - the sapcarintegration_serviceName - Service Name