Liferay 6.1.2-ce-ga3

com.liferay.portal.service.persistence
Interface ResourceBlockFinder

All Known Implementing Classes:
ResourceBlockFinderImpl

public interface ResourceBlockFinder


Method Summary
 ResourceBlockIdsBag findByC_G_N_R(long companyId, long groupId, String name, long[] roleIds)
           
 

Method Detail

findByC_G_N_R

ResourceBlockIdsBag findByC_G_N_R(long companyId,
                                  long groupId,
                                  String name,
                                  long[] roleIds)
                                  throws SystemException
Throws:
SystemException

Liferay 6.1.2-ce-ga3