Class GeneratedAbstractDestination

java.lang.Object
de.hybris.platform.util.BridgeAbstraction
de.hybris.platform.jalo.Item
de.hybris.platform.jalo.ExtensibleItem
de.hybris.platform.jalo.c2l.LocalizableItem
de.hybris.platform.jalo.GenericItem
de.hybris.platform.apiregistryservices.jalo.GeneratedAbstractDestination
All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
de.hybris.platform.apiregistryservices.jalo.AbstractDestination

public abstract class GeneratedAbstractDestination extends de.hybris.platform.jalo.GenericItem
Generated class for type AbstractDestination.
See Also:
  • 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
    static final String
    Qualifier of the AbstractDestination.active attribute
    static final String
    Qualifier of the AbstractDestination.additionalProperties attribute
    static final String
    Qualifier of the AbstractDestination.credential attribute
    protected static final Map<String,de.hybris.platform.jalo.Item.AttributeMode>
     
    static final String
    Qualifier of the AbstractDestination.destinationTarget attribute
    protected static final de.hybris.platform.util.BidirectionalOneToManyHandler<GeneratedAbstractDestination>
    BidirectionalOneToManyHandler for handling 1:n DESTINATIONTARGET's relation attributes from 'one' side.
    static final String
    Qualifier of the AbstractDestination.endpoint attribute
    protected static final de.hybris.platform.util.BidirectionalOneToManyHandler<GeneratedAbstractDestination>
    BidirectionalOneToManyHandler for handling 1:n ENDPOINT's relation attributes from 'one' side.
    static final String
    Qualifier of the AbstractDestination.id attribute
    static final String
    Qualifier of the AbstractDestination.url 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, TYPE

    Fields inherited from class de.hybris.platform.util.BridgeAbstraction

    impl, tenant
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected de.hybris.platform.jalo.Item
    createItem(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.type.ComposedType type, de.hybris.platform.jalo.Item.ItemAttributeMap allAttributes)
     
    Generated method - Getter of the AbstractDestination.additionalProperties attribute.
    getAllAdditionalProperties(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the AbstractDestination.additionalProperties attribute.
    de.hybris.platform.apiregistryservices.jalo.AbstractCredential
    Generated method - Getter of the AbstractDestination.credential attribute.
    de.hybris.platform.apiregistryservices.jalo.AbstractCredential
    getCredential(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the AbstractDestination.credential attribute.
    protected Map<String,de.hybris.platform.jalo.Item.AttributeMode>
     
    de.hybris.platform.apiregistryservices.jalo.DestinationTarget
    Generated method - Getter of the AbstractDestination.destinationTarget attribute.
    de.hybris.platform.apiregistryservices.jalo.DestinationTarget
    getDestinationTarget(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the AbstractDestination.destinationTarget attribute.
    de.hybris.platform.apiregistryservices.jalo.Endpoint
    Generated method - Getter of the AbstractDestination.endpoint attribute.
    de.hybris.platform.apiregistryservices.jalo.Endpoint
    getEndpoint(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the AbstractDestination.endpoint attribute.
    Generated method - Getter of the AbstractDestination.id attribute.
    getId(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the AbstractDestination.id attribute.
    Generated method - Getter of the AbstractDestination.url attribute.
    getUrl(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the AbstractDestination.url attribute.
    Generated method - Getter of the AbstractDestination.active attribute.
    isActive(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the AbstractDestination.active attribute.
    boolean
    Generated method - Getter of the AbstractDestination.active attribute.
    boolean
    isActiveAsPrimitive(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the AbstractDestination.active attribute.
    void
    setActive(boolean value)
    Generated method - Setter of the AbstractDestination.active attribute.
    void
    setActive(de.hybris.platform.jalo.SessionContext ctx, boolean value)
    Generated method - Setter of the AbstractDestination.active attribute.
    void
    setActive(de.hybris.platform.jalo.SessionContext ctx, Boolean value)
    Generated method - Setter of the AbstractDestination.active attribute.
    void
    Generated method - Setter of the AbstractDestination.active attribute.
    void
    setAllAdditionalProperties(de.hybris.platform.jalo.SessionContext ctx, Map<String,String> value)
    Generated method - Setter of the AbstractDestination.additionalProperties attribute.
    void
    Generated method - Setter of the AbstractDestination.additionalProperties attribute.
    void
    setCredential(de.hybris.platform.apiregistryservices.jalo.AbstractCredential value)
    Generated method - Setter of the AbstractDestination.credential attribute.
    void
    setCredential(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.apiregistryservices.jalo.AbstractCredential value)
    Generated method - Setter of the AbstractDestination.credential attribute.
    protected void
    setDestinationTarget(de.hybris.platform.apiregistryservices.jalo.DestinationTarget value)
    Generated method - Setter of the AbstractDestination.destinationTarget attribute.
    protected void
    setDestinationTarget(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.apiregistryservices.jalo.DestinationTarget value)
    Generated method - Setter of the AbstractDestination.destinationTarget attribute.
    void
    setEndpoint(de.hybris.platform.apiregistryservices.jalo.Endpoint value)
    Generated method - Setter of the AbstractDestination.endpoint attribute.
    void
    setEndpoint(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.apiregistryservices.jalo.Endpoint value)
    Generated method - Setter of the AbstractDestination.endpoint attribute.
    protected void
    setId(de.hybris.platform.jalo.SessionContext ctx, String value)
    Generated method - Setter of the AbstractDestination.id attribute.
    protected void
    setId(String value)
    Generated method - Setter of the AbstractDestination.id attribute.
    void
    setUrl(de.hybris.platform.jalo.SessionContext ctx, String value)
    Generated method - Setter of the AbstractDestination.url attribute.
    void
    setUrl(String value)
    Generated method - Setter of the AbstractDestination.url attribute.

    Methods inherited from class de.hybris.platform.jalo.GenericItem

    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, getPartOfRemovedSessionMarker, 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, suppressRelation, 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 Details

    • ID

      public static final String ID
      Qualifier of the AbstractDestination.id attribute
      See Also:
    • URL

      public static final String URL
      Qualifier of the AbstractDestination.url attribute
      See Also:
    • ACTIVE

      public static final String ACTIVE
      Qualifier of the AbstractDestination.active attribute
      See Also:
    • ADDITIONALPROPERTIES

      public static final String ADDITIONALPROPERTIES
      Qualifier of the AbstractDestination.additionalProperties attribute
      See Also:
    • CREDENTIAL

      public static final String CREDENTIAL
      Qualifier of the AbstractDestination.credential attribute
      See Also:
    • ENDPOINT

      public static final String ENDPOINT
      Qualifier of the AbstractDestination.endpoint attribute
      See Also:
    • DESTINATIONTARGET

      public static final String DESTINATIONTARGET
      Qualifier of the AbstractDestination.destinationTarget attribute
      See Also:
    • ENDPOINTHANDLER

      protected static final de.hybris.platform.util.BidirectionalOneToManyHandler<GeneratedAbstractDestination> ENDPOINTHANDLER
      BidirectionalOneToManyHandler for handling 1:n ENDPOINT's relation attributes from 'one' side.
    • DESTINATIONTARGETHANDLER

      protected static final de.hybris.platform.util.BidirectionalOneToManyHandler<GeneratedAbstractDestination> DESTINATIONTARGETHANDLER
      BidirectionalOneToManyHandler for handling 1:n DESTINATIONTARGET's relation attributes from 'one' side.
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedAbstractDestination

      public GeneratedAbstractDestination()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,de.hybris.platform.jalo.Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class de.hybris.platform.jalo.Item
    • isActive

      public Boolean isActive(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the AbstractDestination.active attribute.
      Returns:
      the active - Active Flag. Indicates whether the destination can be used.
    • isActive

      public Boolean isActive()
      Generated method - Getter of the AbstractDestination.active attribute.
      Returns:
      the active - Active Flag. Indicates whether the destination can be used.
    • isActiveAsPrimitive

      public boolean isActiveAsPrimitive(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the AbstractDestination.active attribute.
      Returns:
      the active - Active Flag. Indicates whether the destination can be used.
    • isActiveAsPrimitive

      public boolean isActiveAsPrimitive()
      Generated method - Getter of the AbstractDestination.active attribute.
      Returns:
      the active - Active Flag. Indicates whether the destination can be used.
    • setActive

      public void setActive(de.hybris.platform.jalo.SessionContext ctx, Boolean value)
      Generated method - Setter of the AbstractDestination.active attribute.
      Parameters:
      value - the active - Active Flag. Indicates whether the destination can be used.
    • setActive

      public void setActive(Boolean value)
      Generated method - Setter of the AbstractDestination.active attribute.
      Parameters:
      value - the active - Active Flag. Indicates whether the destination can be used.
    • setActive

      public void setActive(de.hybris.platform.jalo.SessionContext ctx, boolean value)
      Generated method - Setter of the AbstractDestination.active attribute.
      Parameters:
      value - the active - Active Flag. Indicates whether the destination can be used.
    • setActive

      public void setActive(boolean value)
      Generated method - Setter of the AbstractDestination.active attribute.
      Parameters:
      value - the active - Active Flag. Indicates whether the destination can be used.
    • getAllAdditionalProperties

      public Map<String,String> getAllAdditionalProperties(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the AbstractDestination.additionalProperties attribute.
      Returns:
      the additionalProperties - Map of Additional Properties
    • getAllAdditionalProperties

      public Map<String,String> getAllAdditionalProperties()
      Generated method - Getter of the AbstractDestination.additionalProperties attribute.
      Returns:
      the additionalProperties - Map of Additional Properties
    • setAllAdditionalProperties

      public void setAllAdditionalProperties(de.hybris.platform.jalo.SessionContext ctx, Map<String,String> value)
      Generated method - Setter of the AbstractDestination.additionalProperties attribute.
      Parameters:
      value - the additionalProperties - Map of Additional Properties
    • setAllAdditionalProperties

      public void setAllAdditionalProperties(Map<String,String> value)
      Generated method - Setter of the AbstractDestination.additionalProperties attribute.
      Parameters:
      value - the additionalProperties - Map of Additional Properties
    • createItem

      protected de.hybris.platform.jalo.Item createItem(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.type.ComposedType type, de.hybris.platform.jalo.Item.ItemAttributeMap allAttributes) throws de.hybris.platform.jalo.JaloBusinessException
      Overrides:
      createItem in class de.hybris.platform.jalo.GenericItem
      Throws:
      de.hybris.platform.jalo.JaloBusinessException
    • getCredential

      public de.hybris.platform.apiregistryservices.jalo.AbstractCredential getCredential(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the AbstractDestination.credential attribute.
      Returns:
      the credential - Credential
    • getCredential

      public de.hybris.platform.apiregistryservices.jalo.AbstractCredential getCredential()
      Generated method - Getter of the AbstractDestination.credential attribute.
      Returns:
      the credential - Credential
    • setCredential

      public void setCredential(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.apiregistryservices.jalo.AbstractCredential value)
      Generated method - Setter of the AbstractDestination.credential attribute.
      Parameters:
      value - the credential - Credential
    • setCredential

      public void setCredential(de.hybris.platform.apiregistryservices.jalo.AbstractCredential value)
      Generated method - Setter of the AbstractDestination.credential attribute.
      Parameters:
      value - the credential - Credential
    • getDestinationTarget

      public de.hybris.platform.apiregistryservices.jalo.DestinationTarget getDestinationTarget(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the AbstractDestination.destinationTarget attribute.
      Returns:
      the destinationTarget - Destination Target
    • getDestinationTarget

      public de.hybris.platform.apiregistryservices.jalo.DestinationTarget getDestinationTarget()
      Generated method - Getter of the AbstractDestination.destinationTarget attribute.
      Returns:
      the destinationTarget - Destination Target
    • setDestinationTarget

      protected void setDestinationTarget(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.apiregistryservices.jalo.DestinationTarget value)
      Generated method - Setter of the AbstractDestination.destinationTarget attribute.
      Parameters:
      value - the destinationTarget - Destination Target
    • setDestinationTarget

      protected void setDestinationTarget(de.hybris.platform.apiregistryservices.jalo.DestinationTarget value)
      Generated method - Setter of the AbstractDestination.destinationTarget attribute.
      Parameters:
      value - the destinationTarget - Destination Target
    • getEndpoint

      public de.hybris.platform.apiregistryservices.jalo.Endpoint getEndpoint(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the AbstractDestination.endpoint attribute.
      Returns:
      the endpoint - Endpoint
    • getEndpoint

      public de.hybris.platform.apiregistryservices.jalo.Endpoint getEndpoint()
      Generated method - Getter of the AbstractDestination.endpoint attribute.
      Returns:
      the endpoint - Endpoint
    • setEndpoint

      public void setEndpoint(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.apiregistryservices.jalo.Endpoint value)
      Generated method - Setter of the AbstractDestination.endpoint attribute.
      Parameters:
      value - the endpoint - Endpoint
    • setEndpoint

      public void setEndpoint(de.hybris.platform.apiregistryservices.jalo.Endpoint value)
      Generated method - Setter of the AbstractDestination.endpoint attribute.
      Parameters:
      value - the endpoint - Endpoint
    • getId

      public String getId(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the AbstractDestination.id attribute.
      Returns:
      the id - Unique Id
    • getId

      public String getId()
      Generated method - Getter of the AbstractDestination.id attribute.
      Returns:
      the id - Unique Id
    • setId

      protected void setId(de.hybris.platform.jalo.SessionContext ctx, String value)
      Generated method - Setter of the AbstractDestination.id attribute.
      Parameters:
      value - the id - Unique Id
    • setId

      protected void setId(String value)
      Generated method - Setter of the AbstractDestination.id attribute.
      Parameters:
      value - the id - Unique Id
    • getUrl

      public String getUrl(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the AbstractDestination.url attribute.
      Returns:
      the url - Destination URL
    • getUrl

      public String getUrl()
      Generated method - Getter of the AbstractDestination.url attribute.
      Returns:
      the url - Destination URL
    • setUrl

      public void setUrl(de.hybris.platform.jalo.SessionContext ctx, String value)
      Generated method - Setter of the AbstractDestination.url attribute.
      Parameters:
      value - the url - Destination URL
    • setUrl

      public void setUrl(String value)
      Generated method - Setter of the AbstractDestination.url attribute.
      Parameters:
      value - the url - Destination URL