Class GeneratedScheduleConfiguration

java.lang.Object
de.hybris.platform.util.BridgeAbstraction
de.hybris.platform.jalo.Item
de.hybris.platform.jalo.ExtensibleItem
de.hybris.platform.jalo.c2l.LocalizableItem
de.hybris.platform.jalo.GenericItem
de.hybris.platform.travelservices.jalo.travel.GeneratedScheduleConfiguration
All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
ScheduleConfiguration

public abstract class GeneratedScheduleConfiguration extends de.hybris.platform.jalo.GenericItem
Generated class for type ScheduleConfiguration.
See Also:
  • Nested Class Summary

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

    de.hybris.platform.jalo.GenericItem.GenericItemImpl

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

    de.hybris.platform.jalo.c2l.LocalizableItem.LocalizableItemImpl

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

    de.hybris.platform.jalo.ExtensibleItem.ExtensibleItemImpl

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

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

    Fields
    Modifier and Type
    Field
    Description
    protected static final Map<String,de.hybris.platform.jalo.Item.AttributeMode>
     
    static final String
    Qualifier of the ScheduleConfiguration.endDate attribute
    static final String
    Qualifier of the ScheduleConfiguration.number attribute
    static final String
    Qualifier of the ScheduleConfiguration.scheduleConfigurationDays attribute
    protected static final de.hybris.platform.util.OneToManyHandler<ScheduleConfigurationDay>
    OneToManyHandler for handling 1:n SCHEDULECONFIGURATIONDAYS's relation attributes from 'many' side.
    static final String
    Qualifier of the ScheduleConfiguration.startDate attribute
    static final String
    Qualifier of the ScheduleConfiguration.transportOfferings attribute
    protected static final de.hybris.platform.util.OneToManyHandler<TransportOffering>
    OneToManyHandler for handling 1:n TRANSPORTOFFERINGS's relation attributes from 'many' side.
    static final String
    Qualifier of the ScheduleConfiguration.travelProvider attribute
    static final String
    Qualifier of the ScheduleConfiguration.travelSector attribute

    Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem

    LANGUAGE_FALLBACK_ENABLED

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

    _CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE

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

    impl, tenant
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addToScheduleConfigurationDays(de.hybris.platform.jalo.SessionContext ctx, ScheduleConfigurationDay value)
    Generated method - Adds value to scheduleConfigurationDays.
    void
    Generated method - Adds value to scheduleConfigurationDays.
    void
    addToTransportOfferings(de.hybris.platform.jalo.SessionContext ctx, TransportOffering value)
    Generated method - Adds value to transportOfferings.
    void
    Generated method - Adds value to transportOfferings.
    protected Map<String,de.hybris.platform.jalo.Item.AttributeMode>
     
    Generated method - Getter of the ScheduleConfiguration.endDate attribute.
    getEndDate(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the ScheduleConfiguration.endDate attribute.
    Generated method - Getter of the ScheduleConfiguration.number attribute.
    getNumber(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the ScheduleConfiguration.number attribute.
    Generated method - Getter of the ScheduleConfiguration.scheduleConfigurationDays attribute.
    getScheduleConfigurationDays(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the ScheduleConfiguration.scheduleConfigurationDays attribute.
    Generated method - Getter of the ScheduleConfiguration.startDate attribute.
    getStartDate(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the ScheduleConfiguration.startDate attribute.
    Generated method - Getter of the ScheduleConfiguration.transportOfferings attribute.
    getTransportOfferings(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the ScheduleConfiguration.transportOfferings attribute.
    Generated method - Getter of the ScheduleConfiguration.travelProvider attribute.
    getTravelProvider(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the ScheduleConfiguration.travelProvider attribute.
    Generated method - Getter of the ScheduleConfiguration.travelSector attribute.
    getTravelSector(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the ScheduleConfiguration.travelSector attribute.
    void
    removeFromScheduleConfigurationDays(de.hybris.platform.jalo.SessionContext ctx, ScheduleConfigurationDay value)
    Generated method - Removes value from scheduleConfigurationDays.
    void
    Generated method - Removes value from scheduleConfigurationDays.
    void
    removeFromTransportOfferings(de.hybris.platform.jalo.SessionContext ctx, TransportOffering value)
    Generated method - Removes value from transportOfferings.
    void
    Generated method - Removes value from transportOfferings.
    void
    setEndDate(de.hybris.platform.jalo.SessionContext ctx, Date value)
    Generated method - Setter of the ScheduleConfiguration.endDate attribute.
    void
    Generated method - Setter of the ScheduleConfiguration.endDate attribute.
    void
    setNumber(de.hybris.platform.jalo.SessionContext ctx, String value)
    Generated method - Setter of the ScheduleConfiguration.number attribute.
    void
    Generated method - Setter of the ScheduleConfiguration.number attribute.
    void
    setScheduleConfigurationDays(de.hybris.platform.jalo.SessionContext ctx, List<ScheduleConfigurationDay> value)
    Generated method - Setter of the ScheduleConfiguration.scheduleConfigurationDays attribute.
    void
    Generated method - Setter of the ScheduleConfiguration.scheduleConfigurationDays attribute.
    void
    setStartDate(de.hybris.platform.jalo.SessionContext ctx, Date value)
    Generated method - Setter of the ScheduleConfiguration.startDate attribute.
    void
    Generated method - Setter of the ScheduleConfiguration.startDate attribute.
    void
    setTransportOfferings(de.hybris.platform.jalo.SessionContext ctx, List<TransportOffering> value)
    Generated method - Setter of the ScheduleConfiguration.transportOfferings attribute.
    void
    Generated method - Setter of the ScheduleConfiguration.transportOfferings attribute.
    void
    setTravelProvider(de.hybris.platform.jalo.SessionContext ctx, TravelProvider value)
    Generated method - Setter of the ScheduleConfiguration.travelProvider attribute.
    void
    Generated method - Setter of the ScheduleConfiguration.travelProvider attribute.
    void
    setTravelSector(de.hybris.platform.jalo.SessionContext ctx, TravelSector value)
    Generated method - Setter of the ScheduleConfiguration.travelSector attribute.
    void
    Generated method - Setter of the ScheduleConfiguration.travelSector attribute.

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

    createItem, getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, getRelatedItems, setRelatedItems

    Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem

    getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty

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

    createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty

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

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

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

    setTenant

    Methods inherited from class java.lang.Object

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

    • TRAVELPROVIDER

      public static final String TRAVELPROVIDER
      Qualifier of the ScheduleConfiguration.travelProvider attribute
      See Also:
    • NUMBER

      public static final String NUMBER
      Qualifier of the ScheduleConfiguration.number attribute
      See Also:
    • STARTDATE

      public static final String STARTDATE
      Qualifier of the ScheduleConfiguration.startDate attribute
      See Also:
    • ENDDATE

      public static final String ENDDATE
      Qualifier of the ScheduleConfiguration.endDate attribute
      See Also:
    • TRAVELSECTOR

      public static final String TRAVELSECTOR
      Qualifier of the ScheduleConfiguration.travelSector attribute
      See Also:
    • TRANSPORTOFFERINGS

      public static final String TRANSPORTOFFERINGS
      Qualifier of the ScheduleConfiguration.transportOfferings attribute
      See Also:
    • SCHEDULECONFIGURATIONDAYS

      public static final String SCHEDULECONFIGURATIONDAYS
      Qualifier of the ScheduleConfiguration.scheduleConfigurationDays attribute
      See Also:
    • TRANSPORTOFFERINGSHANDLER

      protected static final de.hybris.platform.util.OneToManyHandler<TransportOffering> TRANSPORTOFFERINGSHANDLER
      OneToManyHandler for handling 1:n TRANSPORTOFFERINGS's relation attributes from 'many' side.
    • SCHEDULECONFIGURATIONDAYSHANDLER

      protected static final de.hybris.platform.util.OneToManyHandler<ScheduleConfigurationDay> SCHEDULECONFIGURATIONDAYSHANDLER
      OneToManyHandler for handling 1:n SCHEDULECONFIGURATIONDAYS's relation attributes from 'many' side.
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedScheduleConfiguration

      public GeneratedScheduleConfiguration()
  • Method Details

    • getDefaultAttributeModes

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

      public Date getEndDate(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the ScheduleConfiguration.endDate attribute.
      Returns:
      the endDate
    • getEndDate

      public Date getEndDate()
      Generated method - Getter of the ScheduleConfiguration.endDate attribute.
      Returns:
      the endDate
    • setEndDate

      public void setEndDate(de.hybris.platform.jalo.SessionContext ctx, Date value)
      Generated method - Setter of the ScheduleConfiguration.endDate attribute.
      Parameters:
      value - the endDate
    • setEndDate

      public void setEndDate(Date value)
      Generated method - Setter of the ScheduleConfiguration.endDate attribute.
      Parameters:
      value - the endDate
    • getNumber

      public String getNumber(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the ScheduleConfiguration.number attribute.
      Returns:
      the number
    • getNumber

      public String getNumber()
      Generated method - Getter of the ScheduleConfiguration.number attribute.
      Returns:
      the number
    • setNumber

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

      public void setNumber(String value)
      Generated method - Setter of the ScheduleConfiguration.number attribute.
      Parameters:
      value - the number
    • getScheduleConfigurationDays

      public List<ScheduleConfigurationDay> getScheduleConfigurationDays(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the ScheduleConfiguration.scheduleConfigurationDays attribute.
      Returns:
      the scheduleConfigurationDays
    • getScheduleConfigurationDays

      public List<ScheduleConfigurationDay> getScheduleConfigurationDays()
      Generated method - Getter of the ScheduleConfiguration.scheduleConfigurationDays attribute.
      Returns:
      the scheduleConfigurationDays
    • setScheduleConfigurationDays

      public void setScheduleConfigurationDays(de.hybris.platform.jalo.SessionContext ctx, List<ScheduleConfigurationDay> value)
      Generated method - Setter of the ScheduleConfiguration.scheduleConfigurationDays attribute.
      Parameters:
      value - the scheduleConfigurationDays
    • setScheduleConfigurationDays

      public void setScheduleConfigurationDays(List<ScheduleConfigurationDay> value)
      Generated method - Setter of the ScheduleConfiguration.scheduleConfigurationDays attribute.
      Parameters:
      value - the scheduleConfigurationDays
    • addToScheduleConfigurationDays

      public void addToScheduleConfigurationDays(de.hybris.platform.jalo.SessionContext ctx, ScheduleConfigurationDay value)
      Generated method - Adds value to scheduleConfigurationDays.
      Parameters:
      value - the item to add to scheduleConfigurationDays
    • addToScheduleConfigurationDays

      public void addToScheduleConfigurationDays(ScheduleConfigurationDay value)
      Generated method - Adds value to scheduleConfigurationDays.
      Parameters:
      value - the item to add to scheduleConfigurationDays
    • removeFromScheduleConfigurationDays

      public void removeFromScheduleConfigurationDays(de.hybris.platform.jalo.SessionContext ctx, ScheduleConfigurationDay value)
      Generated method - Removes value from scheduleConfigurationDays.
      Parameters:
      value - the item to remove from scheduleConfigurationDays
    • removeFromScheduleConfigurationDays

      public void removeFromScheduleConfigurationDays(ScheduleConfigurationDay value)
      Generated method - Removes value from scheduleConfigurationDays.
      Parameters:
      value - the item to remove from scheduleConfigurationDays
    • getStartDate

      public Date getStartDate(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the ScheduleConfiguration.startDate attribute.
      Returns:
      the startDate
    • getStartDate

      public Date getStartDate()
      Generated method - Getter of the ScheduleConfiguration.startDate attribute.
      Returns:
      the startDate
    • setStartDate

      public void setStartDate(de.hybris.platform.jalo.SessionContext ctx, Date value)
      Generated method - Setter of the ScheduleConfiguration.startDate attribute.
      Parameters:
      value - the startDate
    • setStartDate

      public void setStartDate(Date value)
      Generated method - Setter of the ScheduleConfiguration.startDate attribute.
      Parameters:
      value - the startDate
    • getTransportOfferings

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

      public List<TransportOffering> getTransportOfferings()
      Generated method - Getter of the ScheduleConfiguration.transportOfferings attribute.
      Returns:
      the transportOfferings
    • setTransportOfferings

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

      public void setTransportOfferings(List<TransportOffering> value)
      Generated method - Setter of the ScheduleConfiguration.transportOfferings attribute.
      Parameters:
      value - the transportOfferings
    • addToTransportOfferings

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

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

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

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

      public TravelProvider getTravelProvider(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the ScheduleConfiguration.travelProvider attribute.
      Returns:
      the travelProvider
    • getTravelProvider

      public TravelProvider getTravelProvider()
      Generated method - Getter of the ScheduleConfiguration.travelProvider attribute.
      Returns:
      the travelProvider
    • setTravelProvider

      public void setTravelProvider(de.hybris.platform.jalo.SessionContext ctx, TravelProvider value)
      Generated method - Setter of the ScheduleConfiguration.travelProvider attribute.
      Parameters:
      value - the travelProvider
    • setTravelProvider

      public void setTravelProvider(TravelProvider value)
      Generated method - Setter of the ScheduleConfiguration.travelProvider attribute.
      Parameters:
      value - the travelProvider
    • getTravelSector

      public TravelSector getTravelSector(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the ScheduleConfiguration.travelSector attribute.
      Returns:
      the travelSector
    • getTravelSector

      public TravelSector getTravelSector()
      Generated method - Getter of the ScheduleConfiguration.travelSector attribute.
      Returns:
      the travelSector
    • setTravelSector

      public void setTravelSector(de.hybris.platform.jalo.SessionContext ctx, TravelSector value)
      Generated method - Setter of the ScheduleConfiguration.travelSector attribute.
      Parameters:
      value - the travelSector
    • setTravelSector

      public void setTravelSector(TravelSector value)
      Generated method - Setter of the ScheduleConfiguration.travelSector attribute.
      Parameters:
      value - the travelSector