How to write a Portlet Filter in Liferay 7 DXP? In this tutorial we are going to see how we can write a portlet filter in liferay 7. Portlet Filter can generally be implemented in a class using any of the portlet. In short you can write a...
Tuesday, 30 August 2016
Monday, 29 August 2016
23:08
How to use Model Listeners in Liferay 7 DXP
How to use Model Listeners in Liferay 7 DXP ? As we know that in liferay 7 or DXP everything is a declared as a component/module so to add a model listener in Liferay 7 we need to define the class as a component. We will be using...
Friday, 26 August 2016
23:02
How to hook Post Login and Pre Login actions or events in Liferay 7

How to Hook Login Events in Liferay 7 ? In this tutorial we are going to learn how we can hook the Login POST and PRE actions in liferay 7. To hook the post login or pre login event we need to use the liferay's com.liferay.portal.kernel.events.LifecycleAction class to...
Tuesday, 23 August 2016
10:42
How to create a schedular in lifery 7

How to create a scheduler in liferay7 Prior to liferay7 we use to create a scheduler using the liferay-portlet.xml entry. But in Liferay 7 we are not having liferay-portlet.xml and hence we need to look into some other option. In Liferay 7 we can create a schedular using...
Sunday, 21 August 2016
09:28
Overriding liferay services in Liferay 7
How to customize liferay services in Liferay 7/Overriding liferay services in liferay 7 How to override the liferay services? As we used to work in the LR 6.2, we can override the liferay services using the servicewrapper template of blade CLI. "LINK TO DOWNLOAD CODE" "LINK TO DOWNLOAD...
Friday, 12 August 2016
11:07
Creating Liferay JSP hook with Liferay 7
Creating Liferay JSP hook with Liferay 7 Liferay 7 doesnt support the hook, as all of the bundles are generated using the OSGI. In OSGI you need to create a fragment and attach the same with the Orginal module. By this we can chnage the existing JSPs in...
Subscribe to:
Posts (Atom)