Uses of Interface
de.hybris.platform.cockpit.model.collection.ObjectCollection
-
-
Uses of ObjectCollection in de.hybris.platform.cockpit.components.navigationarea
Methods in de.hybris.platform.cockpit.components.navigationarea with parameters of type ObjectCollection Modifier and Type Method Description UICollectionQueryAbstractNavigationAreaModel. getCollectionQuery(ObjectCollection coll) -
Uses of ObjectCollection in de.hybris.platform.cockpit.impl
Methods in de.hybris.platform.cockpit.impl with parameters of type ObjectCollection Modifier and Type Method Description protected CockpitObjectAbstractCollectionModelDefaultCockpitCollectionService. unmapToModel(ObjectCollection collection) -
Uses of ObjectCollection in de.hybris.platform.cockpit.model.collection
Subinterfaces of ObjectCollection in de.hybris.platform.cockpit.model.collection Modifier and Type Interface Description interfacePageableObjectCollectionObject 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 Modifier and Type Class Description classObjectCollectionImpl -
Uses of ObjectCollection in de.hybris.platform.cockpit.model.query.impl
Methods in de.hybris.platform.cockpit.model.query.impl that return ObjectCollection Modifier and Type Method Description ObjectCollectionUICollectionQuery. getObjectCollection()Constructors in de.hybris.platform.cockpit.model.query.impl with parameters of type ObjectCollection Constructor Description UICollectionQuery(ObjectCollection objectCollection) -
Uses of ObjectCollection in de.hybris.platform.cockpit.services
Methods in de.hybris.platform.cockpit.services that return ObjectCollection Modifier and Type Method Description ObjectCollectionObjectCollectionService. cloneCollection(ObjectCollection collection, UserModel user)Clones the given collection and assigns just cloned collection to the given user.ObjectCollectionObjectCollectionService. createCollection(java.lang.String qualifier, UserModel user)Deprecated.since 6.3, useModelServiceto create itemsObjectCollectionObjectCollectionService. createSpecialCollection(java.lang.String qualifier, UserModel user)Deprecated.since 6.3, useModelServiceto create itemsObjectCollectionObjectCollectionService. createSpecialCollection(java.lang.String qualifier, UserModel user, HybrisEnumValue collectionType)Deprecated.since 6.3, useModelServiceto create itemsObjectCollectionObjectCollectionService. createSpecialCollection(java.lang.String qualifier, UserModel user, EnumerationValue collectionType)Deprecated.since 6.3, useModelServiceto create itemsObjectCollectionObjectCollectionService. 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 ObjectCollection Modifier and Type Method Description java.util.List<ObjectCollection>ObjectCollectionService. getCollections(UserModel user)Deprecated.since 6.3, useObjectCollectionService.getCollectionsForUser(UserModel)insteadjava.util.List<ObjectCollection>ObjectCollectionService. getCollectionsForUser(UserModel user)Gets all collections for given user including the collections that given user has permission to read or write.java.util.List<ObjectCollection>ObjectCollectionService. getSpecialCollections(UserModel user)Deprecated.since 6.3, useObjectCollectionService.getSpecialCollectionsForUser(UserModel)insteadjava.util.List<ObjectCollection>ObjectCollectionService. getSpecialCollections(UserModel user, java.lang.String collectionType)Gets the special collections of the specified type that belongs to the given user.java.util.List<ObjectCollection>ObjectCollectionService. getSpecialCollectionsForUser(UserModel user)Gets the special collections for a given user.Methods in de.hybris.platform.cockpit.services with parameters of type ObjectCollection Modifier and Type Method Description voidObjectCollectionService. addReadUser(PrincipalModel user, ObjectCollection collection)Allows given user to read given collection.intObjectCollectionService. addToCollection(ObjectCollection collection, java.util.Collection<TypedObject> elements)voidObjectCollectionService. addWriteUser(PrincipalModel user, ObjectCollection collection)Allows given user to modify given collection.ObjectCollectionObjectCollectionService. 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.java.util.List<TypedObject>ObjectCollectionService. getElements(ObjectCollection collection, int start, int count)Returns elements of the given object collection.java.util.List<PrincipalModel>ObjectCollectionService. getReadUsers(ObjectCollection collection)Deprecated.since 6.3, useObjectCollectionService.getReadUsersForCollection(ObjectCollection)insteadjava.util.List<PrincipalModel>ObjectCollectionService. getReadUsersForCollection(ObjectCollection collection)Returns list of all users who are allowed to read given collection.java.util.List<PrincipalModel>ObjectCollectionService. getWriteUsers(ObjectCollection collection)Deprecated.since 6.3, useObjectCollectionService.getWriteUsersForCollection(ObjectCollection)insteadjava.util.List<PrincipalModel>ObjectCollectionService. getWriteUsersForCollection(ObjectCollection collection)Returns list of all users who are allowed to modify given collection.java.lang.BooleanObjectCollectionService. hasReadCollectionRight(PrincipalModel principal, ObjectCollection collection)Returns information whether the user can read collection.java.lang.BooleanObjectCollectionService. hasWriteCollectionRight(PrincipalModel principal, ObjectCollection collection)Returns information whether the user can modify collection.java.lang.BooleanObjectCollectionService. isCollectionOwner(PrincipalModel principal, ObjectCollection collection)Deprecated.since 6.3, use local check when requiredjava.lang.BooleanObjectCollectionService. 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.ObjectCollectionObjectCollectionService. 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, java.util.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, java.lang.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 ObjectCollection Modifier and Type Method Description ObjectCollectionObjectCollectionServiceImpl. cloneCollection(ObjectCollection collection, UserModel user)Clones the given collection and assigns just cloned collection to the given user.ObjectCollectionObjectCollectionServiceImpl. createCollection(java.lang.String qualifier, UserModel user)Creates the collection for the given parameters.ObjectCollectionObjectCollectionServiceImpl. createSpecialCollection(java.lang.String qualifier, UserModel user)Creates the special collection with the collection type set to null.ObjectCollectionObjectCollectionServiceImpl. createSpecialCollection(java.lang.String qualifier, UserModel user, HybrisEnumValue collectionType)Creates the special collection for the given parameters.ObjectCollectionObjectCollectionServiceImpl. createSpecialCollection(java.lang.String qualifier, UserModel user, EnumerationValue collectionType)ObjectCollectionObjectCollectionServiceImpl. mapCollection(CockpitObjectAbstractCollection source)Deprecated.since 6.3, useObjectCollectionServiceImpl.mapCollection(CockpitObjectAbstractCollectionModel)insteadObjectCollectionObjectCollectionServiceImpl. 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 ObjectCollection Modifier and Type Method Description java.util.List<ObjectCollection>ObjectCollectionServiceImpl. getCollections(UserModel user)java.util.List<ObjectCollection>ObjectCollectionServiceImpl. getCollectionsForUser(UserModel user)Gets all collections for given user including the collections that given user has permission to read or write.java.util.List<ObjectCollection>ObjectCollectionServiceImpl. getSpecialCollections(UserModel user)java.util.List<ObjectCollection>ObjectCollectionServiceImpl. getSpecialCollections(UserModel user, java.lang.String collectionType)Gets the special collections of the specified type that belongs to the given user.java.util.List<ObjectCollection>ObjectCollectionServiceImpl. getSpecialCollectionsForUser(UserModel user)Gets the special collections for a given user.Methods in de.hybris.platform.cockpit.services.impl with parameters of type ObjectCollection Modifier and Type Method Description voidObjectCollectionServiceImpl. addReadUser(PrincipalModel user, ObjectCollection collection)Allows given user to read given collection.intObjectCollectionServiceImpl. addToCollection(ObjectCollection collection, java.util.Collection<TypedObject> elements)voidObjectCollectionServiceImpl. addWriteUser(PrincipalModel user, ObjectCollection collection)Allows given user to modify given collection.ObjectCollectionObjectCollectionServiceImpl. 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.java.util.List<TypedObject>ObjectCollectionServiceImpl. getElements(ObjectCollection collection, int start, int count)Returns elements of the given object collection.java.util.List<PrincipalModel>ObjectCollectionServiceImpl. getReadUsers(ObjectCollection collection)java.util.List<PrincipalModel>ObjectCollectionServiceImpl. getReadUsersForCollection(ObjectCollection collection)Returns list of all users who are allowed to read given collection.java.util.List<PrincipalModel>ObjectCollectionServiceImpl. getWriteUsers(ObjectCollection collection)java.util.List<PrincipalModel>ObjectCollectionServiceImpl. getWriteUsersForCollection(ObjectCollection collection)Returns list of all users who are allowed to modify given collection.java.lang.BooleanObjectCollectionServiceImpl. hasReadCollectionRight(PrincipalModel principal, ObjectCollection collection)Returns information whether the user can read collection.java.lang.BooleanObjectCollectionServiceImpl. hasWriteCollectionRight(PrincipalModel principal, ObjectCollection collection)Returns information whether the user can modify collection.java.lang.BooleanObjectCollectionServiceImpl. isCollectionOwner(PrincipalModel principal, ObjectCollection collection)Checks if given collection belongs to the given user.java.lang.BooleanObjectCollectionServiceImpl. 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.ObjectCollectionObjectCollectionServiceImpl. 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, java.util.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, java.lang.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 ObjectCollection Modifier and Type Method Description protected java.lang.StringGenericQuerySearchProvider. getCollectionsPKList(java.util.List<ObjectCollection> collections) -
Uses of ObjectCollection in de.hybris.platform.cockpit.session
Methods in de.hybris.platform.cockpit.session with parameters of type ObjectCollection Modifier and Type Method Description voidNavigationAreaListener. 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 ObjectCollection Modifier and Type Method Description ObjectCollectionCollectionBrowserModel. getCollection()Returns the items held by this browser.Methods in de.hybris.platform.cockpit.session.impl with parameters of type ObjectCollection Modifier and Type Method Description voidDefaultNavigationAreaListener. 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 ObjectCollection Modifier and Type Method Description ObjectCollectionNavigationArea. pasteProductToCollection(ObjectCollection collection, java.util.List<java.lang.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 ObjectCollection Modifier and Type Method Description UICollectionQueryNavigationArea. getCollectionQuery(ObjectCollection coll)ObjectCollectionNavigationArea. pasteProductToCollection(ObjectCollection collection, java.util.List<java.lang.String> codes, UserModel user)Method that search products with appropiate code, and add them to given collection
-