Class GeneratedAsSearchProfileActivationSet

    • Field Detail

      • CATALOGVERSION

        public static final java.lang.String CATALOGVERSION
        Qualifier of the AsSearchProfileActivationSet.catalogVersion attribute
        See Also:
        Constant Field Values
      • INDEXTYPE

        public static final java.lang.String INDEXTYPE
        Qualifier of the AsSearchProfileActivationSet.indexType attribute
        See Also:
        Constant Field Values
      • PRIORITY

        public static final java.lang.String PRIORITY
        Qualifier of the AsSearchProfileActivationSet.priority attribute
        See Also:
        Constant Field Values
      • SEARCHPROFILES

        public static final java.lang.String SEARCHPROFILES
        Qualifier of the AsSearchProfileActivationSet.searchProfiles 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

      • GeneratedAsSearchProfileActivationSet

        public GeneratedAsSearchProfileActivationSet()
    • Method Detail

      • getCatalogVersion

        public CatalogVersion getCatalogVersion​(SessionContext ctx)
        Generated method - Getter of the AsSearchProfileActivationSet.catalogVersion attribute.
        Returns:
        the catalogVersion
      • getCatalogVersion

        public CatalogVersion getCatalogVersion()
        Generated method - Getter of the AsSearchProfileActivationSet.catalogVersion attribute.
        Returns:
        the catalogVersion
      • setCatalogVersion

        protected void setCatalogVersion​(SessionContext ctx,
                                         CatalogVersion value)
        Generated method - Setter of the AsSearchProfileActivationSet.catalogVersion attribute.
        Parameters:
        value - the catalogVersion
      • setCatalogVersion

        protected void setCatalogVersion​(CatalogVersion value)
        Generated method - Setter of the AsSearchProfileActivationSet.catalogVersion attribute.
        Parameters:
        value - the catalogVersion
      • getIndexType

        public java.lang.String getIndexType​(SessionContext ctx)
        Generated method - Getter of the AsSearchProfileActivationSet.indexType attribute.
        Returns:
        the indexType
      • getIndexType

        public java.lang.String getIndexType()
        Generated method - Getter of the AsSearchProfileActivationSet.indexType attribute.
        Returns:
        the indexType
      • setIndexType

        protected void setIndexType​(SessionContext ctx,
                                    java.lang.String value)
        Generated method - Setter of the AsSearchProfileActivationSet.indexType attribute.
        Parameters:
        value - the indexType
      • setIndexType

        protected void setIndexType​(java.lang.String value)
        Generated method - Setter of the AsSearchProfileActivationSet.indexType attribute.
        Parameters:
        value - the indexType
      • getPriority

        public java.lang.Integer getPriority​(SessionContext ctx)
        Generated method - Getter of the AsSearchProfileActivationSet.priority attribute.
        Returns:
        the priority - priority (higher priority gets applied first)
      • getPriority

        public java.lang.Integer getPriority()
        Generated method - Getter of the AsSearchProfileActivationSet.priority attribute.
        Returns:
        the priority - priority (higher priority gets applied first)
      • getPriorityAsPrimitive

        public int getPriorityAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the AsSearchProfileActivationSet.priority attribute.
        Returns:
        the priority - priority (higher priority gets applied first)
      • getPriorityAsPrimitive

        public int getPriorityAsPrimitive()
        Generated method - Getter of the AsSearchProfileActivationSet.priority attribute.
        Returns:
        the priority - priority (higher priority gets applied first)
      • setPriority

        public void setPriority​(SessionContext ctx,
                                java.lang.Integer value)
        Generated method - Setter of the AsSearchProfileActivationSet.priority attribute.
        Parameters:
        value - the priority - priority (higher priority gets applied first)
      • setPriority

        public void setPriority​(java.lang.Integer value)
        Generated method - Setter of the AsSearchProfileActivationSet.priority attribute.
        Parameters:
        value - the priority - priority (higher priority gets applied first)
      • setPriority

        public void setPriority​(SessionContext ctx,
                                int value)
        Generated method - Setter of the AsSearchProfileActivationSet.priority attribute.
        Parameters:
        value - the priority - priority (higher priority gets applied first)
      • setPriority

        public void setPriority​(int value)
        Generated method - Setter of the AsSearchProfileActivationSet.priority attribute.
        Parameters:
        value - the priority - priority (higher priority gets applied first)
      • getSearchProfiles

        public java.util.List<AbstractAsSearchProfile> getSearchProfiles​(SessionContext ctx)
        Generated method - Getter of the AsSearchProfileActivationSet.searchProfiles attribute.
        Returns:
        the searchProfiles
      • getSearchProfiles

        public java.util.List<AbstractAsSearchProfile> getSearchProfiles()
        Generated method - Getter of the AsSearchProfileActivationSet.searchProfiles attribute.
        Returns:
        the searchProfiles
      • setSearchProfiles

        public void setSearchProfiles​(SessionContext ctx,
                                      java.util.List<AbstractAsSearchProfile> value)
        Generated method - Setter of the AsSearchProfileActivationSet.searchProfiles attribute.
        Parameters:
        value - the searchProfiles
      • setSearchProfiles

        public void setSearchProfiles​(java.util.List<AbstractAsSearchProfile> value)
        Generated method - Setter of the AsSearchProfileActivationSet.searchProfiles attribute.
        Parameters:
        value - the searchProfiles
      • addToSearchProfiles

        public void addToSearchProfiles​(SessionContext ctx,
                                        AbstractAsSearchProfile value)
        Generated method - Adds value to searchProfiles.
        Parameters:
        value - the item to add to searchProfiles
      • addToSearchProfiles

        public void addToSearchProfiles​(AbstractAsSearchProfile value)
        Generated method - Adds value to searchProfiles.
        Parameters:
        value - the item to add to searchProfiles
      • removeFromSearchProfiles

        public void removeFromSearchProfiles​(SessionContext ctx,
                                             AbstractAsSearchProfile value)
        Generated method - Removes value from searchProfiles.
        Parameters:
        value - the item to remove from searchProfiles
      • removeFromSearchProfiles

        public void removeFromSearchProfiles​(AbstractAsSearchProfile value)
        Generated method - Removes value from searchProfiles.
        Parameters:
        value - the item to remove from searchProfiles