BaseActionableDynamicQuery Upgrading to LiferayDXP - liferay-7

I'm upgrading portlet from Liferay 6.2 to Liferay DXP.
I cannot find the BaseActionableDynamicQuery in Liferay 7 API.
Thanks

DefaultActionableDynamicQuery replaces in Liferay 7 the old BaseActionableDynamicQuery of Liferay 6.2
More info see source code here:
https://github.com/liferay/liferay-portal/blob/7.0.x/portal-kernel/src/com/liferay/portal/kernel/dao/orm/DefaultActionableDynamicQuery.java

Related

Can I use Liferay DXP activation key of "7.1" in "7.4"?

Currently, we are using Liferay DXP 7.1 and exploring new features of Liferay 7.4. It seems like Liferay DXP 7.4 will be more helpful for us since it comes with numerous new features out of the box.
If we have to move on Liferay DXP 7.4, we will be able to use the existing Liferay activation key (of 7.1) or we need to purchase a new activation key for Liferay DXP 7.4?

How can i setup Liferay 6.2 tomcat8 server configuration in eclipse or liferay studio? Is it supportable?

Actually i am not able to configure tomcat8 server in eclipse or liferay studio as liferay plugin is showing only 6.2 with tomcat7 option not 6.2 with tomcat8.
enter image description here
Looking at Liferay's 6.2 Compatibility Matrix, it looks like Tomcat 8 is a supported EE configuration when patched to SP15+.
I'd imagine that using a Tomcat 8 server with Liferay would be simpler in their studio than with basic Eclipse, and could probably be accomplished by:
Setting up a manual installation on an existing Tomcat 8 server
(that you've configured) using the Liferay .war (detailed steps can
be found here)
Creating a new Liferay Workspace in Dev
Studio, but deselect the "Download Liferay bundle" checkbox when
creating the workspace, and configure the workspace’s
gradle.properties file to point to the pre-existing bundle by
setting the liferay.workspace.home.dir property.
Alternatively, you could set up Liferay's Plugins SDK to be used with your Liferay version/application server of choice.
If you already have existing projects in Eclipse, though, you could probably modify the steps in this article to use a 6.2 Liferay .war with Tomcat 8 in Eclipse.

Liferay 7 in Glassfish 4.1.1

How do we setup Liferay 7 CE on Glassfish 4.1.1?
So far I've come across this guide but it's for Liferay 6.2 and assumes that you want to use the .war file instead of starting with the sources and dependencies from the additional files on the liferay downloads page.

Upgrading Liferay from 6.0.6 to 6.1.0 lost the portlets from pages

I upgrade from liferay 5.2.3 to 6.0.6 , it was successfully done without any error left; but when I upgrade from 6.0.6 to 6.1.0 GA1 portlets are removed from the pages as they were on pages in liferay 5.2.3 and in 6.0.6, I am asking for the liferay portlets like web content display etc.
Anyone has any idea?
I figured out the problem, here is the solution.
setting which portlet is placed on which page and on which layout-column is stored in the "layout_" table in the "typesettings" column.
there were layout missing, by deploying the required layout it works.
Thanks

How to integrate JasperServer into Liferay

How can I integrate JasperServer 4 to Liferay 6? I found an article that describes how to integrate JasperServer CE 3.7.0 into Liferay 6.0.5. But I doubt that it won't be applicable to version 4. I check http://sourceforge.net and found a portlet for JasperServer 3.7.1. However, there is no JasperServerPortlet for version 4 in the web site.
There's one here:
http://sourceforge.net/projects/jasperserver/files/JasperServer/JasperReports%20Server%204.7.0/ - JasperReportsServer-portlet-4.7.0.war
Note though that it's intended for JBoss portal, so it's possible something won't work in Liferay. Unfortunately, this would mean you'd have to develop your own integration for Liferay.