| Package | Description |
|---|---|
| de.hybris.platform.cockpit | |
| de.hybris.platform.cockpit.daos | |
| de.hybris.platform.cockpit.daos.impl | |
| de.hybris.platform.cockpit.impl | |
| de.hybris.platform.cockpit.resource | |
| 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> |
CockpitCollectionService.getSpecialCollections(UserModel user,
String collectionType)
Gets the special collections of the specified type that belongs to the given user.
|
List<CockpitObjectSpecialCollectionModel> |
CockpitCollectionService.getSpecialCollectionsForUser(UserModel user)
Gets the special collections for a given user.
|
| 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.findSpecialCollectionsByUser(UserModel user)
Returns all special collections af any type that belongs to the specified user.
|
List<CockpitObjectSpecialCollectionModel> |
CockpitObjectAbstractCollectionDao.getSpecialCollections(UserModel user,
CockpitSpecialCollectionType collectionType)
|
List<CockpitObjectSpecialCollectionModel> |
CockpitObjectAbstractCollectionDao.getSpecialCollectionsByUser(UserModel user)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<CockpitObjectSpecialCollectionModel> |
DefaultCockpitObjectAbstractCollectionDao.findSpecialCollections(UserModel user,
CockpitSpecialCollectionType collectionType) |
List<CockpitObjectSpecialCollectionModel> |
DefaultCockpitObjectAbstractCollectionDao.findSpecialCollectionsByUser(UserModel user) |
List<CockpitObjectSpecialCollectionModel> |
DefaultCockpitObjectAbstractCollectionDao.getSpecialCollections(UserModel user,
CockpitSpecialCollectionType collectionType)
Deprecated.
|
List<CockpitObjectSpecialCollectionModel> |
DefaultCockpitObjectAbstractCollectionDao.getSpecialCollectionsByUser(UserModel user)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<CockpitObjectSpecialCollectionModel> |
DefaultCockpitCollectionService.getSpecialCollections(UserModel user,
String collectionType)
Gets the special collections of the specified type that belongs to the given user.
|
List<CockpitObjectSpecialCollectionModel> |
DefaultCockpitCollectionService.getSpecialCollectionsForUser(UserModel user)
Gets the special collections for a given user.
|
| Modifier and Type | Method and Description |
|---|---|
CockpitObjectSpecialCollectionModel |
CockpitObjectSpecialCollectionResource.getCockpitObjectSpecialCollectionModel()
Convenience method which just delegates to
#getResourceValue() |
protected CockpitObjectSpecialCollectionModel |
CockpitObjectSpecialCollectionResource.readResource(String resourceId)
Gets the
CockpitObjectSpecialCollectionModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
Collection<CockpitObjectSpecialCollectionModel> |
CockpitObjectSpecialCollectionsResource.getCockpitObjectSpecialCollectionsCollection()
Convenience method which just delegates to
#getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CockpitObjectSpecialCollectionResource.setCockpitObjectSpecialCollectionModel(CockpitObjectSpecialCollectionModel value)
Convenience method which just delegates to
#setResourceValue(CockpitObjectSpecialCollectionModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CockpitObjectSpecialCollectionsResource.setCockpitObjectSpecialCollectionsCollection(Collection<CockpitObjectSpecialCollectionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Class and Description |
|---|---|
class |
PrintcockpitClipboardCollectionModel
Generated model class for type PrintcockpitClipboardCollection first defined at extension printcockpit.
|
Copyright © 2017 SAP SE. All Rights Reserved.