Package com.liferay.info.item.creator
Interface InfoItemCreator<T>
public interface InfoItemCreator<T>
-
Method Summary
Modifier and TypeMethodDescriptioncreateFromInfoItemFieldValues
(long groupId, InfoItemFieldValues infoItemFieldValues, int status)
-
Method Details
-
createFromInfoItemFieldValues
T createFromInfoItemFieldValues(long groupId, InfoItemFieldValues infoItemFieldValues, int status) throws com.liferay.portal.kernel.exception.InfoFormException - Throws:
com.liferay.portal.kernel.exception.InfoFormException
-