Uses of Class
de.hybris.platform.ordersplitting.model.VendorModel
Packages that use VendorModel
Package
Description
Contains generated models for each type of de.hybris.platform.category.jalo package.
Contains generated models for each type of de.hybris.platform.jalo.order package.
Contains generated models for each type of de.hybris.platform.jalo.product package.
Contains generated models for each type of de.hybris.platform.jalo.user package.
Contains generated models for each type of de.hybris.platform.marketplaceservices.jalo package.
Contains generated models for each type of de.hybris.platform.marketplaceservices.jalo.restrictions package.
Contains generated models for each type of de.hybris.platform.ordersplitting.jalo package.
-
Uses of VendorModel in de.hybris.platform.category.model
Methods in de.hybris.platform.category.model that return types with arguments of type VendorModelModifier and TypeMethodDescriptionCategoryModel.getVendors()Generated method - Getter of theCategory.vendorsattribute defined at extensionmarketplaceservices.Method parameters in de.hybris.platform.category.model with type arguments of type VendorModelModifier and TypeMethodDescriptionvoidCategoryModel.setVendors(Collection<VendorModel> value) Generated method - Setter ofCategory.vendorsattribute defined at extensionmarketplaceservices. -
Uses of VendorModel in de.hybris.platform.core.model.order
Methods in de.hybris.platform.core.model.order that return VendorModelModifier and TypeMethodDescriptionAbstractOrderEntryModel.getChosenVendor()Generated method - Getter of theAbstractOrderEntry.chosenVendorattribute defined at extensionbasecommerce.Methods in de.hybris.platform.core.model.order with parameters of type VendorModelModifier and TypeMethodDescriptionvoidAbstractOrderEntryModel.setChosenVendor(VendorModel value) Generated method - Setter ofAbstractOrderEntry.chosenVendorattribute defined at extensionbasecommerce. -
Uses of VendorModel in de.hybris.platform.core.model.product
Methods in de.hybris.platform.core.model.product that return types with arguments of type VendorModelModifier and TypeMethodDescriptionProductModel.getVendors()Generated method - Getter of theProduct.vendorsattribute defined at extensionbasecommerce.Method parameters in de.hybris.platform.core.model.product with type arguments of type VendorModelModifier and TypeMethodDescriptionvoidProductModel.setVendors(Set<VendorModel> value) Generated method - Setter ofProduct.vendorsattribute defined at extensionbasecommerce. -
Uses of VendorModel in de.hybris.platform.core.model.user
Methods in de.hybris.platform.core.model.user that return VendorModelModifier and TypeMethodDescriptionUserGroupModel.getVendor()Generated method - Getter of theUserGroup.vendorattribute defined at extensionmarketplaceservices.Methods in de.hybris.platform.core.model.user with parameters of type VendorModelModifier and TypeMethodDescriptionvoidUserGroupModel.setVendor(VendorModel value) Generated method - Setter ofUserGroup.vendorattribute defined at extensionmarketplaceservices. -
Uses of VendorModel in de.hybris.platform.marketplaceaddon.breadcrumb
Methods in de.hybris.platform.marketplaceaddon.breadcrumb that return types with arguments of type VendorModelModifier and TypeMethodDescriptionprotected UrlResolver<VendorModel>MarketplaceSearchBreadcrumbBuilder.getVendorUrlResolver()Method parameters in de.hybris.platform.marketplaceaddon.breadcrumb with type arguments of type VendorModelModifier and TypeMethodDescriptionvoidMarketplaceSearchBreadcrumbBuilder.setVendorUrlResolver(UrlResolver<VendorModel> vendorUrlResolver) -
Uses of VendorModel in de.hybris.platform.marketplaceaddon.controllers.pages
Methods in de.hybris.platform.marketplaceaddon.controllers.pages with parameters of type VendorModelModifier and TypeMethodDescriptionprotected StringVendorLandingPageController.getPageName(VendorModel vendorModel) -
Uses of VendorModel in de.hybris.platform.marketplacebackoffice.actions
Method parameters in de.hybris.platform.marketplacebackoffice.actions with type arguments of type VendorModelModifier and TypeMethodDescriptionbooleanActivateVendorAction.canPerform(com.hybris.cockpitng.actions.ActionContext<VendorModel> ctx) booleanDeactivateVendorAction.canPerform(com.hybris.cockpitng.actions.ActionContext<VendorModel> ctx) ActivateVendorAction.getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<VendorModel> ctx) DeactivateVendorAction.getConfirmationMessage(com.hybris.cockpitng.actions.ActionContext<VendorModel> ctx) booleanActivateVendorAction.needsConfirmation(com.hybris.cockpitng.actions.ActionContext<VendorModel> ctx) booleanDeactivateVendorAction.needsConfirmation(com.hybris.cockpitng.actions.ActionContext<VendorModel> ctx) com.hybris.cockpitng.actions.ActionResult<Object>ActivateVendorAction.perform(com.hybris.cockpitng.actions.ActionContext<VendorModel> ctx) com.hybris.cockpitng.actions.ActionResult<Object>DeactivateVendorAction.perform(com.hybris.cockpitng.actions.ActionContext<VendorModel> ctx) -
Uses of VendorModel in de.hybris.platform.marketplacebackoffice.widgets
Methods in de.hybris.platform.marketplacebackoffice.widgets with parameters of type VendorModelModifier and TypeMethodDescriptionprotected voidCreateVendorProductWizardHandler.setProductAttributeForVendor(ProductModel product, VendorModel vendor) -
Uses of VendorModel in de.hybris.platform.marketplacefacades.consignment.converters.populators
Methods in de.hybris.platform.marketplacefacades.consignment.converters.populators that return types with arguments of type VendorModelModifier and TypeMethodDescriptionprotected Converter<VendorModel,VendorData> ConsignmentVendorPopulator.getVendorConverter()Method parameters in de.hybris.platform.marketplacefacades.consignment.converters.populators with type arguments of type VendorModelModifier and TypeMethodDescriptionvoidConsignmentVendorPopulator.setVendorConverter(Converter<VendorModel, VendorData> vendorConverter) -
Uses of VendorModel in de.hybris.platform.marketplacefacades.product.converters.populator
Methods in de.hybris.platform.marketplacefacades.product.converters.populator that return types with arguments of type VendorModelModifier and TypeMethodDescriptionSearchResultVendorProductPopulator.getVendorConverter()VendorProductPopulator.getVendorConverter()Method parameters in de.hybris.platform.marketplacefacades.product.converters.populator with type arguments of type VendorModelModifier and TypeMethodDescriptionvoidSearchResultVendorProductPopulator.setVendorConverter(Converter<VendorModel, VendorData> vendorConverter) voidVendorProductPopulator.setVendorConverter(Converter<VendorModel, VendorData> vendorConverter) -
Uses of VendorModel in de.hybris.platform.marketplacefacades.vendor.converters.populator
Methods in de.hybris.platform.marketplacefacades.vendor.converters.populator that return types with arguments of type VendorModelModifier and TypeMethodDescriptionprotected UrlResolver<VendorModel>VendorPopulator.getVendorUrlResolver()Methods in de.hybris.platform.marketplacefacades.vendor.converters.populator with parameters of type VendorModelModifier and TypeMethodDescriptionprotected VendorRatingDataVendorPopulator.createRatingData(VendorModel vendor) voidVendorPopulator.populate(VendorModel source, VendorData target) Method parameters in de.hybris.platform.marketplacefacades.vendor.converters.populator with type arguments of type VendorModelModifier and TypeMethodDescriptionvoidVendorPopulator.setVendorUrlResolver(UrlResolver<VendorModel> vendorUrlResolver) -
Uses of VendorModel in de.hybris.platform.marketplacefacades.vendor.impl
Methods in de.hybris.platform.marketplacefacades.vendor.impl that return types with arguments of type VendorModelModifier and TypeMethodDescriptionprotected Converter<VendorModel,VendorData> DefaultVendorFacade.getVendorConverter()Method parameters in de.hybris.platform.marketplacefacades.vendor.impl with type arguments of type VendorModelModifier and TypeMethodDescriptionvoidDefaultVendorFacade.setVendorConverter(Converter<VendorModel, VendorData> vendorConverter) -
Uses of VendorModel in de.hybris.platform.marketplaceservices.cronjob
Methods in de.hybris.platform.marketplaceservices.cronjob with parameters of type VendorModelModifier and TypeMethodDescriptionprotected doubleVendorRatingCalculationJob.calculateAverage(VendorModel vendor) -
Uses of VendorModel in de.hybris.platform.marketplaceservices.data
Methods in de.hybris.platform.marketplaceservices.data that return VendorModelMethods in de.hybris.platform.marketplaceservices.data with parameters of type VendorModelModifier and TypeMethodDescriptionMarketplaceCMSDataFactory.createRestrictionData(VendorModel vendorModel) voidMarketplaceRestrictionData.setVendor(VendorModel arg0) -
Uses of VendorModel in de.hybris.platform.marketplaceservices.data.impl
Methods in de.hybris.platform.marketplaceservices.data.impl that return VendorModelMethods in de.hybris.platform.marketplaceservices.data.impl with parameters of type VendorModelModifier and TypeMethodDescriptionMarketplaceCMSDataFactoryImpl.createRestrictionData(VendorModel vendor) voidMarketplaceRestrictionDataImpl.setVendor(VendorModel vendor) -
Uses of VendorModel in de.hybris.platform.marketplaceservices.dataimport.batch.translator
Methods in de.hybris.platform.marketplaceservices.dataimport.batch.translator with parameters of type VendorModelModifier and TypeMethodDescriptionprotected booleanMarketplaceCategoryTranslator.isCategoryValidForVendor(CategoryModel category, VendorModel vendor) protected voidMarketplaceSlotsTranslator.prepareVendorLandingPage(VendorModel vendor, CatalogVersionModel catalogVersion) -
Uses of VendorModel in de.hybris.platform.marketplaceservices.model
Methods in de.hybris.platform.marketplaceservices.model that return VendorModelModifier and TypeMethodDescriptionCustomerVendorReviewModel.getVendor()Generated method - Getter of theCustomerVendorReview.vendorattribute defined at extensionmarketplaceservices.VendorUserModel.getVendor()Generated method - Getter of theVendorUser.vendorattribute defined at extensionmarketplaceservices.Methods in de.hybris.platform.marketplaceservices.model with parameters of type VendorModelModifier and TypeMethodDescriptionvoidCustomerVendorReviewModel.setVendor(VendorModel value) Generated method - Initial setter ofCustomerVendorReview.vendorattribute defined at extensionmarketplaceservices.voidVendorUserModel.setVendor(VendorModel value) Generated method - Setter ofVendorUser.vendorattribute defined at extensionmarketplaceservices.Constructors in de.hybris.platform.marketplaceservices.model with parameters of type VendorModelModifierConstructorDescriptionCustomerVendorReviewModel(Double _communication, ConsignmentModel _consignment, Date _createDate, Double _delivery, ItemModel _owner, Double _satisfaction, UserModel _user, VendorModel _vendor) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCustomerVendorReviewModel(Double _communication, ConsignmentModel _consignment, Date _createDate, Double _delivery, Double _satisfaction, UserModel _user, VendorModel _vendor) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersVendorUserModel(boolean _loginDisabled, String _uid, VendorModel _vendor) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersVendorUserModel(Collection<CustomerReviewModel> _customerReviews, boolean _loginDisabled, ItemModel _owner, String _uid, VendorModel _vendor) 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 VendorModel in de.hybris.platform.marketplaceservices.model.restrictions
Methods in de.hybris.platform.marketplaceservices.model.restrictions that return VendorModelModifier and TypeMethodDescriptionCMSVendorRestrictionModel.getVendor()Generated method - Getter of theCMSVendorRestriction.vendorattribute defined at extensionmarketplaceservices.Methods in de.hybris.platform.marketplaceservices.model.restrictions with parameters of type VendorModelModifier and TypeMethodDescriptionvoidCMSVendorRestrictionModel.setVendor(VendorModel value) Generated method - Setter ofCMSVendorRestriction.vendorattribute defined at extensionmarketplaceservices. -
Uses of VendorModel in de.hybris.platform.marketplaceservices.strategies
Methods in de.hybris.platform.marketplaceservices.strategies that return types with arguments of type VendorModelModifier and TypeMethodDescriptionIndexedVendorsLookupStrategy.getIndexVendors(PageableData pageableData) Get the vendors need to shown in index pageMethods in de.hybris.platform.marketplaceservices.strategies with parameters of type VendorModelModifier and TypeMethodDescriptionvoidVendorActivationStrategy.activateVendor(VendorModel vendor) Activate the specific vendor.voidVendorCreationStrategy.createVendor(VendorModel vendor, boolean useCustomPage) populate the specific vendor model and save it.voidVendorDeactivationStrategy.deactivateVendor(VendorModel vendor) Deactivate the specific vendor.VendorCMSStrategy.getContentSlotByPositionAndCatalogVersion(VendorModel vendor, String position, CatalogVersionModel catalogVersion) get the content slot instance from a vendor page by its positionVendorCMSStrategy.getVendorProductCarouselComponents(VendorModel vendor) get the product carousel components in a vendor landing pageVendorCMSStrategy.prepareLandingPageForVendor(VendorModel vendor) A key to create the whole landing page with default content slots and components -
Uses of VendorModel in de.hybris.platform.marketplaceservices.strategies.impl
Methods in de.hybris.platform.marketplaceservices.strategies.impl that return types with arguments of type VendorModelModifier and TypeMethodDescriptionDefaultIndexedVendorsLookupStrategy.getIndexVendors(PageableData pageableData) Methods in de.hybris.platform.marketplaceservices.strategies.impl with parameters of type VendorModelModifier and TypeMethodDescriptionvoidDefaultVendorActivationStrategy.activateVendor(VendorModel vendor) protected voidDefaultVendorCreationStrategy.createCatalog(VendorModel vendor) protected voidDefaultVendorCreationStrategy.createLandingPage(VendorModel vendor) protected voidDefaultVendorCreationStrategy.createUserGroupsForVendor(VendorModel vendor) voidDefaultVendorCreationStrategy.createVendor(VendorModel vendor, boolean useCustomPage) protected voidDefaultVendorCreationStrategy.createWarehouse(VendorModel vendor) voidDefaultVendorDeactivationStrategy.deactivateVendor(VendorModel vendor) DefaultVendorCMSStrategy.getContentSlotByPositionAndCatalogVersion(VendorModel vendor, String position, CatalogVersionModel catalogVersion) DefaultVendorCMSStrategy.getVendorProductCarouselComponents(VendorModel vendor) DefaultVendorCMSStrategy.prepareLandingPageForVendor(VendorModel vendor) -
Uses of VendorModel in de.hybris.platform.marketplaceservices.url.impl
Methods in de.hybris.platform.marketplaceservices.url.impl with parameters of type VendorModelModifier and TypeMethodDescriptionprotected StringVendorUrlResolver.resolveInternal(VendorModel vendor) -
Uses of VendorModel in de.hybris.platform.marketplaceservices.vendor
Methods in de.hybris.platform.marketplaceservices.vendor that return types with arguments of type VendorModelModifier and TypeMethodDescriptionVendorService.getActiveVendors()Get all active vendorsVendorService.getIndexVendors(PageableData pageableData) Get expected vendors shown in index pageVendorService.getVendorByCode(String vendorCode) Get vendor for a given codeVendorService.getVendorByProduct(ProductModel product) Find vendor that the given product belongs toVendorService.getVendorByUserId(String userId) Get vendor for a given userIdVendorService.getVendorForConsignmentCode(String consignmentCode) Find vendor that the given consignment belongs toMethods in de.hybris.platform.marketplaceservices.vendor with parameters of type VendorModelModifier and TypeMethodDescriptionvoidVendorService.activateVendor(VendorModel vendor) Activate a specific vendorvoidVendorService.createVendor(VendorModel vendor, boolean useCustomPage) Initialize vendor data for create vendor.voidVendorService.deactivateVendor(VendorModel vendor) Deactivate a specific vendorVendorCMSPageService.getPageForVendor(VendorModel vendorModel) Get vendor landing page for a given vendor codeVendorCMSPageService.getPageForVendor(VendorModel vendorModel, CatalogVersionModel catalogVersionModel) Get vendor landing page for a given vendor codeCustomerVendorReviewService.getReviewsForVendor(VendorModel vendor) Find all approved reviews for a particular vendorvoidVendorCMSService.saveOrUpdateCMSVendorRestriction(VendorModel vendor, CatalogVersionModel catalogVersion, String uid, String name, AbstractPageModel... pages) create an instance of page restriction for a vendor -
Uses of VendorModel in de.hybris.platform.marketplaceservices.vendor.daos
Methods in de.hybris.platform.marketplaceservices.vendor.daos that return types with arguments of type VendorModelModifier and TypeMethodDescriptionVendorDao.findActiveVendors()Find all active vendorsVendorDao.findPagedActiveVendors(PageableData pageableData) Find all active vendorsVendorDao.findVendorByCode(String vendorCode) Find VendorModel by given codeVendorDao.findVendorByConsignmentCode(String consignmentCode) Find vendor for given consignmentVendorDao.findVendorByProduct(ProductModel product) Find vendor for given productMethods in de.hybris.platform.marketplaceservices.vendor.daos with parameters of type VendorModelModifier and TypeMethodDescriptionCustomerVendorReviewDao.findReviewsForVendor(VendorModel vendor) Find all approved reviews for a particular vendor -
Uses of VendorModel in de.hybris.platform.marketplaceservices.vendor.daos.impl
Methods in de.hybris.platform.marketplaceservices.vendor.daos.impl that return types with arguments of type VendorModelModifier and TypeMethodDescriptionDefaultVendorDao.findActiveVendors()DefaultVendorDao.findPagedActiveVendors(PageableData pageableData) protected Optional<VendorModel>DefaultVendorDao.findUnique(FlexibleSearchQuery query) DefaultVendorDao.findVendorByCode(String vendorCode) DefaultVendorDao.findVendorByConsignmentCode(String consignmentCode) DefaultVendorDao.findVendorByProduct(ProductModel product) Methods in de.hybris.platform.marketplaceservices.vendor.daos.impl with parameters of type VendorModelModifier and TypeMethodDescriptionprotected ConsignmentModelDefaultVendorDaoTest.createConsignmentForVendor(VendorModel vendor) extract a common method to create consignmentDefaultCustomerVendorReviewDao.findReviewsForVendor(VendorModel vendor) -
Uses of VendorModel in de.hybris.platform.marketplaceservices.vendor.impl
Methods in de.hybris.platform.marketplaceservices.vendor.impl that return types with arguments of type VendorModelModifier and TypeMethodDescriptionDefaultVendorService.getActiveVendors()DefaultVendorService.getIndexVendors(PageableData pageableData) DefaultVendorService.getVendorByCode(String code) DefaultVendorService.getVendorByProduct(ProductModel product) DefaultVendorService.getVendorByUserId(String userId) DefaultVendorService.getVendorForConsignmentCode(String consignmentCode) Methods in de.hybris.platform.marketplaceservices.vendor.impl with parameters of type VendorModelModifier and TypeMethodDescriptionvoidDefaultVendorService.activateVendor(VendorModel vendor) voidDefaultVendorService.createVendor(VendorModel vendor, boolean useCustomPage) voidDefaultVendorService.deactivateVendor(VendorModel vendor) DefaultVendorCMSPageService.getPageForVendor(VendorModel vendorModel) DefaultVendorCMSPageService.getPageForVendor(VendorModel vendorModel, CatalogVersionModel catalogVersionModel) DefaultCustomerVendorReviewService.getReviewsForVendor(VendorModel vendor) voidDefaultVendorCMSService.saveOrUpdateCMSVendorRestriction(VendorModel vendor, CatalogVersionModel catalogVersion, String uid, String name, AbstractPageModel... pages) -
Uses of VendorModel in de.hybris.platform.ordersplitting.daos
Methods in de.hybris.platform.ordersplitting.daos with parameters of type VendorModelModifier and TypeMethodDescriptionWarehouseDao.getWarehousesWithProductsInStock(String productCode, long quantity, VendorModel vendor) Return list of warehouses that have stock level with quantity greater or equal to quantity. -
Uses of VendorModel in de.hybris.platform.ordersplitting.daos.impl
Methods in de.hybris.platform.ordersplitting.daos.impl with parameters of type VendorModelModifier and TypeMethodDescriptionDefaultWarehouseDao.getWarehousesWithProductsInStock(String productCode, long quantity, VendorModel vendor) -
Uses of VendorModel in de.hybris.platform.ordersplitting.model
Methods in de.hybris.platform.ordersplitting.model that return VendorModelModifier and TypeMethodDescriptionWarehouseModel.getVendor()Generated method - Getter of theWarehouse.vendorattribute defined at extensionbasecommerce.Methods in de.hybris.platform.ordersplitting.model with parameters of type VendorModelModifier and TypeMethodDescriptionvoidWarehouseModel.setVendor(VendorModel value) Generated method - Initial setter ofWarehouse.vendorattribute defined at extensionbasecommerce.Constructors in de.hybris.platform.ordersplitting.model with parameters of type VendorModelModifierConstructorDescriptionWarehouseModel(String _code, ItemModel _owner, VendorModel _vendor) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersWarehouseModel(String _code, VendorModel _vendor) 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 VendorModel in de.hybris.platform.warehousing.util.builder
Methods in de.hybris.platform.warehousing.util.builder that return VendorModelMethods in de.hybris.platform.warehousing.util.builder with parameters of type VendorModel -
Uses of VendorModel in de.hybris.platform.warehousing.util.models
Methods in de.hybris.platform.warehousing.util.models that return VendorModelMethods in de.hybris.platform.warehousing.util.models that return types with arguments of type VendorModelMethod parameters in de.hybris.platform.warehousing.util.models with type arguments of type VendorModelModifier and TypeMethodDescriptionvoidVendors.setVendorDao(WarehousingDao<VendorModel> vendorDao)