long userId, long meetupsEntryId, int status, java.lang.String comments)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException {
Object returnObj = null;
MethodHandler methodHandler = new MethodHandler(_updateMeetupsRegistrationMethodKey16,
userId, meetupsEntryId, status, comments);
try {
returnObj = _classLoaderProxy.invoke(methodHandler);
}