Uses of Class
com.hybris.backoffice.model.BackofficeObjectSpecialCollectionModel
-
Packages that use BackofficeObjectSpecialCollectionModel Package Description com.hybris.backoffice.model Contains generated models for each type of com.hybris.backoffice.jalo package.com.hybris.pcmbackoffice.widgets.shortcuts de.hybris.platform.core.model.user Contains generated models for each type of de.hybris.platform.jalo.user package.de.hybris.platform.pcmbackoffice.services -
-
Uses of BackofficeObjectSpecialCollectionModel in com.hybris.backoffice.model
Methods in com.hybris.backoffice.model that return BackofficeObjectSpecialCollectionModel Modifier and Type Method Description BackofficeObjectSpecialCollectionModelBackofficeObjectCollectionItemReferenceModel. getCollectionPk()Generated method - Getter of theBackofficeObjectCollectionItemReference.collectionPkattribute defined at extensionbackoffice.Methods in com.hybris.backoffice.model with parameters of type BackofficeObjectSpecialCollectionModel Modifier and Type Method Description voidBackofficeObjectCollectionItemReferenceModel. setCollectionPk(BackofficeObjectSpecialCollectionModel value)Generated method - Setter ofBackofficeObjectCollectionItemReference.collectionPkattribute defined at extensionbackoffice.Constructors in com.hybris.backoffice.model with parameters of type BackofficeObjectSpecialCollectionModel Constructor Description BackofficeObjectCollectionItemReferenceModel(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 BackofficeObjectSpecialCollectionModel Modifier and Type Method Description protected BackofficeObjectSpecialCollectionModelShortcutsController. findOriginCollectionModel(ItemModel itemModel)BackofficeObjectSpecialCollectionModelShortcutsitem. getCollectionModel()Methods in com.hybris.pcmbackoffice.widgets.shortcuts with parameters of type BackofficeObjectSpecialCollectionModel Modifier and Type Method Description java.util.List<ItemModel>ShortcutsUtilService. getAlreadyExistItems(java.util.Collection<ItemModel> items, BackofficeObjectSpecialCollectionModel collectionModel)Get exist items.java.util.List<ItemModel>ShortcutsUtilService. getNotExistItems(java.util.Collection<ItemModel> items, BackofficeObjectSpecialCollectionModel collectionModel)Get nonexistent items.Constructors in com.hybris.pcmbackoffice.widgets.shortcuts with parameters of type BackofficeObjectSpecialCollectionModel Constructor Description Shortcutsitem(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 BackofficeObjectSpecialCollectionModel Modifier and Type Method Description java.util.Collection<BackofficeObjectSpecialCollectionModel>UserModel. getCollectionPks()Generated method - Getter of theUser.collectionPksattribute defined at extensionbackoffice.Method parameters in de.hybris.platform.core.model.user with type arguments of type BackofficeObjectSpecialCollectionModel Modifier and Type Method Description voidUserModel. setCollectionPks(java.util.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 BackofficeObjectSpecialCollectionModel Modifier and Type Method Description BackofficeObjectSpecialCollectionModelShortcutsService. initCollection(java.lang.String collectionCode)Init the collectionModel.Methods in de.hybris.platform.pcmbackoffice.services with parameters of type BackofficeObjectSpecialCollectionModel Modifier and Type Method Description booleanShortcutsService. collectionContainsItem(ProductModel product, BackofficeObjectSpecialCollectionModel collectionModel)Check if the product in the collection.voidShortcutsService. deleteProductFromCollectionlist(ProductModel product, BackofficeObjectSpecialCollectionModel collectionModel)Delete the product from the collection.java.util.List<PK>ShortcutsService. getAllCollectionList(BackofficeObjectSpecialCollectionModel collectionModel)Get all product in the collectionvoidShortcutsService. insertProductToCollectionlist(ProductModel product, BackofficeObjectSpecialCollectionModel collectionModel)Insert product into the collection.
-