Liferay 6.0.5

com.liferay.portal.security.permission
Interface PermissionsListFilter

All Known Implementing Classes:
PermissionsListFilterImpl

public interface PermissionsListFilter


Method Summary
 List<Permission> filterCommunityPermissions(long companyId, long groupId, long userId, String name, String primKey, boolean portletActions, List<Permission> permissions)
           
 List<Permission> filterGuestPermissions(long companyId, long groupId, long userId, String name, String primKey, boolean portletActions, List<Permission> permissions)
           
 List<Permission> filterUserPermissions(long companyId, long groupId, long userId, String name, String primKey, boolean portletActions, List<Permission> permissions)
           
 

Method Detail

filterCommunityPermissions

List<Permission> filterCommunityPermissions(long companyId,
                                            long groupId,
                                            long userId,
                                            String name,
                                            String primKey,
                                            boolean portletActions,
                                            List<Permission> permissions)

filterGuestPermissions

List<Permission> filterGuestPermissions(long companyId,
                                        long groupId,
                                        long userId,
                                        String name,
                                        String primKey,
                                        boolean portletActions,
                                        List<Permission> permissions)

filterUserPermissions

List<Permission> filterUserPermissions(long companyId,
                                       long groupId,
                                       long userId,
                                       String name,
                                       String primKey,
                                       boolean portletActions,
                                       List<Permission> permissions)

Liferay 6.0.5