Message Boards

DXP 7.1 Notifications Customization

Gopal Satapathy, modified 4 Years ago.

DXP 7.1 Notifications Customization

Junior Member Posts: 74 Join Date: 7/28/15 Recent Posts
Hello,Please suggest how i can customize/extend notification related java classes in dxp 7.1. My requirement is to modify the delete operation.Creating module fragment only allows to modify the jsp files.ThanksGopal
thumbnail
Christoph Rabel, modified 4 Years ago.

RE: DXP 7.1 Notifications Customization

Liferay Legend Posts: 1554 Join Date: 9/24/09 Recent Posts
Could you please be more specific what you mean with "My requirement is to modify the delete operation"?
If you just need to track some action, a model listener might be useful. If you need to intercept a delete operation, a ServiceWrapper could be the way to go. Or if you want to change a specific portlet, you might want to override a portlets MVC Action Command.