Class LinksetServiceImpl

    • Field Detail

      • itemService

        @Autowired
        protected ItemService itemService
    • Constructor Detail

      • LinksetServiceImpl

        public LinksetServiceImpl()
    • Method Detail

      • createLinksetNodesForMultipleLinksets

        public List<List<LinksetNode>> createLinksetNodesForMultipleLinksets​(javax.servlet.http.HttpServletRequest request,
                                                                             Context context,
                                                                             Item item)
        Description copied from interface: LinksetService
        Returns list of linkset nodes for multiple linksets.
        Specified by:
        createLinksetNodesForMultipleLinksets in interface LinksetService
        Parameters:
        request - request
        context - context
        item - item
        Returns:
        two-dimensional list representing a list of lists where each list represents the linkset nodes.
      • createLinksetNodesForSingleLinkset

        public List<LinksetNode> createLinksetNodesForSingleLinkset​(javax.servlet.http.HttpServletRequest request,
                                                                    Context context,
                                                                    DSpaceObject object)
        Description copied from interface: LinksetService
        Returns list of linkset nodes for single linkset.
        Specified by:
        createLinksetNodesForSingleLinkset in interface LinksetService
        Parameters:
        request - request
        context - context
        object - dspace object
        Returns:
        two-dimensional list representing a list of lists where each list represents the linkset nodes.