Interface ScepOrderService

    • Method Detail

      • save

        ScepOrder save​(ScepOrder scepOrder)
        Save a scepOrder.
        Parameters:
        scepOrder - the entity to save.
        Returns:
        the persisted entity.
      • findAll

        List<ScepOrder> findAll()
        Get all the scepOrders.
        Returns:
        the list of entities.
      • findOne

        Optional<ScepOrder> findOne​(Long id)
        Get the "id" scepOrder.
        Parameters:
        id - the id of the entity.
        Returns:
        the entity.
      • delete

        void delete​(Long id)
        Delete the "id" scepOrder.
        Parameters:
        id - the id of the entity.