Class GeneratedMarketplaceservicesManager

java.lang.Object
de.hybris.platform.jalo.Manager
de.hybris.platform.jalo.extension.Extension
de.hybris.platform.marketplaceservices.jalo.GeneratedMarketplaceservicesManager
All Implemented Interfaces:
ItemLifecycleListener, Serializable
Direct Known Subclasses:
MarketplaceservicesManager

public abstract class GeneratedMarketplaceservicesManager extends Extension
Generated class for type MarketplaceservicesManager.
See Also:
  • Field Details

    • CATEGORY2VENDORRELATION_SRC_ORDERED

      protected static String CATEGORY2VENDORRELATION_SRC_ORDERED
      Relation ordering override parameter constants for Category2VendorRelation from ((marketplaceservices))
    • CATEGORY2VENDORRELATION_TGT_ORDERED

      protected static String CATEGORY2VENDORRELATION_TGT_ORDERED
    • CATEGORY2VENDORRELATION_MARKMODIFIED

      protected static String CATEGORY2VENDORRELATION_MARKMODIFIED
      Relation disable markmodifed parameter constants for Category2VendorRelation from ((marketplaceservices))
    • VENDOR2VENDORUSERRELATIONVENDORUSERSHANDLER

      protected static final OneToManyHandler<VendorUser> VENDOR2VENDORUSERRELATIONVENDORUSERSHANDLER
      OneToManyHandler for handling 1:n VENDORUSERS's relation attributes from 'many' side.
    • VENDOR2USERGROUPRELATIONUSERGROUPSHANDLER

      protected static final OneToManyHandler<UserGroup> VENDOR2USERGROUPRELATIONUSERGROUPSHANDLER
      OneToManyHandler for handling 1:n USERGROUPS's relation attributes from 'many' side.
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Map<String,Item.AttributeMode>> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedMarketplaceservicesManager

      public GeneratedMarketplaceservicesManager()
  • Method Details

    • getDefaultAttributeModes

      public Map<String,Item.AttributeMode> getDefaultAttributeModes(Class<? extends Item> itemClass)
      Overrides:
      getDefaultAttributeModes in class Extension
    • isActive

      public Boolean isActive(SessionContext ctx, Vendor item)
      Generated method - Getter of the Vendor.active attribute.
      Returns:
      the active
    • isActive

      public Boolean isActive(Vendor item)
      Generated method - Getter of the Vendor.active attribute.
      Returns:
      the active
    • isActiveAsPrimitive

      public boolean isActiveAsPrimitive(SessionContext ctx, Vendor item)
      Generated method - Getter of the Vendor.active attribute.
      Returns:
      the active
    • isActiveAsPrimitive

      public boolean isActiveAsPrimitive(Vendor item)
      Generated method - Getter of the Vendor.active attribute.
      Returns:
      the active
    • setActive

      public void setActive(SessionContext ctx, Vendor item, Boolean value)
      Generated method - Setter of the Vendor.active attribute.
      Parameters:
      value - the active
    • setActive

      public void setActive(Vendor item, Boolean value)
      Generated method - Setter of the Vendor.active attribute.
      Parameters:
      value - the active
    • setActive

      public void setActive(SessionContext ctx, Vendor item, boolean value)
      Generated method - Setter of the Vendor.active attribute.
      Parameters:
      value - the active
    • setActive

      public void setActive(Vendor item, boolean value)
      Generated method - Setter of the Vendor.active attribute.
      Parameters:
      value - the active
    • getAverageRating

      public Double getAverageRating(SessionContext ctx, Vendor item)
      Generated method - Getter of the Vendor.averageRating attribute.
      Returns:
      the averageRating - Average rating
    • getAverageRating

      public Double getAverageRating(Vendor item)
      Generated method - Getter of the Vendor.averageRating attribute.
      Returns:
      the averageRating - Average rating
    • getAverageRatingAsPrimitive

      public double getAverageRatingAsPrimitive(SessionContext ctx, Vendor item)
      Generated method - Getter of the Vendor.averageRating attribute.
      Returns:
      the averageRating - Average rating
    • getAverageRatingAsPrimitive

      public double getAverageRatingAsPrimitive(Vendor item)
      Generated method - Getter of the Vendor.averageRating attribute.
      Returns:
      the averageRating - Average rating
    • setAverageRating

      public void setAverageRating(SessionContext ctx, Vendor item, Double value)
      Generated method - Setter of the Vendor.averageRating attribute.
      Parameters:
      value - the averageRating - Average rating
    • setAverageRating

      public void setAverageRating(Vendor item, Double value)
      Generated method - Setter of the Vendor.averageRating attribute.
      Parameters:
      value - the averageRating - Average rating
    • setAverageRating

      public void setAverageRating(SessionContext ctx, Vendor item, double value)
      Generated method - Setter of the Vendor.averageRating attribute.
      Parameters:
      value - the averageRating - Average rating
    • setAverageRating

      public void setAverageRating(Vendor item, double value)
      Generated method - Setter of the Vendor.averageRating attribute.
      Parameters:
      value - the averageRating - Average rating
    • getCatalog

      public Catalog getCatalog(SessionContext ctx, Vendor item)
      Generated method - Getter of the Vendor.catalog attribute.
      Returns:
      the catalog
    • getCatalog

      public Catalog getCatalog(Vendor item)
      Generated method - Getter of the Vendor.catalog attribute.
      Returns:
      the catalog
    • setCatalog

      public void setCatalog(SessionContext ctx, Vendor item, Catalog value)
      Generated method - Setter of the Vendor.catalog attribute.
      Parameters:
      value - the catalog
    • setCatalog

      public void setCatalog(Vendor item, Catalog value)
      Generated method - Setter of the Vendor.catalog attribute.
      Parameters:
      value - the catalog
    • getCategories

      public Collection<Category> getCategories(SessionContext ctx, Vendor item)
      Generated method - Getter of the Vendor.categories attribute.
      Returns:
      the categories - Super Categories
    • getCategories

      public Collection<Category> getCategories(Vendor item)
      Generated method - Getter of the Vendor.categories attribute.
      Returns:
      the categories - Super Categories
    • getCategoriesCount

      public long getCategoriesCount(SessionContext ctx, Vendor item)
    • getCategoriesCount

      public long getCategoriesCount(Vendor item)
    • setCategories

      public void setCategories(SessionContext ctx, Vendor item, Collection<Category> value)
      Generated method - Setter of the Vendor.categories attribute.
      Parameters:
      value - the categories - Super Categories
    • setCategories

      public void setCategories(Vendor item, Collection<Category> value)
      Generated method - Setter of the Vendor.categories attribute.
      Parameters:
      value - the categories - Super Categories
    • addToCategories

      public void addToCategories(SessionContext ctx, Vendor item, Category value)
      Generated method - Adds value to categories.
      Parameters:
      value - the item to add to categories - Super Categories
    • addToCategories

      public void addToCategories(Vendor item, Category value)
      Generated method - Adds value to categories.
      Parameters:
      value - the item to add to categories - Super Categories
    • removeFromCategories

      public void removeFromCategories(SessionContext ctx, Vendor item, Category value)
      Generated method - Removes value from categories.
      Parameters:
      value - the item to remove from categories - Super Categories
    • removeFromCategories

      public void removeFromCategories(Vendor item, Category value)
      Generated method - Removes value from categories.
      Parameters:
      value - the item to remove from categories - Super Categories
    • getCommunicationRating

      public Double getCommunicationRating(SessionContext ctx, Vendor item)
      Generated method - Getter of the Vendor.communicationRating attribute.
      Returns:
      the communicationRating - Communication effectiveness
    • getCommunicationRating

      public Double getCommunicationRating(Vendor item)
      Generated method - Getter of the Vendor.communicationRating attribute.
      Returns:
      the communicationRating - Communication effectiveness
    • getCommunicationRatingAsPrimitive

      public double getCommunicationRatingAsPrimitive(SessionContext ctx, Vendor item)
      Generated method - Getter of the Vendor.communicationRating attribute.
      Returns:
      the communicationRating - Communication effectiveness
    • getCommunicationRatingAsPrimitive

      public double getCommunicationRatingAsPrimitive(Vendor item)
      Generated method - Getter of the Vendor.communicationRating attribute.
      Returns:
      the communicationRating - Communication effectiveness
    • setCommunicationRating

      public void setCommunicationRating(SessionContext ctx, Vendor item, Double value)
      Generated method - Setter of the Vendor.communicationRating attribute.
      Parameters:
      value - the communicationRating - Communication effectiveness
    • setCommunicationRating

      public void setCommunicationRating(Vendor item, Double value)
      Generated method - Setter of the Vendor.communicationRating attribute.
      Parameters:
      value - the communicationRating - Communication effectiveness
    • setCommunicationRating

      public void setCommunicationRating(SessionContext ctx, Vendor item, double value)
      Generated method - Setter of the Vendor.communicationRating attribute.
      Parameters:
      value - the communicationRating - Communication effectiveness
    • setCommunicationRating

      public void setCommunicationRating(Vendor item, double value)
      Generated method - Setter of the Vendor.communicationRating attribute.
      Parameters:
      value - the communicationRating - Communication effectiveness
    • createCMSVendorRestriction

      public VendorRestriction createCMSVendorRestriction(SessionContext ctx, Map attributeValues)
    • createCMSVendorRestriction

      public VendorRestriction createCMSVendorRestriction(Map attributeValues)
    • createCustomerVendorReview

      public CustomerVendorReview createCustomerVendorReview(SessionContext ctx, Map attributeValues)
    • createCustomerVendorReview

      public CustomerVendorReview createCustomerVendorReview(Map attributeValues)
    • createVendorPage

      public VendorPage createVendorPage(SessionContext ctx, Map attributeValues)
    • createVendorPage

      public VendorPage createVendorPage(Map attributeValues)
    • createVendorUser

      public VendorUser createVendorUser(SessionContext ctx, Map attributeValues)
    • createVendorUser

      public VendorUser createVendorUser(Map attributeValues)
    • getDeliveryRating

      public Double getDeliveryRating(SessionContext ctx, Vendor item)
      Generated method - Getter of the Vendor.deliveryRating attribute.
      Returns:
      the deliveryRating - Delivery speed
    • getDeliveryRating

      public Double getDeliveryRating(Vendor item)
      Generated method - Getter of the Vendor.deliveryRating attribute.
      Returns:
      the deliveryRating - Delivery speed
    • getDeliveryRatingAsPrimitive

      public double getDeliveryRatingAsPrimitive(SessionContext ctx, Vendor item)
      Generated method - Getter of the Vendor.deliveryRating attribute.
      Returns:
      the deliveryRating - Delivery speed
    • getDeliveryRatingAsPrimitive

      public double getDeliveryRatingAsPrimitive(Vendor item)
      Generated method - Getter of the Vendor.deliveryRating attribute.
      Returns:
      the deliveryRating - Delivery speed
    • setDeliveryRating

      public void setDeliveryRating(SessionContext ctx, Vendor item, Double value)
      Generated method - Setter of the Vendor.deliveryRating attribute.
      Parameters:
      value - the deliveryRating - Delivery speed
    • setDeliveryRating

      public void setDeliveryRating(Vendor item, Double value)
      Generated method - Setter of the Vendor.deliveryRating attribute.
      Parameters:
      value - the deliveryRating - Delivery speed
    • setDeliveryRating

      public void setDeliveryRating(SessionContext ctx, Vendor item, double value)
      Generated method - Setter of the Vendor.deliveryRating attribute.
      Parameters:
      value - the deliveryRating - Delivery speed
    • setDeliveryRating

      public void setDeliveryRating(Vendor item, double value)
      Generated method - Setter of the Vendor.deliveryRating attribute.
      Parameters:
      value - the deliveryRating - Delivery speed
    • getName

      public String getName()
      Specified by:
      getName in class Extension
    • getLogo

      public MediaContainer getLogo(SessionContext ctx, Vendor item)
      Generated method - Getter of the Vendor.logo attribute.
      Returns:
      the logo
    • getLogo

      public MediaContainer getLogo(Vendor item)
      Generated method - Getter of the Vendor.logo attribute.
      Returns:
      the logo
    • setLogo

      public void setLogo(SessionContext ctx, Vendor item, MediaContainer value)
      Generated method - Setter of the Vendor.logo attribute.
      Parameters:
      value - the logo
    • setLogo

      public void setLogo(Vendor item, MediaContainer value)
      Generated method - Setter of the Vendor.logo attribute.
      Parameters:
      value - the logo
    • getMedia

      public Media getMedia(SessionContext ctx, ProductCarouselComponent item)
      Generated method - Getter of the ProductCarouselComponent.media attribute.
      Returns:
      the media - Localized media that is displayed in the component.
    • getMedia

      public Media getMedia(ProductCarouselComponent item)
      Generated method - Getter of the ProductCarouselComponent.media attribute.
      Returns:
      the media - Localized media that is displayed in the component.
    • getAllMedia

      public Map<Language,Media> getAllMedia(SessionContext ctx, ProductCarouselComponent item)
      Generated method - Getter of the ProductCarouselComponent.media attribute.
      Returns:
      the localized media - Localized media that is displayed in the component.
    • getAllMedia

      public Map<Language,Media> getAllMedia(ProductCarouselComponent item)
      Generated method - Getter of the ProductCarouselComponent.media attribute.
      Returns:
      the localized media - Localized media that is displayed in the component.
    • setMedia

      public void setMedia(SessionContext ctx, ProductCarouselComponent item, Media value)
      Generated method - Setter of the ProductCarouselComponent.media attribute.
      Parameters:
      value - the media - Localized media that is displayed in the component.
    • setMedia

      public void setMedia(ProductCarouselComponent item, Media value)
      Generated method - Setter of the ProductCarouselComponent.media attribute.
      Parameters:
      value - the media - Localized media that is displayed in the component.
    • setAllMedia

      public void setAllMedia(SessionContext ctx, ProductCarouselComponent item, Map<Language,Media> value)
      Generated method - Setter of the ProductCarouselComponent.media attribute.
      Parameters:
      value - the media - Localized media that is displayed in the component.
    • setAllMedia

      public void setAllMedia(ProductCarouselComponent item, Map<Language,Media> value)
      Generated method - Setter of the ProductCarouselComponent.media attribute.
      Parameters:
      value - the media - Localized media that is displayed in the component.
    • getReviewCount

      public Long getReviewCount(SessionContext ctx, Vendor item)
      Generated method - Getter of the Vendor.reviewCount attribute.
      Returns:
      the reviewCount - Number of Reviews
    • getReviewCount

      public Long getReviewCount(Vendor item)
      Generated method - Getter of the Vendor.reviewCount attribute.
      Returns:
      the reviewCount - Number of Reviews
    • getReviewCountAsPrimitive

      public long getReviewCountAsPrimitive(SessionContext ctx, Vendor item)
      Generated method - Getter of the Vendor.reviewCount attribute.
      Returns:
      the reviewCount - Number of Reviews
    • getReviewCountAsPrimitive

      public long getReviewCountAsPrimitive(Vendor item)
      Generated method - Getter of the Vendor.reviewCount attribute.
      Returns:
      the reviewCount - Number of Reviews
    • setReviewCount

      public void setReviewCount(SessionContext ctx, Vendor item, Long value)
      Generated method - Setter of the Vendor.reviewCount attribute.
      Parameters:
      value - the reviewCount - Number of Reviews
    • setReviewCount

      public void setReviewCount(Vendor item, Long value)
      Generated method - Setter of the Vendor.reviewCount attribute.
      Parameters:
      value - the reviewCount - Number of Reviews
    • setReviewCount

      public void setReviewCount(SessionContext ctx, Vendor item, long value)
      Generated method - Setter of the Vendor.reviewCount attribute.
      Parameters:
      value - the reviewCount - Number of Reviews
    • setReviewCount

      public void setReviewCount(Vendor item, long value)
      Generated method - Setter of the Vendor.reviewCount attribute.
      Parameters:
      value - the reviewCount - Number of Reviews
    • isSaleable

      public Boolean isSaleable(SessionContext ctx, Product item)
      Generated method - Getter of the Product.saleable attribute.
      Returns:
      the saleable
    • isSaleable

      public Boolean isSaleable(Product item)
      Generated method - Getter of the Product.saleable attribute.
      Returns:
      the saleable
    • isSaleableAsPrimitive

      public boolean isSaleableAsPrimitive(SessionContext ctx, Product item)
      Generated method - Getter of the Product.saleable attribute.
      Returns:
      the saleable
    • isSaleableAsPrimitive

      public boolean isSaleableAsPrimitive(Product item)
      Generated method - Getter of the Product.saleable attribute.
      Returns:
      the saleable
    • setSaleable

      public void setSaleable(SessionContext ctx, Product item, Boolean value)
      Generated method - Setter of the Product.saleable attribute.
      Parameters:
      value - the saleable
    • setSaleable

      public void setSaleable(Product item, Boolean value)
      Generated method - Setter of the Product.saleable attribute.
      Parameters:
      value - the saleable
    • setSaleable

      public void setSaleable(SessionContext ctx, Product item, boolean value)
      Generated method - Setter of the Product.saleable attribute.
      Parameters:
      value - the saleable
    • setSaleable

      public void setSaleable(Product item, boolean value)
      Generated method - Setter of the Product.saleable attribute.
      Parameters:
      value - the saleable
    • getSatisfactionRating

      public Double getSatisfactionRating(SessionContext ctx, Vendor item)
      Generated method - Getter of the Vendor.satisfactionRating attribute.
      Returns:
      the satisfactionRating - Satisfaction level
    • getSatisfactionRating

      public Double getSatisfactionRating(Vendor item)
      Generated method - Getter of the Vendor.satisfactionRating attribute.
      Returns:
      the satisfactionRating - Satisfaction level
    • getSatisfactionRatingAsPrimitive

      public double getSatisfactionRatingAsPrimitive(SessionContext ctx, Vendor item)
      Generated method - Getter of the Vendor.satisfactionRating attribute.
      Returns:
      the satisfactionRating - Satisfaction level
    • getSatisfactionRatingAsPrimitive

      public double getSatisfactionRatingAsPrimitive(Vendor item)
      Generated method - Getter of the Vendor.satisfactionRating attribute.
      Returns:
      the satisfactionRating - Satisfaction level
    • setSatisfactionRating

      public void setSatisfactionRating(SessionContext ctx, Vendor item, Double value)
      Generated method - Setter of the Vendor.satisfactionRating attribute.
      Parameters:
      value - the satisfactionRating - Satisfaction level
    • setSatisfactionRating

      public void setSatisfactionRating(Vendor item, Double value)
      Generated method - Setter of the Vendor.satisfactionRating attribute.
      Parameters:
      value - the satisfactionRating - Satisfaction level
    • setSatisfactionRating

      public void setSatisfactionRating(SessionContext ctx, Vendor item, double value)
      Generated method - Setter of the Vendor.satisfactionRating attribute.
      Parameters:
      value - the satisfactionRating - Satisfaction level
    • setSatisfactionRating

      public void setSatisfactionRating(Vendor item, double value)
      Generated method - Setter of the Vendor.satisfactionRating attribute.
      Parameters:
      value - the satisfactionRating - Satisfaction level
    • getTotalPrice

      public Double getTotalPrice(SessionContext ctx, Consignment item)
      Generated method - Getter of the Consignment.totalPrice attribute.
      Returns:
      the totalPrice
    • getTotalPrice

      public Double getTotalPrice(Consignment item)
      Generated method - Getter of the Consignment.totalPrice attribute.
      Returns:
      the totalPrice
    • getTotalPriceAsPrimitive

      public double getTotalPriceAsPrimitive(SessionContext ctx, Consignment item)
      Generated method - Getter of the Consignment.totalPrice attribute.
      Returns:
      the totalPrice
    • getTotalPriceAsPrimitive

      public double getTotalPriceAsPrimitive(Consignment item)
      Generated method - Getter of the Consignment.totalPrice attribute.
      Returns:
      the totalPrice
    • setTotalPrice

      public void setTotalPrice(SessionContext ctx, Consignment item, Double value)
      Generated method - Setter of the Consignment.totalPrice attribute.
      Parameters:
      value - the totalPrice
    • setTotalPrice

      public void setTotalPrice(Consignment item, Double value)
      Generated method - Setter of the Consignment.totalPrice attribute.
      Parameters:
      value - the totalPrice
    • setTotalPrice

      public void setTotalPrice(SessionContext ctx, Consignment item, double value)
      Generated method - Setter of the Consignment.totalPrice attribute.
      Parameters:
      value - the totalPrice
    • setTotalPrice

      public void setTotalPrice(Consignment item, double value)
      Generated method - Setter of the Consignment.totalPrice attribute.
      Parameters:
      value - the totalPrice
    • getUrl

      public String getUrl(SessionContext ctx, ProductCarouselComponent item)
      Generated method - Getter of the ProductCarouselComponent.url attribute.
      Returns:
      the url
    • getUrl

      public String getUrl(ProductCarouselComponent item)
      Generated method - Getter of the ProductCarouselComponent.url attribute.
      Returns:
      the url
    • setUrl

      public void setUrl(SessionContext ctx, ProductCarouselComponent item, String value)
      Generated method - Setter of the ProductCarouselComponent.url attribute.
      Parameters:
      value - the url
    • setUrl

      public void setUrl(ProductCarouselComponent item, String value)
      Generated method - Setter of the ProductCarouselComponent.url attribute.
      Parameters:
      value - the url
    • getUserGroups

      public Collection<UserGroup> getUserGroups(SessionContext ctx, Vendor item)
      Generated method - Getter of the Vendor.userGroups attribute.
      Returns:
      the userGroups - UserGroups
    • getUserGroups

      public Collection<UserGroup> getUserGroups(Vendor item)
      Generated method - Getter of the Vendor.userGroups attribute.
      Returns:
      the userGroups - UserGroups
    • setUserGroups

      public void setUserGroups(SessionContext ctx, Vendor item, Collection<UserGroup> value)
      Generated method - Setter of the Vendor.userGroups attribute.
      Parameters:
      value - the userGroups - UserGroups
    • setUserGroups

      public void setUserGroups(Vendor item, Collection<UserGroup> value)
      Generated method - Setter of the Vendor.userGroups attribute.
      Parameters:
      value - the userGroups - UserGroups
    • addToUserGroups

      public void addToUserGroups(SessionContext ctx, Vendor item, UserGroup value)
      Generated method - Adds value to userGroups.
      Parameters:
      value - the item to add to userGroups - UserGroups
    • addToUserGroups

      public void addToUserGroups(Vendor item, UserGroup value)
      Generated method - Adds value to userGroups.
      Parameters:
      value - the item to add to userGroups - UserGroups
    • removeFromUserGroups

      public void removeFromUserGroups(SessionContext ctx, Vendor item, UserGroup value)
      Generated method - Removes value from userGroups.
      Parameters:
      value - the item to remove from userGroups - UserGroups
    • removeFromUserGroups

      public void removeFromUserGroups(Vendor item, UserGroup value)
      Generated method - Removes value from userGroups.
      Parameters:
      value - the item to remove from userGroups - UserGroups
    • getVendor

      public Vendor getVendor(SessionContext ctx, UserGroup item)
      Generated method - Getter of the UserGroup.vendor attribute.
      Returns:
      the vendor - Vendor
    • getVendor

      public Vendor getVendor(UserGroup item)
      Generated method - Getter of the UserGroup.vendor attribute.
      Returns:
      the vendor - Vendor
    • setVendor

      public void setVendor(SessionContext ctx, UserGroup item, Vendor value)
      Generated method - Setter of the UserGroup.vendor attribute.
      Parameters:
      value - the vendor - Vendor
    • setVendor

      public void setVendor(UserGroup item, Vendor value)
      Generated method - Setter of the UserGroup.vendor attribute.
      Parameters:
      value - the vendor - Vendor
    • getVendorCarouselCode

      public String getVendorCarouselCode(SessionContext ctx, ProductCarouselComponent item)
      Generated method - Getter of the ProductCarouselComponent.vendorCarouselCode attribute.
      Returns:
      the vendorCarouselCode
    • getVendorCarouselCode

      public String getVendorCarouselCode(ProductCarouselComponent item)
      Generated method - Getter of the ProductCarouselComponent.vendorCarouselCode attribute.
      Returns:
      the vendorCarouselCode
    • setVendorCarouselCode

      public void setVendorCarouselCode(SessionContext ctx, ProductCarouselComponent item, String value)
      Generated method - Setter of the ProductCarouselComponent.vendorCarouselCode attribute.
      Parameters:
      value - the vendorCarouselCode
    • setVendorCarouselCode

      public void setVendorCarouselCode(ProductCarouselComponent item, String value)
      Generated method - Setter of the ProductCarouselComponent.vendorCarouselCode attribute.
      Parameters:
      value - the vendorCarouselCode
    • getVendors

      public Collection<Vendor> getVendors(SessionContext ctx, Category item)
      Generated method - Getter of the Category.vendors attribute.
      Returns:
      the vendors - Vendors
    • getVendors

      public Collection<Vendor> getVendors(Category item)
      Generated method - Getter of the Category.vendors attribute.
      Returns:
      the vendors - Vendors
    • getVendorsCount

      public long getVendorsCount(SessionContext ctx, Category item)
    • getVendorsCount

      public long getVendorsCount(Category item)
    • setVendors

      public void setVendors(SessionContext ctx, Category item, Collection<Vendor> value)
      Generated method - Setter of the Category.vendors attribute.
      Parameters:
      value - the vendors - Vendors
    • setVendors

      public void setVendors(Category item, Collection<Vendor> value)
      Generated method - Setter of the Category.vendors attribute.
      Parameters:
      value - the vendors - Vendors
    • addToVendors

      public void addToVendors(SessionContext ctx, Category item, Vendor value)
      Generated method - Adds value to vendors.
      Parameters:
      value - the item to add to vendors - Vendors
    • addToVendors

      public void addToVendors(Category item, Vendor value)
      Generated method - Adds value to vendors.
      Parameters:
      value - the item to add to vendors - Vendors
    • removeFromVendors

      public void removeFromVendors(SessionContext ctx, Category item, Vendor value)
      Generated method - Removes value from vendors.
      Parameters:
      value - the item to remove from vendors - Vendors
    • removeFromVendors

      public void removeFromVendors(Category item, Vendor value)
      Generated method - Removes value from vendors.
      Parameters:
      value - the item to remove from vendors - Vendors
    • getVendorSku

      public String getVendorSku(SessionContext ctx, Product item)
      Generated method - Getter of the Product.vendorSku attribute.
      Returns:
      the vendorSku
    • getVendorSku

      public String getVendorSku(Product item)
      Generated method - Getter of the Product.vendorSku attribute.
      Returns:
      the vendorSku
    • setVendorSku

      public void setVendorSku(SessionContext ctx, Product item, String value)
      Generated method - Setter of the Product.vendorSku attribute.
      Parameters:
      value - the vendorSku
    • setVendorSku

      public void setVendorSku(Product item, String value)
      Generated method - Setter of the Product.vendorSku attribute.
      Parameters:
      value - the vendorSku
    • getVendorUsers

      public Collection<VendorUser> getVendorUsers(SessionContext ctx, Vendor item)
      Generated method - Getter of the Vendor.vendorUsers attribute.
      Returns:
      the vendorUsers - VendorUser
    • getVendorUsers

      public Collection<VendorUser> getVendorUsers(Vendor item)
      Generated method - Getter of the Vendor.vendorUsers attribute.
      Returns:
      the vendorUsers - VendorUser
    • setVendorUsers

      public void setVendorUsers(SessionContext ctx, Vendor item, Collection<VendorUser> value)
      Generated method - Setter of the Vendor.vendorUsers attribute.
      Parameters:
      value - the vendorUsers - VendorUser
    • setVendorUsers

      public void setVendorUsers(Vendor item, Collection<VendorUser> value)
      Generated method - Setter of the Vendor.vendorUsers attribute.
      Parameters:
      value - the vendorUsers - VendorUser
    • addToVendorUsers

      public void addToVendorUsers(SessionContext ctx, Vendor item, VendorUser value)
      Generated method - Adds value to vendorUsers.
      Parameters:
      value - the item to add to vendorUsers - VendorUser
    • addToVendorUsers

      public void addToVendorUsers(Vendor item, VendorUser value)
      Generated method - Adds value to vendorUsers.
      Parameters:
      value - the item to add to vendorUsers - VendorUser
    • removeFromVendorUsers

      public void removeFromVendorUsers(SessionContext ctx, Vendor item, VendorUser value)
      Generated method - Removes value from vendorUsers.
      Parameters:
      value - the item to remove from vendorUsers - VendorUser
    • removeFromVendorUsers

      public void removeFromVendorUsers(Vendor item, VendorUser value)
      Generated method - Removes value from vendorUsers.
      Parameters:
      value - the item to remove from vendorUsers - VendorUser