/** * Copyright (c) 2000-present Liferay, Inc. All rights reserved. * * This library is free software; you can redistribute it and/or modify it under * the terms of the GNU Lesser General Public License as published by the Free * Software Foundation; either version 2.1 of the License, or (at your option) * any later version. * * This library is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS * FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more * details. */ package de.uhh.l2g.plugins.service.base; import de.uhh.l2g.plugins.service.Video_InstitutionLocalServiceUtil; import java.util.Arrays; /** * @author Iavor Sturm * @generated */ public class Video_InstitutionLocalServiceClpInvoker { public Video_InstitutionLocalServiceClpInvoker() { _methodName0 = "addVideo_Institution"; _methodParameterTypes0 = new String[] { "de.uhh.l2g.plugins.model.Video_Institution" }; _methodName1 = "createVideo_Institution"; _methodParameterTypes1 = new String[] { "long" }; _methodName2 = "deleteVideo_Institution"; _methodParameterTypes2 = new String[] { "long" }; _methodName3 = "deleteVideo_Institution"; _methodParameterTypes3 = new String[] { "de.uhh.l2g.plugins.model.Video_Institution" }; _methodName4 = "dynamicQuery"; _methodParameterTypes4 = new String[] { }; _methodName5 = "dynamicQuery"; _methodParameterTypes5 = new String[] { "com.liferay.portal.kernel.dao.orm.DynamicQuery" }; _methodName6 = "dynamicQuery"; _methodParameterTypes6 = new String[] { "com.liferay.portal.kernel.dao.orm.DynamicQuery", "int", "int" }; _methodName7 = "dynamicQuery"; _methodParameterTypes7 = new String[] { "com.liferay.portal.kernel.dao.orm.DynamicQuery", "int", "int", "com.liferay.portal.kernel.util.OrderByComparator" }; _methodName8 = "dynamicQueryCount"; _methodParameterTypes8 = new String[] { "com.liferay.portal.kernel.dao.orm.DynamicQuery" }; _methodName9 = "dynamicQueryCount"; _methodParameterTypes9 = new String[] { "com.liferay.portal.kernel.dao.orm.DynamicQuery", "com.liferay.portal.kernel.dao.orm.Projection" }; _methodName10 = "fetchVideo_Institution"; _methodParameterTypes10 = new String[] { "long" }; _methodName11 = "getVideo_Institution"; _methodParameterTypes11 = new String[] { "long" }; _methodName12 = "getPersistedModel"; _methodParameterTypes12 = new String[] { "java.io.Serializable" }; _methodName13 = "getVideo_Institutions"; _methodParameterTypes13 = new String[] { "int", "int" }; _methodName14 = "getVideo_InstitutionsCount"; _methodParameterTypes14 = new String[] { }; _methodName15 = "updateVideo_Institution"; _methodParameterTypes15 = new String[] { "de.uhh.l2g.plugins.model.Video_Institution" }; _methodName160 = "getBeanIdentifier"; _methodParameterTypes160 = new String[] { }; _methodName161 = "setBeanIdentifier"; _methodParameterTypes161 = new String[] { "java.lang.String" }; _methodName166 = "removeByVideoId"; _methodParameterTypes166 = new String[] { "java.lang.Long" }; _methodName167 = "removeByInstitutionId"; _methodParameterTypes167 = new String[] { "java.lang.Long" }; _methodName168 = "getByVideo"; _methodParameterTypes168 = new String[] { "java.lang.Long" }; _methodName169 = "getByInstitution"; _methodParameterTypes169 = new String[] { "java.lang.Long" }; _methodName170 = "getByVideoAndInstitution"; _methodParameterTypes170 = new String[] { "java.lang.Long", "java.lang.Long" }; } public Object invokeMethod(String name, String[] parameterTypes, Object[] arguments) throws Throwable { if (_methodName0.equals(name) && Arrays.deepEquals(_methodParameterTypes0, parameterTypes)) { return Video_InstitutionLocalServiceUtil.addVideo_Institution((de.uhh.l2g.plugins.model.Video_Institution)arguments[0]); } if (_methodName1.equals(name) && Arrays.deepEquals(_methodParameterTypes1, parameterTypes)) { return Video_InstitutionLocalServiceUtil.createVideo_Institution(((Long)arguments[0]).longValue()); } if (_methodName2.equals(name) && Arrays.deepEquals(_methodParameterTypes2, parameterTypes)) { return Video_InstitutionLocalServiceUtil.deleteVideo_Institution(((Long)arguments[0]).longValue()); } if (_methodName3.equals(name) && Arrays.deepEquals(_methodParameterTypes3, parameterTypes)) { return Video_InstitutionLocalServiceUtil.deleteVideo_Institution((de.uhh.l2g.plugins.model.Video_Institution)arguments[0]); } if (_methodName4.equals(name) && Arrays.deepEquals(_methodParameterTypes4, parameterTypes)) { return Video_InstitutionLocalServiceUtil.dynamicQuery(); } if (_methodName5.equals(name) && Arrays.deepEquals(_methodParameterTypes5, parameterTypes)) { return Video_InstitutionLocalServiceUtil.dynamicQuery((com.liferay.portal.kernel.dao.orm.DynamicQuery)arguments[0]); } if (_methodName6.equals(name) && Arrays.deepEquals(_methodParameterTypes6, parameterTypes)) { return Video_InstitutionLocalServiceUtil.dynamicQuery((com.liferay.portal.kernel.dao.orm.DynamicQuery)arguments[0], ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue()); } if (_methodName7.equals(name) && Arrays.deepEquals(_methodParameterTypes7, parameterTypes)) { return Video_InstitutionLocalServiceUtil.dynamicQuery((com.liferay.portal.kernel.dao.orm.DynamicQuery)arguments[0], ((Integer)arguments[1]).intValue(), ((Integer)arguments[2]).intValue(), (com.liferay.portal.kernel.util.OrderByComparator)arguments[3]); } if (_methodName8.equals(name) && Arrays.deepEquals(_methodParameterTypes8, parameterTypes)) { return Video_InstitutionLocalServiceUtil.dynamicQueryCount((com.liferay.portal.kernel.dao.orm.DynamicQuery)arguments[0]); } if (_methodName9.equals(name) && Arrays.deepEquals(_methodParameterTypes9, parameterTypes)) { return Video_InstitutionLocalServiceUtil.dynamicQueryCount((com.liferay.portal.kernel.dao.orm.DynamicQuery)arguments[0], (com.liferay.portal.kernel.dao.orm.Projection)arguments[1]); } if (_methodName10.equals(name) && Arrays.deepEquals(_methodParameterTypes10, parameterTypes)) { return Video_InstitutionLocalServiceUtil.fetchVideo_Institution(((Long)arguments[0]).longValue()); } if (_methodName11.equals(name) && Arrays.deepEquals(_methodParameterTypes11, parameterTypes)) { return Video_InstitutionLocalServiceUtil.getVideo_Institution(((Long)arguments[0]).longValue()); } if (_methodName12.equals(name) && Arrays.deepEquals(_methodParameterTypes12, parameterTypes)) { return Video_InstitutionLocalServiceUtil.getPersistedModel((java.io.Serializable)arguments[0]); } if (_methodName13.equals(name) && Arrays.deepEquals(_methodParameterTypes13, parameterTypes)) { return Video_InstitutionLocalServiceUtil.getVideo_Institutions(((Integer)arguments[0]).intValue(), ((Integer)arguments[1]).intValue()); } if (_methodName14.equals(name) && Arrays.deepEquals(_methodParameterTypes14, parameterTypes)) { return Video_InstitutionLocalServiceUtil.getVideo_InstitutionsCount(); } if (_methodName15.equals(name) && Arrays.deepEquals(_methodParameterTypes15, parameterTypes)) { return Video_InstitutionLocalServiceUtil.updateVideo_Institution((de.uhh.l2g.plugins.model.Video_Institution)arguments[0]); } if (_methodName160.equals(name) && Arrays.deepEquals(_methodParameterTypes160, parameterTypes)) { return Video_InstitutionLocalServiceUtil.getBeanIdentifier(); } if (_methodName161.equals(name) && Arrays.deepEquals(_methodParameterTypes161, parameterTypes)) { Video_InstitutionLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]); return null; } if (_methodName166.equals(name) && Arrays.deepEquals(_methodParameterTypes166, parameterTypes)) { return Video_InstitutionLocalServiceUtil.removeByVideoId((java.lang.Long)arguments[0]); } if (_methodName167.equals(name) && Arrays.deepEquals(_methodParameterTypes167, parameterTypes)) { return Video_InstitutionLocalServiceUtil.removeByInstitutionId((java.lang.Long)arguments[0]); } if (_methodName168.equals(name) && Arrays.deepEquals(_methodParameterTypes168, parameterTypes)) { return Video_InstitutionLocalServiceUtil.getByVideo((java.lang.Long)arguments[0]); } if (_methodName169.equals(name) && Arrays.deepEquals(_methodParameterTypes169, parameterTypes)) { return Video_InstitutionLocalServiceUtil.getByInstitution((java.lang.Long)arguments[0]); } if (_methodName170.equals(name) && Arrays.deepEquals(_methodParameterTypes170, parameterTypes)) { return Video_InstitutionLocalServiceUtil.getByVideoAndInstitution((java.lang.Long)arguments[0], (java.lang.Long)arguments[1]); } throw new UnsupportedOperationException(); } private String _methodName0; private String[] _methodParameterTypes0; private String _methodName1; private String[] _methodParameterTypes1; private String _methodName2; private String[] _methodParameterTypes2; private String _methodName3; private String[] _methodParameterTypes3; private String _methodName4; private String[] _methodParameterTypes4; private String _methodName5; private String[] _methodParameterTypes5; private String _methodName6; private String[] _methodParameterTypes6; private String _methodName7; private String[] _methodParameterTypes7; private String _methodName8; private String[] _methodParameterTypes8; private String _methodName9; private String[] _methodParameterTypes9; private String _methodName10; private String[] _methodParameterTypes10; private String _methodName11; private String[] _methodParameterTypes11; private String _methodName12; private String[] _methodParameterTypes12; private String _methodName13; private String[] _methodParameterTypes13; private String _methodName14; private String[] _methodParameterTypes14; private String _methodName15; private String[] _methodParameterTypes15; private String _methodName160; private String[] _methodParameterTypes160; private String _methodName161; private String[] _methodParameterTypes161; private String _methodName166; private String[] _methodParameterTypes166; private String _methodName167; private String[] _methodParameterTypes167; private String _methodName168; private String[] _methodParameterTypes168; private String _methodName169; private String[] _methodParameterTypes169; private String _methodName170; private String[] _methodParameterTypes170; }