Class PlatformArgService

All Implemented Interfaces:
EntityArgService<ArrayDesign,ArrayDesignService>

@Service public class PlatformArgService extends AbstractEntityArgService<ArrayDesign,ArrayDesignService>
  • Constructor Details

  • Method Details

    • getExperiments

      public Slice<ExpressionExperimentValueObject> getExperiments(PlatformArg<?> arg, int limit, int offset)
      Retrieves the Datasets of the Platform that this argument represents.
      Returns:
      a collection of Datasets that the platform represented by this argument contains.
    • getElements

      public Slice<CompositeSequenceValueObject> getElements(PlatformArg<?> arg, int limit, int offset)
      Retrieves the Elements of the Platform that this argument represents.
      Parameters:
      service - service that will be used to retrieve the persistent AD object.
      Returns:
      a collection of Composite Sequence VOs that the platform represented by this argument contains.