Uses of Class
de.hybris.platform.cockpit.model.CockpitObjectSpecialCollectionModel
-
Packages that use CockpitObjectSpecialCollectionModel Package Description de.hybris.platform.cockpit de.hybris.platform.cockpit.daos de.hybris.platform.cockpit.daos.impl de.hybris.platform.cockpit.impl -
-
Uses of CockpitObjectSpecialCollectionModel in de.hybris.platform.cockpit
Methods in de.hybris.platform.cockpit that return types with arguments of type CockpitObjectSpecialCollectionModel Modifier and Type Method Description java.util.List<CockpitObjectSpecialCollectionModel>CockpitCollectionService. getSpecialCollections(UserModel user, java.lang.String collectionType)Gets the special collections of the specified type that belongs to the given user.java.util.List<CockpitObjectSpecialCollectionModel>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 CockpitObjectSpecialCollectionModel Modifier and Type Method Description java.util.List<CockpitObjectSpecialCollectionModel>CockpitObjectAbstractCollectionDao. findSpecialCollections(UserModel user, CockpitSpecialCollectionType collectionType)Returns all special collections af the specified type that belongs to the specified type.java.util.List<CockpitObjectSpecialCollectionModel>CockpitObjectAbstractCollectionDao. findSpecialCollectionsByUser(UserModel user)Returns all special collections af any type that belongs to the specified user.java.util.List<CockpitObjectSpecialCollectionModel>CockpitObjectAbstractCollectionDao. getSpecialCollections(UserModel user, CockpitSpecialCollectionType collectionType)Deprecated.java.util.List<CockpitObjectSpecialCollectionModel>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 CockpitObjectSpecialCollectionModel Modifier and Type Method Description java.util.List<CockpitObjectSpecialCollectionModel>DefaultCockpitObjectAbstractCollectionDao. findSpecialCollections(UserModel user, CockpitSpecialCollectionType collectionType)java.util.List<CockpitObjectSpecialCollectionModel>DefaultCockpitObjectAbstractCollectionDao. findSpecialCollectionsByUser(UserModel user)java.util.List<CockpitObjectSpecialCollectionModel>DefaultCockpitObjectAbstractCollectionDao. getSpecialCollections(UserModel user, CockpitSpecialCollectionType collectionType)Deprecated.since 6.3java.util.List<CockpitObjectSpecialCollectionModel>DefaultCockpitObjectAbstractCollectionDao. 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 CockpitObjectSpecialCollectionModel Modifier and Type Method Description java.util.List<CockpitObjectSpecialCollectionModel>DefaultCockpitCollectionService. getSpecialCollections(UserModel user, java.lang.String collectionType)Gets the special collections of the specified type that belongs to the given user.java.util.List<CockpitObjectSpecialCollectionModel>DefaultCockpitCollectionService. getSpecialCollectionsForUser(UserModel user)Gets the special collections for a given user.
-