Uses of Class
de.hybris.platform.cockpit.model.CockpitObjectSpecialCollectionModel
Packages that use CockpitObjectSpecialCollectionModel
Package
Description
-
Uses of CockpitObjectSpecialCollectionModel in de.hybris.platform.cockpit
Methods in de.hybris.platform.cockpit that return types with arguments of type CockpitObjectSpecialCollectionModelModifier and TypeMethodDescriptionCockpitCollectionService.getSpecialCollections(UserModel user, String collectionType) Gets the special collections of the specified type that belongs to the given user.CockpitCollectionService.getSpecialCollectionsForUser(UserModel user) Gets the special collections for a given user. -
Uses of CockpitObjectSpecialCollectionModel in de.hybris.platform.cockpit.daos
Methods in de.hybris.platform.cockpit.daos that return types with arguments of type CockpitObjectSpecialCollectionModelModifier and TypeMethodDescriptionCockpitObjectAbstractCollectionDao.findSpecialCollections(UserModel user, CockpitSpecialCollectionType collectionType) Returns all special collections af the specified type that belongs to the specified type.CockpitObjectAbstractCollectionDao.findSpecialCollectionsByUser(UserModel user) Returns all special collections af any type that belongs to the specified user.CockpitObjectAbstractCollectionDao.getSpecialCollections(UserModel user, CockpitSpecialCollectionType collectionType) Deprecated.CockpitObjectAbstractCollectionDao.getSpecialCollectionsByUser(UserModel user) Deprecated.since 6.3, useCockpitObjectAbstractCollectionDao.findSpecialCollectionsByUser(UserModel)instead -
Uses of CockpitObjectSpecialCollectionModel in de.hybris.platform.cockpit.daos.impl
Methods in de.hybris.platform.cockpit.daos.impl that return types with arguments of type CockpitObjectSpecialCollectionModelModifier and TypeMethodDescriptionDefaultCockpitObjectAbstractCollectionDao.findSpecialCollections(UserModel user, CockpitSpecialCollectionType collectionType) DefaultCockpitObjectAbstractCollectionDao.findSpecialCollectionsByUser(UserModel user) DefaultCockpitObjectAbstractCollectionDao.getSpecialCollections(UserModel user, CockpitSpecialCollectionType collectionType) Deprecated.since 6.3DefaultCockpitObjectAbstractCollectionDao.getSpecialCollectionsByUser(UserModel user) Deprecated.since 6.3 -
Uses of CockpitObjectSpecialCollectionModel in de.hybris.platform.cockpit.impl
Methods in de.hybris.platform.cockpit.impl that return types with arguments of type CockpitObjectSpecialCollectionModelModifier and TypeMethodDescriptionDefaultCockpitCollectionService.getSpecialCollections(UserModel user, String collectionType) Gets the special collections of the specified type that belongs to the given user.DefaultCockpitCollectionService.getSpecialCollectionsForUser(UserModel user) Gets the special collections for a given user.
CockpitObjectAbstractCollectionDao.findSpecialCollections(UserModel, CockpitSpecialCollectionType)instead