RE: How to add custom list interactor for asset list screenlet ?

thumbnail
Prakash Kumar Singh, modified 7 Years ago. Junior Member Posts: 85 Join Date: 1/30/15 Recent Posts

Hi,

     I am using following link to add custom interactor with asset list interactor 

    https://dev.liferay.com/develop/tutorials/-/knowledge_base/7-0/adding-custom-interactors-to-ios-screenlets 

 but i think sample code is not complete.

any help ?

Regards 

Prakash kumar singh  

 

thumbnail
Victor Galan, modified 7 Years ago. Regular Member Posts: 144 Join Date: 6/14/16 Recent Posts

Can you elaborate more your use case so I can guide you more on how to do it?

 

Thanks

thumbnail
Prakash Kumar Singh, modified 7 Years ago. Junior Member Posts: 85 Join Date: 1/30/15 Recent Posts
Victor Galan:

Can you elaborate more your use case so I can guide you more on how to do it?

 

Thanks

 

Actually  i want to use my custom list services rather than screen sevices for asset list .That's why i was trying to use custom interactor but unable to use it. 

 

Thanks

 

 

 

thumbnail
Victor Galan, modified 7 Years ago. Regular Member Posts: 144 Join Date: 6/14/16 Recent Posts

Hey,

I made a small sample to demonstrate how to do this, it is uploaded here

Basically, I used the AssetListScreenlet and instead of using the default services I used another one, which I think it is your case.

In your case you will have to do more or less the same but changing the connector code to call your custom services here

I hope it helps, let me know if have any doubts :)

 

Regards

 

 

 

thumbnail
Prakash Kumar Singh, modified 7 Years ago. Junior Member Posts: 85 Join Date: 1/30/15 Recent Posts
Victor Galan:

Hey,

I made a small sample to demonstrate how to do this, it is uploaded here

Basically, I used the AssetListScreenlet and instead of using the default services I used another one, which I think it is your case.

In your case you will have to do more or less the same but changing the connector code to call your custom services here

I hope it helps, let me know if have any doubts :)

 

Regards

 

 

 

I have seen your example but by going through the Documentation(Link) provided on the Liferay Portal, you have implemented it very differently. I just want to customize the Interactor, not the whole Screenlet.

 

 

 

 

thumbnail
Victor Galan, modified 7 Years ago. Regular Member Posts: 144 Join Date: 6/14/16 Recent Posts

Hey,

I know its different, but in this case, this way is more straightforward than the other