Class GeneratedBackofficeSavedQuery

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

public abstract class GeneratedBackofficeSavedQuery extends GenericItem
Generated class for type BackofficeSavedQuery.
See Also:
  • Field Details

    • NAME

      public static final String NAME
      Qualifier of the BackofficeSavedQuery.name attribute
      See Also:
    • QUERYOWNER

      public static final String QUERYOWNER
      Qualifier of the BackofficeSavedQuery.queryOwner attribute
      See Also:
    • TYPECODE

      public static final String TYPECODE
      Qualifier of the BackofficeSavedQuery.typeCode attribute
      See Also:
    • INCLUDESUBTYPES

      public static final String INCLUDESUBTYPES
      Qualifier of the BackofficeSavedQuery.includeSubtypes attribute
      See Also:
    • GLOBALOPERATORCODE

      public static final String GLOBALOPERATORCODE
      Qualifier of the BackofficeSavedQuery.globalOperatorCode attribute
      See Also:
    • SORTATTRIBUTE

      public static final String SORTATTRIBUTE
      Qualifier of the BackofficeSavedQuery.sortAttribute attribute
      See Also:
    • SORTASC

      public static final String SORTASC
      Qualifier of the BackofficeSavedQuery.sortAsc attribute
      See Also:
    • TOKENIZABLE

      public static final String TOKENIZABLE
      Qualifier of the BackofficeSavedQuery.tokenizable attribute
      See Also:
    • SEARCHMODE

      public static final String SEARCHMODE
      Qualifier of the BackofficeSavedQuery.searchMode attribute
      See Also:
    • SAVEDQUERIESPARAMETERS

      public static final String SAVEDQUERIESPARAMETERS
      Qualifier of the BackofficeSavedQuery.savedQueriesParameters attribute
      See Also:
    • CONDITIONS

      public static final String CONDITIONS
      Qualifier of the BackofficeSavedQuery.conditions attribute
      See Also:
    • USERGROUPS

      public static final String USERGROUPS
      Qualifier of the BackofficeSavedQuery.userGroups attribute
      See Also:
    • BACKOFFICESAVEDQUERY2USERGROUPRELATION_SRC_ORDERED

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

      protected static String BACKOFFICESAVEDQUERY2USERGROUPRELATION_TGT_ORDERED
    • BACKOFFICESAVEDQUERY2USERGROUPRELATION_MARKMODIFIED

      protected static String BACKOFFICESAVEDQUERY2USERGROUPRELATION_MARKMODIFIED
      Relation disable markmodifed parameter constants for BackofficeSavedQuery2UserGroupRelation from ((platformbackoffice))
    • CONDITIONSHANDLER

      protected static final OneToManyHandler<BackofficeSearchCondition> CONDITIONSHANDLER
      OneToManyHandler for handling 1:n CONDITIONS's relation attributes from 'many' side.
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedBackofficeSavedQuery

      public GeneratedBackofficeSavedQuery()
  • Method Details

    • getDefaultAttributeModes

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

      Generated method - Getter of the BackofficeSavedQuery.conditions attribute.
      Returns:
      the conditions
    • getConditions

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

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

      public void setConditions(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 String getGlobalOperatorCode(SessionContext ctx)
      Generated method - Getter of the BackofficeSavedQuery.globalOperatorCode attribute.
      Returns:
      the globalOperatorCode
    • getGlobalOperatorCode

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

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

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

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

      public 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, 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
    • 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
    • isMarkModifiedDisabled

      @Deprecated(since="2105", forRemoval=true) public boolean isMarkModifiedDisabled(Item referencedItem)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      isMarkModifiedDisabled in class Item
    • getName

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

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

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

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

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

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

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

      public void setAllName(Map<Language,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
    • getAllSavedQueriesParameters

      public Map<String,String> getAllSavedQueriesParameters(SessionContext ctx)
      Generated method - Getter of the BackofficeSavedQuery.savedQueriesParameters attribute.
      Returns:
      the savedQueriesParameters
    • getAllSavedQueriesParameters

      public Map<String,String> getAllSavedQueriesParameters()
      Generated method - Getter of the BackofficeSavedQuery.savedQueriesParameters attribute.
      Returns:
      the savedQueriesParameters
    • setAllSavedQueriesParameters

      public void setAllSavedQueriesParameters(SessionContext ctx, Map<String,String> value)
      Generated method - Setter of the BackofficeSavedQuery.savedQueriesParameters attribute.
      Parameters:
      value - the savedQueriesParameters
    • setAllSavedQueriesParameters

      public void setAllSavedQueriesParameters(Map<String,String> value)
      Generated method - Setter of the BackofficeSavedQuery.savedQueriesParameters attribute.
      Parameters:
      value - the savedQueriesParameters
    • getSearchMode

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

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

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

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

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

      public 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, 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
    • 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 String getSortAttribute(SessionContext ctx)
      Generated method - Getter of the BackofficeSavedQuery.sortAttribute attribute.
      Returns:
      the sortAttribute
    • getSortAttribute

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

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

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

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

      public 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, 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
    • 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 String getTypeCode(SessionContext ctx)
      Generated method - Getter of the BackofficeSavedQuery.typeCode attribute.
      Returns:
      the typeCode
    • getTypeCode

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

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

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

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

      public 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, Collection<UserGroup> value)
      Generated method - Setter of the BackofficeSavedQuery.userGroups attribute.
      Parameters:
      value - the userGroups
    • setUserGroups

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