Class GeneratedSavedQuery

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable
    Direct Known Subclasses:
    SavedQuery

    public abstract class GeneratedSavedQuery
    extends GenericItem
    Generated class for type SavedQuery.
    See Also:
    Serialized Form
    • Field Detail

      • CODE

        public static final java.lang.String CODE
        Qualifier of the SavedQuery.code attribute
        See Also:
        Constant Field Values
      • NAME

        public static final java.lang.String NAME
        Qualifier of the SavedQuery.name attribute
        See Also:
        Constant Field Values
      • DESCRIPTION

        public static final java.lang.String DESCRIPTION
        Qualifier of the SavedQuery.description attribute
        See Also:
        Constant Field Values
      • PARAMTYPES

        public static final java.lang.String PARAMTYPES
        Qualifier of the SavedQuery.paramtypes attribute
        See Also:
        Constant Field Values
      • PARAMS

        public static final java.lang.String PARAMS
        Qualifier of the SavedQuery.params attribute
        See Also:
        Constant Field Values
      • QUERY

        public static final java.lang.String QUERY
        Qualifier of the SavedQuery.query attribute
        See Also:
        Constant Field Values
      • RESULTTYPE

        public static final java.lang.String RESULTTYPE
        Qualifier of the SavedQuery.resultType 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

      • GeneratedSavedQuery

        public GeneratedSavedQuery()
    • Method Detail

      • getCode

        public java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the SavedQuery.code attribute.
        Returns:
        the code
      • getCode

        public java.lang.String getCode()
        Generated method - Getter of the SavedQuery.code attribute.
        Returns:
        the code
      • setCode

        public void setCode​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the SavedQuery.code attribute.
        Parameters:
        value - the code
      • setCode

        public void setCode​(java.lang.String value)
        Generated method - Setter of the SavedQuery.code attribute.
        Parameters:
        value - the code
      • getDescription

        public java.lang.String getDescription​(SessionContext ctx)
        Generated method - Getter of the SavedQuery.description attribute.
        Returns:
        the description
      • getDescription

        public java.lang.String getDescription()
        Generated method - Getter of the SavedQuery.description attribute.
        Returns:
        the description
      • getAllDescription

        public java.util.Map<Language,​java.lang.String> getAllDescription​(SessionContext ctx)
        Generated method - Getter of the SavedQuery.description attribute.
        Returns:
        the localized description
      • getAllDescription

        public java.util.Map<Language,​java.lang.String> getAllDescription()
        Generated method - Getter of the SavedQuery.description attribute.
        Returns:
        the localized description
      • setDescription

        public void setDescription​(SessionContext ctx,
                                   java.lang.String value)
        Generated method - Setter of the SavedQuery.description attribute.
        Parameters:
        value - the description
      • setDescription

        public void setDescription​(java.lang.String value)
        Generated method - Setter of the SavedQuery.description attribute.
        Parameters:
        value - the description
      • setAllDescription

        public void setAllDescription​(SessionContext ctx,
                                      java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the SavedQuery.description attribute.
        Parameters:
        value - the description
      • setAllDescription

        public void setAllDescription​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the SavedQuery.description attribute.
        Parameters:
        value - the description
      • getName

        public java.lang.String getName​(SessionContext ctx)
        Generated method - Getter of the SavedQuery.name attribute.
        Returns:
        the name
      • getName

        public java.lang.String getName()
        Generated method - Getter of the SavedQuery.name attribute.
        Returns:
        the name
      • getAllName

        public java.util.Map<Language,​java.lang.String> getAllName​(SessionContext ctx)
        Generated method - Getter of the SavedQuery.name attribute.
        Returns:
        the localized name
      • getAllName

        public java.util.Map<Language,​java.lang.String> getAllName()
        Generated method - Getter of the SavedQuery.name attribute.
        Returns:
        the localized name
      • setName

        public void setName​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the SavedQuery.name attribute.
        Parameters:
        value - the name
      • setName

        public void setName​(java.lang.String value)
        Generated method - Setter of the SavedQuery.name attribute.
        Parameters:
        value - the name
      • setAllName

        public void setAllName​(SessionContext ctx,
                               java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the SavedQuery.name attribute.
        Parameters:
        value - the name
      • setAllName

        public void setAllName​(java.util.Map<Language,​java.lang.String> value)
        Generated method - Setter of the SavedQuery.name attribute.
        Parameters:
        value - the name
      • getAllParams

        public java.util.Map<java.lang.String,​Type> getAllParams​(SessionContext ctx)
        Generated method - Getter of the SavedQuery.params attribute.
        Returns:
        the params
      • getAllParams

        public java.util.Map<java.lang.String,​Type> getAllParams()
        Generated method - Getter of the SavedQuery.params attribute.
        Returns:
        the params
      • setAllParams

        public void setAllParams​(SessionContext ctx,
                                 java.util.Map<java.lang.String,​Type> value)
        Generated method - Setter of the SavedQuery.params attribute.
        Parameters:
        value - the params
      • setAllParams

        public void setAllParams​(java.util.Map<java.lang.String,​Type> value)
        Generated method - Setter of the SavedQuery.params attribute.
        Parameters:
        value - the params
      • getQuery

        public java.lang.String getQuery​(SessionContext ctx)
        Generated method - Getter of the SavedQuery.query attribute.
        Returns:
        the query
      • getQuery

        public java.lang.String getQuery()
        Generated method - Getter of the SavedQuery.query attribute.
        Returns:
        the query
      • setQuery

        public void setQuery​(SessionContext ctx,
                             java.lang.String value)
        Generated method - Setter of the SavedQuery.query attribute.
        Parameters:
        value - the query
      • setQuery

        public void setQuery​(java.lang.String value)
        Generated method - Setter of the SavedQuery.query attribute.
        Parameters:
        value - the query
      • getResultType

        public ComposedType getResultType​(SessionContext ctx)
        Generated method - Getter of the SavedQuery.resultType attribute.
        Returns:
        the resultType
      • getResultType

        public ComposedType getResultType()
        Generated method - Getter of the SavedQuery.resultType attribute.
        Returns:
        the resultType
      • setResultType

        public void setResultType​(SessionContext ctx,
                                  ComposedType value)
        Generated method - Setter of the SavedQuery.resultType attribute.
        Parameters:
        value - the resultType
      • setResultType

        public void setResultType​(ComposedType value)
        Generated method - Setter of the SavedQuery.resultType attribute.
        Parameters:
        value - the resultType