0

Hi I would like to create hook on Dynamic data lists in liferay 7. Unfortunately I am not able to achieve DDLRecordServiceWrapper, according to source code it should be accessible under

import com.liferay.dynamic.data.lists.service.DDLRecordServiceWrapper;

But this class, nor service package are resolved.

In Liferay 6.x this service was available under

com.liferay.portlet.dynamicdatalists.service.DDLRecordServiceWrapper

Is it possible to create DDL hook on liferay-7 somehow?

1 Answer 1

0

While using maven, this wrapper can be found inside this artifact

<dependency>
      <groupId>com.liferay</groupId>
      <artifactId>com.liferay.dynamic.data.lists.api</artifactId>
      <version>2.1.2</version>
</dependency>

And referenced as

import com.liferay.dynamic.data.lists.service.DDLRecordServiceWrapper;

Using only liferay SDK I wasn't able to get this.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.