Class DefaultCatalogService

    • Constructor Detail

      • DefaultCatalogService

        public DefaultCatalogService()
    • Method Detail

      • setSessionCatalogVersion

        @Deprecated
        public void setSessionCatalogVersion​(java.lang.String catalogId,
                                             java.lang.String catalogVersionName)
        Deprecated.
        since ages
        Description copied from interface: CatalogService
        Sets the CatalogVersionModel specified by catalogId and catalogVersionName as the active CatalogVersion of the current session. Previous set active CatalogVersions are replaced.
        Specified by:
        setSessionCatalogVersion in interface CatalogService
        Parameters:
        catalogId - the id of the Catalog the CatalogVersion belongs to
        catalogVersionName - the version of the Catalog version
      • addSessionCatalogVersion

        @Deprecated
        public void addSessionCatalogVersion​(java.lang.String catalogId,
                                             java.lang.String catalogVersionName)
        Deprecated.
        since ages
        Description copied from interface: CatalogService
        Adds the CatalogVersionModel specified by catalogId and catalogVersionName to the current active Session CatalogVersions.
        Specified by:
        addSessionCatalogVersion in interface CatalogService
        Parameters:
        catalogId - the id of the Catalog the CatalogVersion belongs to
        catalogVersionName - the version of the Catalog version
      • getCatalogVersion

        @Deprecated
        public CatalogVersionModel getCatalogVersion​(java.lang.String catalogId,
                                                     java.lang.String catalogVersionName)
        Deprecated.
        since ages
        Description copied from interface: CatalogService
        Returns the CatalogVersionModel with the specified catalogId and catalogVersionName.
        Specified by:
        getCatalogVersion in interface CatalogService
        Parameters:
        catalogId - the id for the catalog
        catalogVersionName - the version string for the catalog version
        Returns:
        the CatalogVersion with the specified catalog id and version
      • getCatalogForId

        public CatalogModel getCatalogForId​(java.lang.String id)
        Description copied from interface: CatalogService
        Returns the catalog with the specified id.
        Specified by:
        getCatalogForId in interface CatalogService
        Returns:
        the catalog with the specified id.
      • setCatalogDao

        public void setCatalogDao​(CatalogDao catalogDao)
      • setCatalogVersionService

        public void setCatalogVersionService​(CatalogVersionService catalogVersionService)