| 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.
|
| de.hybris.platform.printcockpit.model |
Contains generated models for each type of de.hybris.platform.printcockpit.jalo package.
|
| Modifier and Type | Method and Description |
|---|---|
List<CockpitObjectSpecialCollectionModel> |
CockpitObjectAbstractCollectionDao.findSpecialCollections(UserModel user,
CockpitSpecialCollectionType collectionType)
Returns all special collections af the specified type that belongs to the specified type.
|
List<CockpitObjectSpecialCollectionModel> |
CockpitObjectAbstractCollectionDao.getSpecialCollections(UserModel user,
CockpitSpecialCollectionType collectionType)
|
| Modifier and Type | Method and Description |
|---|---|
List<CockpitObjectSpecialCollectionModel> |
DefaultCockpitObjectAbstractCollectionDao.findSpecialCollections(UserModel user,
CockpitSpecialCollectionType collectionType) |
List<CockpitObjectSpecialCollectionModel> |
DefaultCockpitObjectAbstractCollectionDao.getSpecialCollections(UserModel user,
CockpitSpecialCollectionType collectionType)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CockpitSpecialCollectionType |
CockpitSpecialCollectionType.valueOf(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.
|
| Modifier and Type | Method and Description |
|---|---|
CockpitSpecialCollectionType |
CockpitObjectSpecialCollectionModel.getCollectionType()
Generated method - Getter of the
CockpitObjectSpecialCollection.collectionType attribute defined at extension cockpit. |
| Modifier and Type | Method and Description |
|---|---|
void |
CockpitObjectSpecialCollectionModel.setCollectionType(CockpitSpecialCollectionType value)
Generated method - Setter of
CockpitObjectSpecialCollection.collectionType attribute defined at extension cockpit. |
| Constructor and Description |
|---|
CockpitObjectSpecialCollectionModel(CockpitSpecialCollectionType _collectionType,
ItemModel _owner,
String _qualifier)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CockpitObjectSpecialCollectionModel(CockpitSpecialCollectionType _collectionType,
String _qualifier)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Constructor and Description |
|---|
PrintcockpitClipboardCollectionModel(CockpitSpecialCollectionType _collectionType,
boolean _cut,
ItemModel _owner,
String _qualifier)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
PrintcockpitClipboardCollectionModel(CockpitSpecialCollectionType _collectionType,
boolean _cut,
String _qualifier)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
Copyright © 2017 SAP SE. All Rights Reserved.