List of usage examples for com.liferay.portal.kernel.util GetterUtil getLongValues
public static long[] getLongValues(String[] values, long[] defaultValue)
From source file:org.opencps.servicemgt.search.ServiceDisplayTerms.java
License:Open Source License
/** * @param fileTemplateIds//from www . j a v a 2 s . c o m * the fileTemplateIds to set */ public long[] setFileTemplateIds(PortletRequest portletRequest) { String[] strFileTemplateIds = ParamUtil.getParameterValues(portletRequest, TEMPLATE_FILE_IDS); return GetterUtil.getLongValues(strFileTemplateIds, new long[] {}); }