Interface DocumentServiceLocal

    • Method Detail

      • getDocumentCount

        int getDocumentCount​(User user)
        Returns the documents count for the given user
      • hasDocuments

        boolean hasDocuments​(User user)
        Return true if the member have at least one document to view
      • hasIndividualDocuments

        boolean hasIndividualDocuments​(User user)
        Returns true if the user have at least one individual document to view
      • hasSharedDocuments

        boolean hasSharedDocuments​(User user)
        Returns true if the user have at least one shared document to view
      • removeAll

        void removeAll​(User user)
        Remove all indivitual documents for the given user