Uses of Class
com.hybris.backoffice.model.BackofficeObjectSpecialCollectionModel
Packages that use BackofficeObjectSpecialCollectionModel
Package
Description
Contains generated models for each type of com.hybris.backoffice.jalo package.
Contains generated models for each type of de.hybris.platform.jalo.user package.
-
Uses of BackofficeObjectSpecialCollectionModel in com.hybris.backoffice.model
Methods in com.hybris.backoffice.model that return BackofficeObjectSpecialCollectionModelModifier and TypeMethodDescriptionBackofficeObjectCollectionItemReferenceModel.getCollectionPk()Generated method - Getter of theBackofficeObjectCollectionItemReference.collectionPkattribute defined at extensionbackoffice.Methods in com.hybris.backoffice.model with parameters of type BackofficeObjectSpecialCollectionModelModifier and TypeMethodDescriptionvoidBackofficeObjectCollectionItemReferenceModel.setCollectionPk(BackofficeObjectSpecialCollectionModel value) Generated method - Setter ofBackofficeObjectCollectionItemReference.collectionPkattribute defined at extensionbackoffice.Constructors in com.hybris.backoffice.model with parameters of type BackofficeObjectSpecialCollectionModelModifierConstructorDescriptionBackofficeObjectCollectionItemReferenceModel(BackofficeObjectSpecialCollectionModel _collectionPk, ItemModel _owner, ProductModel _product) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersBackofficeObjectCollectionItemReferenceModel(BackofficeObjectSpecialCollectionModel _collectionPk, ProductModel _product) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters -
Uses of BackofficeObjectSpecialCollectionModel in com.hybris.pcmbackoffice.widgets.shortcuts
Methods in com.hybris.pcmbackoffice.widgets.shortcuts that return BackofficeObjectSpecialCollectionModelModifier and TypeMethodDescriptionprotected BackofficeObjectSpecialCollectionModelShortcutsController.findOriginCollectionModel(ItemModel itemModel) Shortcutsitem.getCollectionModel()Methods in com.hybris.pcmbackoffice.widgets.shortcuts with parameters of type BackofficeObjectSpecialCollectionModelModifier and TypeMethodDescriptionShortcutsUtilService.getAlreadyExistItems(Collection<ItemModel> items, BackofficeObjectSpecialCollectionModel collectionModel) Get exist items.ShortcutsUtilService.getNotExistItems(Collection<ItemModel> items, BackofficeObjectSpecialCollectionModel collectionModel) Get nonexistent items.Constructors in com.hybris.pcmbackoffice.widgets.shortcuts with parameters of type BackofficeObjectSpecialCollectionModelModifierConstructorDescriptionShortcutsitem(org.zkoss.zul.Listbox parent, ShortcutsFlagEnum flag, BackofficeObjectSpecialCollectionModel collectionModel) -
Uses of BackofficeObjectSpecialCollectionModel in de.hybris.platform.core.model.user
Methods in de.hybris.platform.core.model.user that return types with arguments of type BackofficeObjectSpecialCollectionModelModifier and TypeMethodDescriptionUserModel.getCollectionPks()Generated method - Getter of theUser.collectionPksattribute defined at extensionbackoffice.Method parameters in de.hybris.platform.core.model.user with type arguments of type BackofficeObjectSpecialCollectionModelModifier and TypeMethodDescriptionvoidUserModel.setCollectionPks(Collection<BackofficeObjectSpecialCollectionModel> value) Generated method - Setter ofUser.collectionPksattribute defined at extensionbackoffice. -
Uses of BackofficeObjectSpecialCollectionModel in de.hybris.platform.pcmbackoffice.services
Methods in de.hybris.platform.pcmbackoffice.services that return BackofficeObjectSpecialCollectionModelModifier and TypeMethodDescriptionShortcutsService.initCollection(String collectionCode) Init the collectionModel.Methods in de.hybris.platform.pcmbackoffice.services with parameters of type BackofficeObjectSpecialCollectionModelModifier and TypeMethodDescriptionbooleanShortcutsService.collectionContainsItem(ProductModel product, BackofficeObjectSpecialCollectionModel collectionModel) Check if the product in the collection.voidShortcutsService.deleteProductFromCollectionlist(ProductModel product, BackofficeObjectSpecialCollectionModel collectionModel) Delete the product from the collection.ShortcutsService.getAllCollectionList(BackofficeObjectSpecialCollectionModel collectionModel) Get all product in the collectionvoidShortcutsService.insertProductToCollectionlist(ProductModel product, BackofficeObjectSpecialCollectionModel collectionModel) Insert product into the collection.