I am trying to get all Dynamic Data List (DDL) from Liferay DXP 7.0.2 GA3 but after I using that code to get all the DDL
List<DDLRecordSet> ddlList = DDLRecordSetLocalServiceUtil.getDDLRecordSets(
com.liferay.portal.kernel.dao.orm.QueryUtil.ALL_POS,
com.liferay.portal.kernel.dao.orm.QueryUtil.ALL_POS);
I got an error saying
com.sun.proxy.$Proxy439 cannot be cast to com.liferay.dynamic.data.lists.service.DDLRecordSetLocalService
Java JDK: 1.8.0_251
Gradle Version: 5.6.4
Java Home: C:\Program Files\Java\jdk1.8.0_251