Class EntityResultAll

java.lang.Object
com.priint.pubserver.comet.bridge.datamapping.EntityResultAll
All Implemented Interfaces:
EntityResultFilter

public class EntityResultAll extends Object implements EntityResultFilter

EntityResultFilter implementation, which is used, when no entities should be hidden.

  • Constructor Details

    • EntityResultAll

      public EntityResultAll()

      Constructs a entity filter implementation , which filters no data.

  • Method Details

    • filterEntities

      public <T extends EntityData> List<T> filterEntities(List<T> in)
      Description copied from interface: EntityResultFilter

      Filters a list of entities.

      Filters a list of entities. Usually, the filter instructions are derived from the project product panel configuration. There should be no need to implement own filter methods, but probably, as shown in the class documentation, use the project default filter in custom data mapping implementations

      Specified by:
      filterEntities in interface EntityResultFilter
      Type Parameters:
      T - the type parameter
      Parameters:
      in - list to filter
      Returns:
      the filtered list