| 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.model |
Contains generated models for each type of de.hybris.platform.cockpit.jalo package.
|
| de.hybris.platform.cockpit.model.collection.impl | |
| de.hybris.platform.cockpit.resource | |
| de.hybris.platform.cockpit.services.impl | |
| de.hybris.platform.core.model.security |
Contains generated models for each type of de.hybris.platform.jalo.security package.
|
| de.hybris.platform.core.model.user |
Contains generated models for each type of de.hybris.platform.jalo.user package.
|
| Modifier and Type | Method and Description |
|---|---|
CockpitObjectAbstractCollectionModel |
CockpitCollectionService.cloneCollection(CockpitObjectAbstractCollectionModel collection,
UserModel user)
Clones the given collection and assigns just cloned collection to the given user.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CockpitObjectAbstractCollectionModel> |
CockpitCollectionService.getCollectionsForUser(UserModel user)
Gets all collections for given user including the collections that given user has permission to read or write.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CockpitCollectionService.addReadUser(PrincipalModel user,
CockpitObjectAbstractCollectionModel collection)
Allows given user to read given collection.
|
int |
CockpitCollectionService.addToCollection(CockpitObjectAbstractCollectionModel collection,
java.util.List<ItemModel> elements)
|
void |
CockpitCollectionService.addWriteUser(PrincipalModel user,
CockpitObjectAbstractCollectionModel collection)
Allows given user to modify given collection.
|
CockpitObjectAbstractCollectionModel |
CockpitCollectionService.cloneCollection(CockpitObjectAbstractCollectionModel collection,
UserModel user)
Clones the given collection and assigns just cloned collection to the given user.
|
int |
CockpitCollectionService.getElementCount(CockpitObjectAbstractCollectionModel collection)
Gets the element count for the given collection.
|
java.util.List<ItemModel> |
CockpitCollectionService.getElements(CockpitObjectAbstractCollectionModel collection,
int start,
int count)
Returns elements of the given object collection.
|
boolean |
CockpitCollectionService.hasReadCollectionRight(PrincipalModel principal,
CockpitObjectAbstractCollectionModel collection)
Returns information whether the user can read collection.
|
boolean |
CockpitCollectionService.hasWriteCollectionRight(PrincipalModel principal,
CockpitObjectAbstractCollectionModel collection)
Returns information whether the user can modify collection.
|
boolean |
CockpitCollectionService.isInCollection(ItemModel object,
CockpitObjectAbstractCollectionModel collection)
Checks if the given element belongs to the specified collection.
|
int |
CockpitCollectionService.removeFromCollection(CockpitObjectAbstractCollectionModel collection,
java.util.List<ItemModel> elements)
|
int |
CockpitCollectionService.removeNullItemReferences(CockpitObjectAbstractCollectionModel collection)
Removes references to non-existing items
|
void |
CockpitCollectionService.removeReadUser(PrincipalModel user,
CockpitObjectAbstractCollectionModel collection)
Disallow given user to read given collection.
|
void |
CockpitCollectionService.removeWriteUser(PrincipalModel user,
CockpitObjectAbstractCollectionModel collection)
Disallow given user to modify given collection.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CockpitObjectAbstractCollectionModel> |
CockpitObjectAbstractCollectionDao.findGlobalCollections()
Gets the global collections that is collections that have no user set.
|
java.util.List<CockpitObjectAbstractCollectionModel> |
CockpitObjectAbstractCollectionDao.getGlobalCollections()
Deprecated.
since 6.3, use
CockpitObjectAbstractCollectionDao.findGlobalCollections() instead |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CockpitObjectAbstractCollectionDao.collectionContains(CockpitObjectAbstractCollectionModel collection,
ItemModel item)
Returns true if the collection contains at least one element with the given item, false otherwise.
|
java.util.List<ObjectCollectionItemReferenceModel> |
CockpitObjectAbstractCollectionDao.findElements(CockpitObjectAbstractCollectionModel collection,
int start,
int count)
Finds elements of the given object collection.
|
java.util.List<ObjectCollectionItemReferenceModel> |
CockpitObjectAbstractCollectionDao.findElementsContainingItem(CockpitObjectAbstractCollectionModel collection,
ItemModel item)
Returns all elements of the collection that contain given item.
|
int |
CockpitObjectAbstractCollectionDao.getElementCount(CockpitObjectAbstractCollectionModel collection)
Return total count of elements in the collection.
|
java.util.List<ObjectCollectionItemReferenceModel> |
CockpitObjectAbstractCollectionDao.getElementsContainingItem(CockpitObjectAbstractCollectionModel collection,
ItemModel item)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CockpitObjectAbstractCollectionModel> |
DefaultCockpitObjectAbstractCollectionDao.findGlobalCollections() |
java.util.List<CockpitObjectAbstractCollectionModel> |
DefaultCockpitObjectAbstractCollectionDao.getGlobalCollections()
Deprecated.
since 6.3
|
| Modifier and Type | Method and Description |
|---|---|
CockpitObjectAbstractCollectionModel |
DefaultCockpitCollectionService.cloneCollection(CockpitObjectAbstractCollectionModel collection,
UserModel user)
Clones the given collection and assigns just cloned collection to the given user.
|
protected CockpitObjectAbstractCollectionModel |
DefaultCockpitCollectionService.unmapToModel(ObjectCollection collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CockpitObjectAbstractCollectionModel> |
DefaultCockpitCollectionService.getCollectionsForUser(UserModel user)
Gets all collections for given user including the collections that given user has permission to read or write.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCockpitCollectionService.addReadUser(PrincipalModel user,
CockpitObjectAbstractCollectionModel collection)
Allows given user to read given collection.
|
int |
DefaultCockpitCollectionService.addToCollection(CockpitObjectAbstractCollectionModel collModel,
java.util.List<ItemModel> elements)
|
void |
DefaultCockpitCollectionService.addWriteUser(PrincipalModel user,
CockpitObjectAbstractCollectionModel collection)
Allows given user to modify given collection.
|
CockpitObjectAbstractCollectionModel |
DefaultCockpitCollectionService.cloneCollection(CockpitObjectAbstractCollectionModel collection,
UserModel user)
Clones the given collection and assigns just cloned collection to the given user.
|
int |
DefaultCockpitCollectionService.getElementCount(CockpitObjectAbstractCollectionModel collection)
Gets the element count for the given collection.
|
java.util.List<ItemModel> |
DefaultCockpitCollectionService.getElements(CockpitObjectAbstractCollectionModel collModel,
int start,
int count)
Returns elements of the given object collection.
|
boolean |
DefaultCockpitCollectionService.hasReadCollectionRight(PrincipalModel principal,
CockpitObjectAbstractCollectionModel collection)
Returns information whether the user can read collection.
|
boolean |
DefaultCockpitCollectionService.hasWriteCollectionRight(PrincipalModel principal,
CockpitObjectAbstractCollectionModel collection)
Returns information whether the user can modify collection.
|
boolean |
DefaultCockpitCollectionService.isInCollection(ItemModel object,
CockpitObjectAbstractCollectionModel collection)
Checks if the given element belongs to the specified collection.
|
int |
DefaultCockpitCollectionService.removeFromCollection(CockpitObjectAbstractCollectionModel collectionModel,
java.util.List<ItemModel> elements)
|
int |
DefaultCockpitCollectionService.removeNullItemReferences(CockpitObjectAbstractCollectionModel collModel)
Removes references to non-existing items
|
void |
DefaultCockpitCollectionService.removeReadUser(PrincipalModel user,
CockpitObjectAbstractCollectionModel collection)
Disallow given user to read given collection.
|
void |
DefaultCockpitCollectionService.removeWriteUser(PrincipalModel user,
CockpitObjectAbstractCollectionModel collection)
Disallow given user to modify given collection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CockpitObjectCollectionModel
Generated model class for type CockpitObjectCollection first defined at extension cockpit.
|
class |
CockpitObjectSpecialCollectionModel
Generated model class for type CockpitObjectSpecialCollection first defined at extension cockpit.
|
| Modifier and Type | Method and Description |
|---|---|
CockpitObjectAbstractCollectionModel |
ObjectCollectionElementModel.getCollection()
Generated method - Getter of the
ObjectCollectionElement.collection attribute defined at extension cockpit. |
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectCollectionElementModel.setCollection(CockpitObjectAbstractCollectionModel value)
Generated method - Setter of
ObjectCollectionElement.collection attribute defined at extension cockpit. |
| Constructor and Description |
|---|
ObjectCollectionElementModel(CockpitObjectAbstractCollectionModel _collection,
java.lang.String _objectTypeCode)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ObjectCollectionElementModel(CockpitObjectAbstractCollectionModel _collection,
java.lang.String _objectTypeCode,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ObjectCollectionItemReferenceModel(CockpitObjectAbstractCollectionModel _collection,
ItemModel _item,
java.lang.String _objectTypeCode)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ObjectCollectionItemReferenceModel(CockpitObjectAbstractCollectionModel _collection,
ItemModel _item,
java.lang.String _objectTypeCode,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Constructor and Description |
|---|
ObjectCollectionImpl(CockpitObjectAbstractCollectionModel collectionModel) |
| Modifier and Type | Method and Description |
|---|---|
CockpitObjectAbstractCollectionModel |
CockpitObjectAbstractCollectionResource.getCockpitObjectAbstractCollectionModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected CockpitObjectAbstractCollectionModel |
CockpitObjectAbstractCollectionResource.readResource(java.lang.String resourceId)
Gets the
CockpitObjectAbstractCollectionModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CockpitObjectAbstractCollectionModel> |
CockpitObjectAbstractCollectionsResource.getCockpitObjectAbstractCollectionsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
CockpitObjectAbstractCollectionResource.setCockpitObjectAbstractCollectionModel(CockpitObjectAbstractCollectionModel value)
Convenience method which just delegates to
#setResourceValue(CockpitObjectAbstractCollectionModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
CockpitObjectAbstractCollectionsResource.setCockpitObjectAbstractCollectionsCollection(java.util.Collection<CockpitObjectAbstractCollectionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
protected CockpitObjectAbstractCollectionModel |
ObjectCollectionServiceImpl.unmapToModel(ObjectCollection collection) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CockpitObjectAbstractCollectionModel> |
PrincipalModel.getReadCollections()
Generated method - Getter of the
Principal.readCollections attribute defined at extension cockpit. |
java.util.Collection<CockpitObjectAbstractCollectionModel> |
PrincipalModel.getWriteCollections()
Generated method - Getter of the
Principal.writeCollections attribute defined at extension cockpit. |
| Modifier and Type | Method and Description |
|---|---|
void |
PrincipalModel.setReadCollections(java.util.Collection<CockpitObjectAbstractCollectionModel> value)
Generated method - Setter of
Principal.readCollections attribute defined at extension cockpit. |
void |
PrincipalModel.setWriteCollections(java.util.Collection<CockpitObjectAbstractCollectionModel> value)
Generated method - Setter of
Principal.writeCollections attribute defined at extension cockpit. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CockpitObjectAbstractCollectionModel> |
UserModel.getCollections()
Generated method - Getter of the
User.collections attribute defined at extension cockpit. |
| Modifier and Type | Method and Description |
|---|---|
void |
UserModel.setCollections(java.util.Collection<CockpitObjectAbstractCollectionModel> value)
Generated method - Setter of
User.collections attribute defined at extension cockpit. |
Copyright © 2018 SAP SE. All Rights Reserved.