Class GeneratedAsCategoryAwareSearchProfile

    • Field Detail

      • SEARCHCONFIGURATIONS

        public static final java.lang.String SEARCHCONFIGURATIONS
        Qualifier of the AsCategoryAwareSearchProfile.searchConfigurations attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedAsCategoryAwareSearchProfile

        public GeneratedAsCategoryAwareSearchProfile()
    • Method Detail

      • getSearchConfigurations

        public java.util.List<AsCategoryAwareSearchConfiguration> getSearchConfigurations​(SessionContext ctx)
        Generated method - Getter of the AsCategoryAwareSearchProfile.searchConfigurations attribute.
        Returns:
        the searchConfigurations
      • getSearchConfigurations

        public java.util.List<AsCategoryAwareSearchConfiguration> getSearchConfigurations()
        Generated method - Getter of the AsCategoryAwareSearchProfile.searchConfigurations attribute.
        Returns:
        the searchConfigurations
      • setSearchConfigurations

        public void setSearchConfigurations​(SessionContext ctx,
                                            java.util.List<AsCategoryAwareSearchConfiguration> value)
        Generated method - Setter of the AsCategoryAwareSearchProfile.searchConfigurations attribute.
        Parameters:
        value - the searchConfigurations
      • setSearchConfigurations

        public void setSearchConfigurations​(java.util.List<AsCategoryAwareSearchConfiguration> value)
        Generated method - Setter of the AsCategoryAwareSearchProfile.searchConfigurations attribute.
        Parameters:
        value - the searchConfigurations
      • addToSearchConfigurations

        public void addToSearchConfigurations​(SessionContext ctx,
                                              AsCategoryAwareSearchConfiguration value)
        Generated method - Adds value to searchConfigurations.
        Parameters:
        value - the item to add to searchConfigurations
      • addToSearchConfigurations

        public void addToSearchConfigurations​(AsCategoryAwareSearchConfiguration value)
        Generated method - Adds value to searchConfigurations.
        Parameters:
        value - the item to add to searchConfigurations
      • removeFromSearchConfigurations

        public void removeFromSearchConfigurations​(SessionContext ctx,
                                                   AsCategoryAwareSearchConfiguration value)
        Generated method - Removes value from searchConfigurations.
        Parameters:
        value - the item to remove from searchConfigurations
      • removeFromSearchConfigurations

        public void removeFromSearchConfigurations​(AsCategoryAwareSearchConfiguration value)
        Generated method - Removes value from searchConfigurations.
        Parameters:
        value - the item to remove from searchConfigurations