List of usage examples for com.liferay.portal.kernel.service RoleLocalServiceUtil fetchRoleByUuidAndCompanyId
public static com.liferay.portal.kernel.model.Role fetchRoleByUuidAndCompanyId(String uuid, long companyId)
From source file:com.liferay.roles.admin.internal.exportimport.data.handler.test.RoleStagedModelDataHandlerTest.java
License:Open Source License
@Override protected StagedModel getStagedModel(String uuid, Group group) { try {//w w w . j a v a2 s . c om return RoleLocalServiceUtil.fetchRoleByUuidAndCompanyId(uuid, group.getCompanyId()); } catch (Exception e) { return null; } }