Class GeneratedSavedQuery

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
SavedQuery

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

  • Constructor Details

    • GeneratedSavedQuery

      public GeneratedSavedQuery()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getCode

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public void setQuery(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