Class GeneratedBackofficeSavedQuery

    • Field Detail

      • NAME

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

        public static final java.lang.String QUERYOWNER
        Qualifier of the BackofficeSavedQuery.queryOwner attribute
        See Also:
        Constant Field Values
      • TYPECODE

        public static final java.lang.String TYPECODE
        Qualifier of the BackofficeSavedQuery.typeCode attribute
        See Also:
        Constant Field Values
      • INCLUDESUBTYPES

        public static final java.lang.String INCLUDESUBTYPES
        Qualifier of the BackofficeSavedQuery.includeSubtypes attribute
        See Also:
        Constant Field Values
      • GLOBALOPERATORCODE

        public static final java.lang.String GLOBALOPERATORCODE
        Qualifier of the BackofficeSavedQuery.globalOperatorCode attribute
        See Also:
        Constant Field Values
      • SORTATTRIBUTE

        public static final java.lang.String SORTATTRIBUTE
        Qualifier of the BackofficeSavedQuery.sortAttribute attribute
        See Also:
        Constant Field Values
      • SORTASC

        public static final java.lang.String SORTASC
        Qualifier of the BackofficeSavedQuery.sortAsc attribute
        See Also:
        Constant Field Values
      • TOKENIZABLE

        public static final java.lang.String TOKENIZABLE
        Qualifier of the BackofficeSavedQuery.tokenizable attribute
        See Also:
        Constant Field Values
      • SEARCHMODE

        public static final java.lang.String SEARCHMODE
        Qualifier of the BackofficeSavedQuery.searchMode attribute
        See Also:
        Constant Field Values
      • CONDITIONS

        public static final java.lang.String CONDITIONS
        Qualifier of the BackofficeSavedQuery.conditions attribute
        See Also:
        Constant Field Values
      • USERGROUPS

        public static final java.lang.String USERGROUPS
        Qualifier of the BackofficeSavedQuery.userGroups attribute
        See Also:
        Constant Field Values
      • BACKOFFICESAVEDQUERY2USERGROUPRELATION_SRC_ORDERED

        protected static java.lang.String BACKOFFICESAVEDQUERY2USERGROUPRELATION_SRC_ORDERED
        Relation ordering override parameter constants for BackofficeSavedQuery2UserGroupRelation from ((platformbackoffice))
      • BACKOFFICESAVEDQUERY2USERGROUPRELATION_TGT_ORDERED

        protected static java.lang.String BACKOFFICESAVEDQUERY2USERGROUPRELATION_TGT_ORDERED
      • BACKOFFICESAVEDQUERY2USERGROUPRELATION_MARKMODIFIED

        protected static java.lang.String BACKOFFICESAVEDQUERY2USERGROUPRELATION_MARKMODIFIED
        Relation disable markmodifed parameter constants for BackofficeSavedQuery2UserGroupRelation from ((platformbackoffice))
      • DEFAULT_INITIAL_ATTRIBUTES

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

      • GeneratedBackofficeSavedQuery

        public GeneratedBackofficeSavedQuery()
    • Method Detail

      • getConditions

        public java.util.Collection<BackofficeSearchCondition> getConditions​(SessionContext ctx)
        Generated method - Getter of the BackofficeSavedQuery.conditions attribute.
        Returns:
        the conditions
      • getConditions

        public java.util.Collection<BackofficeSearchCondition> getConditions()
        Generated method - Getter of the BackofficeSavedQuery.conditions attribute.
        Returns:
        the conditions
      • setConditions

        public void setConditions​(SessionContext ctx,
                                  java.util.Collection<BackofficeSearchCondition> value)
        Generated method - Setter of the BackofficeSavedQuery.conditions attribute.
        Parameters:
        value - the conditions
      • setConditions

        public void setConditions​(java.util.Collection<BackofficeSearchCondition> value)
        Generated method - Setter of the BackofficeSavedQuery.conditions attribute.
        Parameters:
        value - the conditions
      • addToConditions

        public void addToConditions​(SessionContext ctx,
                                    BackofficeSearchCondition value)
        Generated method - Adds value to conditions.
        Parameters:
        value - the item to add to conditions
      • addToConditions

        public void addToConditions​(BackofficeSearchCondition value)
        Generated method - Adds value to conditions.
        Parameters:
        value - the item to add to conditions
      • removeFromConditions

        public void removeFromConditions​(SessionContext ctx,
                                         BackofficeSearchCondition value)
        Generated method - Removes value from conditions.
        Parameters:
        value - the item to remove from conditions
      • removeFromConditions

        public void removeFromConditions​(BackofficeSearchCondition value)
        Generated method - Removes value from conditions.
        Parameters:
        value - the item to remove from conditions
      • getGlobalOperatorCode

        public java.lang.String getGlobalOperatorCode​(SessionContext ctx)
        Generated method - Getter of the BackofficeSavedQuery.globalOperatorCode attribute.
        Returns:
        the globalOperatorCode
      • getGlobalOperatorCode

        public java.lang.String getGlobalOperatorCode()
        Generated method - Getter of the BackofficeSavedQuery.globalOperatorCode attribute.
        Returns:
        the globalOperatorCode
      • setGlobalOperatorCode

        public void setGlobalOperatorCode​(SessionContext ctx,
                                          java.lang.String value)
        Generated method - Setter of the BackofficeSavedQuery.globalOperatorCode attribute.
        Parameters:
        value - the globalOperatorCode
      • setGlobalOperatorCode

        public void setGlobalOperatorCode​(java.lang.String value)
        Generated method - Setter of the BackofficeSavedQuery.globalOperatorCode attribute.
        Parameters:
        value - the globalOperatorCode
      • isIncludeSubtypes

        public java.lang.Boolean isIncludeSubtypes​(SessionContext ctx)
        Generated method - Getter of the BackofficeSavedQuery.includeSubtypes attribute.
        Returns:
        the includeSubtypes
      • isIncludeSubtypes

        public java.lang.Boolean isIncludeSubtypes()
        Generated method - Getter of the BackofficeSavedQuery.includeSubtypes attribute.
        Returns:
        the includeSubtypes
      • isIncludeSubtypesAsPrimitive

        public boolean isIncludeSubtypesAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the BackofficeSavedQuery.includeSubtypes attribute.
        Returns:
        the includeSubtypes
      • isIncludeSubtypesAsPrimitive

        public boolean isIncludeSubtypesAsPrimitive()
        Generated method - Getter of the BackofficeSavedQuery.includeSubtypes attribute.
        Returns:
        the includeSubtypes
      • setIncludeSubtypes

        public void setIncludeSubtypes​(SessionContext ctx,
                                       java.lang.Boolean value)
        Generated method - Setter of the BackofficeSavedQuery.includeSubtypes attribute.
        Parameters:
        value - the includeSubtypes
      • setIncludeSubtypes

        public void setIncludeSubtypes​(java.lang.Boolean value)
        Generated method - Setter of the BackofficeSavedQuery.includeSubtypes attribute.
        Parameters:
        value - the includeSubtypes
      • setIncludeSubtypes

        public void setIncludeSubtypes​(SessionContext ctx,
                                       boolean value)
        Generated method - Setter of the BackofficeSavedQuery.includeSubtypes attribute.
        Parameters:
        value - the includeSubtypes
      • setIncludeSubtypes

        public void setIncludeSubtypes​(boolean value)
        Generated method - Setter of the BackofficeSavedQuery.includeSubtypes attribute.
        Parameters:
        value - the includeSubtypes
      • getName

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

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

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

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

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

        public void setName​(java.lang.String value)
        Generated method - Setter of the BackofficeSavedQuery.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 BackofficeSavedQuery.name attribute.
        Parameters:
        value - the name
      • setAllName

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

        public User getQueryOwner​(SessionContext ctx)
        Generated method - Getter of the BackofficeSavedQuery.queryOwner attribute.
        Returns:
        the queryOwner
      • getQueryOwner

        public User getQueryOwner()
        Generated method - Getter of the BackofficeSavedQuery.queryOwner attribute.
        Returns:
        the queryOwner
      • setQueryOwner

        public void setQueryOwner​(SessionContext ctx,
                                  User value)
        Generated method - Setter of the BackofficeSavedQuery.queryOwner attribute.
        Parameters:
        value - the queryOwner
      • setQueryOwner

        public void setQueryOwner​(User value)
        Generated method - Setter of the BackofficeSavedQuery.queryOwner attribute.
        Parameters:
        value - the queryOwner
      • getSearchMode

        public java.lang.String getSearchMode​(SessionContext ctx)
        Generated method - Getter of the BackofficeSavedQuery.searchMode attribute.
        Returns:
        the searchMode
      • getSearchMode

        public java.lang.String getSearchMode()
        Generated method - Getter of the BackofficeSavedQuery.searchMode attribute.
        Returns:
        the searchMode
      • setSearchMode

        public void setSearchMode​(SessionContext ctx,
                                  java.lang.String value)
        Generated method - Setter of the BackofficeSavedQuery.searchMode attribute.
        Parameters:
        value - the searchMode
      • setSearchMode

        public void setSearchMode​(java.lang.String value)
        Generated method - Setter of the BackofficeSavedQuery.searchMode attribute.
        Parameters:
        value - the searchMode
      • isSortAsc

        public java.lang.Boolean isSortAsc​(SessionContext ctx)
        Generated method - Getter of the BackofficeSavedQuery.sortAsc attribute.
        Returns:
        the sortAsc
      • isSortAsc

        public java.lang.Boolean isSortAsc()
        Generated method - Getter of the BackofficeSavedQuery.sortAsc attribute.
        Returns:
        the sortAsc
      • isSortAscAsPrimitive

        public boolean isSortAscAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the BackofficeSavedQuery.sortAsc attribute.
        Returns:
        the sortAsc
      • isSortAscAsPrimitive

        public boolean isSortAscAsPrimitive()
        Generated method - Getter of the BackofficeSavedQuery.sortAsc attribute.
        Returns:
        the sortAsc
      • setSortAsc

        public void setSortAsc​(SessionContext ctx,
                               java.lang.Boolean value)
        Generated method - Setter of the BackofficeSavedQuery.sortAsc attribute.
        Parameters:
        value - the sortAsc
      • setSortAsc

        public void setSortAsc​(java.lang.Boolean value)
        Generated method - Setter of the BackofficeSavedQuery.sortAsc attribute.
        Parameters:
        value - the sortAsc
      • setSortAsc

        public void setSortAsc​(SessionContext ctx,
                               boolean value)
        Generated method - Setter of the BackofficeSavedQuery.sortAsc attribute.
        Parameters:
        value - the sortAsc
      • setSortAsc

        public void setSortAsc​(boolean value)
        Generated method - Setter of the BackofficeSavedQuery.sortAsc attribute.
        Parameters:
        value - the sortAsc
      • getSortAttribute

        public java.lang.String getSortAttribute​(SessionContext ctx)
        Generated method - Getter of the BackofficeSavedQuery.sortAttribute attribute.
        Returns:
        the sortAttribute
      • getSortAttribute

        public java.lang.String getSortAttribute()
        Generated method - Getter of the BackofficeSavedQuery.sortAttribute attribute.
        Returns:
        the sortAttribute
      • setSortAttribute

        public void setSortAttribute​(SessionContext ctx,
                                     java.lang.String value)
        Generated method - Setter of the BackofficeSavedQuery.sortAttribute attribute.
        Parameters:
        value - the sortAttribute
      • setSortAttribute

        public void setSortAttribute​(java.lang.String value)
        Generated method - Setter of the BackofficeSavedQuery.sortAttribute attribute.
        Parameters:
        value - the sortAttribute
      • isTokenizable

        public java.lang.Boolean isTokenizable​(SessionContext ctx)
        Generated method - Getter of the BackofficeSavedQuery.tokenizable attribute.
        Returns:
        the tokenizable
      • isTokenizable

        public java.lang.Boolean isTokenizable()
        Generated method - Getter of the BackofficeSavedQuery.tokenizable attribute.
        Returns:
        the tokenizable
      • isTokenizableAsPrimitive

        public boolean isTokenizableAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the BackofficeSavedQuery.tokenizable attribute.
        Returns:
        the tokenizable
      • isTokenizableAsPrimitive

        public boolean isTokenizableAsPrimitive()
        Generated method - Getter of the BackofficeSavedQuery.tokenizable attribute.
        Returns:
        the tokenizable
      • setTokenizable

        public void setTokenizable​(SessionContext ctx,
                                   java.lang.Boolean value)
        Generated method - Setter of the BackofficeSavedQuery.tokenizable attribute.
        Parameters:
        value - the tokenizable
      • setTokenizable

        public void setTokenizable​(java.lang.Boolean value)
        Generated method - Setter of the BackofficeSavedQuery.tokenizable attribute.
        Parameters:
        value - the tokenizable
      • setTokenizable

        public void setTokenizable​(SessionContext ctx,
                                   boolean value)
        Generated method - Setter of the BackofficeSavedQuery.tokenizable attribute.
        Parameters:
        value - the tokenizable
      • setTokenizable

        public void setTokenizable​(boolean value)
        Generated method - Setter of the BackofficeSavedQuery.tokenizable attribute.
        Parameters:
        value - the tokenizable
      • getTypeCode

        public java.lang.String getTypeCode​(SessionContext ctx)
        Generated method - Getter of the BackofficeSavedQuery.typeCode attribute.
        Returns:
        the typeCode
      • getTypeCode

        public java.lang.String getTypeCode()
        Generated method - Getter of the BackofficeSavedQuery.typeCode attribute.
        Returns:
        the typeCode
      • setTypeCode

        public void setTypeCode​(SessionContext ctx,
                                java.lang.String value)
        Generated method - Setter of the BackofficeSavedQuery.typeCode attribute.
        Parameters:
        value - the typeCode
      • setTypeCode

        public void setTypeCode​(java.lang.String value)
        Generated method - Setter of the BackofficeSavedQuery.typeCode attribute.
        Parameters:
        value - the typeCode
      • getUserGroups

        public java.util.Collection<UserGroup> getUserGroups​(SessionContext ctx)
        Generated method - Getter of the BackofficeSavedQuery.userGroups attribute.
        Returns:
        the userGroups
      • getUserGroups

        public java.util.Collection<UserGroup> getUserGroups()
        Generated method - Getter of the BackofficeSavedQuery.userGroups attribute.
        Returns:
        the userGroups
      • getUserGroupsCount

        public long getUserGroupsCount​(SessionContext ctx)
      • getUserGroupsCount

        public long getUserGroupsCount()
      • setUserGroups

        public void setUserGroups​(SessionContext ctx,
                                  java.util.Collection<UserGroup> value)
        Generated method - Setter of the BackofficeSavedQuery.userGroups attribute.
        Parameters:
        value - the userGroups
      • setUserGroups

        public void setUserGroups​(java.util.Collection<UserGroup> value)
        Generated method - Setter of the BackofficeSavedQuery.userGroups attribute.
        Parameters:
        value - the userGroups
      • addToUserGroups

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

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

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

        public void removeFromUserGroups​(UserGroup value)
        Generated method - Removes value from userGroups.
        Parameters:
        value - the item to remove from userGroups