Liferay 7.0-ce-m6

com.liferay.portal.kernel.security.access.control.profile
Interface ServiceAccessControlProfileManager


public interface ServiceAccessControlProfileManager


Method Summary
 ServiceAccessControlProfile getServiceAccessControlProfile(long companyId, String name)
           
 List<ServiceAccessControlProfile> getServiceAccessControlProfiles(long companyId, int start, int end)
           
 int getServiceAccessControlProfilesCount(long companyId)
           
 

Method Detail

getServiceAccessControlProfile

ServiceAccessControlProfile getServiceAccessControlProfile(long companyId,
                                                           String name)

getServiceAccessControlProfiles

List<ServiceAccessControlProfile> getServiceAccessControlProfiles(long companyId,
                                                                  int start,
                                                                  int end)

getServiceAccessControlProfilesCount

int getServiceAccessControlProfilesCount(long companyId)

Liferay 7.0-ce-m6