Uses of Class
de.hybris.platform.cockpit.enums.CockpitSpecialCollectionType
-
Packages that use CockpitSpecialCollectionType Package Description de.hybris.platform.cockpit.daos de.hybris.platform.cockpit.daos.impl de.hybris.platform.cockpit.enums Contains generated models for each type of de.hybris.platform.jalo.enumeration package.de.hybris.platform.cockpit.model Contains generated models for each type of de.hybris.platform.cockpit.jalo package. -
-
Uses of CockpitSpecialCollectionType in de.hybris.platform.cockpit.daos
Methods in de.hybris.platform.cockpit.daos with parameters of type CockpitSpecialCollectionType 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. getSpecialCollections(UserModel user, CockpitSpecialCollectionType collectionType)
Deprecated. -
Uses of CockpitSpecialCollectionType in de.hybris.platform.cockpit.daos.impl
Methods in de.hybris.platform.cockpit.daos.impl with parameters of type CockpitSpecialCollectionType Modifier and Type Method Description java.util.List<CockpitObjectSpecialCollectionModel>
DefaultCockpitObjectAbstractCollectionDao. findSpecialCollections(UserModel user, CockpitSpecialCollectionType collectionType)
java.util.List<CockpitObjectSpecialCollectionModel>
DefaultCockpitObjectAbstractCollectionDao. getSpecialCollections(UserModel user, CockpitSpecialCollectionType collectionType)
Deprecated.since 6.3 -
Uses of CockpitSpecialCollectionType in de.hybris.platform.cockpit.enums
Methods in de.hybris.platform.cockpit.enums that return CockpitSpecialCollectionType Modifier and Type Method Description static CockpitSpecialCollectionType
CockpitSpecialCollectionType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CockpitSpecialCollectionType[]
CockpitSpecialCollectionType. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CockpitSpecialCollectionType in de.hybris.platform.cockpit.model
Methods in de.hybris.platform.cockpit.model that return CockpitSpecialCollectionType Modifier and Type Method Description CockpitSpecialCollectionType
CockpitObjectSpecialCollectionModel. getCollectionType()
Generated method - Getter of theCockpitObjectSpecialCollection.collectionType
attribute defined at extensioncockpit
.Methods in de.hybris.platform.cockpit.model with parameters of type CockpitSpecialCollectionType Modifier and Type Method Description void
CockpitObjectSpecialCollectionModel. setCollectionType(CockpitSpecialCollectionType value)
Generated method - Setter ofCockpitObjectSpecialCollection.collectionType
attribute defined at extensioncockpit
.Constructors in de.hybris.platform.cockpit.model with parameters of type CockpitSpecialCollectionType Constructor Description CockpitObjectSpecialCollectionModel(CockpitSpecialCollectionType _collectionType, ItemModel _owner, java.lang.String _qualifier)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCockpitObjectSpecialCollectionModel(CockpitSpecialCollectionType _collectionType, java.lang.String _qualifier)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters
-