Fórumok

Pagination in Liferay

sravan kumar, módosítva 9 év-val korábban

Pagination in Liferay

Junior Member Bejegyzések: 78 Csatlakozás dátuma: 2013.02.19. Legújabb bejegyzések
How can implement pagination with model Permissions.

Ex:if i retrieve first 15 record and i will iterate over 15 records and the record with view permission will be displayed to user. but how can i display data through pagination?
thumbnail
Harish Kumar, módosítva 9 év-val korábban

RE: Pagination in Liferay

Expert Bejegyzések: 483 Csatlakozás dátuma: 2010.07.31. Legújabb bejegyzések
Hi,

You can make use of Search Container for data display and pagination. Here is the wiki link for same http://www.liferay.com/community/wiki/-/wiki/Main/SearchContainer
sravan kumar, módosítva 9 év-val korábban

RE: Pagination in Liferay

Junior Member Bejegyzések: 78 Csatlakozás dátuma: 2013.02.19. Legújabb bejegyzések
i need to check for VIEW permission for each row in this how can i use searchContainer..?
thumbnail
Zsigmond Rab, módosítva 9 év-val korábban

RE: Pagination in Liferay

Liferay Master Bejegyzések: 728 Csatlakozás dátuma: 2010.01.05. Legújabb bejegyzések
Hi Sravan,

read this comment.

Regards,
Zsigmond
sravan kumar, módosítva 9 év-val korábban

RE: Pagination in Liferay

Junior Member Bejegyzések: 78 Csatlakozás dátuma: 2013.02.19. Legújabb bejegyzések
Hi,

can you please some sample on filter checking at database level or any default portlet using this methods?
thumbnail
Zsigmond Rab, módosítva 9 év-val korábban

RE: Pagination in Liferay

Liferay Master Bejegyzések: 728 Csatlakozás dátuma: 2010.01.05. Legújabb bejegyzések
Hi Sravan,

actually, it's only a call of a service method. If your object fulfill the condition described in the linked comment the methods are being generated at service building automatically. You only need to use those.

What else do you need? Or have you tried already with no success?

Regards,
Zsigmond