Class CatalogModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.catalog.model.CatalogModel
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClassificationSystemModel, ContentCatalogModel

public class CatalogModel extends ItemModel
Generated model class for type Catalog first defined at extension catalog.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated relation code constant for relation CatalogsForBaseStores defining source attribute baseStores in extension basecommerce.
    static final String
    Generated relation code constant for relation CatalogsForRestriction defining source attribute restrictions in extension cms2.
    static final String
    Generated relation code constant for relation Company2ProvidedCatalogs defining source attribute supplier in extension catalog.
    static final String
    Generated relation code constant for relation Company2PurchasedCatalogs defining source attribute buyer in extension catalog.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of Catalog.activeCatalogVersion attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of Catalog.agreements attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of Catalog.baseStores attribute defined at extension basecommerce.
    static final String
    Generated constant - Attribute key of Catalog.buyer attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of Catalog.catalogVersions attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of Catalog.defaultCatalog attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of Catalog.defaultCurrency attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of Catalog.generationDate attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of Catalog.generatorInfo attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of Catalog.id attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of Catalog.inclAssurance attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of Catalog.inclDuty attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of Catalog.inclFreight attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of Catalog.inclPacking attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of Catalog.languages attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of Catalog.mimeRootDirectory attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of Catalog.name attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of Catalog.previewURLTemplate attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of Catalog.restrictions attribute defined at extension cms2.
    static final String
    Generated constant - Attribute key of Catalog.rootCategories attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of Catalog.supplier attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of Catalog.territories attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of Catalog.urlPatterns attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of Catalog.version attribute defined at extension catalog.

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Generated constructor - Default constructor for generic creation.
    CatalogModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 4.1.1 Please use the default constructor without parameters
    Deprecated, for removal: This API element is subject to removal in a future version.
    since 4.1.1 Please use the default constructor without parameters
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the Catalog.activeCatalogVersion attribute defined at extension catalog.
    Generated method - Getter of the Catalog.agreements dynamic attribute defined at extension catalog.
    Generated method - Getter of the Catalog.baseStores attribute defined at extension basecommerce.
    Generated method - Getter of the Catalog.buyer attribute defined at extension catalog.
    Generated method - Getter of the Catalog.catalogVersions attribute defined at extension catalog.
    Generated method - Getter of the Catalog.defaultCatalog attribute defined at extension catalog.
    Generated method - Getter of the Catalog.defaultCurrency dynamic attribute defined at extension catalog.
    Generated method - Getter of the Catalog.generationDate dynamic attribute defined at extension catalog.
    Generated method - Getter of the Catalog.generatorInfo dynamic attribute defined at extension catalog.
    Generated method - Getter of the Catalog.id attribute defined at extension catalog.
    Generated method - Getter of the Catalog.inclAssurance dynamic attribute defined at extension catalog.
    Generated method - Getter of the Catalog.inclDuty dynamic attribute defined at extension catalog.
    Generated method - Getter of the Catalog.inclFreight dynamic attribute defined at extension catalog.
    Generated method - Getter of the Catalog.inclPacking dynamic attribute defined at extension catalog.
    Generated method - Getter of the Catalog.languages dynamic attribute defined at extension catalog.
    Generated method - Getter of the Catalog.mimeRootDirectory dynamic attribute defined at extension catalog.
    Generated method - Getter of the Catalog.name attribute defined at extension catalog.
    Generated method - Getter of the Catalog.name attribute defined at extension catalog.
    Generated method - Getter of the Catalog.previewURLTemplate attribute defined at extension catalog.
    Generated method - Getter of the Catalog.restrictions attribute defined at extension cms2.
    Generated method - Getter of the Catalog.rootCategories dynamic attribute defined at extension catalog.
    Generated method - Getter of the Catalog.supplier attribute defined at extension catalog.
    Generated method - Getter of the Catalog.territories dynamic attribute defined at extension catalog.
    Generated method - Getter of the Catalog.urlPatterns attribute defined at extension catalog.
    Generated method - Getter of the Catalog.version dynamic attribute defined at extension catalog.
    void
    Generated method - Setter of Catalog.activeCatalogVersion attribute defined at extension catalog.
    void
    Generated method - Setter of Catalog.baseStores attribute defined at extension basecommerce.
    void
    Generated method - Setter of Catalog.buyer attribute defined at extension catalog.
    void
    Generated method - Setter of Catalog.catalogVersions attribute defined at extension catalog.
    void
    Generated method - Setter of Catalog.defaultCatalog attribute defined at extension catalog.
    void
    setId(String value)
    Generated method - Setter of Catalog.id attribute defined at extension catalog.
    void
    setName(String value)
    Generated method - Setter of Catalog.name attribute defined at extension catalog.
    void
    setName(String value, Locale loc)
    Generated method - Setter of Catalog.name attribute defined at extension catalog.
    void
    Generated method - Setter of Catalog.previewURLTemplate attribute defined at extension catalog.
    void
    Generated method - Setter of Catalog.restrictions attribute defined at extension cms2.
    void
    Generated method - Setter of Catalog.supplier attribute defined at extension catalog.
    void
    Generated method - Setter of Catalog.urlPatterns attribute defined at extension catalog.

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace

    Methods inherited from class java.lang.Object

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

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _COMPANY2PROVIDEDCATALOGS

      public static final String _COMPANY2PROVIDEDCATALOGS
      Generated relation code constant for relation Company2ProvidedCatalogs defining source attribute supplier in extension catalog.
      See Also:
    • _COMPANY2PURCHASEDCATALOGS

      public static final String _COMPANY2PURCHASEDCATALOGS
      Generated relation code constant for relation Company2PurchasedCatalogs defining source attribute buyer in extension catalog.
      See Also:
    • _CATALOGSFORBASESTORES

      public static final String _CATALOGSFORBASESTORES
      Generated relation code constant for relation CatalogsForBaseStores defining source attribute baseStores in extension basecommerce.
      See Also:
    • _CATALOGSFORRESTRICTION

      public static final String _CATALOGSFORRESTRICTION
      Generated relation code constant for relation CatalogsForRestriction defining source attribute restrictions in extension cms2.
      See Also:
    • ID

      public static final String ID
      Generated constant - Attribute key of Catalog.id attribute defined at extension catalog.
      See Also:
    • NAME

      public static final String NAME
      Generated constant - Attribute key of Catalog.name attribute defined at extension catalog.
      See Also:
    • ACTIVECATALOGVERSION

      public static final String ACTIVECATALOGVERSION
      Generated constant - Attribute key of Catalog.activeCatalogVersion attribute defined at extension catalog.
      See Also:
    • ROOTCATEGORIES

      public static final String ROOTCATEGORIES
      Generated constant - Attribute key of Catalog.rootCategories attribute defined at extension catalog.
      See Also:
    • DEFAULTCATALOG

      public static final String DEFAULTCATALOG
      Generated constant - Attribute key of Catalog.defaultCatalog attribute defined at extension catalog.
      See Also:
    • VERSION

      public static final String VERSION
      Generated constant - Attribute key of Catalog.version attribute defined at extension catalog.
      See Also:
    • MIMEROOTDIRECTORY

      public static final String MIMEROOTDIRECTORY
      Generated constant - Attribute key of Catalog.mimeRootDirectory attribute defined at extension catalog.
      See Also:
    • GENERATIONDATE

      public static final String GENERATIONDATE
      Generated constant - Attribute key of Catalog.generationDate attribute defined at extension catalog.
      See Also:
    • DEFAULTCURRENCY

      public static final String DEFAULTCURRENCY
      Generated constant - Attribute key of Catalog.defaultCurrency attribute defined at extension catalog.
      See Also:
    • INCLFREIGHT

      public static final String INCLFREIGHT
      Generated constant - Attribute key of Catalog.inclFreight attribute defined at extension catalog.
      See Also:
    • INCLPACKING

      public static final String INCLPACKING
      Generated constant - Attribute key of Catalog.inclPacking attribute defined at extension catalog.
      See Also:
    • INCLASSURANCE

      public static final String INCLASSURANCE
      Generated constant - Attribute key of Catalog.inclAssurance attribute defined at extension catalog.
      See Also:
    • INCLDUTY

      public static final String INCLDUTY
      Generated constant - Attribute key of Catalog.inclDuty attribute defined at extension catalog.
      See Also:
    • TERRITORIES

      public static final String TERRITORIES
      Generated constant - Attribute key of Catalog.territories attribute defined at extension catalog.
      See Also:
    • LANGUAGES

      public static final String LANGUAGES
      Generated constant - Attribute key of Catalog.languages attribute defined at extension catalog.
      See Also:
    • GENERATORINFO

      public static final String GENERATORINFO
      Generated constant - Attribute key of Catalog.generatorInfo attribute defined at extension catalog.
      See Also:
    • AGREEMENTS

      public static final String AGREEMENTS
      Generated constant - Attribute key of Catalog.agreements attribute defined at extension catalog.
      See Also:
    • PREVIEWURLTEMPLATE

      public static final String PREVIEWURLTEMPLATE
      Generated constant - Attribute key of Catalog.previewURLTemplate attribute defined at extension catalog.
      See Also:
    • URLPATTERNS

      public static final String URLPATTERNS
      Generated constant - Attribute key of Catalog.urlPatterns attribute defined at extension catalog.
      See Also:
    • CATALOGVERSIONS

      public static final String CATALOGVERSIONS
      Generated constant - Attribute key of Catalog.catalogVersions attribute defined at extension catalog.
      See Also:
    • SUPPLIER

      public static final String SUPPLIER
      Generated constant - Attribute key of Catalog.supplier attribute defined at extension catalog.
      See Also:
    • BUYER

      public static final String BUYER
      Generated constant - Attribute key of Catalog.buyer attribute defined at extension catalog.
      See Also:
    • BASESTORES

      public static final String BASESTORES
      Generated constant - Attribute key of Catalog.baseStores attribute defined at extension basecommerce.
      See Also:
    • RESTRICTIONS

      public static final String RESTRICTIONS
      Generated constant - Attribute key of Catalog.restrictions attribute defined at extension cms2.
      See Also:
  • Constructor Details

    • CatalogModel

      public CatalogModel()
      Generated constructor - Default constructor for generic creation.
    • CatalogModel

      public CatalogModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • CatalogModel

      @Deprecated(since="4.1.1", forRemoval=true) public CatalogModel(String _id)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _id - initial attribute declared by type Catalog at extension catalog
    • CatalogModel

      @Deprecated(since="4.1.1", forRemoval=true) public CatalogModel(String _id, ItemModel _owner)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _id - initial attribute declared by type Catalog at extension catalog
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getActiveCatalogVersion

      @Accessor(qualifier="activeCatalogVersion", type=GETTER) public CatalogVersionModel getActiveCatalogVersion()
      Generated method - Getter of the Catalog.activeCatalogVersion attribute defined at extension catalog.
      Returns:
      the activeCatalogVersion - active CatalogVersion
    • getAgreements

      @Accessor(qualifier="agreements", type=GETTER) public Collection<AgreementModel> getAgreements()
      Generated method - Getter of the Catalog.agreements dynamic attribute defined at extension catalog. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the agreements - Agreement Collection
    • getBaseStores

      @Accessor(qualifier="baseStores", type=GETTER) public Collection<BaseStoreModel> getBaseStores()
      Generated method - Getter of the Catalog.baseStores attribute defined at extension basecommerce. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the baseStores
    • getBuyer

      @Accessor(qualifier="buyer", type=GETTER) public CompanyModel getBuyer()
      Generated method - Getter of the Catalog.buyer attribute defined at extension catalog.
      Returns:
      the buyer
    • getCatalogVersions

      @Accessor(qualifier="catalogVersions", type=GETTER) public Set<CatalogVersionModel> getCatalogVersions()
      Generated method - Getter of the Catalog.catalogVersions attribute defined at extension catalog. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the catalogVersions
    • getDefaultCatalog

      @Accessor(qualifier="defaultCatalog", type=GETTER) public Boolean getDefaultCatalog()
      Generated method - Getter of the Catalog.defaultCatalog attribute defined at extension catalog.
      Returns:
      the defaultCatalog - Default catalog
    • getDefaultCurrency

      @Accessor(qualifier="defaultCurrency", type=GETTER) public CurrencyModel getDefaultCurrency()
      Generated method - Getter of the Catalog.defaultCurrency dynamic attribute defined at extension catalog.
      Returns:
      the defaultCurrency - Default Currency
    • getGenerationDate

      @Accessor(qualifier="generationDate", type=GETTER) public Date getGenerationDate()
      Generated method - Getter of the Catalog.generationDate dynamic attribute defined at extension catalog.
      Returns:
      the generationDate - Generation Date
    • getGeneratorInfo

      @Accessor(qualifier="generatorInfo", type=GETTER) public String getGeneratorInfo()
      Generated method - Getter of the Catalog.generatorInfo dynamic attribute defined at extension catalog.
      Returns:
      the generatorInfo - Generator Info
    • getId

      @Accessor(qualifier="id", type=GETTER) public String getId()
      Generated method - Getter of the Catalog.id attribute defined at extension catalog.
      Returns:
      the id - ID
    • getInclAssurance

      @Accessor(qualifier="inclAssurance", type=GETTER) public Boolean getInclAssurance()
      Generated method - Getter of the Catalog.inclAssurance dynamic attribute defined at extension catalog.
      Returns:
      the inclAssurance - incl.Assurance
    • getInclDuty

      @Accessor(qualifier="inclDuty", type=GETTER) public Boolean getInclDuty()
      Generated method - Getter of the Catalog.inclDuty dynamic attribute defined at extension catalog.
      Returns:
      the inclDuty - incl.Duty
    • getInclFreight

      @Accessor(qualifier="inclFreight", type=GETTER) public Boolean getInclFreight()
      Generated method - Getter of the Catalog.inclFreight dynamic attribute defined at extension catalog.
      Returns:
      the inclFreight - incl.Freight
    • getInclPacking

      @Accessor(qualifier="inclPacking", type=GETTER) public Boolean getInclPacking()
      Generated method - Getter of the Catalog.inclPacking dynamic attribute defined at extension catalog.
      Returns:
      the inclPacking - incl.Packing
    • getLanguages

      @Accessor(qualifier="languages", type=GETTER) public Collection<LanguageModel> getLanguages()
      Generated method - Getter of the Catalog.languages dynamic attribute defined at extension catalog. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the languages - Language
    • getMimeRootDirectory

      @Accessor(qualifier="mimeRootDirectory", type=GETTER) public String getMimeRootDirectory()
      Generated method - Getter of the Catalog.mimeRootDirectory dynamic attribute defined at extension catalog.
      Returns:
      the mimeRootDirectory - Mime Root Directory
    • getName

      @Accessor(qualifier="name", type=GETTER) public String getName()
      Generated method - Getter of the Catalog.name attribute defined at extension catalog.
      Returns:
      the name - Name
    • getName

      @Accessor(qualifier="name", type=GETTER) public String getName(Locale loc)
      Generated method - Getter of the Catalog.name attribute defined at extension catalog.
      Parameters:
      loc - the value localization key
      Returns:
      the name - Name
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • getPreviewURLTemplate

      @Accessor(qualifier="previewURLTemplate", type=GETTER) public String getPreviewURLTemplate()
      Generated method - Getter of the Catalog.previewURLTemplate attribute defined at extension catalog.
      Returns:
      the previewURLTemplate
    • getRestrictions

      @Accessor(qualifier="restrictions", type=GETTER) public Collection<CMSCatalogRestrictionModel> getRestrictions()
      Generated method - Getter of the Catalog.restrictions attribute defined at extension cms2. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the restrictions
    • getRootCategories

      @Accessor(qualifier="rootCategories", type=GETTER) public List<CategoryModel> getRootCategories()
      Generated method - Getter of the Catalog.rootCategories dynamic attribute defined at extension catalog. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the rootCategories - The categories of the active CatalogVersion
    • getSupplier

      @Accessor(qualifier="supplier", type=GETTER) public CompanyModel getSupplier()
      Generated method - Getter of the Catalog.supplier attribute defined at extension catalog.
      Returns:
      the supplier
    • getTerritories

      @Accessor(qualifier="territories", type=GETTER) public Collection<CountryModel> getTerritories()
      Generated method - Getter of the Catalog.territories dynamic attribute defined at extension catalog. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the territories - Territory
    • getUrlPatterns

      @Accessor(qualifier="urlPatterns", type=GETTER) public Collection<String> getUrlPatterns()
      Generated method - Getter of the Catalog.urlPatterns attribute defined at extension catalog. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the urlPatterns - Collection of URL patterns
    • getVersion

      @Accessor(qualifier="version", type=GETTER) public String getVersion()
      Generated method - Getter of the Catalog.version dynamic attribute defined at extension catalog.
      Returns:
      the version - version
    • setActiveCatalogVersion

      @Accessor(qualifier="activeCatalogVersion", type=SETTER) public void setActiveCatalogVersion(CatalogVersionModel value)
      Generated method - Setter of Catalog.activeCatalogVersion attribute defined at extension catalog.
      Parameters:
      value - the activeCatalogVersion - active CatalogVersion
    • setBaseStores

      @Accessor(qualifier="baseStores", type=SETTER) public void setBaseStores(Collection<BaseStoreModel> value)
      Generated method - Setter of Catalog.baseStores attribute defined at extension basecommerce.
      Parameters:
      value - the baseStores
    • setBuyer

      @Accessor(qualifier="buyer", type=SETTER) public void setBuyer(CompanyModel value)
      Generated method - Setter of Catalog.buyer attribute defined at extension catalog.
      Parameters:
      value - the buyer
    • setCatalogVersions

      @Accessor(qualifier="catalogVersions", type=SETTER) public void setCatalogVersions(Set<CatalogVersionModel> value)
      Generated method - Setter of Catalog.catalogVersions attribute defined at extension catalog.
      Parameters:
      value - the catalogVersions
    • setDefaultCatalog

      @Accessor(qualifier="defaultCatalog", type=SETTER) public void setDefaultCatalog(Boolean value)
      Generated method - Setter of Catalog.defaultCatalog attribute defined at extension catalog.
      Parameters:
      value - the defaultCatalog - Default catalog
    • setId

      @Accessor(qualifier="id", type=SETTER) public void setId(String value)
      Generated method - Setter of Catalog.id attribute defined at extension catalog.
      Parameters:
      value - the id - ID
    • setName

      @Accessor(qualifier="name", type=SETTER) public void setName(String value)
      Generated method - Setter of Catalog.name attribute defined at extension catalog.
      Parameters:
      value - the name - Name
    • setName

      @Accessor(qualifier="name", type=SETTER) public void setName(String value, Locale loc)
      Generated method - Setter of Catalog.name attribute defined at extension catalog.
      Parameters:
      value - the name - Name
      loc - the value localization key
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • setPreviewURLTemplate

      @Accessor(qualifier="previewURLTemplate", type=SETTER) public void setPreviewURLTemplate(String value)
      Generated method - Setter of Catalog.previewURLTemplate attribute defined at extension catalog.
      Parameters:
      value - the previewURLTemplate
    • setRestrictions

      @Accessor(qualifier="restrictions", type=SETTER) public void setRestrictions(Collection<CMSCatalogRestrictionModel> value)
      Generated method - Setter of Catalog.restrictions attribute defined at extension cms2.
      Parameters:
      value - the restrictions
    • setSupplier

      @Accessor(qualifier="supplier", type=SETTER) public void setSupplier(CompanyModel value)
      Generated method - Setter of Catalog.supplier attribute defined at extension catalog.
      Parameters:
      value - the supplier
    • setUrlPatterns

      @Accessor(qualifier="urlPatterns", type=SETTER) public void setUrlPatterns(Collection<String> value)
      Generated method - Setter of Catalog.urlPatterns attribute defined at extension catalog.
      Parameters:
      value - the urlPatterns - Collection of URL patterns