Interface WarehousingCommentService

    • Method Detail

      • createAndSaveComment

        CommentModel createAndSaveComment​(WarehousingCommentContext context,
                                          java.lang.String code)
        Create and save the comment subject, text, code and creation time in the associated item.
        Parameters:
        context - the comment context to process; cannot be null
        code - the comment code
        Returns:
        the created CommentModel
      • getOrCreateDomainForCodeWarehousing

        DomainModel getOrCreateDomainForCodeWarehousing()
        Get the domain with code "warehousing"
        Returns:
        the domain model