Class EntityExplorerActionSelection

java.lang.Object
ch.tocco.nice2.netui.api.actions.entityoperation.EntityExplorerActionSelection

@Deprecated public class EntityExplorerActionSelection extends Object
Deprecated.
Defines the selection of entities that were made in the client by the user, and are used in some serverside action like sending mails. The selection can be specified in the ways offered by SelectionType.
  • Constructor Details

    • EntityExplorerActionSelection

      public EntityExplorerActionSelection()
      Deprecated.
  • Method Details

    • getSelectionType

      Deprecated.
    • setSelectionType

      public void setSelectionType(EntityExplorerActionSelection.SelectionType selectionType)
      Deprecated.
    • hasSelectedEntities

      public boolean hasSelectedEntities()
      Deprecated.
    • setConstrictionParams

      public void setConstrictionParams(@Nullable String[] constrictionParams)
      Deprecated.
    • getConstrictionParams

      public @Nullable String[] getConstrictionParams()
      Deprecated.
    • getSelectedEntities

      public String[] getSelectedEntities()
      Deprecated.
    • setSelectedEntities

      public void setSelectedEntities(@Nullable String[] selectedEntities)
      Deprecated.
    • getEntityName

      public String getEntityName()
      Deprecated.
    • setEntityName

      public void setEntityName(String entityName)
      Deprecated.
    • getSearchForm

      public FormIdentifier getSearchForm()
      Deprecated.
    • setSearchForm

      public void setSearchForm(@Nullable FormIdentifier searchForm)
      Deprecated.
    • getListForm

      public @Nullable FormIdentifier getListForm()
      Deprecated.
    • setListForm

      public void setListForm(@Nullable FormIdentifier listForm)
      Deprecated.
    • getSearchFilter

      @Deprecated public @Nullable String getSearchFilter()
      Deprecated.
      use `getSearchFilters()`
      Don't use this method anymore. It's only still here, because DWR won't set the `searchFilter` field if there is no getter present for the field.
    • setSearchFilter

      @Deprecated public void setSearchFilter(@Nullable String searchFilter)
      Deprecated.
    • getSearchFilters

      public @Nullable String[] getSearchFilters()
      Deprecated.
    • setSearchFilters

      public void setSearchFilters(@Nullable String[] searchFilters)
      Deprecated.
    • getQueryParams

      public @Nullable RebindValue[] getQueryParams()
      Deprecated.
      Returns:
      May be empty.
    • setQueryParams

      public void setQueryParams(@Nullable RebindValue[] queryParams)
      Deprecated.
    • getOrder

      public @Nullable InternalSearchService.OrderItem[] getOrder()
      Deprecated.
    • setOrder

      public void setOrder(@Nullable InternalSearchService.OrderItem[] order)
      Deprecated.
    • getRelatedTo

      public RelatedToInfo getRelatedTo()
      Deprecated.
    • setRelatedTo

      public void setRelatedTo(@Nullable RelatedToInfo relatedTo)
      Deprecated.
    • getOrderBy

      public @Nullable String getOrderBy()
      Deprecated.
    • setOrderBy

      public void setOrderBy(@Nullable String orderBy)
      Deprecated.
    • getManualQuery

      public @Nullable ManualQuery getManualQuery()
      Deprecated.
    • setManualQuery

      public void setManualQuery(@Nullable ManualQuery manualQuery)
      Deprecated.
    • getActionThreshold

      public @Nullable Integer getActionThreshold()
      Deprecated.
    • setActionThreshold

      public void setActionThreshold(@Nullable Integer actionThreshold)
      Deprecated.
    • equals

      public boolean equals(Object o)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object