Class RemotePlanAccessor

    • Method Detail

      • getRange

        public List<Plan> getRange​(int skip,
                                   int limit)
        Description copied from interface: Accessor
        Get the range of objects specified by the skip/limit parameters browsing the collection sorted by ID in the descending order
        Specified by:
        getRange in interface Accessor<Plan>
        Overrides:
        getRange in class AbstractRemoteCRUDAccessorImpl<Plan>
        Parameters:
        skip - the start index (inclusive) of the range
        limit - the size of the range
        Returns:
        a List containing the objects of the specified range