public interface CockpitObjectAbstractCollectionDao extends Dao
java.util.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 java.util.List<ObjectCollectionItemReferenceModel> getElementsContainingItem(CockpitObjectAbstractCollectionModel collection, ItemModel item)
findElementsContainingItem(CockpitObjectAbstractCollectionModel, ItemModel)
insteadcollection - the collection to search initem - the item to search forjava.util.List<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 java.util.List<CockpitObjectCollectionModel> getCollectionsByUser(UserModel user)
findCollectionsByUser(UserModel) insteaduser - the user we look collectionsjava.util.List<CockpitObjectCollectionModel> findCollectionsByUser(UserModel user)
user - the user we look collections@Deprecated java.util.List<CockpitObjectSpecialCollectionModel> getSpecialCollectionsByUser(UserModel user)
findSpecialCollectionsByUser(UserModel) insteaduser - the user we look collectionsjava.util.List<CockpitObjectSpecialCollectionModel> findSpecialCollectionsByUser(UserModel user)
user - the user we look collections@Deprecated java.util.List<CockpitObjectSpecialCollectionModel> getSpecialCollections(UserModel user, CockpitSpecialCollectionType collectionType)
findSpecialCollections(UserModel, CockpitSpecialCollectionType) insteaduser - the user we look collectionscollectionType - the collection type we look forjava.util.List<CockpitObjectSpecialCollectionModel> findSpecialCollections(UserModel user, CockpitSpecialCollectionType collectionType)
user - the user we look collectionscollectionType - the collection type we look for@Deprecated java.util.List<CockpitObjectAbstractCollectionModel> getGlobalCollections()
findGlobalCollections() insteadjava.util.List<CockpitObjectAbstractCollectionModel> findGlobalCollections()
@Deprecated java.util.List<CockpitObjectCollectionModel> getReadableCollectionsForUser(UserModel userModel)
findReadableCollectionsByUser(UserModel) insteaduserModel - the user modeljava.util.List<CockpitObjectCollectionModel> findReadableCollectionsByUser(UserModel userModel)
userModel - the user model@Deprecated java.util.List<CockpitObjectCollectionModel> getWritableCollectionsForUser(UserModel userModel)
findWritableCollectionsByUser(UserModel) insteaduserModel - the user modeljava.util.List<CockpitObjectCollectionModel> findWritableCollectionsByUser(UserModel userModel)
userModel - the user modelCopyright © 2018 SAP SE. All Rights Reserved.