| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and 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, use
CockpitObjectAbstractCollectionDao.findSpecialCollectionsByUser(UserModel) instead |
| Modifier and Type | Method and 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.3
|
java.util.List<CockpitObjectSpecialCollectionModel> |
DefaultCockpitObjectAbstractCollectionDao.getSpecialCollectionsByUser(UserModel user)
Deprecated.
since 6.3
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
CockpitObjectSpecialCollectionModel |
CockpitObjectSpecialCollectionResource.getCockpitObjectSpecialCollectionModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected CockpitObjectSpecialCollectionModel |
CockpitObjectSpecialCollectionResource.readResource(java.lang.String resourceId)
Gets the
CockpitObjectSpecialCollectionModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CockpitObjectSpecialCollectionModel> |
CockpitObjectSpecialCollectionsResource.getCockpitObjectSpecialCollectionsCollection()
Convenience method which just delegates to
AbstractResource.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(java.util.Collection<CockpitObjectSpecialCollectionModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
Copyright © 2018 SAP SE. All Rights Reserved.