Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 liferay 6.1 GA2
我想实现一个功能,允许用户通过电子邮件发送 messageBaordmessage 的内容。我想将该发送限制为那些对消息具有查看权限的人。
如何列出具有查看权限的用户?
谢谢, 阿兰
Liferay 6.1 GA2 已经内置了邮件功能,因此假设不能满足您的需求,我认为您可以提供一个新操作来调用该功能,因为它已经知道如何检查 MBMessage、MBThread 和所有父 MBCategories。
有关实现,请参见 com.liferay.portlet.messageboards.service.impl.MBMessageLocalServiceImpl。