Class GeneratedMonitoredRequest

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable
    Direct Known Subclasses:
    de.hybris.platform.integrationservices.jalo.MonitoredRequest

    public abstract class GeneratedMonitoredRequest
    extends de.hybris.platform.jalo.GenericItem
    Generated class for type MonitoredRequest.
    See Also:
    Serialized Form
    • Nested Class Summary

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

        de.hybris.platform.jalo.GenericItem.GenericItemImpl
      • Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem

        de.hybris.platform.jalo.c2l.LocalizableItem.LocalizableItemImpl
      • Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem

        de.hybris.platform.jalo.ExtensibleItem.ExtensibleItemImpl
      • Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item

        de.hybris.platform.jalo.Item.AttributeFilter, de.hybris.platform.jalo.Item.AttributeMode, de.hybris.platform.jalo.Item.CachedGetter, de.hybris.platform.jalo.Item.CachedSetter, de.hybris.platform.jalo.Item.ItemAttributeMap, de.hybris.platform.jalo.Item.ItemConstraint, de.hybris.platform.jalo.Item.ItemImpl, de.hybris.platform.jalo.Item.JaloCachedComputationException
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static java.util.Map<java.lang.String,​de.hybris.platform.jalo.Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES  
      static java.lang.String INTEGRATIONKEY
      Qualifier of the MonitoredRequest.integrationKey attribute
      static java.lang.String MESSAGEID
      Qualifier of the MonitoredRequest.messageId attribute
      static java.lang.String PAYLOAD
      Qualifier of the MonitoredRequest.payload attribute
      static java.lang.String SAPPASSPORT
      Qualifier of the MonitoredRequest.sapPassport attribute
      static java.lang.String STATUS
      Qualifier of the MonitoredRequest.status attribute
      static java.lang.String TYPE
      Qualifier of the MonitoredRequest.type attribute
      static java.lang.String USER
      Qualifier of the MonitoredRequest.user attribute
      • Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem

        LANGUAGE_FALLBACK_ENABLED
      • Fields inherited from class de.hybris.platform.jalo.Item

        _CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects
      • Fields inherited from class de.hybris.platform.util.BridgeAbstraction

        impl, tenant
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.util.Map<java.lang.String,​de.hybris.platform.jalo.Item.AttributeMode> getDefaultAttributeModes()  
      java.lang.String getIntegrationKey()
      Generated method - Getter of the MonitoredRequest.integrationKey attribute.
      java.lang.String getIntegrationKey​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the MonitoredRequest.integrationKey attribute.
      java.lang.String getMessageId()
      Generated method - Getter of the MonitoredRequest.messageId attribute.
      java.lang.String getMessageId​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the MonitoredRequest.messageId attribute.
      de.hybris.platform.integrationservices.jalo.IntegrationApiMedia getPayload()
      Generated method - Getter of the MonitoredRequest.payload attribute.
      de.hybris.platform.integrationservices.jalo.IntegrationApiMedia getPayload​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the MonitoredRequest.payload attribute.
      java.lang.String getSapPassport()
      Generated method - Getter of the MonitoredRequest.sapPassport attribute.
      java.lang.String getSapPassport​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the MonitoredRequest.sapPassport attribute.
      de.hybris.platform.jalo.enumeration.EnumerationValue getStatus()
      Generated method - Getter of the MonitoredRequest.status attribute.
      de.hybris.platform.jalo.enumeration.EnumerationValue getStatus​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the MonitoredRequest.status attribute.
      java.lang.String getType()
      Generated method - Getter of the MonitoredRequest.type attribute.
      java.lang.String getType​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the MonitoredRequest.type attribute.
      de.hybris.platform.jalo.user.User getUser()
      Generated method - Getter of the MonitoredRequest.user attribute.
      de.hybris.platform.jalo.user.User getUser​(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the MonitoredRequest.user attribute.
      void setIntegrationKey​(de.hybris.platform.jalo.SessionContext ctx, java.lang.String value)
      Generated method - Setter of the MonitoredRequest.integrationKey attribute.
      void setIntegrationKey​(java.lang.String value)
      Generated method - Setter of the MonitoredRequest.integrationKey attribute.
      void setMessageId​(de.hybris.platform.jalo.SessionContext ctx, java.lang.String value)
      Generated method - Setter of the MonitoredRequest.messageId attribute.
      void setMessageId​(java.lang.String value)
      Generated method - Setter of the MonitoredRequest.messageId attribute.
      void setPayload​(de.hybris.platform.integrationservices.jalo.IntegrationApiMedia value)
      Generated method - Setter of the MonitoredRequest.payload attribute.
      void setPayload​(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.integrationservices.jalo.IntegrationApiMedia value)
      Generated method - Setter of the MonitoredRequest.payload attribute.
      protected void setSapPassport​(de.hybris.platform.jalo.SessionContext ctx, java.lang.String value)
      Generated method - Setter of the MonitoredRequest.sapPassport attribute.
      protected void setSapPassport​(java.lang.String value)
      Generated method - Setter of the MonitoredRequest.sapPassport attribute.
      void setStatus​(de.hybris.platform.jalo.enumeration.EnumerationValue value)
      Generated method - Setter of the MonitoredRequest.status attribute.
      void setStatus​(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.enumeration.EnumerationValue value)
      Generated method - Setter of the MonitoredRequest.status attribute.
      void setType​(de.hybris.platform.jalo.SessionContext ctx, java.lang.String value)
      Generated method - Setter of the MonitoredRequest.type attribute.
      void setType​(java.lang.String value)
      Generated method - Setter of the MonitoredRequest.type attribute.
      protected void setUser​(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.user.User value)
      Generated method - Setter of the MonitoredRequest.user attribute.
      protected void setUser​(de.hybris.platform.jalo.user.User value)
      Generated method - Setter of the MonitoredRequest.user attribute.
      • Methods inherited from class de.hybris.platform.jalo.GenericItem

        createItem, getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, getRelatedItems, setRelatedItems
      • Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem

        getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
      • Methods inherited from class de.hybris.platform.jalo.ExtensibleItem

        createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
      • Methods inherited from class de.hybris.platform.jalo.Item

        addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
      • Methods inherited from class de.hybris.platform.util.BridgeAbstraction

        setTenant
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Field Detail

      • STATUS

        public static final java.lang.String STATUS
        Qualifier of the MonitoredRequest.status attribute
        See Also:
        Constant Field Values
      • INTEGRATIONKEY

        public static final java.lang.String INTEGRATIONKEY
        Qualifier of the MonitoredRequest.integrationKey attribute
        See Also:
        Constant Field Values
      • TYPE

        public static final java.lang.String TYPE
        Qualifier of the MonitoredRequest.type attribute
        See Also:
        Constant Field Values
      • PAYLOAD

        public static final java.lang.String PAYLOAD
        Qualifier of the MonitoredRequest.payload attribute
        See Also:
        Constant Field Values
      • MESSAGEID

        public static final java.lang.String MESSAGEID
        Qualifier of the MonitoredRequest.messageId attribute
        See Also:
        Constant Field Values
      • USER

        public static final java.lang.String USER
        Qualifier of the MonitoredRequest.user attribute
        See Also:
        Constant Field Values
      • SAPPASSPORT

        public static final java.lang.String SAPPASSPORT
        Qualifier of the MonitoredRequest.sapPassport attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​de.hybris.platform.jalo.Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedMonitoredRequest

        public GeneratedMonitoredRequest()
    • Method Detail

      • getDefaultAttributeModes

        protected java.util.Map<java.lang.String,​de.hybris.platform.jalo.Item.AttributeMode> getDefaultAttributeModes()
        Overrides:
        getDefaultAttributeModes in class de.hybris.platform.jalo.Item
      • getIntegrationKey

        public java.lang.String getIntegrationKey​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the MonitoredRequest.integrationKey attribute.
        Returns:
        the integrationKey
      • getIntegrationKey

        public java.lang.String getIntegrationKey()
        Generated method - Getter of the MonitoredRequest.integrationKey attribute.
        Returns:
        the integrationKey
      • setIntegrationKey

        public void setIntegrationKey​(de.hybris.platform.jalo.SessionContext ctx,
                                      java.lang.String value)
        Generated method - Setter of the MonitoredRequest.integrationKey attribute.
        Parameters:
        value - the integrationKey
      • setIntegrationKey

        public void setIntegrationKey​(java.lang.String value)
        Generated method - Setter of the MonitoredRequest.integrationKey attribute.
        Parameters:
        value - the integrationKey
      • getMessageId

        public java.lang.String getMessageId​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the MonitoredRequest.messageId attribute.
        Returns:
        the messageId
      • getMessageId

        public java.lang.String getMessageId()
        Generated method - Getter of the MonitoredRequest.messageId attribute.
        Returns:
        the messageId
      • setMessageId

        public void setMessageId​(de.hybris.platform.jalo.SessionContext ctx,
                                 java.lang.String value)
        Generated method - Setter of the MonitoredRequest.messageId attribute.
        Parameters:
        value - the messageId
      • setMessageId

        public void setMessageId​(java.lang.String value)
        Generated method - Setter of the MonitoredRequest.messageId attribute.
        Parameters:
        value - the messageId
      • getPayload

        public de.hybris.platform.integrationservices.jalo.IntegrationApiMedia getPayload​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the MonitoredRequest.payload attribute.
        Returns:
        the payload
      • getPayload

        public de.hybris.platform.integrationservices.jalo.IntegrationApiMedia getPayload()
        Generated method - Getter of the MonitoredRequest.payload attribute.
        Returns:
        the payload
      • setPayload

        public void setPayload​(de.hybris.platform.jalo.SessionContext ctx,
                               de.hybris.platform.integrationservices.jalo.IntegrationApiMedia value)
        Generated method - Setter of the MonitoredRequest.payload attribute.
        Parameters:
        value - the payload
      • setPayload

        public void setPayload​(de.hybris.platform.integrationservices.jalo.IntegrationApiMedia value)
        Generated method - Setter of the MonitoredRequest.payload attribute.
        Parameters:
        value - the payload
      • getSapPassport

        public java.lang.String getSapPassport​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the MonitoredRequest.sapPassport attribute.
        Returns:
        the sapPassport
      • getSapPassport

        public java.lang.String getSapPassport()
        Generated method - Getter of the MonitoredRequest.sapPassport attribute.
        Returns:
        the sapPassport
      • setSapPassport

        protected void setSapPassport​(de.hybris.platform.jalo.SessionContext ctx,
                                      java.lang.String value)
        Generated method - Setter of the MonitoredRequest.sapPassport attribute.
        Parameters:
        value - the sapPassport
      • setSapPassport

        protected void setSapPassport​(java.lang.String value)
        Generated method - Setter of the MonitoredRequest.sapPassport attribute.
        Parameters:
        value - the sapPassport
      • getStatus

        public de.hybris.platform.jalo.enumeration.EnumerationValue getStatus​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the MonitoredRequest.status attribute.
        Returns:
        the status
      • getStatus

        public de.hybris.platform.jalo.enumeration.EnumerationValue getStatus()
        Generated method - Getter of the MonitoredRequest.status attribute.
        Returns:
        the status
      • setStatus

        public void setStatus​(de.hybris.platform.jalo.SessionContext ctx,
                              de.hybris.platform.jalo.enumeration.EnumerationValue value)
        Generated method - Setter of the MonitoredRequest.status attribute.
        Parameters:
        value - the status
      • setStatus

        public void setStatus​(de.hybris.platform.jalo.enumeration.EnumerationValue value)
        Generated method - Setter of the MonitoredRequest.status attribute.
        Parameters:
        value - the status
      • getType

        public java.lang.String getType​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the MonitoredRequest.type attribute.
        Returns:
        the type
      • getType

        public java.lang.String getType()
        Generated method - Getter of the MonitoredRequest.type attribute.
        Returns:
        the type
      • setType

        public void setType​(de.hybris.platform.jalo.SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the MonitoredRequest.type attribute.
        Parameters:
        value - the type
      • setType

        public void setType​(java.lang.String value)
        Generated method - Setter of the MonitoredRequest.type attribute.
        Parameters:
        value - the type
      • getUser

        public de.hybris.platform.jalo.user.User getUser​(de.hybris.platform.jalo.SessionContext ctx)
        Generated method - Getter of the MonitoredRequest.user attribute.
        Returns:
        the user
      • getUser

        public de.hybris.platform.jalo.user.User getUser()
        Generated method - Getter of the MonitoredRequest.user attribute.
        Returns:
        the user
      • setUser

        protected void setUser​(de.hybris.platform.jalo.SessionContext ctx,
                               de.hybris.platform.jalo.user.User value)
        Generated method - Setter of the MonitoredRequest.user attribute.
        Parameters:
        value - the user
      • setUser

        protected void setUser​(de.hybris.platform.jalo.user.User value)
        Generated method - Setter of the MonitoredRequest.user attribute.
        Parameters:
        value - the user