List of usage examples for com.liferay.portal.kernel.service LayoutSetPrototypeLocalServiceUtil searchCount
public static int searchCount(long companyId, Boolean active)
From source file:com.liferay.layout.set.prototype.web.internal.display.context.LayoutSetPrototypeDisplayContext.java
License:Open Source License
protected int getTotal() { ThemeDisplay themeDisplay = (ThemeDisplay) _request.getAttribute(WebKeys.THEME_DISPLAY); return LayoutSetPrototypeLocalServiceUtil.searchCount(themeDisplay.getCompanyId(), getActive()); }