| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<VendorModel> |
CategoryModel.getVendors()
Generated method - Getter of the
Category.vendors attribute defined at extension marketplaceservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
CategoryModel.setVendors(java.util.Collection<VendorModel> value)
Generated method - Setter of
Category.vendors attribute defined at extension marketplaceservices. |
| Modifier and Type | Method and Description |
|---|---|
VendorModel |
AbstractOrderEntryModel.getChosenVendor()
Generated method - Getter of the
AbstractOrderEntry.chosenVendor attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractOrderEntryModel.setChosenVendor(VendorModel value)
Generated method - Setter of
AbstractOrderEntry.chosenVendor attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<VendorModel> |
ProductModel.getVendors()
Generated method - Getter of the
Product.vendors attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
ProductModel.setVendors(java.util.Set<VendorModel> value)
Generated method - Setter of
Product.vendors attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
VendorModel |
UserGroupModel.getVendor()
Generated method - Getter of the
UserGroup.vendor attribute defined at extension marketplaceservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
UserGroupModel.setVendor(VendorModel value)
Generated method - Setter of
UserGroup.vendor attribute defined at extension marketplaceservices. |
| Modifier and Type | Method and Description |
|---|---|
protected UrlResolver<VendorModel> |
MarketplaceSearchBreadcrumbBuilder.getVendorUrlResolver() |
| Modifier and Type | Method and Description |
|---|---|
void |
MarketplaceSearchBreadcrumbBuilder.setVendorUrlResolver(UrlResolver<VendorModel> vendorUrlResolver) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
VendorLandingPageController.getPageName(VendorModel vendorModel) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CreateVendorProductWizardHandler.setProductAttributeForVendor(ProductModel product,
VendorModel vendor) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<VendorModel,VendorData> |
ConsignmentVendorPopulator.getVendorConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsignmentVendorPopulator.setVendorConverter(Converter<VendorModel,VendorData> vendorConverter) |
| Modifier and Type | Method and Description |
|---|---|
Converter<VendorModel,VendorData> |
VendorProductPopulator.getVendorConverter() |
Converter<VendorModel,VendorData> |
SearchResultVendorProductPopulator.getVendorConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
VendorProductPopulator.setVendorConverter(Converter<VendorModel,VendorData> vendorConverter) |
void |
SearchResultVendorProductPopulator.setVendorConverter(Converter<VendorModel,VendorData> vendorConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected UrlResolver<VendorModel> |
VendorPopulator.getVendorUrlResolver() |
| Modifier and Type | Method and Description |
|---|---|
protected VendorRatingData |
VendorPopulator.createRatingData(VendorModel vendor) |
void |
VendorPopulator.populate(VendorModel source,
VendorData target) |
| Modifier and Type | Method and Description |
|---|---|
void |
VendorPopulator.setVendorUrlResolver(UrlResolver<VendorModel> vendorUrlResolver) |
| Modifier and Type | Method and Description |
|---|---|
protected Converter<VendorModel,VendorData> |
DefaultVendorFacade.getVendorConverter() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultVendorFacade.setVendorConverter(Converter<VendorModel,VendorData> vendorConverter) |
| Modifier and Type | Method and Description |
|---|---|
protected double |
VendorRatingCalculationJob.calculateAverage(VendorModel vendor) |
| Modifier and Type | Method and Description |
|---|---|
VendorModel |
MarketplaceRestrictionData.getVendor() |
| Modifier and Type | Method and Description |
|---|---|
MarketplaceRestrictionData |
MarketplaceCMSDataFactory.createRestrictionData(VendorModel vendorModel) |
void |
MarketplaceRestrictionData.setVendor(VendorModel arg0) |
| Modifier and Type | Method and Description |
|---|---|
VendorModel |
MarketplaceRestrictionDataImpl.getVendor() |
| Modifier and Type | Method and Description |
|---|---|
MarketplaceRestrictionData |
MarketplaceCMSDataFactoryImpl.createRestrictionData(VendorModel vendor) |
void |
MarketplaceRestrictionDataImpl.setVendor(VendorModel vendor) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
MarketplaceCategoryTranslator.isCategoryValidForVendor(CategoryModel category,
VendorModel vendor) |
protected void |
MarketplaceSlotsTranslator.prepareVendorLandingPage(VendorModel vendor,
CatalogVersionModel catalogVersion) |
| Modifier and Type | Method and Description |
|---|---|
VendorModel |
VendorUserModel.getVendor()
Generated method - Getter of the
VendorUser.vendor attribute defined at extension marketplaceservices. |
VendorModel |
CustomerVendorReviewModel.getVendor()
Generated method - Getter of the
CustomerVendorReview.vendor attribute defined at extension marketplaceservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
VendorUserModel.setVendor(VendorModel value)
Generated method - Setter of
VendorUser.vendor attribute defined at extension marketplaceservices. |
void |
CustomerVendorReviewModel.setVendor(VendorModel value)
Generated method - Initial setter of
CustomerVendorReview.vendor attribute defined at extension marketplaceservices. |
| Constructor and Description |
|---|
CustomerVendorReviewModel(java.lang.Double _communication,
ConsignmentModel _consignment,
java.util.Date _createDate,
java.lang.Double _delivery,
java.lang.Double _satisfaction,
UserModel _user,
VendorModel _vendor)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CustomerVendorReviewModel(java.lang.Double _communication,
ConsignmentModel _consignment,
java.util.Date _createDate,
java.lang.Double _delivery,
ItemModel _owner,
java.lang.Double _satisfaction,
UserModel _user,
VendorModel _vendor)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
VendorUserModel(boolean _loginDisabled,
java.lang.String _uid,
VendorModel _vendor)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
VendorUserModel(java.util.Collection<CustomerReviewModel> _customerReviews,
boolean _loginDisabled,
ItemModel _owner,
java.lang.String _uid,
VendorModel _vendor)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
VendorModel |
CMSVendorRestrictionModel.getVendor()
Generated method - Getter of the
CMSVendorRestriction.vendor attribute defined at extension marketplaceservices. |
| Modifier and Type | Method and Description |
|---|---|
void |
CMSVendorRestrictionModel.setVendor(VendorModel value)
Generated method - Setter of
CMSVendorRestriction.vendor attribute defined at extension marketplaceservices. |
| Modifier and Type | Method and Description |
|---|---|
SearchPageData<VendorModel> |
IndexedVendorsLookupStrategy.getIndexVendors(PageableData pageableData)
Get the vendors need to shown in index page
|
| Modifier and Type | Method and Description |
|---|---|
void |
VendorActivationStrategy.activateVendor(VendorModel vendor)
Activate the specific vendor.
|
void |
VendorCreationStrategy.createVendor(VendorModel vendor,
boolean useCustomPage)
populate the specific vendor model and save it.
|
void |
VendorDeactivationStrategy.deactivateVendor(VendorModel vendor)
Deactivate the specific vendor.
|
ContentSlotModel |
VendorCMSStrategy.getContentSlotByPositionAndCatalogVersion(VendorModel vendor,
java.lang.String position,
CatalogVersionModel catalogVersion)
get the content slot instance from a vendor page by its position
|
java.util.List<AbstractCMSComponentModel> |
VendorCMSStrategy.getVendorProductCarouselComponents(VendorModel vendor)
get the product carousel components in a vendor landing page
|
AbstractPageModel |
VendorCMSStrategy.prepareLandingPageForVendor(VendorModel vendor)
A key to create the whole landing page with default content slots and components
|
| Modifier and Type | Method and Description |
|---|---|
SearchPageData<VendorModel> |
DefaultIndexedVendorsLookupStrategy.getIndexVendors(PageableData pageableData) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultVendorActivationStrategy.activateVendor(VendorModel vendor) |
protected void |
DefaultVendorCreationStrategy.createCatalog(VendorModel vendor) |
protected void |
DefaultVendorCreationStrategy.createLandingPage(VendorModel vendor) |
protected void |
DefaultVendorCreationStrategy.createUserGroupsForVendor(VendorModel vendor) |
void |
DefaultVendorCreationStrategy.createVendor(VendorModel vendor,
boolean useCustomPage) |
protected void |
DefaultVendorCreationStrategy.createWarehouse(VendorModel vendor) |
void |
DefaultVendorDeactivationStrategy.deactivateVendor(VendorModel vendor) |
ContentSlotModel |
DefaultVendorCMSStrategy.getContentSlotByPositionAndCatalogVersion(VendorModel vendor,
java.lang.String position,
CatalogVersionModel catalogVersion) |
java.util.List<AbstractCMSComponentModel> |
DefaultVendorCMSStrategy.getVendorProductCarouselComponents(VendorModel vendor) |
AbstractPageModel |
DefaultVendorCMSStrategy.prepareLandingPageForVendor(VendorModel vendor) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
VendorUrlResolver.resolveInternal(VendorModel vendor) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<VendorModel> |
VendorService.getActiveVendors()
Get all active vendors
|
SearchPageData<VendorModel> |
VendorService.getIndexVendors(PageableData pageableData)
Get expected vendors shown in index page
|
java.util.Optional<VendorModel> |
VendorService.getVendorByCode(java.lang.String vendorCode)
Get vendor for a given code
|
java.util.Optional<VendorModel> |
VendorService.getVendorByProduct(ProductModel product)
Find vendor that the given product belongs to
|
java.util.Optional<VendorModel> |
VendorService.getVendorByUserId(java.lang.String userId)
Get vendor for a given userId
|
java.util.Optional<VendorModel> |
VendorService.getVendorForConsignmentCode(java.lang.String consignmentCode)
Find vendor that the given consignment belongs to
|
| Modifier and Type | Method and Description |
|---|---|
void |
VendorService.activateVendor(VendorModel vendor)
Activate a specific vendor
|
void |
VendorService.createVendor(VendorModel vendor,
boolean useCustomPage)
Initialize vendor data for create vendor.
|
void |
VendorService.deactivateVendor(VendorModel vendor)
Deactivate a specific vendor
|
java.util.Optional<VendorPageModel> |
VendorCMSPageService.getPageForVendor(VendorModel vendorModel)
Get vendor landing page for a given vendor code
|
java.util.Optional<VendorPageModel> |
VendorCMSPageService.getPageForVendor(VendorModel vendorModel,
CatalogVersionModel catalogVersionModel)
Get vendor landing page for a given vendor code
|
java.util.Collection<CustomerVendorReviewModel> |
CustomerVendorReviewService.getReviewsForVendor(VendorModel vendor)
Find all approved reviews for a particular vendor
|
void |
VendorCMSService.saveOrUpdateCMSVendorRestriction(VendorModel vendor,
CatalogVersionModel catalogVersion,
java.lang.String uid,
java.lang.String name,
AbstractPageModel... pages)
create an instance of page restriction for a vendor
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VendorModel> |
VendorDao.findActiveVendors()
Find all active vendors
|
SearchPageData<VendorModel> |
VendorDao.findPagedActiveVendors(PageableData pageableData)
Find all active vendors
|
java.util.Optional<VendorModel> |
VendorDao.findVendorByCode(java.lang.String vendorCode)
Find VendorModel by given code
|
java.util.Optional<VendorModel> |
VendorDao.findVendorByConsignmentCode(java.lang.String consignmentCode)
Find vendor for given consignment
|
java.util.Optional<VendorModel> |
VendorDao.findVendorByProduct(ProductModel product)
Find vendor for given product
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<CustomerVendorReviewModel> |
CustomerVendorReviewDao.findReviewsForVendor(VendorModel vendor)
Find all approved reviews for a particular vendor
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<VendorModel> |
DefaultVendorDao.findActiveVendors() |
SearchPageData<VendorModel> |
DefaultVendorDao.findPagedActiveVendors(PageableData pageableData) |
protected java.util.Optional<VendorModel> |
DefaultVendorDao.findUnique(FlexibleSearchQuery query) |
java.util.Optional<VendorModel> |
DefaultVendorDao.findVendorByCode(java.lang.String vendorCode) |
java.util.Optional<VendorModel> |
DefaultVendorDao.findVendorByConsignmentCode(java.lang.String consignmentCode) |
java.util.Optional<VendorModel> |
DefaultVendorDao.findVendorByProduct(ProductModel product) |
| Modifier and Type | Method and Description |
|---|---|
protected ConsignmentModel |
DefaultVendorDaoTest.createConsignmentForVendor(VendorModel vendor)
extract a common method to create consignment
|
java.util.Collection<CustomerVendorReviewModel> |
DefaultCustomerVendorReviewDao.findReviewsForVendor(VendorModel vendor) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<VendorModel> |
DefaultVendorService.getActiveVendors() |
SearchPageData<VendorModel> |
DefaultVendorService.getIndexVendors(PageableData pageableData) |
java.util.Optional<VendorModel> |
DefaultVendorService.getVendorByCode(java.lang.String code) |
java.util.Optional<VendorModel> |
DefaultVendorService.getVendorByProduct(ProductModel product) |
java.util.Optional<VendorModel> |
DefaultVendorService.getVendorByUserId(java.lang.String userId) |
java.util.Optional<VendorModel> |
DefaultVendorService.getVendorForConsignmentCode(java.lang.String consignmentCode) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultVendorService.activateVendor(VendorModel vendor) |
void |
DefaultVendorService.createVendor(VendorModel vendor,
boolean useCustomPage) |
void |
DefaultVendorService.deactivateVendor(VendorModel vendor) |
java.util.Optional<VendorPageModel> |
DefaultVendorCMSPageService.getPageForVendor(VendorModel vendorModel) |
java.util.Optional<VendorPageModel> |
DefaultVendorCMSPageService.getPageForVendor(VendorModel vendorModel,
CatalogVersionModel catalogVersionModel) |
java.util.Collection<CustomerVendorReviewModel> |
DefaultCustomerVendorReviewService.getReviewsForVendor(VendorModel vendor) |
void |
DefaultVendorCMSService.saveOrUpdateCMSVendorRestriction(VendorModel vendor,
CatalogVersionModel catalogVersion,
java.lang.String uid,
java.lang.String name,
AbstractPageModel... pages) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WarehouseModel> |
WarehouseDao.getWarehousesWithProductsInStock(java.lang.String productCode,
long quantity,
VendorModel vendor)
Return list of warehouses that have stock level with quantity greater or equal to quantity.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<WarehouseModel> |
DefaultWarehouseDao.getWarehousesWithProductsInStock(java.lang.String productCode,
long quantity,
VendorModel vendor) |
| Modifier and Type | Method and Description |
|---|---|
VendorModel |
WarehouseModel.getVendor()
Generated method - Getter of the
Warehouse.vendor attribute defined at extension basecommerce. |
| Modifier and Type | Method and Description |
|---|---|
void |
WarehouseModel.setVendor(VendorModel value)
Generated method - Initial setter of
Warehouse.vendor attribute defined at extension basecommerce. |
| Constructor and Description |
|---|
WarehouseModel(java.lang.String _code,
ItemModel _owner,
VendorModel _vendor)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
WarehouseModel(java.lang.String _code,
VendorModel _vendor)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
VendorModel |
VendorResource.getVendorModel()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
protected VendorModel |
VendorResource.readResource(java.lang.String resourceId)
Gets the
VendorModel resource which is addressed by current resource request. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<VendorModel> |
VendorsResource.getVendorsCollection()
Convenience method which just delegates to
AbstractResource.getResourceValue() |
| Modifier and Type | Method and Description |
|---|---|
void |
VendorResource.setVendorModel(VendorModel value)
Convenience method which just delegates to
#setResourceValue(VendorModel) |
| Modifier and Type | Method and Description |
|---|---|
void |
VendorsResource.setVendorsCollection(java.util.Collection<VendorModel> value)
Convenience method which just delegates to
#setResourceValue(Collection) |
| Modifier and Type | Method and Description |
|---|---|
VendorModel |
VendorModelBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
WarehouseModelBuilder |
WarehouseModelBuilder.withVendor(VendorModel vendor) |
| Modifier and Type | Method and Description |
|---|---|
VendorModel |
Vendors.Hybris() |
| Modifier and Type | Method and Description |
|---|---|
WarehousingDao<VendorModel> |
Vendors.getVendorDao() |
| Modifier and Type | Method and Description |
|---|---|
void |
Vendors.setVendorDao(WarehousingDao<VendorModel> vendorDao) |
Copyright © 2018 SAP SE. All Rights Reserved.