Class DefaultCatalogVersionService

All Implemented Interfaces:
CatalogVersionService, Serializable, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean

public class DefaultCatalogVersionService extends AbstractBusinessService implements CatalogVersionService
Service provides basic catalog version oriented functionality. Allows fetching catalog version information, managing session catalog versions and determining whether user is eligible for read/write operations within the given catalog version.
See Also: