Uses of Interface
com.elasticpath.domain.catalog.CategoryType

Packages that use CategoryType
com.elasticpath.domain.catalog   
com.elasticpath.domain.catalog.impl   
com.elasticpath.service.catalog   
com.elasticpath.service.catalog.impl   
com.elasticpath.service.misc   
com.elasticpath.service.misc.impl   
 

Uses of CategoryType in com.elasticpath.domain.catalog
 

Methods in com.elasticpath.domain.catalog that return CategoryType
 CategoryType Category.getCategoryType()
          Returns the category type.
 

Methods in com.elasticpath.domain.catalog with parameters of type CategoryType
 void Category.setCategoryType(CategoryType categoryType)
          Set the CategoryType.
 

Uses of CategoryType in com.elasticpath.domain.catalog.impl
 

Classes in com.elasticpath.domain.catalog.impl that implement CategoryType
 class CategoryTypeImpl
          Represents a default implmentation of CategoryType.
 

Methods in com.elasticpath.domain.catalog.impl that return CategoryType
 CategoryType CategoryImpl.getCategoryType()
          Returns the category type.
 

Methods in com.elasticpath.domain.catalog.impl with parameters of type CategoryType
 void CategoryImpl.setCategoryType(CategoryType categoryType)
          Set the CategoryType.
 

Uses of CategoryType in com.elasticpath.service.catalog
 

Methods in com.elasticpath.service.catalog that return CategoryType
 CategoryType CategoryTypeService.add(CategoryType categoryType)
          Adds the given attribute.
 CategoryType CategoryTypeService.initialize(CategoryType categoryType)
          Initialize (fill in) category attributes for the given CategoryType.
 

Methods in com.elasticpath.service.catalog with parameters of type CategoryType
 CategoryType CategoryTypeService.add(CategoryType categoryType)
          Adds the given attribute.
 CategoryType CategoryTypeService.initialize(CategoryType categoryType)
          Initialize (fill in) category attributes for the given CategoryType.
 void CategoryTypeService.remove(CategoryType categoryType)
          Delete the categoryType.
 void CategoryTypeService.update(CategoryType categoryType)
          Updates the given categoryType.
 

Uses of CategoryType in com.elasticpath.service.catalog.impl
 

Methods in com.elasticpath.service.catalog.impl that return CategoryType
 CategoryType CategoryTypeServiceImpl.add(CategoryType categoryType)
          Adds the given attribute.
 CategoryType CategoryTypeServiceImpl.get(long uid)
          Get the categoryType with the given UID.
 CategoryType CategoryTypeServiceImpl.initialize(CategoryType categoryType)
          Initialize (fill in) category attributes for the given CategoryType.
 

Methods in com.elasticpath.service.catalog.impl with parameters of type CategoryType
 CategoryType CategoryTypeServiceImpl.add(CategoryType categoryType)
          Adds the given attribute.
 CategoryType CategoryTypeServiceImpl.initialize(CategoryType categoryType)
          Initialize (fill in) category attributes for the given CategoryType.
 void CategoryTypeServiceImpl.remove(CategoryType categoryType)
          Delete the CategoryType.
 void CategoryTypeServiceImpl.update(CategoryType categoryType)
          Updates the given CategoryType.
 

Uses of CategoryType in com.elasticpath.service.misc
 

Methods in com.elasticpath.service.misc with parameters of type CategoryType
 void LazyLoadHelper.populateCategoryType(CategoryType categoryType, CategoryTypeLoadTuner loadTuner)
          Populate the given category type based on the given load tuner.
 

Uses of CategoryType in com.elasticpath.service.misc.impl
 

Methods in com.elasticpath.service.misc.impl with parameters of type CategoryType
 void LazyLoadHelperImpl.populateCategoryType(CategoryType categoryType, CategoryTypeLoadTuner loadTuner)
          Populate the given category type based on the given load tuner.