Class GeneratedTravelbackofficeservicesManager

java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
de.hybris.platform.travelbackofficeservices.jalo.GeneratedTravelbackofficeservicesManager
All Implemented Interfaces:
de.hybris.platform.jalo.extension.ItemLifecycleListener, Serializable
Direct Known Subclasses:
TravelbackofficeservicesManager

public abstract class GeneratedTravelbackofficeservicesManager extends de.hybris.platform.jalo.extension.Extension
Generated class for type TravelbackofficeservicesManager.
See Also:
  • Field Details

    • TRANSPORTOFFERINGORIGINLOCATIONRELATION_SRC_ORDERED

      protected static String TRANSPORTOFFERINGORIGINLOCATIONRELATION_SRC_ORDERED
      Relation ordering override parameter constants for TransportOfferingOriginLocationRelation from ((travelbackofficeservices))
    • TRANSPORTOFFERINGORIGINLOCATIONRELATION_TGT_ORDERED

      protected static String TRANSPORTOFFERINGORIGINLOCATIONRELATION_TGT_ORDERED
    • TRANSPORTOFFERINGORIGINLOCATIONRELATION_MARKMODIFIED

      protected static String TRANSPORTOFFERINGORIGINLOCATIONRELATION_MARKMODIFIED
      Relation disable markmodifed parameter constants for TransportOfferingOriginLocationRelation from ((travelbackofficeservices))
    • TRANSPORTOFFERINGDESTINATIONLOCATIONRELATION_SRC_ORDERED

      protected static String TRANSPORTOFFERINGDESTINATIONLOCATIONRELATION_SRC_ORDERED
      Relation ordering override parameter constants for TransportOfferingDestinationLocationRelation from ((travelbackofficeservices))
    • TRANSPORTOFFERINGDESTINATIONLOCATIONRELATION_TGT_ORDERED

      protected static String TRANSPORTOFFERINGDESTINATIONLOCATIONRELATION_TGT_ORDERED
    • TRANSPORTOFFERINGDESTINATIONLOCATIONRELATION_MARKMODIFIED

      protected static String TRANSPORTOFFERINGDESTINATIONLOCATIONRELATION_MARKMODIFIED
      Relation disable markmodifed parameter constants for TransportOfferingDestinationLocationRelation from ((travelbackofficeservices))
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedTravelbackofficeservicesManager

      public GeneratedTravelbackofficeservicesManager()
  • 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
    • createManageAncillaryInventory

      public ManageAncillaryInventory createManageAncillaryInventory(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createManageAncillaryInventory

      public ManageAncillaryInventory createManageAncillaryInventory(Map attributeValues)
    • createManageInventory

      public ManageInventory createManageInventory(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createManageInventory

      public ManageInventory createManageInventory(Map attributeValues)
    • createManageInventoryServiceCronJob

      public ManageInventoryServiceCronjob createManageInventoryServiceCronJob(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createManageInventoryServiceCronJob

      public ManageInventoryServiceCronjob createManageInventoryServiceCronJob(Map attributeValues)
    • createManageStockLevelInfo

      public ManageStockLevelInfo createManageStockLevelInfo(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createManageStockLevelInfo

      public ManageStockLevelInfo createManageStockLevelInfo(Map attributeValues)
    • createManageTransportOfferingForScheduleConfigurationCronJob

      public ManageTransportOfferingForScheduleConfigurationCronJob createManageTransportOfferingForScheduleConfigurationCronJob(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createManageTransportOfferingForScheduleConfigurationCronJob

      public ManageTransportOfferingForScheduleConfigurationCronJob createManageTransportOfferingForScheduleConfigurationCronJob(Map attributeValues)
    • createStockLevelAttributes

      public StockLevelAttributes createStockLevelAttributes(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createStockLevelAttributes

      public StockLevelAttributes createStockLevelAttributes(Map attributeValues)
    • createTravelWorkflowItemAttachment

      public TravelWorkflowItemAttachment createTravelWorkflowItemAttachment(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createTravelWorkflowItemAttachment

      public TravelWorkflowItemAttachment createTravelWorkflowItemAttachment(Map attributeValues)
    • getDestinationLocations

      public List<Location> getDestinationLocations(de.hybris.platform.jalo.SessionContext ctx, TransportOffering item)
      Generated method - Getter of the TransportOffering.destinationLocations attribute.
      Returns:
      the destinationLocations
    • getDestinationLocations

      public List<Location> getDestinationLocations(TransportOffering item)
      Generated method - Getter of the TransportOffering.destinationLocations attribute.
      Returns:
      the destinationLocations
    • getDestinationLocationsCount

      public long getDestinationLocationsCount(de.hybris.platform.jalo.SessionContext ctx, TransportOffering item)
    • getDestinationLocationsCount

      public long getDestinationLocationsCount(TransportOffering item)
    • setDestinationLocations

      public void setDestinationLocations(de.hybris.platform.jalo.SessionContext ctx, TransportOffering item, List<Location> value)
      Generated method - Setter of the TransportOffering.destinationLocations attribute.
      Parameters:
      value - the destinationLocations
    • setDestinationLocations

      public void setDestinationLocations(TransportOffering item, List<Location> value)
      Generated method - Setter of the TransportOffering.destinationLocations attribute.
      Parameters:
      value - the destinationLocations
    • addToDestinationLocations

      public void addToDestinationLocations(de.hybris.platform.jalo.SessionContext ctx, TransportOffering item, Location value)
      Generated method - Adds value to destinationLocations.
      Parameters:
      value - the item to add to destinationLocations
    • addToDestinationLocations

      public void addToDestinationLocations(TransportOffering item, Location value)
      Generated method - Adds value to destinationLocations.
      Parameters:
      value - the item to add to destinationLocations
    • removeFromDestinationLocations

      public void removeFromDestinationLocations(de.hybris.platform.jalo.SessionContext ctx, TransportOffering item, Location value)
      Generated method - Removes value from destinationLocations.
      Parameters:
      value - the item to remove from destinationLocations
    • removeFromDestinationLocations

      public void removeFromDestinationLocations(TransportOffering item, Location value)
      Generated method - Removes value from destinationLocations.
      Parameters:
      value - the item to remove from destinationLocations
    • getDestinationTransportFacility

      public TransportFacility getDestinationTransportFacility(de.hybris.platform.jalo.SessionContext ctx, TransportOffering item)
      Generated method - Getter of the TransportOffering.destinationTransportFacility attribute.
      Returns:
      the destinationTransportFacility - It represents a destination transport facility of the transport offering
    • getDestinationTransportFacility

      public TransportFacility getDestinationTransportFacility(TransportOffering item)
      Generated method - Getter of the TransportOffering.destinationTransportFacility attribute.
      Returns:
      the destinationTransportFacility - It represents a destination transport facility of the transport offering
    • setDestinationTransportFacility

      public void setDestinationTransportFacility(de.hybris.platform.jalo.SessionContext ctx, TransportOffering item, TransportFacility value)
      Generated method - Setter of the TransportOffering.destinationTransportFacility attribute.
      Parameters:
      value - the destinationTransportFacility - It represents a destination transport facility of the transport offering
    • setDestinationTransportFacility

      public void setDestinationTransportFacility(TransportOffering item, TransportFacility value)
      Generated method - Setter of the TransportOffering.destinationTransportFacility attribute.
      Parameters:
      value - the destinationTransportFacility - It represents a destination transport facility of the transport offering
    • getName

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

      public List<Location> getOriginLocations(de.hybris.platform.jalo.SessionContext ctx, TransportOffering item)
      Generated method - Getter of the TransportOffering.originLocations attribute.
      Returns:
      the originLocations
    • getOriginLocations

      public List<Location> getOriginLocations(TransportOffering item)
      Generated method - Getter of the TransportOffering.originLocations attribute.
      Returns:
      the originLocations
    • getOriginLocationsCount

      public long getOriginLocationsCount(de.hybris.platform.jalo.SessionContext ctx, TransportOffering item)
    • getOriginLocationsCount

      public long getOriginLocationsCount(TransportOffering item)
    • setOriginLocations

      public void setOriginLocations(de.hybris.platform.jalo.SessionContext ctx, TransportOffering item, List<Location> value)
      Generated method - Setter of the TransportOffering.originLocations attribute.
      Parameters:
      value - the originLocations
    • setOriginLocations

      public void setOriginLocations(TransportOffering item, List<Location> value)
      Generated method - Setter of the TransportOffering.originLocations attribute.
      Parameters:
      value - the originLocations
    • addToOriginLocations

      public void addToOriginLocations(de.hybris.platform.jalo.SessionContext ctx, TransportOffering item, Location value)
      Generated method - Adds value to originLocations.
      Parameters:
      value - the item to add to originLocations
    • addToOriginLocations

      public void addToOriginLocations(TransportOffering item, Location value)
      Generated method - Adds value to originLocations.
      Parameters:
      value - the item to add to originLocations
    • removeFromOriginLocations

      public void removeFromOriginLocations(de.hybris.platform.jalo.SessionContext ctx, TransportOffering item, Location value)
      Generated method - Removes value from originLocations.
      Parameters:
      value - the item to remove from originLocations
    • removeFromOriginLocations

      public void removeFromOriginLocations(TransportOffering item, Location value)
      Generated method - Removes value from originLocations.
      Parameters:
      value - the item to remove from originLocations
    • getOriginTransportFacility

      public TransportFacility getOriginTransportFacility(de.hybris.platform.jalo.SessionContext ctx, TransportOffering item)
      Generated method - Getter of the TransportOffering.originTransportFacility attribute.
      Returns:
      the originTransportFacility - It represents an origin transport facility of the transport offering
    • getOriginTransportFacility

      public TransportFacility getOriginTransportFacility(TransportOffering item)
      Generated method - Getter of the TransportOffering.originTransportFacility attribute.
      Returns:
      the originTransportFacility - It represents an origin transport facility of the transport offering
    • setOriginTransportFacility

      public void setOriginTransportFacility(de.hybris.platform.jalo.SessionContext ctx, TransportOffering item, TransportFacility value)
      Generated method - Setter of the TransportOffering.originTransportFacility attribute.
      Parameters:
      value - the originTransportFacility - It represents an origin transport facility of the transport offering
    • setOriginTransportFacility

      public void setOriginTransportFacility(TransportOffering item, TransportFacility value)
      Generated method - Setter of the TransportOffering.originTransportFacility attribute.
      Parameters:
      value - the originTransportFacility - It represents an origin transport facility of the transport offering
    • isSelected

      public Boolean isSelected(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.ordersplitting.jalo.StockLevel item)
      Generated method - Getter of the StockLevel.selected attribute.
      Returns:
      the selected
    • isSelected

      public Boolean isSelected(de.hybris.platform.ordersplitting.jalo.StockLevel item)
      Generated method - Getter of the StockLevel.selected attribute.
      Returns:
      the selected
    • isSelectedAsPrimitive

      public boolean isSelectedAsPrimitive(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.ordersplitting.jalo.StockLevel item)
      Generated method - Getter of the StockLevel.selected attribute.
      Returns:
      the selected
    • isSelectedAsPrimitive

      public boolean isSelectedAsPrimitive(de.hybris.platform.ordersplitting.jalo.StockLevel item)
      Generated method - Getter of the StockLevel.selected attribute.
      Returns:
      the selected
    • setSelected

      public void setSelected(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.ordersplitting.jalo.StockLevel item, Boolean value)
      Generated method - Setter of the StockLevel.selected attribute.
      Parameters:
      value - the selected
    • setSelected

      public void setSelected(de.hybris.platform.ordersplitting.jalo.StockLevel item, Boolean value)
      Generated method - Setter of the StockLevel.selected attribute.
      Parameters:
      value - the selected
    • setSelected

      public void setSelected(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.ordersplitting.jalo.StockLevel item, boolean value)
      Generated method - Setter of the StockLevel.selected attribute.
      Parameters:
      value - the selected
    • setSelected

      public void setSelected(de.hybris.platform.ordersplitting.jalo.StockLevel item, boolean value)
      Generated method - Setter of the StockLevel.selected attribute.
      Parameters:
      value - the selected
    • getTransportOfferings

      public Collection<TransportOffering> getTransportOfferings(de.hybris.platform.jalo.SessionContext ctx, Location item)
      Generated method - Getter of the Location.transportOfferings attribute.
      Returns:
      the transportOfferings
    • getTransportOfferings

      public Collection<TransportOffering> getTransportOfferings(Location item)
      Generated method - Getter of the Location.transportOfferings attribute.
      Returns:
      the transportOfferings
    • getTransportOfferingsCount

      public long getTransportOfferingsCount(de.hybris.platform.jalo.SessionContext ctx, Location item)
    • getTransportOfferingsCount

      public long getTransportOfferingsCount(Location item)
    • setTransportOfferings

      public void setTransportOfferings(de.hybris.platform.jalo.SessionContext ctx, Location item, Collection<TransportOffering> value)
      Generated method - Setter of the Location.transportOfferings attribute.
      Parameters:
      value - the transportOfferings
    • setTransportOfferings

      public void setTransportOfferings(Location item, Collection<TransportOffering> value)
      Generated method - Setter of the Location.transportOfferings attribute.
      Parameters:
      value - the transportOfferings
    • addToTransportOfferings

      public void addToTransportOfferings(de.hybris.platform.jalo.SessionContext ctx, Location item, TransportOffering value)
      Generated method - Adds value to transportOfferings.
      Parameters:
      value - the item to add to transportOfferings
    • addToTransportOfferings

      public void addToTransportOfferings(Location item, TransportOffering value)
      Generated method - Adds value to transportOfferings.
      Parameters:
      value - the item to add to transportOfferings
    • removeFromTransportOfferings

      public void removeFromTransportOfferings(de.hybris.platform.jalo.SessionContext ctx, Location item, TransportOffering value)
      Generated method - Removes value from transportOfferings.
      Parameters:
      value - the item to remove from transportOfferings
    • removeFromTransportOfferings

      public void removeFromTransportOfferings(Location item, TransportOffering value)
      Generated method - Removes value from transportOfferings.
      Parameters:
      value - the item to remove from transportOfferings