Class GeneratedIATAService

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.oneorderservices.jalo.GeneratedIATAService
All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
IATAService

public abstract class GeneratedIATAService extends de.hybris.platform.jalo.GenericItem
Generated class for type IATAService.
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 IATAService.code attribute
    static final String
    Qualifier of the IATAService.consignmentEntry attribute
    protected static final de.hybris.platform.util.BidirectionalOneToManyHandler<GeneratedIATAService>
    BidirectionalOneToManyHandler for handling 1:n CONSIGNMENTENTRY's relation attributes from 'one' side.
    protected static final Map<String,de.hybris.platform.jalo.Item.AttributeMode>
     
    static final String
    Qualifier of the IATAService.deliveryStatus attribute
    static final String
    Qualifier of the IATAService.readyToAccount attribute
    static final String
    Qualifier of the IATAService.sentToAccountingSystem 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 IATAService.code attribute.
    getCode(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the IATAService.code attribute.
    de.hybris.platform.ordersplitting.jalo.ConsignmentEntry
    Generated method - Getter of the IATAService.consignmentEntry attribute.
    de.hybris.platform.ordersplitting.jalo.ConsignmentEntry
    getConsignmentEntry(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the IATAService.consignmentEntry attribute.
    protected Map<String,de.hybris.platform.jalo.Item.AttributeMode>
     
    de.hybris.platform.jalo.enumeration.EnumerationValue
    Generated method - Getter of the IATAService.deliveryStatus attribute.
    de.hybris.platform.jalo.enumeration.EnumerationValue
    getDeliveryStatus(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the IATAService.deliveryStatus attribute.
    Generated method - Getter of the IATAService.readyToAccount attribute.
    isReadyToAccount(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the IATAService.readyToAccount attribute.
    boolean
    Generated method - Getter of the IATAService.readyToAccount attribute.
    boolean
    isReadyToAccountAsPrimitive(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the IATAService.readyToAccount attribute.
    Generated method - Getter of the IATAService.sentToAccountingSystem attribute.
    isSentToAccountingSystem(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the IATAService.sentToAccountingSystem attribute.
    boolean
    Generated method - Getter of the IATAService.sentToAccountingSystem attribute.
    boolean
    isSentToAccountingSystemAsPrimitive(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the IATAService.sentToAccountingSystem attribute.
    void
    setCode(de.hybris.platform.jalo.SessionContext ctx, String value)
    Generated method - Setter of the IATAService.code attribute.
    void
    setCode(String value)
    Generated method - Setter of the IATAService.code attribute.
    void
    setConsignmentEntry(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.ordersplitting.jalo.ConsignmentEntry value)
    Generated method - Setter of the IATAService.consignmentEntry attribute.
    void
    setConsignmentEntry(de.hybris.platform.ordersplitting.jalo.ConsignmentEntry value)
    Generated method - Setter of the IATAService.consignmentEntry attribute.
    void
    setDeliveryStatus(de.hybris.platform.jalo.enumeration.EnumerationValue value)
    Generated method - Setter of the IATAService.deliveryStatus attribute.
    void
    setDeliveryStatus(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.enumeration.EnumerationValue value)
    Generated method - Setter of the IATAService.deliveryStatus attribute.
    void
    setReadyToAccount(boolean value)
    Generated method - Setter of the IATAService.readyToAccount attribute.
    void
    setReadyToAccount(de.hybris.platform.jalo.SessionContext ctx, boolean value)
    Generated method - Setter of the IATAService.readyToAccount attribute.
    void
    setReadyToAccount(de.hybris.platform.jalo.SessionContext ctx, Boolean value)
    Generated method - Setter of the IATAService.readyToAccount attribute.
    void
    Generated method - Setter of the IATAService.readyToAccount attribute.
    void
    Generated method - Setter of the IATAService.sentToAccountingSystem attribute.
    void
    setSentToAccountingSystem(de.hybris.platform.jalo.SessionContext ctx, boolean value)
    Generated method - Setter of the IATAService.sentToAccountingSystem attribute.
    void
    setSentToAccountingSystem(de.hybris.platform.jalo.SessionContext ctx, Boolean value)
    Generated method - Setter of the IATAService.sentToAccountingSystem attribute.
    void
    Generated method - Setter of the IATAService.sentToAccountingSystem 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

    • CODE

      public static final String CODE
      Qualifier of the IATAService.code attribute
      See Also:
    • DELIVERYSTATUS

      public static final String DELIVERYSTATUS
      Qualifier of the IATAService.deliveryStatus attribute
      See Also:
    • READYTOACCOUNT

      public static final String READYTOACCOUNT
      Qualifier of the IATAService.readyToAccount attribute
      See Also:
    • SENTTOACCOUNTINGSYSTEM

      public static final String SENTTOACCOUNTINGSYSTEM
      Qualifier of the IATAService.sentToAccountingSystem attribute
      See Also:
    • CONSIGNMENTENTRY

      public static final String CONSIGNMENTENTRY
      Qualifier of the IATAService.consignmentEntry attribute
      See Also:
    • CONSIGNMENTENTRYHANDLER

      protected static final de.hybris.platform.util.BidirectionalOneToManyHandler<GeneratedIATAService> CONSIGNMENTENTRYHANDLER
      BidirectionalOneToManyHandler for handling 1:n CONSIGNMENTENTRY'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

    • GeneratedIATAService

      public GeneratedIATAService()
  • Method Details

    • getDefaultAttributeModes

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

      public String getCode(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the IATAService.code attribute.
      Returns:
      the code
    • getCode

      public String getCode()
      Generated method - Getter of the IATAService.code attribute.
      Returns:
      the code
    • setCode

      public void setCode(de.hybris.platform.jalo.SessionContext ctx, String value)
      Generated method - Setter of the IATAService.code attribute.
      Parameters:
      value - the code
    • setCode

      public void setCode(String value)
      Generated method - Setter of the IATAService.code attribute.
      Parameters:
      value - the code
    • getConsignmentEntry

      public de.hybris.platform.ordersplitting.jalo.ConsignmentEntry getConsignmentEntry(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the IATAService.consignmentEntry attribute.
      Returns:
      the consignmentEntry
    • getConsignmentEntry

      public de.hybris.platform.ordersplitting.jalo.ConsignmentEntry getConsignmentEntry()
      Generated method - Getter of the IATAService.consignmentEntry attribute.
      Returns:
      the consignmentEntry
    • setConsignmentEntry

      public void setConsignmentEntry(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.ordersplitting.jalo.ConsignmentEntry value)
      Generated method - Setter of the IATAService.consignmentEntry attribute.
      Parameters:
      value - the consignmentEntry
    • setConsignmentEntry

      public void setConsignmentEntry(de.hybris.platform.ordersplitting.jalo.ConsignmentEntry value)
      Generated method - Setter of the IATAService.consignmentEntry attribute.
      Parameters:
      value - the consignmentEntry
    • 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
    • getDeliveryStatus

      public de.hybris.platform.jalo.enumeration.EnumerationValue getDeliveryStatus(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the IATAService.deliveryStatus attribute.
      Returns:
      the deliveryStatus
    • getDeliveryStatus

      public de.hybris.platform.jalo.enumeration.EnumerationValue getDeliveryStatus()
      Generated method - Getter of the IATAService.deliveryStatus attribute.
      Returns:
      the deliveryStatus
    • setDeliveryStatus

      public void setDeliveryStatus(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.enumeration.EnumerationValue value)
      Generated method - Setter of the IATAService.deliveryStatus attribute.
      Parameters:
      value - the deliveryStatus
    • setDeliveryStatus

      public void setDeliveryStatus(de.hybris.platform.jalo.enumeration.EnumerationValue value)
      Generated method - Setter of the IATAService.deliveryStatus attribute.
      Parameters:
      value - the deliveryStatus
    • isReadyToAccount

      public Boolean isReadyToAccount(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the IATAService.readyToAccount attribute.
      Returns:
      the readyToAccount
    • isReadyToAccount

      public Boolean isReadyToAccount()
      Generated method - Getter of the IATAService.readyToAccount attribute.
      Returns:
      the readyToAccount
    • isReadyToAccountAsPrimitive

      public boolean isReadyToAccountAsPrimitive(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the IATAService.readyToAccount attribute.
      Returns:
      the readyToAccount
    • isReadyToAccountAsPrimitive

      public boolean isReadyToAccountAsPrimitive()
      Generated method - Getter of the IATAService.readyToAccount attribute.
      Returns:
      the readyToAccount
    • setReadyToAccount

      public void setReadyToAccount(de.hybris.platform.jalo.SessionContext ctx, Boolean value)
      Generated method - Setter of the IATAService.readyToAccount attribute.
      Parameters:
      value - the readyToAccount
    • setReadyToAccount

      public void setReadyToAccount(Boolean value)
      Generated method - Setter of the IATAService.readyToAccount attribute.
      Parameters:
      value - the readyToAccount
    • setReadyToAccount

      public void setReadyToAccount(de.hybris.platform.jalo.SessionContext ctx, boolean value)
      Generated method - Setter of the IATAService.readyToAccount attribute.
      Parameters:
      value - the readyToAccount
    • setReadyToAccount

      public void setReadyToAccount(boolean value)
      Generated method - Setter of the IATAService.readyToAccount attribute.
      Parameters:
      value - the readyToAccount
    • isSentToAccountingSystem

      public Boolean isSentToAccountingSystem(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the IATAService.sentToAccountingSystem attribute.
      Returns:
      the sentToAccountingSystem
    • isSentToAccountingSystem

      public Boolean isSentToAccountingSystem()
      Generated method - Getter of the IATAService.sentToAccountingSystem attribute.
      Returns:
      the sentToAccountingSystem
    • isSentToAccountingSystemAsPrimitive

      public boolean isSentToAccountingSystemAsPrimitive(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the IATAService.sentToAccountingSystem attribute.
      Returns:
      the sentToAccountingSystem
    • isSentToAccountingSystemAsPrimitive

      public boolean isSentToAccountingSystemAsPrimitive()
      Generated method - Getter of the IATAService.sentToAccountingSystem attribute.
      Returns:
      the sentToAccountingSystem
    • setSentToAccountingSystem

      public void setSentToAccountingSystem(de.hybris.platform.jalo.SessionContext ctx, Boolean value)
      Generated method - Setter of the IATAService.sentToAccountingSystem attribute.
      Parameters:
      value - the sentToAccountingSystem
    • setSentToAccountingSystem

      public void setSentToAccountingSystem(Boolean value)
      Generated method - Setter of the IATAService.sentToAccountingSystem attribute.
      Parameters:
      value - the sentToAccountingSystem
    • setSentToAccountingSystem

      public void setSentToAccountingSystem(de.hybris.platform.jalo.SessionContext ctx, boolean value)
      Generated method - Setter of the IATAService.sentToAccountingSystem attribute.
      Parameters:
      value - the sentToAccountingSystem
    • setSentToAccountingSystem

      public void setSentToAccountingSystem(boolean value)
      Generated method - Setter of the IATAService.sentToAccountingSystem attribute.
      Parameters:
      value - the sentToAccountingSystem