Class GeneratedTravelservicesManager

java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
de.hybris.platform.travelservices.jalo.GeneratedTravelservicesManager
All Implemented Interfaces:
de.hybris.platform.jalo.extension.ItemLifecycleListener, Serializable
Direct Known Subclasses:
TravelservicesManager

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

    • PRODUCTCONFIGACCOMMODATIONRELATIONCONFIGUREDACCOMMODATIONHANDLER

      protected static final de.hybris.platform.util.OneToManyHandler<ConfiguredAccommodation> PRODUCTCONFIGACCOMMODATIONRELATIONCONFIGUREDACCOMMODATIONHANDLER
      OneToManyHandler for handling 1:n CONFIGUREDACCOMMODATION's relation attributes from 'many' side.
    • ORDERSELECTEDACCOMMODATIONRELATIONSELECTEDACCOMMODATIONSHANDLER

      protected static final de.hybris.platform.util.OneToManyHandler<SelectedAccommodation> ORDERSELECTEDACCOMMODATIONRELATIONSELECTEDACCOMMODATIONSHANDLER
      OneToManyHandler for handling 1:n SELECTEDACCOMMODATIONS's relation attributes from 'many' side.
    • ABSTRACTORDERDISRUPTIONRELATIONDISRUPTIONSHANDLER

      protected static final de.hybris.platform.util.OneToManyHandler<Disruption> ABSTRACTORDERDISRUPTIONRELATIONDISRUPTIONSHANDLER
      OneToManyHandler for handling 1:n DISRUPTIONS's relation attributes from 'many' side.
    • PAYMENTTRANSACTIONABSTRACTORDERENTRYRELATION_SRC_ORDERED

      protected static String PAYMENTTRANSACTIONABSTRACTORDERENTRYRELATION_SRC_ORDERED
      Relation ordering override parameter constants for PaymentTransactionAbstractOrderEntryRelation from ((travelservices))
    • PAYMENTTRANSACTIONABSTRACTORDERENTRYRELATION_TGT_ORDERED

      protected static String PAYMENTTRANSACTIONABSTRACTORDERENTRYRELATION_TGT_ORDERED
    • PAYMENTTRANSACTIONABSTRACTORDERENTRYRELATION_MARKMODIFIED

      protected static String PAYMENTTRANSACTIONABSTRACTORDERENTRYRELATION_MARKMODIFIED
      Relation disable markmodifed parameter constants for PaymentTransactionAbstractOrderEntryRelation from ((travelservices))
    • CUSTOMERSAVEDTRAVELLERRELATIONSAVEDTRAVELLERHANDLER

      protected static final de.hybris.platform.util.OneToManyHandler<Traveller> CUSTOMERSAVEDTRAVELLERRELATIONSAVEDTRAVELLERHANDLER
      OneToManyHandler for handling 1:n SAVEDTRAVELLER's relation attributes from 'many' side.
    • SAVEDSEARCHRELATIONSAVEDSEARCHHANDLER

      protected static final de.hybris.platform.util.OneToManyHandler<SavedSearch> SAVEDSEARCHRELATIONSAVEDSEARCHHANDLER
      OneToManyHandler for handling 1:n SAVEDSEARCH's relation attributes from 'many' side.
    • LOCATIONMEDIARELATION_SRC_ORDERED

      protected static String LOCATIONMEDIARELATION_SRC_ORDERED
      Relation ordering override parameter constants for LocationMediaRelation from ((travelservices))
    • LOCATIONMEDIARELATION_TGT_ORDERED

      protected static String LOCATIONMEDIARELATION_TGT_ORDERED
    • LOCATIONMEDIARELATION_MARKMODIFIED

      protected static String LOCATIONMEDIARELATION_MARKMODIFIED
      Relation disable markmodifed parameter constants for LocationMediaRelation from ((travelservices))
    • RATEPLANMEALTYPERELATION_SRC_ORDERED

      protected static String RATEPLANMEALTYPERELATION_SRC_ORDERED
      Relation ordering override parameter constants for RatePlanMealTypeRelation from ((travelservices))
    • RATEPLANMEALTYPERELATION_TGT_ORDERED

      protected static String RATEPLANMEALTYPERELATION_TGT_ORDERED
    • RATEPLANMEALTYPERELATION_MARKMODIFIED

      protected static String RATEPLANMEALTYPERELATION_MARKMODIFIED
      Relation disable markmodifed parameter constants for RatePlanMealTypeRelation from ((travelservices))
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedTravelservicesManager

      public GeneratedTravelservicesManager()
  • 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
    • getAbstractOrderEntries

      public Collection<de.hybris.platform.jalo.order.AbstractOrderEntry> getAbstractOrderEntries(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.payment.jalo.PaymentTransaction item)
      Generated method - Getter of the PaymentTransaction.abstractOrderEntries attribute.
      Returns:
      the abstractOrderEntries
    • getAbstractOrderEntries

      public Collection<de.hybris.platform.jalo.order.AbstractOrderEntry> getAbstractOrderEntries(de.hybris.platform.payment.jalo.PaymentTransaction item)
      Generated method - Getter of the PaymentTransaction.abstractOrderEntries attribute.
      Returns:
      the abstractOrderEntries
    • getAbstractOrderEntriesCount

      public long getAbstractOrderEntriesCount(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.payment.jalo.PaymentTransaction item)
    • getAbstractOrderEntriesCount

      public long getAbstractOrderEntriesCount(de.hybris.platform.payment.jalo.PaymentTransaction item)
    • setAbstractOrderEntries

      public void setAbstractOrderEntries(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.payment.jalo.PaymentTransaction item, Collection<de.hybris.platform.jalo.order.AbstractOrderEntry> value)
      Generated method - Setter of the PaymentTransaction.abstractOrderEntries attribute.
      Parameters:
      value - the abstractOrderEntries
    • setAbstractOrderEntries

      public void setAbstractOrderEntries(de.hybris.platform.payment.jalo.PaymentTransaction item, Collection<de.hybris.platform.jalo.order.AbstractOrderEntry> value)
      Generated method - Setter of the PaymentTransaction.abstractOrderEntries attribute.
      Parameters:
      value - the abstractOrderEntries
    • addToAbstractOrderEntries

      public void addToAbstractOrderEntries(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.payment.jalo.PaymentTransaction item, de.hybris.platform.jalo.order.AbstractOrderEntry value)
      Generated method - Adds value to abstractOrderEntries.
      Parameters:
      value - the item to add to abstractOrderEntries
    • addToAbstractOrderEntries

      public void addToAbstractOrderEntries(de.hybris.platform.payment.jalo.PaymentTransaction item, de.hybris.platform.jalo.order.AbstractOrderEntry value)
      Generated method - Adds value to abstractOrderEntries.
      Parameters:
      value - the item to add to abstractOrderEntries
    • removeFromAbstractOrderEntries

      public void removeFromAbstractOrderEntries(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.payment.jalo.PaymentTransaction item, de.hybris.platform.jalo.order.AbstractOrderEntry value)
      Generated method - Removes value from abstractOrderEntries.
      Parameters:
      value - the item to remove from abstractOrderEntries
    • removeFromAbstractOrderEntries

      public void removeFromAbstractOrderEntries(de.hybris.platform.payment.jalo.PaymentTransaction item, de.hybris.platform.jalo.order.AbstractOrderEntry value)
      Generated method - Removes value from abstractOrderEntries.
      Parameters:
      value - the item to remove from abstractOrderEntries
    • getAccommodationOffering

      public AccommodationOffering getAccommodationOffering(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.customerreview.jalo.CustomerReview item)
      Generated method - Getter of the CustomerReview.accommodationOffering attribute.
      Returns:
      the accommodationOffering
    • getAccommodationOffering

      public AccommodationOffering getAccommodationOffering(de.hybris.platform.customerreview.jalo.CustomerReview item)
      Generated method - Getter of the CustomerReview.accommodationOffering attribute.
      Returns:
      the accommodationOffering
    • setAccommodationOffering

      public void setAccommodationOffering(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.customerreview.jalo.CustomerReview item, AccommodationOffering value)
      Generated method - Setter of the CustomerReview.accommodationOffering attribute.
      Parameters:
      value - the accommodationOffering
    • setAccommodationOffering

      public void setAccommodationOffering(de.hybris.platform.customerreview.jalo.CustomerReview item, AccommodationOffering value)
      Generated method - Setter of the CustomerReview.accommodationOffering attribute.
      Parameters:
      value - the accommodationOffering
    • getAccommodationOrderEntryInfo

      public AccommodationOrderEntryInfo getAccommodationOrderEntryInfo(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrderEntry item)
      Generated method - Getter of the AbstractOrderEntry.accommodationOrderEntryInfo attribute.
      Returns:
      the accommodationOrderEntryInfo
    • getAccommodationOrderEntryInfo

      public AccommodationOrderEntryInfo getAccommodationOrderEntryInfo(de.hybris.platform.jalo.order.AbstractOrderEntry item)
      Generated method - Getter of the AbstractOrderEntry.accommodationOrderEntryInfo attribute.
      Returns:
      the accommodationOrderEntryInfo
    • setAccommodationOrderEntryInfo

      public void setAccommodationOrderEntryInfo(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrderEntry item, AccommodationOrderEntryInfo value)
      Generated method - Setter of the AbstractOrderEntry.accommodationOrderEntryInfo attribute.
      Parameters:
      value - the accommodationOrderEntryInfo
    • setAccommodationOrderEntryInfo

      public void setAccommodationOrderEntryInfo(de.hybris.platform.jalo.order.AbstractOrderEntry item, AccommodationOrderEntryInfo value)
      Generated method - Setter of the AbstractOrderEntry.accommodationOrderEntryInfo attribute.
      Parameters:
      value - the accommodationOrderEntryInfo
    • isActive

      public Boolean isActive(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.solrfacetsearch.jalo.config.SolrIndexerQuery item)
      Generated method - Getter of the SolrIndexerQuery.active attribute.
      Returns:
      the active
    • isActive

      public Boolean isActive(de.hybris.platform.solrfacetsearch.jalo.config.SolrIndexerQuery item)
      Generated method - Getter of the SolrIndexerQuery.active attribute.
      Returns:
      the active
    • isActiveAsPrimitive

      public boolean isActiveAsPrimitive(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.solrfacetsearch.jalo.config.SolrIndexerQuery item)
      Generated method - Getter of the SolrIndexerQuery.active attribute.
      Returns:
      the active
    • isActiveAsPrimitive

      public boolean isActiveAsPrimitive(de.hybris.platform.solrfacetsearch.jalo.config.SolrIndexerQuery item)
      Generated method - Getter of the SolrIndexerQuery.active attribute.
      Returns:
      the active
    • setActive

      public void setActive(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.solrfacetsearch.jalo.config.SolrIndexerQuery item, Boolean value)
      Generated method - Setter of the SolrIndexerQuery.active attribute.
      Parameters:
      value - the active
    • setActive

      public void setActive(de.hybris.platform.solrfacetsearch.jalo.config.SolrIndexerQuery item, Boolean value)
      Generated method - Setter of the SolrIndexerQuery.active attribute.
      Parameters:
      value - the active
    • setActive

      public void setActive(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.solrfacetsearch.jalo.config.SolrIndexerQuery item, boolean value)
      Generated method - Setter of the SolrIndexerQuery.active attribute.
      Parameters:
      value - the active
    • setActive

      public void setActive(de.hybris.platform.solrfacetsearch.jalo.config.SolrIndexerQuery item, boolean value)
      Generated method - Setter of the SolrIndexerQuery.active attribute.
      Parameters:
      value - the active
    • isActive

      public Boolean isActive(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrderEntry item)
      Generated method - Getter of the AbstractOrderEntry.active attribute.
      Returns:
      the active
    • isActive

      public Boolean isActive(de.hybris.platform.jalo.order.AbstractOrderEntry item)
      Generated method - Getter of the AbstractOrderEntry.active attribute.
      Returns:
      the active
    • isActiveAsPrimitive

      public boolean isActiveAsPrimitive(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrderEntry item)
      Generated method - Getter of the AbstractOrderEntry.active attribute.
      Returns:
      the active
    • isActiveAsPrimitive

      public boolean isActiveAsPrimitive(de.hybris.platform.jalo.order.AbstractOrderEntry item)
      Generated method - Getter of the AbstractOrderEntry.active attribute.
      Returns:
      the active
    • setActive

      public void setActive(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrderEntry item, Boolean value)
      Generated method - Setter of the AbstractOrderEntry.active attribute.
      Parameters:
      value - the active
    • setActive

      public void setActive(de.hybris.platform.jalo.order.AbstractOrderEntry item, Boolean value)
      Generated method - Setter of the AbstractOrderEntry.active attribute.
      Parameters:
      value - the active
    • setActive

      public void setActive(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrderEntry item, boolean value)
      Generated method - Setter of the AbstractOrderEntry.active attribute.
      Parameters:
      value - the active
    • setActive

      public void setActive(de.hybris.platform.jalo.order.AbstractOrderEntry item, boolean value)
      Generated method - Setter of the AbstractOrderEntry.active attribute.
      Parameters:
      value - the active
    • isAdditionalSecurity

      public Boolean isAdditionalSecurity(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrder item)
      Generated method - Getter of the AbstractOrder.additionalSecurity attribute.
      Returns:
      the additionalSecurity
    • isAdditionalSecurity

      public Boolean isAdditionalSecurity(de.hybris.platform.jalo.order.AbstractOrder item)
      Generated method - Getter of the AbstractOrder.additionalSecurity attribute.
      Returns:
      the additionalSecurity
    • isAdditionalSecurityAsPrimitive

      public boolean isAdditionalSecurityAsPrimitive(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrder item)
      Generated method - Getter of the AbstractOrder.additionalSecurity attribute.
      Returns:
      the additionalSecurity
    • isAdditionalSecurityAsPrimitive

      public boolean isAdditionalSecurityAsPrimitive(de.hybris.platform.jalo.order.AbstractOrder item)
      Generated method - Getter of the AbstractOrder.additionalSecurity attribute.
      Returns:
      the additionalSecurity
    • setAdditionalSecurity

      public void setAdditionalSecurity(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrder item, Boolean value)
      Generated method - Setter of the AbstractOrder.additionalSecurity attribute.
      Parameters:
      value - the additionalSecurity
    • setAdditionalSecurity

      public void setAdditionalSecurity(de.hybris.platform.jalo.order.AbstractOrder item, Boolean value)
      Generated method - Setter of the AbstractOrder.additionalSecurity attribute.
      Parameters:
      value - the additionalSecurity
    • setAdditionalSecurity

      public void setAdditionalSecurity(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrder item, boolean value)
      Generated method - Setter of the AbstractOrder.additionalSecurity attribute.
      Parameters:
      value - the additionalSecurity
    • setAdditionalSecurity

      public void setAdditionalSecurity(de.hybris.platform.jalo.order.AbstractOrder item, boolean value)
      Generated method - Setter of the AbstractOrder.additionalSecurity attribute.
      Parameters:
      value - the additionalSecurity
    • getAmendStatus

      public de.hybris.platform.jalo.enumeration.EnumerationValue getAmendStatus(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrderEntry item)
      Generated method - Getter of the AbstractOrderEntry.amendStatus attribute.
      Returns:
      the amendStatus
    • getAmendStatus

      public de.hybris.platform.jalo.enumeration.EnumerationValue getAmendStatus(de.hybris.platform.jalo.order.AbstractOrderEntry item)
      Generated method - Getter of the AbstractOrderEntry.amendStatus attribute.
      Returns:
      the amendStatus
    • setAmendStatus

      public void setAmendStatus(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrderEntry item, de.hybris.platform.jalo.enumeration.EnumerationValue value)
      Generated method - Setter of the AbstractOrderEntry.amendStatus attribute.
      Parameters:
      value - the amendStatus
    • setAmendStatus

      public void setAmendStatus(de.hybris.platform.jalo.order.AbstractOrderEntry item, de.hybris.platform.jalo.enumeration.EnumerationValue value)
      Generated method - Setter of the AbstractOrderEntry.amendStatus attribute.
      Parameters:
      value - the amendStatus
    • getBookingJourneyType

      public de.hybris.platform.jalo.enumeration.EnumerationValue getBookingJourneyType(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrder item)
      Generated method - Getter of the AbstractOrder.bookingJourneyType attribute.
      Returns:
      the bookingJourneyType
    • getBookingJourneyType

      public de.hybris.platform.jalo.enumeration.EnumerationValue getBookingJourneyType(de.hybris.platform.jalo.order.AbstractOrder item)
      Generated method - Getter of the AbstractOrder.bookingJourneyType attribute.
      Returns:
      the bookingJourneyType
    • setBookingJourneyType

      public void setBookingJourneyType(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrder item, de.hybris.platform.jalo.enumeration.EnumerationValue value)
      Generated method - Setter of the AbstractOrder.bookingJourneyType attribute.
      Parameters:
      value - the bookingJourneyType
    • setBookingJourneyType

      public void setBookingJourneyType(de.hybris.platform.jalo.order.AbstractOrder item, de.hybris.platform.jalo.enumeration.EnumerationValue value)
      Generated method - Setter of the AbstractOrder.bookingJourneyType attribute.
      Parameters:
      value - the bookingJourneyType
    • getBookingReference

      public String getBookingReference(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.customerreview.jalo.CustomerReview item)
      Generated method - Getter of the CustomerReview.bookingReference attribute.
      Returns:
      the bookingReference
    • getBookingReference

      public String getBookingReference(de.hybris.platform.customerreview.jalo.CustomerReview item)
      Generated method - Getter of the CustomerReview.bookingReference attribute.
      Returns:
      the bookingReference
    • setBookingReference

      public void setBookingReference(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.customerreview.jalo.CustomerReview item, String value)
      Generated method - Setter of the CustomerReview.bookingReference attribute.
      Parameters:
      value - the bookingReference
    • setBookingReference

      public void setBookingReference(de.hybris.platform.customerreview.jalo.CustomerReview item, String value)
      Generated method - Setter of the CustomerReview.bookingReference attribute.
      Parameters:
      value - the bookingReference
    • getCancelOrderProcessCode

      public String getCancelOrderProcessCode(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.store.BaseStore item)
      Generated method - Getter of the BaseStore.cancelOrderProcessCode attribute.
      Returns:
      the cancelOrderProcessCode - The process name for cancel business process.
    • getCancelOrderProcessCode

      public String getCancelOrderProcessCode(de.hybris.platform.store.BaseStore item)
      Generated method - Getter of the BaseStore.cancelOrderProcessCode attribute.
      Returns:
      the cancelOrderProcessCode - The process name for cancel business process.
    • setCancelOrderProcessCode

      public void setCancelOrderProcessCode(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.store.BaseStore item, String value)
      Generated method - Setter of the BaseStore.cancelOrderProcessCode attribute.
      Parameters:
      value - the cancelOrderProcessCode - The process name for cancel business process.
    • setCancelOrderProcessCode

      public void setCancelOrderProcessCode(de.hybris.platform.store.BaseStore item, String value)
      Generated method - Setter of the BaseStore.cancelOrderProcessCode attribute.
      Parameters:
      value - the cancelOrderProcessCode - The process name for cancel business process.
    • getCheckinFlowGroup

      public String getCheckinFlowGroup(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.store.BaseStore item)
      Generated method - Getter of the BaseStore.checkinFlowGroup attribute.
      Returns:
      the checkinFlowGroup - Determines the checkin group
    • getCheckinFlowGroup

      public String getCheckinFlowGroup(de.hybris.platform.store.BaseStore item)
      Generated method - Getter of the BaseStore.checkinFlowGroup attribute.
      Returns:
      the checkinFlowGroup - Determines the checkin group
    • setCheckinFlowGroup

      public void setCheckinFlowGroup(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.store.BaseStore item, String value)
      Generated method - Setter of the BaseStore.checkinFlowGroup attribute.
      Parameters:
      value - the checkinFlowGroup - Determines the checkin group
    • setCheckinFlowGroup

      public void setCheckinFlowGroup(de.hybris.platform.store.BaseStore item, String value)
      Generated method - Setter of the BaseStore.checkinFlowGroup attribute.
      Parameters:
      value - the checkinFlowGroup - Determines the checkin group
    • getConfiguredAccommodation

      public Collection<ConfiguredAccommodation> getConfiguredAccommodation(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.product.Product item)
      Generated method - Getter of the Product.configuredAccommodation attribute.
      Returns:
      the configuredAccommodation
    • getConfiguredAccommodation

      public Collection<ConfiguredAccommodation> getConfiguredAccommodation(de.hybris.platform.jalo.product.Product item)
      Generated method - Getter of the Product.configuredAccommodation attribute.
      Returns:
      the configuredAccommodation
    • setConfiguredAccommodation

      public void setConfiguredAccommodation(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.product.Product item, Collection<ConfiguredAccommodation> value)
      Generated method - Setter of the Product.configuredAccommodation attribute.
      Parameters:
      value - the configuredAccommodation
    • setConfiguredAccommodation

      public void setConfiguredAccommodation(de.hybris.platform.jalo.product.Product item, Collection<ConfiguredAccommodation> value)
      Generated method - Setter of the Product.configuredAccommodation attribute.
      Parameters:
      value - the configuredAccommodation
    • addToConfiguredAccommodation

      public void addToConfiguredAccommodation(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.product.Product item, ConfiguredAccommodation value)
      Generated method - Adds value to configuredAccommodation.
      Parameters:
      value - the item to add to configuredAccommodation
    • addToConfiguredAccommodation

      public void addToConfiguredAccommodation(de.hybris.platform.jalo.product.Product item, ConfiguredAccommodation value)
      Generated method - Adds value to configuredAccommodation.
      Parameters:
      value - the item to add to configuredAccommodation
    • removeFromConfiguredAccommodation

      public void removeFromConfiguredAccommodation(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.product.Product item, ConfiguredAccommodation value)
      Generated method - Removes value from configuredAccommodation.
      Parameters:
      value - the item to remove from configuredAccommodation
    • removeFromConfiguredAccommodation

      public void removeFromConfiguredAccommodation(de.hybris.platform.jalo.product.Product item, ConfiguredAccommodation value)
      Generated method - Removes value from configuredAccommodation.
      Parameters:
      value - the item to remove from configuredAccommodation
    • createAccommodation

      public Accommodation createAccommodation(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAccommodation

      public Accommodation createAccommodation(Map attributeValues)
    • createAccommodationBundleMapping

      public AccommodationBundleMapping createAccommodationBundleMapping(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAccommodationBundleMapping

      public AccommodationBundleMapping createAccommodationBundleMapping(Map attributeValues)
    • createAccommodationBundleTemplate

      public AccommodationBundleTemplate createAccommodationBundleTemplate(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAccommodationBundleTemplate

      public AccommodationBundleTemplate createAccommodationBundleTemplate(Map attributeValues)
    • createAccommodationCategory

      public AccommodationCategory createAccommodationCategory(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAccommodationCategory

      public AccommodationCategory createAccommodationCategory(Map attributeValues)
    • createAccommodationChain

      public AccommodationChain createAccommodationChain(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAccommodationChain

      public AccommodationChain createAccommodationChain(Map attributeValues)
    • createAccommodationCharacteristics

      public AccommodationCharacteristics createAccommodationCharacteristics(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAccommodationCharacteristics

      public AccommodationCharacteristics createAccommodationCharacteristics(Map attributeValues)
    • createAccommodationFacility

      public AccommodationFacility createAccommodationFacility(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAccommodationFacility

      public AccommodationFacility createAccommodationFacility(Map attributeValues)
    • createAccommodationMap

      public AccommodationMap createAccommodationMap(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAccommodationMap

      public AccommodationMap createAccommodationMap(Map attributeValues)
    • createAccommodationOffering

      public AccommodationOffering createAccommodationOffering(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAccommodationOffering

      public AccommodationOffering createAccommodationOffering(Map attributeValues)
    • createAccommodationOfferingGallery

      public AccommodationOfferingGallery createAccommodationOfferingGallery(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAccommodationOfferingGallery

      public AccommodationOfferingGallery createAccommodationOfferingGallery(Map attributeValues)
    • createAccommodationOrderEntryGroup

      public AccommodationOrderEntryGroup createAccommodationOrderEntryGroup(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAccommodationOrderEntryGroup

      public AccommodationOrderEntryGroup createAccommodationOrderEntryGroup(Map attributeValues)
    • createAccommodationOrderEntryInfo

      public AccommodationOrderEntryInfo createAccommodationOrderEntryInfo(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAccommodationOrderEntryInfo

      public AccommodationOrderEntryInfo createAccommodationOrderEntryInfo(Map attributeValues)
    • createAccommodationProvider

      public AccommodationProvider createAccommodationProvider(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAccommodationProvider

      public AccommodationProvider createAccommodationProvider(Map attributeValues)
    • createAccommodationRestriction

      public AccommodationRestriction createAccommodationRestriction(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAccommodationRestriction

      public AccommodationRestriction createAccommodationRestriction(Map attributeValues)
    • createAccommodationServiceWarehouse

      public AccommodationServiceWarehouse createAccommodationServiceWarehouse(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAccommodationServiceWarehouse

      public AccommodationServiceWarehouse createAccommodationServiceWarehouse(Map attributeValues)
    • createActivity

      public Activity createActivity(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createActivity

      public Activity createActivity(Map attributeValues)
    • createAddExactlyNRestriction

      public AddExactlyNRestriction createAddExactlyNRestriction(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAddExactlyNRestriction

      public AddExactlyNRestriction createAddExactlyNRestriction(Map attributeValues)
    • createAircraftCabin

      public AircraftCabin createAircraftCabin(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAircraftCabin

      public AircraftCabin createAircraftCabin(Map attributeValues)
    • createAircraftDeck

      public AircraftDeck createAircraftDeck(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAircraftDeck

      public AircraftDeck createAircraftDeck(Map attributeValues)
    • createAircraftInfo

      public AircraftInfo createAircraftInfo(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAircraftInfo

      public AircraftInfo createAircraftInfo(Map attributeValues)
    • createAncillaryPage

      public AncillaryPage createAncillaryPage(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAncillaryPage

      public AncillaryPage createAncillaryPage(Map attributeValues)
    • createAncillaryProduct

      public Ancillary createAncillaryProduct(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAncillaryProduct

      public Ancillary createAncillaryProduct(Map attributeValues)
    • createAutoPickPerLegBundleSelectionCriteria

      public AutoPickPerLegBundleSelectionCriteria createAutoPickPerLegBundleSelectionCriteria(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createAutoPickPerLegBundleSelectionCriteria

      public AutoPickPerLegBundleSelectionCriteria createAutoPickPerLegBundleSelectionCriteria(Map attributeValues)
    • createBaggageProduct

      public BaggageProduct createBaggageProduct(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createBaggageProduct

      public BaggageProduct createBaggageProduct(Map attributeValues)
    • createBundleTemplateTransportOfferingMapping

      public BundleTemplateTransportOfferingMapping createBundleTemplateTransportOfferingMapping(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createBundleTemplateTransportOfferingMapping

      public BundleTemplateTransportOfferingMapping createBundleTemplateTransportOfferingMapping(Map attributeValues)
    • createBusInfo

      public BusInfo createBusInfo(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createBusInfo

      public BusInfo createBusInfo(Map attributeValues)
    • createCabinBag

      public CabinBag createCabinBag(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createCabinBag

      public CabinBag createCabinBag(Map attributeValues)
    • createCabinClass

      public CabinClass createCabinClass(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createCabinClass

      public CabinClass createCabinClass(Map attributeValues)
    • createCabinType

      public CabinType createCabinType(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createCabinType

      public CabinType createCabinType(Map attributeValues)
    • createCancelPenalty

      public CancelPenalty createCancelPenalty(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createCancelPenalty

      public CancelPenalty createCancelPenalty(Map attributeValues)
    • createCommerceAllowanceProduct

      public CommerceAllowanceProduct createCommerceAllowanceProduct(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createCommerceAllowanceProduct

      public CommerceAllowanceProduct createCommerceAllowanceProduct(Map attributeValues)
    • createCommerceAncillaryProduct

      public CommerceAncillaryProduct createCommerceAncillaryProduct(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createCommerceAncillaryProduct

      public CommerceAncillaryProduct createCommerceAncillaryProduct(Map attributeValues)
    • createCommerceBaggageProduct

      public CommerceBaggageProduct createCommerceBaggageProduct(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createCommerceBaggageProduct

      public CommerceBaggageProduct createCommerceBaggageProduct(Map attributeValues)
    • createConfiguredAccommodation

      public ConfiguredAccommodation createConfiguredAccommodation(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createConfiguredAccommodation

      public ConfiguredAccommodation createConfiguredAccommodation(Map attributeValues)
    • createCreateScheduleConfigurationJob

      public CreateScheduleConfigurationCronjob createCreateScheduleConfigurationJob(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createCreateScheduleConfigurationJob

      public CreateScheduleConfigurationCronjob createCreateScheduleConfigurationJob(Map attributeValues)
    • createCreateTransportOfferingForScheduleConfigurationJob

      public CreateTransportOfferingForScheduleConfigurationCronJob createCreateTransportOfferingForScheduleConfigurationJob(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createCreateTransportOfferingForScheduleConfigurationJob

      public CreateTransportOfferingForScheduleConfigurationCronJob createCreateTransportOfferingForScheduleConfigurationJob(Map attributeValues)
    • createDateRange

      public DataRange createDateRange(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createDateRange

      public DataRange createDateRange(Map attributeValues)
    • createDealBundleTemplate

      public DealBundleTemplate createDealBundleTemplate(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createDealBundleTemplate

      public DealBundleTemplate createDealBundleTemplate(Map attributeValues)
    • createDealCategory

      public DealCategory createDealCategory(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createDealCategory

      public DealCategory createDealCategory(Map attributeValues)
    • createDisruption

      public Disruption createDisruption(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createDisruption

      public Disruption createDisruption(Map attributeValues)
    • createExtraProduct

      public ExtraProduct createExtraProduct(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createExtraProduct

      public ExtraProduct createExtraProduct(Map attributeValues)
    • createFareProduct

      public FareProduct createFareProduct(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createFareProduct

      public FareProduct createFareProduct(Map attributeValues)
    • createFeeProduct

      public Fee createFeeProduct(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createFeeProduct

      public Fee createFeeProduct(Map attributeValues)
    • createGuarantee

      public Guarantee createGuarantee(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createGuarantee

      public Guarantee createGuarantee(Map attributeValues)
    • createGuestCount

      public GuestCount createGuestCount(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createGuestCount

      public GuestCount createGuestCount(Map attributeValues)
    • createGuestOccupancy

      public GuestOccupancy createGuestOccupancy(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createGuestOccupancy

      public GuestOccupancy createGuestOccupancy(Map attributeValues)
    • createHoldBag

      public HoldBag createHoldBag(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createHoldBag

      public HoldBag createHoldBag(Map attributeValues)
    • createIdentifier

      public Identifier createIdentifier(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createIdentifier

      public Identifier createIdentifier(Map attributeValues)
    • createLocation

      public Location createLocation(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createLocation

      public Location createLocation(Map attributeValues)
    • createMarketingRatePlanInfo

      public MarketingRatePlanInfo createMarketingRatePlanInfo(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createMarketingRatePlanInfo

      public MarketingRatePlanInfo createMarketingRatePlanInfo(Map attributeValues)
    • createMarketingRatePlanInfoCronjob

      public MarketingRatePlanInfoCronjob createMarketingRatePlanInfoCronjob(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createMarketingRatePlanInfoCronjob

      public MarketingRatePlanInfoCronjob createMarketingRatePlanInfoCronjob(Map attributeValues)
    • createNonSleepingRoom

      public NonSleepingRoom createNonSleepingRoom(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createNonSleepingRoom

      public NonSleepingRoom createNonSleepingRoom(Map attributeValues)
    • createNonSleepingRoomConfiguration

      public NonSleepingRoomConfiguration createNonSleepingRoomConfiguration(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createNonSleepingRoomConfiguration

      public NonSleepingRoomConfiguration createNonSleepingRoomConfiguration(Map attributeValues)
    • createOfferGroup

      public OfferGroup createOfferGroup(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createOfferGroup

      public OfferGroup createOfferGroup(Map attributeValues)
    • createOfferGroupRestriction

      public OfferGroupRestriction createOfferGroupRestriction(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createOfferGroupRestriction

      public OfferGroupRestriction createOfferGroupRestriction(Map attributeValues)
    • createOrderUserAccountMapping

      public OrderUserAccountMapping createOrderUserAccountMapping(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createOrderUserAccountMapping

      public OrderUserAccountMapping createOrderUserAccountMapping(Map attributeValues)
    • createPassengerInformation

      public PassengerInformation createPassengerInformation(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createPassengerInformation

      public PassengerInformation createPassengerInformation(Map attributeValues)
    • createPassengerType

      public PassengerType createPassengerType(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createPassengerType

      public PassengerType createPassengerType(Map attributeValues)
    • createPetInfo

      public PetInfo createPetInfo(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createPetInfo

      public PetInfo createPetInfo(Map attributeValues)
    • createProductSpaceMapping

      public ProductSpaceMapping createProductSpaceMapping(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createProductSpaceMapping

      public ProductSpaceMapping createProductSpaceMapping(Map attributeValues)
    • createPropertyFacility

      public PropertyFacility createPropertyFacility(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createPropertyFacility

      public PropertyFacility createPropertyFacility(Map attributeValues)
    • createProximityItem

      public ProximityItem createProximityItem(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createProximityItem

      public ProximityItem createProximityItem(Map attributeValues)
    • createRatePlan

      public RatePlan createRatePlan(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createRatePlan

      public RatePlan createRatePlan(Map attributeValues)
    • createRatePlanConfig

      public RatePlanConfig createRatePlanConfig(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createRatePlanConfig

      public RatePlanConfig createRatePlanConfig(Map attributeValues)
    • createRatePlanInclusion

      public RatePlanInclusion createRatePlanInclusion(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createRatePlanInclusion

      public RatePlanInclusion createRatePlanInclusion(Map attributeValues)
    • createRemark

      public Remark createRemark(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createRemark

      public Remark createRemark(Map attributeValues)
    • createRoomFloorConfiguration

      public RoomFloorConfiguration createRoomFloorConfiguration(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createRoomFloorConfiguration

      public RoomFloorConfiguration createRoomFloorConfiguration(Map attributeValues)
    • createRoomPreference

      public RoomPreference createRoomPreference(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createRoomPreference

      public RoomPreference createRoomPreference(Map attributeValues)
    • createRoomRateProduct

      public RoomRateProduct createRoomRateProduct(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createRoomRateProduct

      public RoomRateProduct createRoomRateProduct(Map attributeValues)
    • createRouteBundleTemplate

      public RouteBundleTemplate createRouteBundleTemplate(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createRouteBundleTemplate

      public RouteBundleTemplate createRouteBundleTemplate(Map attributeValues)
    • createSavedSearch

      public SavedSearch createSavedSearch(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createSavedSearch

      public SavedSearch createSavedSearch(Map attributeValues)
    • createScheduleConfiguration

      public ScheduleConfiguration createScheduleConfiguration(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createScheduleConfiguration

      public ScheduleConfiguration createScheduleConfiguration(Map attributeValues)
    • createScheduleConfigurationDay

      public ScheduleConfigurationDay createScheduleConfigurationDay(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createScheduleConfigurationDay

      public ScheduleConfigurationDay createScheduleConfigurationDay(Map attributeValues)
    • createSelectedAccommodation

      public SelectedAccommodation createSelectedAccommodation(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createSelectedAccommodation

      public SelectedAccommodation createSelectedAccommodation(Map attributeValues)
    • createShipInfo

      public ShipInfo createShipInfo(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createShipInfo

      public ShipInfo createShipInfo(Map attributeValues)
    • createSleepingRoom

      public SleepingRoom createSleepingRoom(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createSleepingRoom

      public SleepingRoom createSleepingRoom(Map attributeValues)
    • createSolrIndexedTypeDefaultSortOrderMapping

      public SolrIndexedTypeDefaultSortOrderMapping createSolrIndexedTypeDefaultSortOrderMapping(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createSolrIndexedTypeDefaultSortOrderMapping

      public SolrIndexedTypeDefaultSortOrderMapping createSolrIndexedTypeDefaultSortOrderMapping(Map attributeValues)
    • createSpecialRequestDetail

      public SpecialRequestDetail createSpecialRequestDetail(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createSpecialRequestDetail

      public SpecialRequestDetail createSpecialRequestDetail(Map attributeValues)
    • createSpecialServiceRequest

      public SpecialServiceRequest createSpecialServiceRequest(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createSpecialServiceRequest

      public SpecialServiceRequest createSpecialServiceRequest(Map attributeValues)
    • createSportEquipment

      public SportEquipment createSportEquipment(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createSportEquipment

      public SportEquipment createSportEquipment(Map attributeValues)
    • createTerminal

      public Terminal createTerminal(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createTerminal

      public Terminal createTerminal(Map attributeValues)
    • createTrainInfo

      public TrainInfo createTrainInfo(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createTrainInfo

      public TrainInfo createTrainInfo(Map attributeValues)
    • createTransportBundleTemplate

      public TransportBundleTemplate createTransportBundleTemplate(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createTransportBundleTemplate

      public TransportBundleTemplate createTransportBundleTemplate(Map attributeValues)
    • createTransportFacility

      public TransportFacility createTransportFacility(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createTransportFacility

      public TransportFacility createTransportFacility(Map attributeValues)
    • createTransportOffering

      public TransportOffering createTransportOffering(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createTransportOffering

      public TransportOffering createTransportOffering(Map attributeValues)
    • createTransportVehicle

      public TransportVehicle createTransportVehicle(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createTransportVehicle

      public TransportVehicle createTransportVehicle(Map attributeValues)
    • createTransportVehicleConfigurationMapping

      public TransportVehicleConfigurationMapping createTransportVehicleConfigurationMapping(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createTransportVehicleConfigurationMapping

      public TransportVehicleConfigurationMapping createTransportVehicleConfigurationMapping(Map attributeValues)
    • createTransportVehicleInfo

      public TransportVehicleInfo createTransportVehicleInfo(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createTransportVehicleInfo

      public TransportVehicleInfo createTransportVehicleInfo(Map attributeValues)
    • createTraveller

      public Traveller createTraveller(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createTraveller

      public Traveller createTraveller(Map attributeValues)
    • createTravellerPreference

      public TravellerPreference createTravellerPreference(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createTravellerPreference

      public TravellerPreference createTravellerPreference(Map attributeValues)
    • createTravelOrderEntryInfo

      public TravelOrderEntryInfo createTravelOrderEntryInfo(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createTravelOrderEntryInfo

      public TravelOrderEntryInfo createTravelOrderEntryInfo(Map attributeValues)
    • createTravelProduct

      public TravelProduct createTravelProduct(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createTravelProduct

      public TravelProduct createTravelProduct(Map attributeValues)
    • createTravelProvider

      public TravelProvider createTravelProvider(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createTravelProvider

      public TravelProvider createTravelProvider(Map attributeValues)
    • createTravelRestriction

      public TravelRestriction createTravelRestriction(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createTravelRestriction

      public TravelRestriction createTravelRestriction(Map attributeValues)
    • createTravelRoute

      public TravelRoute createTravelRoute(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createTravelRoute

      public TravelRoute createTravelRoute(Map attributeValues)
    • createTravelSector

      public TravelSector createTravelSector(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createTravelSector

      public TravelSector createTravelSector(Map attributeValues)
    • createUpdateStockLevelsToAccommodationOfferingCronJob

      public UpdateStockLevelsToTransportOfferingCronJob createUpdateStockLevelsToAccommodationOfferingCronJob(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createUpdateStockLevelsToAccommodationOfferingCronJob

      public UpdateStockLevelsToTransportOfferingCronJob createUpdateStockLevelsToAccommodationOfferingCronJob(Map attributeValues)
    • createUpdateStockLevelsToTransportOfferingCronJob

      public UpdateStockLevelsToTransportOfferingCronJob createUpdateStockLevelsToTransportOfferingCronJob(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createUpdateStockLevelsToTransportOfferingCronJob

      public UpdateStockLevelsToTransportOfferingCronJob createUpdateStockLevelsToTransportOfferingCronJob(Map attributeValues)
    • createVehicleInformation

      public VehicleInformation createVehicleInformation(de.hybris.platform.jalo.SessionContext ctx, Map attributeValues)
    • createVehicleInformation

      public VehicleInformation createVehicleInformation(Map attributeValues)
    • getCustomerTravellerInstance

      public Traveller getCustomerTravellerInstance(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.user.Customer item)
      Generated method - Getter of the Customer.customerTravellerInstance attribute.
      Returns:
      the customerTravellerInstance
    • getCustomerTravellerInstance

      public Traveller getCustomerTravellerInstance(de.hybris.platform.jalo.user.Customer item)
      Generated method - Getter of the Customer.customerTravellerInstance attribute.
      Returns:
      the customerTravellerInstance
    • setCustomerTravellerInstance

      public void setCustomerTravellerInstance(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.user.Customer item, Traveller value)
      Generated method - Setter of the Customer.customerTravellerInstance attribute.
      Parameters:
      value - the customerTravellerInstance
    • setCustomerTravellerInstance

      public void setCustomerTravellerInstance(de.hybris.platform.jalo.user.Customer item, Traveller value)
      Generated method - Setter of the Customer.customerTravellerInstance attribute.
      Parameters:
      value - the customerTravellerInstance
    • getDate

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

      public Date getDate(de.hybris.platform.ordersplitting.jalo.StockLevel item)
      Generated method - Getter of the StockLevel.date attribute.
      Returns:
      the date
    • setDate

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

      public void setDate(de.hybris.platform.ordersplitting.jalo.StockLevel item, Date value)
      Generated method - Setter of the StockLevel.date attribute.
      Parameters:
      value - the date
    • getDisruptions

      public List<Disruption> getDisruptions(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrder item)
      Generated method - Getter of the AbstractOrder.disruptions attribute.
      Returns:
      the disruptions
    • getDisruptions

      public List<Disruption> getDisruptions(de.hybris.platform.jalo.order.AbstractOrder item)
      Generated method - Getter of the AbstractOrder.disruptions attribute.
      Returns:
      the disruptions
    • setDisruptions

      public void setDisruptions(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrder item, List<Disruption> value)
      Generated method - Setter of the AbstractOrder.disruptions attribute.
      Parameters:
      value - the disruptions
    • setDisruptions

      public void setDisruptions(de.hybris.platform.jalo.order.AbstractOrder item, List<Disruption> value)
      Generated method - Setter of the AbstractOrder.disruptions attribute.
      Parameters:
      value - the disruptions
    • addToDisruptions

      public void addToDisruptions(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrder item, Disruption value)
      Generated method - Adds value to disruptions.
      Parameters:
      value - the item to add to disruptions
    • addToDisruptions

      public void addToDisruptions(de.hybris.platform.jalo.order.AbstractOrder item, Disruption value)
      Generated method - Adds value to disruptions.
      Parameters:
      value - the item to add to disruptions
    • removeFromDisruptions

      public void removeFromDisruptions(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrder item, Disruption value)
      Generated method - Removes value from disruptions.
      Parameters:
      value - the item to remove from disruptions
    • removeFromDisruptions

      public void removeFromDisruptions(de.hybris.platform.jalo.order.AbstractOrder item, Disruption value)
      Generated method - Removes value from disruptions.
      Parameters:
      value - the item to remove from disruptions
    • getEntryGroup

      public AbstractOrderEntryGroup getEntryGroup(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrderEntry item)
      Generated method - Getter of the AbstractOrderEntry.entryGroup attribute.
      Returns:
      the entryGroup
    • getEntryGroup

      public AbstractOrderEntryGroup getEntryGroup(de.hybris.platform.jalo.order.AbstractOrderEntry item)
      Generated method - Getter of the AbstractOrderEntry.entryGroup attribute.
      Returns:
      the entryGroup
    • setEntryGroup

      public void setEntryGroup(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrderEntry item, AbstractOrderEntryGroup value)
      Generated method - Setter of the AbstractOrderEntry.entryGroup attribute.
      Parameters:
      value - the entryGroup
    • setEntryGroup

      public void setEntryGroup(de.hybris.platform.jalo.order.AbstractOrderEntry item, AbstractOrderEntryGroup value)
      Generated method - Setter of the AbstractOrderEntry.entryGroup attribute.
      Parameters:
      value - the entryGroup
    • getName

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

      public Boolean isIgnoreRules(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.configurablebundleservices.jalo.BundleTemplate item)
      Generated method - Getter of the BundleTemplate.ignoreRules attribute.
      Returns:
      the ignoreRules
    • isIgnoreRules

      public Boolean isIgnoreRules(de.hybris.platform.configurablebundleservices.jalo.BundleTemplate item)
      Generated method - Getter of the BundleTemplate.ignoreRules attribute.
      Returns:
      the ignoreRules
    • isIgnoreRulesAsPrimitive

      public boolean isIgnoreRulesAsPrimitive(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.configurablebundleservices.jalo.BundleTemplate item)
      Generated method - Getter of the BundleTemplate.ignoreRules attribute.
      Returns:
      the ignoreRules
    • isIgnoreRulesAsPrimitive

      public boolean isIgnoreRulesAsPrimitive(de.hybris.platform.configurablebundleservices.jalo.BundleTemplate item)
      Generated method - Getter of the BundleTemplate.ignoreRules attribute.
      Returns:
      the ignoreRules
    • setIgnoreRules

      public void setIgnoreRules(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.configurablebundleservices.jalo.BundleTemplate item, Boolean value)
      Generated method - Setter of the BundleTemplate.ignoreRules attribute.
      Parameters:
      value - the ignoreRules
    • setIgnoreRules

      public void setIgnoreRules(de.hybris.platform.configurablebundleservices.jalo.BundleTemplate item, Boolean value)
      Generated method - Setter of the BundleTemplate.ignoreRules attribute.
      Parameters:
      value - the ignoreRules
    • setIgnoreRules

      public void setIgnoreRules(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.configurablebundleservices.jalo.BundleTemplate item, boolean value)
      Generated method - Setter of the BundleTemplate.ignoreRules attribute.
      Parameters:
      value - the ignoreRules
    • setIgnoreRules

      public void setIgnoreRules(de.hybris.platform.configurablebundleservices.jalo.BundleTemplate item, boolean value)
      Generated method - Setter of the BundleTemplate.ignoreRules attribute.
      Parameters:
      value - the ignoreRules
    • isIgnoreRules

      public Boolean isIgnoreRules(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.product.Product item)
      Generated method - Getter of the Product.ignoreRules attribute.
      Returns:
      the ignoreRules
    • isIgnoreRules

      public Boolean isIgnoreRules(de.hybris.platform.jalo.product.Product item)
      Generated method - Getter of the Product.ignoreRules attribute.
      Returns:
      the ignoreRules
    • isIgnoreRulesAsPrimitive

      public boolean isIgnoreRulesAsPrimitive(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.product.Product item)
      Generated method - Getter of the Product.ignoreRules attribute.
      Returns:
      the ignoreRules
    • isIgnoreRulesAsPrimitive

      public boolean isIgnoreRulesAsPrimitive(de.hybris.platform.jalo.product.Product item)
      Generated method - Getter of the Product.ignoreRules attribute.
      Returns:
      the ignoreRules
    • setIgnoreRules

      public void setIgnoreRules(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.product.Product item, Boolean value)
      Generated method - Setter of the Product.ignoreRules attribute.
      Parameters:
      value - the ignoreRules
    • setIgnoreRules

      public void setIgnoreRules(de.hybris.platform.jalo.product.Product item, Boolean value)
      Generated method - Setter of the Product.ignoreRules attribute.
      Parameters:
      value - the ignoreRules
    • setIgnoreRules

      public void setIgnoreRules(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.product.Product item, boolean value)
      Generated method - Setter of the Product.ignoreRules attribute.
      Parameters:
      value - the ignoreRules
    • setIgnoreRules

      public void setIgnoreRules(de.hybris.platform.jalo.product.Product item, boolean value)
      Generated method - Setter of the Product.ignoreRules attribute.
      Parameters:
      value - the ignoreRules
    • getLocation

      public Location getLocation(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.storelocator.jalo.PointOfService item)
      Generated method - Getter of the PointOfService.location attribute.
      Returns:
      the location
    • getLocation

      public Location getLocation(de.hybris.platform.storelocator.jalo.PointOfService item)
      Generated method - Getter of the PointOfService.location attribute.
      Returns:
      the location
    • setLocation

      public void setLocation(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.storelocator.jalo.PointOfService item, Location value)
      Generated method - Setter of the PointOfService.location attribute.
      Parameters:
      value - the location
    • setLocation

      public void setLocation(de.hybris.platform.storelocator.jalo.PointOfService item, Location value)
      Generated method - Setter of the PointOfService.location attribute.
      Parameters:
      value - the location
    • getOrderEntryId

      public Integer getOrderEntryId(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrderEntry item)
      Generated method - Getter of the AbstractOrderEntry.orderEntryId attribute.
      Returns:
      the orderEntryId
    • getOrderEntryId

      public Integer getOrderEntryId(de.hybris.platform.jalo.order.AbstractOrderEntry item)
      Generated method - Getter of the AbstractOrderEntry.orderEntryId attribute.
      Returns:
      the orderEntryId
    • getOrderEntryIdAsPrimitive

      public int getOrderEntryIdAsPrimitive(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrderEntry item)
      Generated method - Getter of the AbstractOrderEntry.orderEntryId attribute.
      Returns:
      the orderEntryId
    • getOrderEntryIdAsPrimitive

      public int getOrderEntryIdAsPrimitive(de.hybris.platform.jalo.order.AbstractOrderEntry item)
      Generated method - Getter of the AbstractOrderEntry.orderEntryId attribute.
      Returns:
      the orderEntryId
    • setOrderEntryId

      public void setOrderEntryId(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrderEntry item, Integer value)
      Generated method - Setter of the AbstractOrderEntry.orderEntryId attribute.
      Parameters:
      value - the orderEntryId
    • setOrderEntryId

      public void setOrderEntryId(de.hybris.platform.jalo.order.AbstractOrderEntry item, Integer value)
      Generated method - Setter of the AbstractOrderEntry.orderEntryId attribute.
      Parameters:
      value - the orderEntryId
    • setOrderEntryId

      public void setOrderEntryId(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrderEntry item, int value)
      Generated method - Setter of the AbstractOrderEntry.orderEntryId attribute.
      Parameters:
      value - the orderEntryId
    • setOrderEntryId

      public void setOrderEntryId(de.hybris.platform.jalo.order.AbstractOrderEntry item, int value)
      Generated method - Setter of the AbstractOrderEntry.orderEntryId attribute.
      Parameters:
      value - the orderEntryId
    • getOriginalOrder

      public de.hybris.platform.jalo.order.Order getOriginalOrder(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrder item)
      Generated method - Getter of the AbstractOrder.originalOrder attribute.
      Returns:
      the originalOrder
    • getOriginalOrder

      public de.hybris.platform.jalo.order.Order getOriginalOrder(de.hybris.platform.jalo.order.AbstractOrder item)
      Generated method - Getter of the AbstractOrder.originalOrder attribute.
      Returns:
      the originalOrder
    • setOriginalOrder

      public void setOriginalOrder(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrder item, de.hybris.platform.jalo.order.Order value)
      Generated method - Setter of the AbstractOrder.originalOrder attribute.
      Parameters:
      value - the originalOrder
    • setOriginalOrder

      public void setOriginalOrder(de.hybris.platform.jalo.order.AbstractOrder item, de.hybris.platform.jalo.order.Order value)
      Generated method - Setter of the AbstractOrder.originalOrder attribute.
      Parameters:
      value - the originalOrder
    • getOriginCountry

      public String getOriginCountry(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.europe1.jalo.TaxRow item)
      Generated method - Getter of the TaxRow.originCountry attribute.
      Returns:
      the originCountry
    • getOriginCountry

      public String getOriginCountry(de.hybris.platform.europe1.jalo.TaxRow item)
      Generated method - Getter of the TaxRow.originCountry attribute.
      Returns:
      the originCountry
    • setOriginCountry

      public void setOriginCountry(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.europe1.jalo.TaxRow item, String value)
      Generated method - Setter of the TaxRow.originCountry attribute.
      Parameters:
      value - the originCountry
    • setOriginCountry

      public void setOriginCountry(de.hybris.platform.europe1.jalo.TaxRow item, String value)
      Generated method - Setter of the TaxRow.originCountry attribute.
      Parameters:
      value - the originCountry
    • getOriginTransportFacility

      public String getOriginTransportFacility(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.europe1.jalo.TaxRow item)
      Generated method - Getter of the TaxRow.originTransportFacility attribute.
      Returns:
      the originTransportFacility
    • getOriginTransportFacility

      public String getOriginTransportFacility(de.hybris.platform.europe1.jalo.TaxRow item)
      Generated method - Getter of the TaxRow.originTransportFacility attribute.
      Returns:
      the originTransportFacility
    • setOriginTransportFacility

      public void setOriginTransportFacility(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.europe1.jalo.TaxRow item, String value)
      Generated method - Setter of the TaxRow.originTransportFacility attribute.
      Parameters:
      value - the originTransportFacility
    • setOriginTransportFacility

      public void setOriginTransportFacility(de.hybris.platform.europe1.jalo.TaxRow item, String value)
      Generated method - Setter of the TaxRow.originTransportFacility attribute.
      Parameters:
      value - the originTransportFacility
    • getPassengerType

      public String getPassengerType(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.europe1.jalo.TaxRow item)
      Generated method - Getter of the TaxRow.passengerType attribute.
      Returns:
      the passengerType
    • getPassengerType

      public String getPassengerType(de.hybris.platform.europe1.jalo.TaxRow item)
      Generated method - Getter of the TaxRow.passengerType attribute.
      Returns:
      the passengerType
    • setPassengerType

      public void setPassengerType(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.europe1.jalo.TaxRow item, String value)
      Generated method - Setter of the TaxRow.passengerType attribute.
      Parameters:
      value - the passengerType
    • setPassengerType

      public void setPassengerType(de.hybris.platform.europe1.jalo.TaxRow item, String value)
      Generated method - Setter of the TaxRow.passengerType attribute.
      Parameters:
      value - the passengerType
    • getPaymentTransaction

      public Collection<de.hybris.platform.payment.jalo.PaymentTransaction> getPaymentTransaction(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrderEntry item)
      Generated method - Getter of the AbstractOrderEntry.paymentTransaction attribute.
      Returns:
      the paymentTransaction
    • getPaymentTransaction

      public Collection<de.hybris.platform.payment.jalo.PaymentTransaction> getPaymentTransaction(de.hybris.platform.jalo.order.AbstractOrderEntry item)
      Generated method - Getter of the AbstractOrderEntry.paymentTransaction attribute.
      Returns:
      the paymentTransaction
    • getPaymentTransactionCount

      public long getPaymentTransactionCount(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrderEntry item)
    • getPaymentTransactionCount

      public long getPaymentTransactionCount(de.hybris.platform.jalo.order.AbstractOrderEntry item)
    • setPaymentTransaction

      public void setPaymentTransaction(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrderEntry item, Collection<de.hybris.platform.payment.jalo.PaymentTransaction> value)
      Generated method - Setter of the AbstractOrderEntry.paymentTransaction attribute.
      Parameters:
      value - the paymentTransaction
    • setPaymentTransaction

      public void setPaymentTransaction(de.hybris.platform.jalo.order.AbstractOrderEntry item, Collection<de.hybris.platform.payment.jalo.PaymentTransaction> value)
      Generated method - Setter of the AbstractOrderEntry.paymentTransaction attribute.
      Parameters:
      value - the paymentTransaction
    • addToPaymentTransaction

      public void addToPaymentTransaction(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrderEntry item, de.hybris.platform.payment.jalo.PaymentTransaction value)
      Generated method - Adds value to paymentTransaction.
      Parameters:
      value - the item to add to paymentTransaction
    • addToPaymentTransaction

      public void addToPaymentTransaction(de.hybris.platform.jalo.order.AbstractOrderEntry item, de.hybris.platform.payment.jalo.PaymentTransaction value)
      Generated method - Adds value to paymentTransaction.
      Parameters:
      value - the item to add to paymentTransaction
    • removeFromPaymentTransaction

      public void removeFromPaymentTransaction(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrderEntry item, de.hybris.platform.payment.jalo.PaymentTransaction value)
      Generated method - Removes value from paymentTransaction.
      Parameters:
      value - the item to remove from paymentTransaction
    • removeFromPaymentTransaction

      public void removeFromPaymentTransaction(de.hybris.platform.jalo.order.AbstractOrderEntry item, de.hybris.platform.payment.jalo.PaymentTransaction value)
      Generated method - Removes value from paymentTransaction.
      Parameters:
      value - the item to remove from paymentTransaction
    • getProductType

      public de.hybris.platform.jalo.enumeration.EnumerationValue getProductType(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.product.Product item)
      Generated method - Getter of the Product.productType attribute.
      Returns:
      the productType
    • getProductType

      public de.hybris.platform.jalo.enumeration.EnumerationValue getProductType(de.hybris.platform.jalo.product.Product item)
      Generated method - Getter of the Product.productType attribute.
      Returns:
      the productType
    • setProductType

      public void setProductType(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.product.Product item, de.hybris.platform.jalo.enumeration.EnumerationValue value)
      Generated method - Setter of the Product.productType attribute.
      Parameters:
      value - the productType
    • setProductType

      public void setProductType(de.hybris.platform.jalo.product.Product item, de.hybris.platform.jalo.enumeration.EnumerationValue value)
      Generated method - Setter of the Product.productType attribute.
      Parameters:
      value - the productType
    • isPromotional

      public Boolean isPromotional(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.configurablebundleservices.jalo.BundleTemplate item)
      Generated method - Getter of the BundleTemplate.promotional attribute.
      Returns:
      the promotional
    • isPromotional

      public Boolean isPromotional(de.hybris.platform.configurablebundleservices.jalo.BundleTemplate item)
      Generated method - Getter of the BundleTemplate.promotional attribute.
      Returns:
      the promotional
    • isPromotionalAsPrimitive

      public boolean isPromotionalAsPrimitive(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.configurablebundleservices.jalo.BundleTemplate item)
      Generated method - Getter of the BundleTemplate.promotional attribute.
      Returns:
      the promotional
    • isPromotionalAsPrimitive

      public boolean isPromotionalAsPrimitive(de.hybris.platform.configurablebundleservices.jalo.BundleTemplate item)
      Generated method - Getter of the BundleTemplate.promotional attribute.
      Returns:
      the promotional
    • setPromotional

      public void setPromotional(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.configurablebundleservices.jalo.BundleTemplate item, Boolean value)
      Generated method - Setter of the BundleTemplate.promotional attribute.
      Parameters:
      value - the promotional
    • setPromotional

      public void setPromotional(de.hybris.platform.configurablebundleservices.jalo.BundleTemplate item, Boolean value)
      Generated method - Setter of the BundleTemplate.promotional attribute.
      Parameters:
      value - the promotional
    • setPromotional

      public void setPromotional(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.configurablebundleservices.jalo.BundleTemplate item, boolean value)
      Generated method - Setter of the BundleTemplate.promotional attribute.
      Parameters:
      value - the promotional
    • setPromotional

      public void setPromotional(de.hybris.platform.configurablebundleservices.jalo.BundleTemplate item, boolean value)
      Generated method - Setter of the BundleTemplate.promotional attribute.
      Parameters:
      value - the promotional
    • getRatePlan

      public Collection<RatePlan> getRatePlan(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.enumeration.EnumerationValue item)
      Generated method - Getter of the MealType.ratePlan attribute.
      Returns:
      the ratePlan
    • getRatePlan

      public Collection<RatePlan> getRatePlan(de.hybris.platform.jalo.enumeration.EnumerationValue item)
      Generated method - Getter of the MealType.ratePlan attribute.
      Returns:
      the ratePlan
    • getRatePlanCount

      public long getRatePlanCount(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.enumeration.EnumerationValue item)
    • getRatePlanCount

      public long getRatePlanCount(de.hybris.platform.jalo.enumeration.EnumerationValue item)
    • setRatePlan

      public void setRatePlan(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.enumeration.EnumerationValue item, Collection<RatePlan> value)
      Generated method - Setter of the MealType.ratePlan attribute.
      Parameters:
      value - the ratePlan
    • setRatePlan

      public void setRatePlan(de.hybris.platform.jalo.enumeration.EnumerationValue item, Collection<RatePlan> value)
      Generated method - Setter of the MealType.ratePlan attribute.
      Parameters:
      value - the ratePlan
    • addToRatePlan

      public void addToRatePlan(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.enumeration.EnumerationValue item, RatePlan value)
      Generated method - Adds value to ratePlan.
      Parameters:
      value - the item to add to ratePlan
    • addToRatePlan

      public void addToRatePlan(de.hybris.platform.jalo.enumeration.EnumerationValue item, RatePlan value)
      Generated method - Adds value to ratePlan.
      Parameters:
      value - the item to add to ratePlan
    • removeFromRatePlan

      public void removeFromRatePlan(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.enumeration.EnumerationValue item, RatePlan value)
      Generated method - Removes value from ratePlan.
      Parameters:
      value - the item to remove from ratePlan
    • removeFromRatePlan

      public void removeFromRatePlan(de.hybris.platform.jalo.enumeration.EnumerationValue item, RatePlan value)
      Generated method - Removes value from ratePlan.
      Parameters:
      value - the item to remove from ratePlan
    • getRoomStayRefNumber

      public Integer getRoomStayRefNumber(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.customerreview.jalo.CustomerReview item)
      Generated method - Getter of the CustomerReview.roomStayRefNumber attribute.
      Returns:
      the roomStayRefNumber
    • getRoomStayRefNumber

      public Integer getRoomStayRefNumber(de.hybris.platform.customerreview.jalo.CustomerReview item)
      Generated method - Getter of the CustomerReview.roomStayRefNumber attribute.
      Returns:
      the roomStayRefNumber
    • getRoomStayRefNumberAsPrimitive

      public int getRoomStayRefNumberAsPrimitive(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.customerreview.jalo.CustomerReview item)
      Generated method - Getter of the CustomerReview.roomStayRefNumber attribute.
      Returns:
      the roomStayRefNumber
    • getRoomStayRefNumberAsPrimitive

      public int getRoomStayRefNumberAsPrimitive(de.hybris.platform.customerreview.jalo.CustomerReview item)
      Generated method - Getter of the CustomerReview.roomStayRefNumber attribute.
      Returns:
      the roomStayRefNumber
    • setRoomStayRefNumber

      public void setRoomStayRefNumber(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.customerreview.jalo.CustomerReview item, Integer value)
      Generated method - Setter of the CustomerReview.roomStayRefNumber attribute.
      Parameters:
      value - the roomStayRefNumber
    • setRoomStayRefNumber

      public void setRoomStayRefNumber(de.hybris.platform.customerreview.jalo.CustomerReview item, Integer value)
      Generated method - Setter of the CustomerReview.roomStayRefNumber attribute.
      Parameters:
      value - the roomStayRefNumber
    • setRoomStayRefNumber

      public void setRoomStayRefNumber(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.customerreview.jalo.CustomerReview item, int value)
      Generated method - Setter of the CustomerReview.roomStayRefNumber attribute.
      Parameters:
      value - the roomStayRefNumber
    • setRoomStayRefNumber

      public void setRoomStayRefNumber(de.hybris.platform.customerreview.jalo.CustomerReview item, int value)
      Generated method - Setter of the CustomerReview.roomStayRefNumber attribute.
      Parameters:
      value - the roomStayRefNumber
    • getSavedSearch

      public Collection<SavedSearch> getSavedSearch(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.user.Customer item)
      Generated method - Getter of the Customer.savedSearch attribute.
      Returns:
      the savedSearch
    • getSavedSearch

      public Collection<SavedSearch> getSavedSearch(de.hybris.platform.jalo.user.Customer item)
      Generated method - Getter of the Customer.savedSearch attribute.
      Returns:
      the savedSearch
    • setSavedSearch

      public void setSavedSearch(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.user.Customer item, Collection<SavedSearch> value)
      Generated method - Setter of the Customer.savedSearch attribute.
      Parameters:
      value - the savedSearch
    • setSavedSearch

      public void setSavedSearch(de.hybris.platform.jalo.user.Customer item, Collection<SavedSearch> value)
      Generated method - Setter of the Customer.savedSearch attribute.
      Parameters:
      value - the savedSearch
    • addToSavedSearch

      public void addToSavedSearch(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.user.Customer item, SavedSearch value)
      Generated method - Adds value to savedSearch.
      Parameters:
      value - the item to add to savedSearch
    • addToSavedSearch

      public void addToSavedSearch(de.hybris.platform.jalo.user.Customer item, SavedSearch value)
      Generated method - Adds value to savedSearch.
      Parameters:
      value - the item to add to savedSearch
    • removeFromSavedSearch

      public void removeFromSavedSearch(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.user.Customer item, SavedSearch value)
      Generated method - Removes value from savedSearch.
      Parameters:
      value - the item to remove from savedSearch
    • removeFromSavedSearch

      public void removeFromSavedSearch(de.hybris.platform.jalo.user.Customer item, SavedSearch value)
      Generated method - Removes value from savedSearch.
      Parameters:
      value - the item to remove from savedSearch
    • getSavedTraveller

      public Collection<Traveller> getSavedTraveller(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.user.Customer item)
      Generated method - Getter of the Customer.savedTraveller attribute.
      Returns:
      the savedTraveller
    • getSavedTraveller

      public Collection<Traveller> getSavedTraveller(de.hybris.platform.jalo.user.Customer item)
      Generated method - Getter of the Customer.savedTraveller attribute.
      Returns:
      the savedTraveller
    • setSavedTraveller

      public void setSavedTraveller(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.user.Customer item, Collection<Traveller> value)
      Generated method - Setter of the Customer.savedTraveller attribute.
      Parameters:
      value - the savedTraveller
    • setSavedTraveller

      public void setSavedTraveller(de.hybris.platform.jalo.user.Customer item, Collection<Traveller> value)
      Generated method - Setter of the Customer.savedTraveller attribute.
      Parameters:
      value - the savedTraveller
    • addToSavedTraveller

      public void addToSavedTraveller(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.user.Customer item, Traveller value)
      Generated method - Adds value to savedTraveller.
      Parameters:
      value - the item to add to savedTraveller
    • addToSavedTraveller

      public void addToSavedTraveller(de.hybris.platform.jalo.user.Customer item, Traveller value)
      Generated method - Adds value to savedTraveller.
      Parameters:
      value - the item to add to savedTraveller
    • removeFromSavedTraveller

      public void removeFromSavedTraveller(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.user.Customer item, Traveller value)
      Generated method - Removes value from savedTraveller.
      Parameters:
      value - the item to remove from savedTraveller
    • removeFromSavedTraveller

      public void removeFromSavedTraveller(de.hybris.platform.jalo.user.Customer item, Traveller value)
      Generated method - Removes value from savedTraveller.
      Parameters:
      value - the item to remove from savedTraveller
    • getSelectedAccommodations

      public List<SelectedAccommodation> getSelectedAccommodations(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrder item)
      Generated method - Getter of the AbstractOrder.selectedAccommodations attribute.
      Returns:
      the selectedAccommodations - Selected Accommodations
    • getSelectedAccommodations

      public List<SelectedAccommodation> getSelectedAccommodations(de.hybris.platform.jalo.order.AbstractOrder item)
      Generated method - Getter of the AbstractOrder.selectedAccommodations attribute.
      Returns:
      the selectedAccommodations - Selected Accommodations
    • setSelectedAccommodations

      public void setSelectedAccommodations(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrder item, List<SelectedAccommodation> value)
      Generated method - Setter of the AbstractOrder.selectedAccommodations attribute.
      Parameters:
      value - the selectedAccommodations - Selected Accommodations
    • setSelectedAccommodations

      public void setSelectedAccommodations(de.hybris.platform.jalo.order.AbstractOrder item, List<SelectedAccommodation> value)
      Generated method - Setter of the AbstractOrder.selectedAccommodations attribute.
      Parameters:
      value - the selectedAccommodations - Selected Accommodations
    • addToSelectedAccommodations

      public void addToSelectedAccommodations(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrder item, SelectedAccommodation value)
      Generated method - Adds value to selectedAccommodations.
      Parameters:
      value - the item to add to selectedAccommodations - Selected Accommodations
    • addToSelectedAccommodations

      public void addToSelectedAccommodations(de.hybris.platform.jalo.order.AbstractOrder item, SelectedAccommodation value)
      Generated method - Adds value to selectedAccommodations.
      Parameters:
      value - the item to add to selectedAccommodations - Selected Accommodations
    • removeFromSelectedAccommodations

      public void removeFromSelectedAccommodations(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrder item, SelectedAccommodation value)
      Generated method - Removes value from selectedAccommodations.
      Parameters:
      value - the item to remove from selectedAccommodations - Selected Accommodations
    • removeFromSelectedAccommodations

      public void removeFromSelectedAccommodations(de.hybris.platform.jalo.order.AbstractOrder item, SelectedAccommodation value)
      Generated method - Removes value from selectedAccommodations.
      Parameters:
      value - the item to remove from selectedAccommodations - Selected Accommodations
    • getSuperlocations

      public Collection<Location> getSuperlocations(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.media.Media item)
      Generated method - Getter of the Media.superlocations attribute.
      Returns:
      the superlocations - Super Locations
    • getSuperlocations

      public Collection<Location> getSuperlocations(de.hybris.platform.jalo.media.Media item)
      Generated method - Getter of the Media.superlocations attribute.
      Returns:
      the superlocations - Super Locations
    • getSuperlocationsCount

      public long getSuperlocationsCount(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.media.Media item)
    • getSuperlocationsCount

      public long getSuperlocationsCount(de.hybris.platform.jalo.media.Media item)
    • setSuperlocations

      public void setSuperlocations(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.media.Media item, Collection<Location> value)
      Generated method - Setter of the Media.superlocations attribute.
      Parameters:
      value - the superlocations - Super Locations
    • setSuperlocations

      public void setSuperlocations(de.hybris.platform.jalo.media.Media item, Collection<Location> value)
      Generated method - Setter of the Media.superlocations attribute.
      Parameters:
      value - the superlocations - Super Locations
    • addToSuperlocations

      public void addToSuperlocations(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.media.Media item, Location value)
      Generated method - Adds value to superlocations.
      Parameters:
      value - the item to add to superlocations - Super Locations
    • addToSuperlocations

      public void addToSuperlocations(de.hybris.platform.jalo.media.Media item, Location value)
      Generated method - Adds value to superlocations.
      Parameters:
      value - the item to add to superlocations - Super Locations
    • removeFromSuperlocations

      public void removeFromSuperlocations(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.media.Media item, Location value)
      Generated method - Removes value from superlocations.
      Parameters:
      value - the item to remove from superlocations - Super Locations
    • removeFromSuperlocations

      public void removeFromSuperlocations(de.hybris.platform.jalo.media.Media item, Location value)
      Generated method - Removes value from superlocations.
      Parameters:
      value - the item to remove from superlocations - Super Locations
    • getTimeUnit

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

      public Long getTimeUnit(de.hybris.platform.ordersplitting.jalo.StockLevel item)
      Generated method - Getter of the StockLevel.timeUnit attribute.
      Returns:
      the timeUnit
    • getTimeUnitAsPrimitive

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

      public long getTimeUnitAsPrimitive(de.hybris.platform.ordersplitting.jalo.StockLevel item)
      Generated method - Getter of the StockLevel.timeUnit attribute.
      Returns:
      the timeUnit
    • setTimeUnit

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

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

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

      public void setTimeUnit(de.hybris.platform.ordersplitting.jalo.StockLevel item, long value)
      Generated method - Setter of the StockLevel.timeUnit attribute.
      Parameters:
      value - the timeUnit
    • getTimeZoneId

      public String getTimeZoneId(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.storelocator.jalo.PointOfService item)
      Generated method - Getter of the PointOfService.timeZoneId attribute.
      Returns:
      the timeZoneId
    • getTimeZoneId

      public String getTimeZoneId(de.hybris.platform.storelocator.jalo.PointOfService item)
      Generated method - Getter of the PointOfService.timeZoneId attribute.
      Returns:
      the timeZoneId
    • setTimeZoneId

      public void setTimeZoneId(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.storelocator.jalo.PointOfService item, String value)
      Generated method - Setter of the PointOfService.timeZoneId attribute.
      Parameters:
      value - the timeZoneId
    • setTimeZoneId

      public void setTimeZoneId(de.hybris.platform.storelocator.jalo.PointOfService item, String value)
      Generated method - Setter of the PointOfService.timeZoneId attribute.
      Parameters:
      value - the timeZoneId
    • getTransportFacility

      public TransportFacility getTransportFacility(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.storelocator.jalo.PointOfService item)
      Generated method - Getter of the PointOfService.transportFacility attribute.
      Returns:
      the transportFacility
    • getTransportFacility

      public TransportFacility getTransportFacility(de.hybris.platform.storelocator.jalo.PointOfService item)
      Generated method - Getter of the PointOfService.transportFacility attribute.
      Returns:
      the transportFacility
    • setTransportFacility

      public void setTransportFacility(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.storelocator.jalo.PointOfService item, TransportFacility value)
      Generated method - Setter of the PointOfService.transportFacility attribute.
      Parameters:
      value - the transportFacility
    • setTransportFacility

      public void setTransportFacility(de.hybris.platform.storelocator.jalo.PointOfService item, TransportFacility value)
      Generated method - Setter of the PointOfService.transportFacility attribute.
      Parameters:
      value - the transportFacility
    • getTransportOfferingCode

      public String getTransportOfferingCode(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.europe1.jalo.PriceRow item)
      Generated method - Getter of the PriceRow.transportOfferingCode attribute.
      Returns:
      the transportOfferingCode
    • getTransportOfferingCode

      public String getTransportOfferingCode(de.hybris.platform.europe1.jalo.PriceRow item)
      Generated method - Getter of the PriceRow.transportOfferingCode attribute.
      Returns:
      the transportOfferingCode
    • setTransportOfferingCode

      public void setTransportOfferingCode(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.europe1.jalo.PriceRow item, String value)
      Generated method - Setter of the PriceRow.transportOfferingCode attribute.
      Parameters:
      value - the transportOfferingCode
    • setTransportOfferingCode

      public void setTransportOfferingCode(de.hybris.platform.europe1.jalo.PriceRow item, String value)
      Generated method - Setter of the PriceRow.transportOfferingCode attribute.
      Parameters:
      value - the transportOfferingCode
    • getTraveller

      public Traveller getTraveller(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.ordersplitting.jalo.Consignment item)
      Generated method - Getter of the Consignment.traveller attribute.
      Returns:
      the traveller
    • getTraveller

      public Traveller getTraveller(de.hybris.platform.ordersplitting.jalo.Consignment item)
      Generated method - Getter of the Consignment.traveller attribute.
      Returns:
      the traveller
    • setTraveller

      public void setTraveller(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.ordersplitting.jalo.Consignment item, Traveller value)
      Generated method - Setter of the Consignment.traveller attribute.
      Parameters:
      value - the traveller
    • setTraveller

      public void setTraveller(de.hybris.platform.ordersplitting.jalo.Consignment item, Traveller value)
      Generated method - Setter of the Consignment.traveller attribute.
      Parameters:
      value - the traveller
    • getTravellerInfo

      public TravellerInfo getTravellerInfo(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.ordersplitting.jalo.Consignment item)
      Generated method - Getter of the Consignment.travellerInfo attribute.
      Returns:
      the travellerInfo
    • getTravellerInfo

      public TravellerInfo getTravellerInfo(de.hybris.platform.ordersplitting.jalo.Consignment item)
      Generated method - Getter of the Consignment.travellerInfo attribute.
      Returns:
      the travellerInfo
    • setTravellerInfo

      public void setTravellerInfo(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.ordersplitting.jalo.Consignment item, TravellerInfo value)
      Generated method - Setter of the Consignment.travellerInfo attribute.
      Parameters:
      value - the travellerInfo
    • setTravellerInfo

      public void setTravellerInfo(de.hybris.platform.ordersplitting.jalo.Consignment item, TravellerInfo value)
      Generated method - Setter of the Consignment.travellerInfo attribute.
      Parameters:
      value - the travellerInfo
    • getTravellers

      public List<Traveller> getTravellers(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrder item)
      Generated method - Getter of the AbstractOrder.travellers attribute.
      Returns:
      the travellers
    • getTravellers

      public List<Traveller> getTravellers(de.hybris.platform.jalo.order.AbstractOrder item)
      Generated method - Getter of the AbstractOrder.travellers attribute.
      Returns:
      the travellers
    • setTravellers

      public void setTravellers(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrder item, List<Traveller> value)
      Generated method - Setter of the AbstractOrder.travellers attribute.
      Parameters:
      value - the travellers
    • setTravellers

      public void setTravellers(de.hybris.platform.jalo.order.AbstractOrder item, List<Traveller> value)
      Generated method - Setter of the AbstractOrder.travellers attribute.
      Parameters:
      value - the travellers
    • getTravelOrderEntryInfo

      public TravelOrderEntryInfo getTravelOrderEntryInfo(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrderEntry item)
      Generated method - Getter of the AbstractOrderEntry.travelOrderEntryInfo attribute.
      Returns:
      the travelOrderEntryInfo
    • getTravelOrderEntryInfo

      public TravelOrderEntryInfo getTravelOrderEntryInfo(de.hybris.platform.jalo.order.AbstractOrderEntry item)
      Generated method - Getter of the AbstractOrderEntry.travelOrderEntryInfo attribute.
      Returns:
      the travelOrderEntryInfo
    • setTravelOrderEntryInfo

      public void setTravelOrderEntryInfo(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrderEntry item, TravelOrderEntryInfo value)
      Generated method - Setter of the AbstractOrderEntry.travelOrderEntryInfo attribute.
      Parameters:
      value - the travelOrderEntryInfo
    • setTravelOrderEntryInfo

      public void setTravelOrderEntryInfo(de.hybris.platform.jalo.order.AbstractOrderEntry item, TravelOrderEntryInfo value)
      Generated method - Setter of the AbstractOrderEntry.travelOrderEntryInfo attribute.
      Parameters:
      value - the travelOrderEntryInfo
    • getTravelRestriction

      public OfferGroupRestriction getTravelRestriction(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.category.jalo.Category item)
      Generated method - Getter of the Category.travelRestriction attribute.
      Returns:
      the travelRestriction
    • getTravelRestriction

      public OfferGroupRestriction getTravelRestriction(de.hybris.platform.category.jalo.Category item)
      Generated method - Getter of the Category.travelRestriction attribute.
      Returns:
      the travelRestriction
    • setTravelRestriction

      public void setTravelRestriction(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.category.jalo.Category item, OfferGroupRestriction value)
      Generated method - Setter of the Category.travelRestriction attribute.
      Parameters:
      value - the travelRestriction
    • setTravelRestriction

      public void setTravelRestriction(de.hybris.platform.category.jalo.Category item, OfferGroupRestriction value)
      Generated method - Setter of the Category.travelRestriction attribute.
      Parameters:
      value - the travelRestriction
    • getTravelRestriction

      public TravelRestriction getTravelRestriction(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.product.Product item)
      Generated method - Getter of the Product.travelRestriction attribute.
      Returns:
      the travelRestriction
    • getTravelRestriction

      public TravelRestriction getTravelRestriction(de.hybris.platform.jalo.product.Product item)
      Generated method - Getter of the Product.travelRestriction attribute.
      Returns:
      the travelRestriction
    • setTravelRestriction

      public void setTravelRestriction(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.product.Product item, TravelRestriction value)
      Generated method - Setter of the Product.travelRestriction attribute.
      Parameters:
      value - the travelRestriction
    • setTravelRestriction

      public void setTravelRestriction(de.hybris.platform.jalo.product.Product item, TravelRestriction value)
      Generated method - Setter of the Product.travelRestriction attribute.
      Parameters:
      value - the travelRestriction
    • getTravelRouteCode

      public String getTravelRouteCode(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.europe1.jalo.PriceRow item)
      Generated method - Getter of the PriceRow.travelRouteCode attribute.
      Returns:
      the travelRouteCode
    • getTravelRouteCode

      public String getTravelRouteCode(de.hybris.platform.europe1.jalo.PriceRow item)
      Generated method - Getter of the PriceRow.travelRouteCode attribute.
      Returns:
      the travelRouteCode
    • setTravelRouteCode

      public void setTravelRouteCode(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.europe1.jalo.PriceRow item, String value)
      Generated method - Setter of the PriceRow.travelRouteCode attribute.
      Parameters:
      value - the travelRouteCode
    • setTravelRouteCode

      public void setTravelRouteCode(de.hybris.platform.europe1.jalo.PriceRow item, String value)
      Generated method - Setter of the PriceRow.travelRouteCode attribute.
      Parameters:
      value - the travelRouteCode
    • getTravelSectorCode

      public String getTravelSectorCode(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.europe1.jalo.PriceRow item)
      Generated method - Getter of the PriceRow.travelSectorCode attribute.
      Returns:
      the travelSectorCode
    • getTravelSectorCode

      public String getTravelSectorCode(de.hybris.platform.europe1.jalo.PriceRow item)
      Generated method - Getter of the PriceRow.travelSectorCode attribute.
      Returns:
      the travelSectorCode
    • setTravelSectorCode

      public void setTravelSectorCode(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.europe1.jalo.PriceRow item, String value)
      Generated method - Setter of the PriceRow.travelSectorCode attribute.
      Parameters:
      value - the travelSectorCode
    • setTravelSectorCode

      public void setTravelSectorCode(de.hybris.platform.europe1.jalo.PriceRow item, String value)
      Generated method - Setter of the PriceRow.travelSectorCode attribute.
      Parameters:
      value - the travelSectorCode
    • getTripType

      public de.hybris.platform.jalo.enumeration.EnumerationValue getTripType(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.Cart item)
      Generated method - Getter of the Cart.tripType attribute.
      Returns:
      the tripType
    • getTripType

      public de.hybris.platform.jalo.enumeration.EnumerationValue getTripType(de.hybris.platform.jalo.order.Cart item)
      Generated method - Getter of the Cart.tripType attribute.
      Returns:
      the tripType
    • setTripType

      public void setTripType(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.Cart item, de.hybris.platform.jalo.enumeration.EnumerationValue value)
      Generated method - Setter of the Cart.tripType attribute.
      Parameters:
      value - the tripType
    • setTripType

      public void setTripType(de.hybris.platform.jalo.order.Cart item, de.hybris.platform.jalo.enumeration.EnumerationValue value)
      Generated method - Setter of the Cart.tripType attribute.
      Parameters:
      value - the tripType
    • getType

      public de.hybris.platform.jalo.enumeration.EnumerationValue getType(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.configurablebundleservices.jalo.BundleTemplate item)
      Generated method - Getter of the BundleTemplate.type attribute.
      Returns:
      the type
    • getType

      public de.hybris.platform.jalo.enumeration.EnumerationValue getType(de.hybris.platform.configurablebundleservices.jalo.BundleTemplate item)
      Generated method - Getter of the BundleTemplate.type attribute.
      Returns:
      the type
    • setType

      public void setType(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.configurablebundleservices.jalo.BundleTemplate item, de.hybris.platform.jalo.enumeration.EnumerationValue value)
      Generated method - Setter of the BundleTemplate.type attribute.
      Parameters:
      value - the type
    • setType

      public void setType(de.hybris.platform.configurablebundleservices.jalo.BundleTemplate item, de.hybris.platform.jalo.enumeration.EnumerationValue value)
      Generated method - Setter of the BundleTemplate.type attribute.
      Parameters:
      value - the type
    • getType

      public de.hybris.platform.jalo.enumeration.EnumerationValue getType(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrderEntry item)
      Generated method - Getter of the AbstractOrderEntry.type attribute.
      Returns:
      the type
    • getType

      public de.hybris.platform.jalo.enumeration.EnumerationValue getType(de.hybris.platform.jalo.order.AbstractOrderEntry item)
      Generated method - Getter of the AbstractOrderEntry.type attribute.
      Returns:
      the type
    • setType

      public void setType(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.AbstractOrderEntry item, de.hybris.platform.jalo.enumeration.EnumerationValue value)
      Generated method - Setter of the AbstractOrderEntry.type attribute.
      Parameters:
      value - the type
    • setType

      public void setType(de.hybris.platform.jalo.order.AbstractOrderEntry item, de.hybris.platform.jalo.enumeration.EnumerationValue value)
      Generated method - Setter of the AbstractOrderEntry.type attribute.
      Parameters:
      value - the type
    • isVisible

      public Boolean isVisible(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.GenericItem item)
      Generated method - Getter of the SolrSort.visible attribute.
      Returns:
      the visible - The property is used to check whether a sort should be visible for front users or not.
    • isVisible

      public Boolean isVisible(de.hybris.platform.solrfacetsearch.jalo.SolrSort item)
      Generated method - Getter of the SolrSort.visible attribute.
      Returns:
      the visible - The property is used to check whether a sort should be visible for front users or not.
    • isVisibleAsPrimitive

      public boolean isVisibleAsPrimitive(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.solrfacetsearch.jalo.SolrSort item)
      Generated method - Getter of the SolrSort.visible attribute.
      Returns:
      the visible - The property is used to check whether a sort should be visible for front users or not.
    • isVisibleAsPrimitive

      public boolean isVisibleAsPrimitive(de.hybris.platform.solrfacetsearch.jalo.SolrSort item)
      Generated method - Getter of the SolrSort.visible attribute.
      Returns:
      the visible - The property is used to check whether a sort should be visible for front users or not.
    • setVisible

      public void setVisible(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.GenericItem item, Boolean value)
      Generated method - Setter of the SolrSort.visible attribute.
      Parameters:
      value - the visible - The property is used to check whether a sort should be visible for front users or not.
    • setVisible

      public void setVisible(de.hybris.platform.solrfacetsearch.jalo.SolrSort item, Boolean value)
      Generated method - Setter of the SolrSort.visible attribute.
      Parameters:
      value - the visible - The property is used to check whether a sort should be visible for front users or not.
    • setVisible

      public void setVisible(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.solrfacetsearch.jalo.SolrSort item, boolean value)
      Generated method - Setter of the SolrSort.visible attribute.
      Parameters:
      value - the visible - The property is used to check whether a sort should be visible for front users or not.
    • setVisible

      public void setVisible(de.hybris.platform.solrfacetsearch.jalo.SolrSort item, boolean value)
      Generated method - Setter of the SolrSort.visible attribute.
      Parameters:
      value - the visible - The property is used to check whether a sort should be visible for front users or not.
    • isVisibleToOwner

      public Boolean isVisibleToOwner(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.Order item)
      Generated method - Getter of the Order.visibleToOwner attribute.
      Returns:
      the visibleToOwner
    • isVisibleToOwner

      public Boolean isVisibleToOwner(de.hybris.platform.jalo.order.Order item)
      Generated method - Getter of the Order.visibleToOwner attribute.
      Returns:
      the visibleToOwner
    • isVisibleToOwnerAsPrimitive

      public boolean isVisibleToOwnerAsPrimitive(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.Order item)
      Generated method - Getter of the Order.visibleToOwner attribute.
      Returns:
      the visibleToOwner
    • isVisibleToOwnerAsPrimitive

      public boolean isVisibleToOwnerAsPrimitive(de.hybris.platform.jalo.order.Order item)
      Generated method - Getter of the Order.visibleToOwner attribute.
      Returns:
      the visibleToOwner
    • setVisibleToOwner

      public void setVisibleToOwner(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.Order item, Boolean value)
      Generated method - Setter of the Order.visibleToOwner attribute.
      Parameters:
      value - the visibleToOwner
    • setVisibleToOwner

      public void setVisibleToOwner(de.hybris.platform.jalo.order.Order item, Boolean value)
      Generated method - Setter of the Order.visibleToOwner attribute.
      Parameters:
      value - the visibleToOwner
    • setVisibleToOwner

      public void setVisibleToOwner(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.jalo.order.Order item, boolean value)
      Generated method - Setter of the Order.visibleToOwner attribute.
      Parameters:
      value - the visibleToOwner
    • setVisibleToOwner

      public void setVisibleToOwner(de.hybris.platform.jalo.order.Order item, boolean value)
      Generated method - Setter of the Order.visibleToOwner attribute.
      Parameters:
      value - the visibleToOwner