Uses of Interface
de.hybris.platform.cockpit.model.collection.ObjectCollection
Packages that use ObjectCollection
Package
Description
-
Uses of ObjectCollection in de.hybris.platform.cmscockpit.session.impl
Methods in de.hybris.platform.cmscockpit.session.impl that return ObjectCollectionModifier and TypeMethodDescriptionCatalogNavigationArea.pasteItemToCollection(ObjectCollection collection, List<String> uids, UserModel user) Method that search products with appropriate code, and add them to given collectionMethods in de.hybris.platform.cmscockpit.session.impl with parameters of type ObjectCollectionModifier and TypeMethodDescriptionCatalogNavigationArea.pasteItemToCollection(ObjectCollection collection, List<String> uids, UserModel user) Method that search products with appropriate code, and add them to given collection -
Uses of ObjectCollection in de.hybris.platform.cockpit.impl
Methods in de.hybris.platform.cockpit.impl with parameters of type ObjectCollectionModifier and TypeMethodDescriptionprotected CockpitObjectAbstractCollectionModelDefaultCockpitCollectionService.unmapToModel(ObjectCollection collection) -
Uses of ObjectCollection in de.hybris.platform.cockpit.model.collection
Subinterfaces of ObjectCollection in de.hybris.platform.cockpit.model.collectionModifier and TypeInterfaceDescriptioninterfaceObject collection which supports paging of elements -
Uses of ObjectCollection in de.hybris.platform.cockpit.model.collection.impl
Classes in de.hybris.platform.cockpit.model.collection.impl that implement ObjectCollection -
Uses of ObjectCollection in de.hybris.platform.cockpit.model.query.impl
Methods in de.hybris.platform.cockpit.model.query.impl that return ObjectCollectionConstructors in de.hybris.platform.cockpit.model.query.impl with parameters of type ObjectCollection -
Uses of ObjectCollection in de.hybris.platform.cockpit.services
Methods in de.hybris.platform.cockpit.services that return ObjectCollectionModifier and TypeMethodDescriptionObjectCollectionService.cloneCollection(ObjectCollection collection, UserModel user) Clones the given collection and assigns just cloned collection to the given user.ObjectCollectionService.createCollection(String qualifier, UserModel user) Deprecated.ObjectCollectionService.createSpecialCollection(String qualifier, UserModel user) Deprecated.since 6.3, useModelServiceto create itemsObjectCollectionService.createSpecialCollection(String qualifier, UserModel user, HybrisEnumValue collectionType) Deprecated.since 6.3, useModelServiceto create itemsObjectCollectionService.createSpecialCollection(String qualifier, UserModel user, EnumerationValue collectionType) Deprecated.since 6.3, useModelServiceto create itemsObjectCollectionService.refreshCollection(ObjectCollection collection) Deprecated.since 6.3, use local refreshing if requiredMethods in de.hybris.platform.cockpit.services that return types with arguments of type ObjectCollectionModifier and TypeMethodDescriptionObjectCollectionService.getCollections(UserModel user) Deprecated.since 6.3, useObjectCollectionService.getCollectionsForUser(UserModel)insteadObjectCollectionService.getCollectionsForUser(UserModel user) Gets all collections for given user including the collections that given user has permission to read or write.ObjectCollectionService.getSpecialCollections(UserModel user) Deprecated.since 6.3, useObjectCollectionService.getSpecialCollectionsForUser(UserModel)insteadObjectCollectionService.getSpecialCollections(UserModel user, String collectionType) Gets the special collections of the specified type that belongs to the given user.ObjectCollectionService.getSpecialCollectionsForUser(UserModel user) Gets the special collections for a given user.Methods in de.hybris.platform.cockpit.services with parameters of type ObjectCollectionModifier and TypeMethodDescriptionvoidObjectCollectionService.addReadUser(PrincipalModel user, ObjectCollection collection) Allows given user to read given collection.intObjectCollectionService.addToCollection(ObjectCollection collection, Collection<TypedObject> elements) voidObjectCollectionService.addWriteUser(PrincipalModel user, ObjectCollection collection) Allows given user to modify given collection.ObjectCollectionService.cloneCollection(ObjectCollection collection, UserModel user) Clones the given collection and assigns just cloned collection to the given user.intObjectCollectionService.getElementCount(ObjectCollection collection) Gets the number of the elements in the given collection.ObjectCollectionService.getElements(ObjectCollection collection, int start, int count) Returns elements of the given object collection.ObjectCollectionService.getReadUsers(ObjectCollection collection) Deprecated.since 6.3, useObjectCollectionService.getReadUsersForCollection(ObjectCollection)insteadObjectCollectionService.getReadUsersForCollection(ObjectCollection collection) Returns list of all users who are allowed to read given collection.ObjectCollectionService.getWriteUsers(ObjectCollection collection) Deprecated.since 6.3, useObjectCollectionService.getWriteUsersForCollection(ObjectCollection)insteadObjectCollectionService.getWriteUsersForCollection(ObjectCollection collection) Returns list of all users who are allowed to modify given collection.ObjectCollectionService.hasReadCollectionRight(PrincipalModel principal, ObjectCollection collection) Returns information whether the user can read collection.ObjectCollectionService.hasWriteCollectionRight(PrincipalModel principal, ObjectCollection collection) Returns information whether the user can modify collection.ObjectCollectionService.isCollectionOwner(PrincipalModel principal, ObjectCollection collection) Deprecated.since 6.3, use local check when requiredObjectCollectionService.isInCollection(TypedObject object, ObjectCollection collection) Checks if the given element belongs to the specified collection.voidObjectCollectionService.publishCollection(ObjectCollection collection) Sets the collection's owner to null, so it can be accessed by any user.ObjectCollectionService.refreshCollection(ObjectCollection collection) Deprecated.since 6.3, use local refreshing if requiredvoidObjectCollectionService.removeCollection(ObjectCollection collection) Deprecated.since 6.3, useModelServiceto remove itemsintObjectCollectionService.removeFromCollection(ObjectCollection collection, Collection<TypedObject> elements) intObjectCollectionService.removeNullItemReferences(ObjectCollection collection) Removes references to non-existing itemsvoidObjectCollectionService.removeReadUser(PrincipalModel user, ObjectCollection collection) Disallow given user to read given collection.voidObjectCollectionService.removeWriteUser(PrincipalModel user, ObjectCollection collection) Disallow given user to modify given collection.voidObjectCollectionService.renameCollection(ObjectCollection collection, String label) Renames the collection with the specified label. -
Uses of ObjectCollection in de.hybris.platform.cockpit.services.impl
Methods in de.hybris.platform.cockpit.services.impl that return ObjectCollectionModifier and TypeMethodDescriptionObjectCollectionServiceImpl.cloneCollection(ObjectCollection collection, UserModel user) Clones the given collection and assigns just cloned collection to the given user.ObjectCollectionServiceImpl.createCollection(String qualifier, UserModel user) Creates the collection for the given parameters.ObjectCollectionServiceImpl.createSpecialCollection(String qualifier, UserModel user) Creates the special collection with the collection type set to null.ObjectCollectionServiceImpl.createSpecialCollection(String qualifier, UserModel user, HybrisEnumValue collectionType) Creates the special collection for the given parameters.ObjectCollectionServiceImpl.createSpecialCollection(String qualifier, UserModel user, EnumerationValue collectionType) ObjectCollectionServiceImpl.mapCollection(CockpitObjectAbstractCollection source) Deprecated.since 6.3, useObjectCollectionServiceImpl.mapCollection(CockpitObjectAbstractCollectionModel)insteadObjectCollectionServiceImpl.refreshCollection(ObjectCollection collection) Removes all not existing items from the collection.Methods in de.hybris.platform.cockpit.services.impl that return types with arguments of type ObjectCollectionModifier and TypeMethodDescriptionObjectCollectionServiceImpl.getCollections(UserModel user) ObjectCollectionServiceImpl.getCollectionsForUser(UserModel user) Gets all collections for given user including the collections that given user has permission to read or write.ObjectCollectionServiceImpl.getSpecialCollections(UserModel user) ObjectCollectionServiceImpl.getSpecialCollections(UserModel user, String collectionType) Gets the special collections of the specified type that belongs to the given user.ObjectCollectionServiceImpl.getSpecialCollectionsForUser(UserModel user) Gets the special collections for a given user.Methods in de.hybris.platform.cockpit.services.impl with parameters of type ObjectCollectionModifier and TypeMethodDescriptionvoidObjectCollectionServiceImpl.addReadUser(PrincipalModel user, ObjectCollection collection) Allows given user to read given collection.intObjectCollectionServiceImpl.addToCollection(ObjectCollection collection, Collection<TypedObject> elements) voidObjectCollectionServiceImpl.addWriteUser(PrincipalModel user, ObjectCollection collection) Allows given user to modify given collection.ObjectCollectionServiceImpl.cloneCollection(ObjectCollection collection, UserModel user) Clones the given collection and assigns just cloned collection to the given user.intObjectCollectionServiceImpl.getElementCount(ObjectCollection collection) Gets the number of the elements in the given collection.ObjectCollectionServiceImpl.getElements(ObjectCollection collection, int start, int count) Returns elements of the given object collection.ObjectCollectionServiceImpl.getReadUsers(ObjectCollection collection) ObjectCollectionServiceImpl.getReadUsersForCollection(ObjectCollection collection) Returns list of all users who are allowed to read given collection.ObjectCollectionServiceImpl.getWriteUsers(ObjectCollection collection) ObjectCollectionServiceImpl.getWriteUsersForCollection(ObjectCollection collection) Returns list of all users who are allowed to modify given collection.ObjectCollectionServiceImpl.hasReadCollectionRight(PrincipalModel principal, ObjectCollection collection) Returns information whether the user can read collection.ObjectCollectionServiceImpl.hasWriteCollectionRight(PrincipalModel principal, ObjectCollection collection) Returns information whether the user can modify collection.ObjectCollectionServiceImpl.isCollectionOwner(PrincipalModel principal, ObjectCollection collection) Checks if given collection belongs to the given user.ObjectCollectionServiceImpl.isInCollection(TypedObject object, ObjectCollection collection) Checks if the given element belongs to the specified collection.voidObjectCollectionServiceImpl.publishCollection(ObjectCollection collection) Sets the collection's owner to null, so it can be accessed by any user.ObjectCollectionServiceImpl.refreshCollection(ObjectCollection collection) Removes all not existing items from the collection.voidObjectCollectionServiceImpl.removeCollection(ObjectCollection collection) Removes the collection from the system.intObjectCollectionServiceImpl.removeFromCollection(ObjectCollection collection, Collection<TypedObject> elements) intObjectCollectionServiceImpl.removeNullItemReferences(ObjectCollection collection) Removes references to non-existing itemsvoidObjectCollectionServiceImpl.removeReadUser(PrincipalModel user, ObjectCollection collection) Disallow given user to read given collection.voidObjectCollectionServiceImpl.removeWriteUser(PrincipalModel user, ObjectCollection collection) Disallow given user to modify given collection.voidObjectCollectionServiceImpl.renameCollection(ObjectCollection collection, String label) Renames the collection with the specified label.protected CockpitObjectAbstractCollectionObjectCollectionServiceImpl.unmapCollection(ObjectCollection collection) Deprecated.since 6.3, useObjectCollectionServiceImpl.unmapToModel(ObjectCollection)insteadprotected CockpitObjectAbstractCollectionModelObjectCollectionServiceImpl.unmapToModel(ObjectCollection collection) -
Uses of ObjectCollection in de.hybris.platform.cockpit.services.search.impl
Method parameters in de.hybris.platform.cockpit.services.search.impl with type arguments of type ObjectCollectionModifier and TypeMethodDescriptionprotected StringGenericQuerySearchProvider.getCollectionsPKList(List<ObjectCollection> collections) -
Uses of ObjectCollection in de.hybris.platform.cockpit.session
Methods in de.hybris.platform.cockpit.session with parameters of type ObjectCollectionModifier and TypeMethodDescriptionvoidNavigationAreaListener.collectionAdded(ObjectCollection collection) voidNavigationAreaListener.collectionChanged(ObjectCollection collection) -
Uses of ObjectCollection in de.hybris.platform.cockpit.session.impl
Methods in de.hybris.platform.cockpit.session.impl that return ObjectCollectionModifier and TypeMethodDescriptionCollectionBrowserModel.getCollection()Returns the items held by this browser.Methods in de.hybris.platform.cockpit.session.impl with parameters of type ObjectCollectionModifier and TypeMethodDescriptionvoidDefaultNavigationAreaListener.collectionAdded(ObjectCollection collection) voidDefaultNavigationAreaListener.collectionChanged(ObjectCollection collection) protected voidBaseUICockpitNavigationArea.fireCollectionAdded(ObjectCollection collection) protected voidBaseUICockpitNavigationArea.fireCollectionChanged(ObjectCollection collection) voidCollectionBrowserModel.setCollection(ObjectCollection collection) Sets the collection held by thisCollectionBrowserModeltocollection. -
Uses of ObjectCollection in de.hybris.platform.productcockpit.session.impl
Methods in de.hybris.platform.productcockpit.session.impl that return ObjectCollectionModifier and TypeMethodDescriptionNavigationArea.pasteProductToCollection(ObjectCollection collection, List<String> codes, UserModel user) Method that search products with appropiate code, and add them to given collectionMethods in de.hybris.platform.productcockpit.session.impl with parameters of type ObjectCollectionModifier and TypeMethodDescriptionNavigationArea.getCollectionQuery(ObjectCollection coll) NavigationArea.pasteProductToCollection(ObjectCollection collection, List<String> codes, UserModel user) Method that search products with appropiate code, and add them to given collection
ModelServiceto create items