public interface CockpitObjectAbstractCollectionDao extends Dao
List<ObjectCollectionItemReferenceModel> findElements(CockpitObjectAbstractCollectionModel collection, int start, int count)
collection - the object collection to search elements ofstart - starting index of the searchcount - max. count of elements to be foundint getElementCount(CockpitObjectAbstractCollectionModel collection)
@Deprecated List<ObjectCollectionItemReferenceModel> getElementsContainingItem(CockpitObjectAbstractCollectionModel collection, ItemModel item)
findElementsContainingItem(CockpitObjectAbstractCollectionModel, ItemModel) insteadcollection - the collection to search initem - the item to search forList<ObjectCollectionItemReferenceModel> findElementsContainingItem(CockpitObjectAbstractCollectionModel collection, ItemModel item)
collection - the collection to search initem - the item to search forboolean collectionContains(CockpitObjectAbstractCollectionModel collection, ItemModel item)
collection - the collection to search initem - the item to search for@Deprecated List<CockpitObjectCollectionModel> getCollectionsByUser(UserModel user)
findCollectionsByUser(UserModel) insteaduser - the user we look collectionsList<CockpitObjectCollectionModel> findCollectionsByUser(UserModel user)
user - the user we look collections@Deprecated List<CockpitObjectSpecialCollectionModel> getSpecialCollectionsByUser(UserModel user)
findSpecialCollectionsByUser(UserModel) insteaduser - the user we look collectionsList<CockpitObjectSpecialCollectionModel> findSpecialCollectionsByUser(UserModel user)
user - the user we look collections@Deprecated List<CockpitObjectSpecialCollectionModel> getSpecialCollections(UserModel user, CockpitSpecialCollectionType collectionType)
findSpecialCollections(UserModel, CockpitSpecialCollectionType) insteaduser - the user we look collectionscollectionType - the collection type we look forList<CockpitObjectSpecialCollectionModel> findSpecialCollections(UserModel user, CockpitSpecialCollectionType collectionType)
user - the user we look collectionscollectionType - the collection type we look for@Deprecated List<CockpitObjectAbstractCollectionModel> getGlobalCollections()
findGlobalCollections() insteadList<CockpitObjectAbstractCollectionModel> findGlobalCollections()
@Deprecated List<CockpitObjectCollectionModel> getReadableCollectionsForUser(UserModel userModel)
findReadableCollectionsByUser(UserModel) insteaduserModel - the user modelList<CockpitObjectCollectionModel> findReadableCollectionsByUser(UserModel userModel)
userModel - the user model@Deprecated List<CockpitObjectCollectionModel> getWritableCollectionsForUser(UserModel userModel)
findWritableCollectionsByUser(UserModel) insteaduserModel - the user modelList<CockpitObjectCollectionModel> findWritableCollectionsByUser(UserModel userModel)
userModel - the user modelCopyright © 2017 SAP SE. All Rights Reserved.