Class HarvestedItemServiceImpl

  • All Implemented Interfaces:
    HarvestedItemService

    public class HarvestedItemServiceImpl
    extends Object
    implements HarvestedItemService
    Service implementation for the HarvestedItem object. This class is responsible for all business logic calls for the HarvestedItem object and is autowired by spring. This class should never be accessed directly.
    Author:
    kevinvandevelde at atmire.com
    • Field Detail

      • harvestedItemDAO

        @Autowired(required=true)
        protected HarvestedItemDAO harvestedItemDAO
    • Constructor Detail

      • HarvestedItemServiceImpl

        protected HarvestedItemServiceImpl()