/**
* 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 org.oep.datamgt.service.base;
import org.oep.datamgt.service.DictCollectionLocalServiceUtil;
import java.util.Arrays;
/**
* @author NQMINH
* @generated
*/
public class DictCollectionLocalServiceClpInvoker {
public DictCollectionLocalServiceClpInvoker() {
_methodName0 = "addDictCollection";
_methodParameterTypes0 = new String[] {
"org.oep.datamgt.model.DictCollection"
};
_methodName1 = "createDictCollection";
_methodParameterTypes1 = new String[] { "long" };
_methodName2 = "deleteDictCollection";
_methodParameterTypes2 = new String[] { "long" };
_methodName3 = "deleteDictCollection";
_methodParameterTypes3 = new String[] {
"org.oep.datamgt.model.DictCollection"
};
_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 = "fetchDictCollection";
_methodParameterTypes10 = new String[] { "long" };
_methodName11 = "getDictCollection";
_methodParameterTypes11 = new String[] { "long" };
_methodName12 = "getPersistedModel";
_methodParameterTypes12 = new String[] { "java.io.Serializable" };
_methodName13 = "getDictCollections";
_methodParameterTypes13 = new String[] { "int", "int" };
_methodName14 = "getDictCollectionsCount";
_methodParameterTypes14 = new String[] { };
_methodName15 = "updateDictCollection";
_methodParameterTypes15 = new String[] {
"org.oep.datamgt.model.DictCollection"
};
_methodName16 = "addDictDataDictCollection";
_methodParameterTypes16 = new String[] { "long", "long" };
_methodName17 = "addDictDataDictCollection";
_methodParameterTypes17 = new String[] {
"long", "org.oep.datamgt.model.DictCollection"
};
_methodName18 = "addDictDataDictCollections";
_methodParameterTypes18 = new String[] { "long", "long[][]" };
_methodName19 = "addDictDataDictCollections";
_methodParameterTypes19 = new String[] { "long", "java.util.List" };
_methodName20 = "clearDictDataDictCollections";
_methodParameterTypes20 = new String[] { "long" };
_methodName21 = "deleteDictDataDictCollection";
_methodParameterTypes21 = new String[] { "long", "long" };
_methodName22 = "deleteDictDataDictCollection";
_methodParameterTypes22 = new String[] {
"long", "org.oep.datamgt.model.DictCollection"
};
_methodName23 = "deleteDictDataDictCollections";
_methodParameterTypes23 = new String[] { "long", "long[][]" };
_methodName24 = "deleteDictDataDictCollections";
_methodParameterTypes24 = new String[] { "long", "java.util.List" };
_methodName25 = "getDictDataDictCollections";
_methodParameterTypes25 = new String[] { "long" };
_methodName26 = "getDictDataDictCollections";
_methodParameterTypes26 = new String[] { "long", "int", "int" };
_methodName27 = "getDictDataDictCollections";
_methodParameterTypes27 = new String[] {
"long", "int", "int",
"com.liferay.portal.kernel.util.OrderByComparator"
};
_methodName28 = "getDictDataDictCollectionsCount";
_methodParameterTypes28 = new String[] { "long" };
_methodName29 = "hasDictDataDictCollection";
_methodParameterTypes29 = new String[] { "long", "long" };
_methodName30 = "hasDictDataDictCollections";
_methodParameterTypes30 = new String[] { "long" };
_methodName31 = "setDictDataDictCollections";
_methodParameterTypes31 = new String[] { "long", "long[][]" };
_methodName72 = "getBeanIdentifier";
_methodParameterTypes72 = new String[] { };
_methodName73 = "setBeanIdentifier";
_methodParameterTypes73 = new String[] { "java.lang.String" };
_methodName78 = "addDictCollection";
_methodParameterTypes78 = new String[] {
"java.lang.String", "java.lang.String", "java.lang.String",
"java.util.Date", "java.util.Date", "int",
"com.liferay.portal.service.ServiceContext"
};
_methodName79 = "updateDictCollection";
_methodParameterTypes79 = new String[] {
"long", "java.lang.String", "java.lang.String",
"java.lang.String", "java.util.Date", "java.util.Date", "int",
"com.liferay.portal.service.ServiceContext"
};
_methodName80 = "updateDictCollectionResources";
_methodParameterTypes80 = new String[] {
"org.oep.datamgt.model.DictCollection", "java.lang.String[][]",
"java.lang.String[][]",
"com.liferay.portal.service.ServiceContext"
};
_methodName81 = "removeDictCollection";
_methodParameterTypes81 = new String[] {
"org.oep.datamgt.model.DictCollection"
};
_methodName82 = "removeDictCollection";
_methodParameterTypes82 = new String[] { "long" };
_methodName83 = "getDictCollection";
_methodParameterTypes83 = new String[] { "long" };
_methodName84 = "addDictCollectionResources";
_methodParameterTypes84 = new String[] {
"org.oep.datamgt.model.DictCollection", "boolean", "boolean",
"com.liferay.portal.service.ServiceContext"
};
_methodName85 = "addDictCollectionResources";
_methodParameterTypes85 = new String[] {
"org.oep.datamgt.model.DictCollection", "java.lang.String[][]",
"java.lang.String[][]",
"com.liferay.portal.service.ServiceContext"
};
_methodName86 = "addDictCollectionResources";
_methodParameterTypes86 = new String[] {
"long", "java.lang.String[][]", "java.lang.String[][]",
"com.liferay.portal.service.ServiceContext"
};
_methodName88 = "getAllDictCollectionsByName";
_methodParameterTypes88 = new String[] {
"java.lang.String", "com.liferay.portal.service.ServiceContext"
};
_methodName89 = "getAllDictCollectionNames";
_methodParameterTypes89 = new String[] {
"com.liferay.portal.service.ServiceContext"
};
_methodName90 = "getAllDictCollectionNames";
_methodParameterTypes90 = new String[] { "long" };
_methodName91 = "countDictCollectionByName";
_methodParameterTypes91 = new String[] {
"java.lang.String", "com.liferay.portal.service.ServiceContext"
};
_methodName92 = "getByName";
_methodParameterTypes92 = new String[] {
"java.lang.String", "com.liferay.portal.service.ServiceContext"
};
_methodName93 = "getByLikeName";
_methodParameterTypes93 = new String[] {
"java.lang.String", "int", "int",
"com.liferay.portal.service.ServiceContext"
};
_methodName94 = "countDictCollectionByGroupName";
_methodParameterTypes94 = new String[] {
"java.lang.String", "com.liferay.portal.service.ServiceContext"
};
_methodName95 = "getByGroupName";
_methodParameterTypes95 = new String[] {
"java.lang.String", "com.liferay.portal.service.ServiceContext"
};
_methodName96 = "getByGroupName";
_methodParameterTypes96 = new String[] {
"java.lang.String", "int", "int",
"com.liferay.portal.service.ServiceContext"
};
_methodName97 = "countDictCollectionByNameStatus";
_methodParameterTypes97 = new String[] {
"java.lang.String", "int",
"com.liferay.portal.service.ServiceContext"
};
_methodName98 = "getByNameStatus";
_methodParameterTypes98 = new String[] {
"java.lang.String", "int",
"com.liferay.portal.service.ServiceContext"
};
_methodName99 = "getByNameStatus";
_methodParameterTypes99 = new String[] {
"java.lang.String", "int", "int", "int",
"com.liferay.portal.service.ServiceContext"
};
_methodName100 = "countDictCollectionByGroupNameStatus";
_methodParameterTypes100 = new String[] {
"java.lang.String", "int",
"com.liferay.portal.service.ServiceContext"
};
_methodName101 = "getByGroupNameStatus";
_methodParameterTypes101 = new String[] {
"java.lang.String", "int",
"com.liferay.portal.service.ServiceContext"
};
_methodName102 = "getByGroupNameStatus";
_methodParameterTypes102 = new String[] {
"java.lang.String", "int", "int", "int",
"com.liferay.portal.service.ServiceContext"
};
_methodName103 = "findByLikeName";
_methodParameterTypes103 = new String[] {
"java.lang.String", "int", "int",
"com.liferay.portal.service.ServiceContext"
};
_methodName104 = "countLikeByName";
_methodParameterTypes104 = new String[] {
"java.lang.String", "com.liferay.portal.service.ServiceContext"
};
_methodName105 = "findByCustomCondition";
_methodParameterTypes105 = new String[] {
"java.lang.String", "java.lang.String", "java.util.Date",
"java.util.Date", "int", "int", "int",
"com.liferay.portal.service.ServiceContext"
};
_methodName106 = "countByCustomCondition";
_methodParameterTypes106 = new String[] {
"java.lang.String", "java.lang.String", "java.util.Date",
"java.util.Date", "int",
"com.liferay.portal.service.ServiceContext"
};
}
public Object invokeMethod(String name, String[] parameterTypes,
Object[] arguments) throws Throwable {
if (_methodName0.equals(name) &&
Arrays.deepEquals(_methodParameterTypes0, parameterTypes)) {
return DictCollectionLocalServiceUtil.addDictCollection((org.oep.datamgt.model.DictCollection)arguments[0]);
}
if (_methodName1.equals(name) &&
Arrays.deepEquals(_methodParameterTypes1, parameterTypes)) {
return DictCollectionLocalServiceUtil.createDictCollection(((Long)arguments[0]).longValue());
}
if (_methodName2.equals(name) &&
Arrays.deepEquals(_methodParameterTypes2, parameterTypes)) {
return DictCollectionLocalServiceUtil.deleteDictCollection(((Long)arguments[0]).longValue());
}
if (_methodName3.equals(name) &&
Arrays.deepEquals(_methodParameterTypes3, parameterTypes)) {
return DictCollectionLocalServiceUtil.deleteDictCollection((org.oep.datamgt.model.DictCollection)arguments[0]);
}
if (_methodName4.equals(name) &&
Arrays.deepEquals(_methodParameterTypes4, parameterTypes)) {
return DictCollectionLocalServiceUtil.dynamicQuery();
}
if (_methodName5.equals(name) &&
Arrays.deepEquals(_methodParameterTypes5, parameterTypes)) {
return DictCollectionLocalServiceUtil.dynamicQuery((com.liferay.portal.kernel.dao.orm.DynamicQuery)arguments[0]);
}
if (_methodName6.equals(name) &&
Arrays.deepEquals(_methodParameterTypes6, parameterTypes)) {
return DictCollectionLocalServiceUtil.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 DictCollectionLocalServiceUtil.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 DictCollectionLocalServiceUtil.dynamicQueryCount((com.liferay.portal.kernel.dao.orm.DynamicQuery)arguments[0]);
}
if (_methodName9.equals(name) &&
Arrays.deepEquals(_methodParameterTypes9, parameterTypes)) {
return DictCollectionLocalServiceUtil.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 DictCollectionLocalServiceUtil.fetchDictCollection(((Long)arguments[0]).longValue());
}
if (_methodName11.equals(name) &&
Arrays.deepEquals(_methodParameterTypes11, parameterTypes)) {
return DictCollectionLocalServiceUtil.getDictCollection(((Long)arguments[0]).longValue());
}
if (_methodName12.equals(name) &&
Arrays.deepEquals(_methodParameterTypes12, parameterTypes)) {
return DictCollectionLocalServiceUtil.getPersistedModel((java.io.Serializable)arguments[0]);
}
if (_methodName13.equals(name) &&
Arrays.deepEquals(_methodParameterTypes13, parameterTypes)) {
return DictCollectionLocalServiceUtil.getDictCollections(((Integer)arguments[0]).intValue(),
((Integer)arguments[1]).intValue());
}
if (_methodName14.equals(name) &&
Arrays.deepEquals(_methodParameterTypes14, parameterTypes)) {
return DictCollectionLocalServiceUtil.getDictCollectionsCount();
}
if (_methodName15.equals(name) &&
Arrays.deepEquals(_methodParameterTypes15, parameterTypes)) {
return DictCollectionLocalServiceUtil.updateDictCollection((org.oep.datamgt.model.DictCollection)arguments[0]);
}
if (_methodName16.equals(name) &&
Arrays.deepEquals(_methodParameterTypes16, parameterTypes)) {
DictCollectionLocalServiceUtil.addDictDataDictCollection(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
return null;
}
if (_methodName17.equals(name) &&
Arrays.deepEquals(_methodParameterTypes17, parameterTypes)) {
DictCollectionLocalServiceUtil.addDictDataDictCollection(((Long)arguments[0]).longValue(),
(org.oep.datamgt.model.DictCollection)arguments[1]);
return null;
}
if (_methodName18.equals(name) &&
Arrays.deepEquals(_methodParameterTypes18, parameterTypes)) {
DictCollectionLocalServiceUtil.addDictDataDictCollections(((Long)arguments[0]).longValue(),
(long[])arguments[1]);
return null;
}
if (_methodName19.equals(name) &&
Arrays.deepEquals(_methodParameterTypes19, parameterTypes)) {
DictCollectionLocalServiceUtil.addDictDataDictCollections(((Long)arguments[0]).longValue(),
(java.util.List<org.oep.datamgt.model.DictCollection>)arguments[1]);
return null;
}
if (_methodName20.equals(name) &&
Arrays.deepEquals(_methodParameterTypes20, parameterTypes)) {
DictCollectionLocalServiceUtil.clearDictDataDictCollections(((Long)arguments[0]).longValue());
return null;
}
if (_methodName21.equals(name) &&
Arrays.deepEquals(_methodParameterTypes21, parameterTypes)) {
DictCollectionLocalServiceUtil.deleteDictDataDictCollection(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
return null;
}
if (_methodName22.equals(name) &&
Arrays.deepEquals(_methodParameterTypes22, parameterTypes)) {
DictCollectionLocalServiceUtil.deleteDictDataDictCollection(((Long)arguments[0]).longValue(),
(org.oep.datamgt.model.DictCollection)arguments[1]);
return null;
}
if (_methodName23.equals(name) &&
Arrays.deepEquals(_methodParameterTypes23, parameterTypes)) {
DictCollectionLocalServiceUtil.deleteDictDataDictCollections(((Long)arguments[0]).longValue(),
(long[])arguments[1]);
return null;
}
if (_methodName24.equals(name) &&
Arrays.deepEquals(_methodParameterTypes24, parameterTypes)) {
DictCollectionLocalServiceUtil.deleteDictDataDictCollections(((Long)arguments[0]).longValue(),
(java.util.List<org.oep.datamgt.model.DictCollection>)arguments[1]);
return null;
}
if (_methodName25.equals(name) &&
Arrays.deepEquals(_methodParameterTypes25, parameterTypes)) {
return DictCollectionLocalServiceUtil.getDictDataDictCollections(((Long)arguments[0]).longValue());
}
if (_methodName26.equals(name) &&
Arrays.deepEquals(_methodParameterTypes26, parameterTypes)) {
return DictCollectionLocalServiceUtil.getDictDataDictCollections(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue());
}
if (_methodName27.equals(name) &&
Arrays.deepEquals(_methodParameterTypes27, parameterTypes)) {
return DictCollectionLocalServiceUtil.getDictDataDictCollections(((Long)arguments[0]).longValue(),
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.kernel.util.OrderByComparator)arguments[3]);
}
if (_methodName28.equals(name) &&
Arrays.deepEquals(_methodParameterTypes28, parameterTypes)) {
return DictCollectionLocalServiceUtil.getDictDataDictCollectionsCount(((Long)arguments[0]).longValue());
}
if (_methodName29.equals(name) &&
Arrays.deepEquals(_methodParameterTypes29, parameterTypes)) {
return DictCollectionLocalServiceUtil.hasDictDataDictCollection(((Long)arguments[0]).longValue(),
((Long)arguments[1]).longValue());
}
if (_methodName30.equals(name) &&
Arrays.deepEquals(_methodParameterTypes30, parameterTypes)) {
return DictCollectionLocalServiceUtil.hasDictDataDictCollections(((Long)arguments[0]).longValue());
}
if (_methodName31.equals(name) &&
Arrays.deepEquals(_methodParameterTypes31, parameterTypes)) {
DictCollectionLocalServiceUtil.setDictDataDictCollections(((Long)arguments[0]).longValue(),
(long[])arguments[1]);
return null;
}
if (_methodName72.equals(name) &&
Arrays.deepEquals(_methodParameterTypes72, parameterTypes)) {
return DictCollectionLocalServiceUtil.getBeanIdentifier();
}
if (_methodName73.equals(name) &&
Arrays.deepEquals(_methodParameterTypes73, parameterTypes)) {
DictCollectionLocalServiceUtil.setBeanIdentifier((java.lang.String)arguments[0]);
return null;
}
if (_methodName78.equals(name) &&
Arrays.deepEquals(_methodParameterTypes78, parameterTypes)) {
return DictCollectionLocalServiceUtil.addDictCollection((java.lang.String)arguments[0],
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
(java.util.Date)arguments[3], (java.util.Date)arguments[4],
((Integer)arguments[5]).intValue(),
(com.liferay.portal.service.ServiceContext)arguments[6]);
}
if (_methodName79.equals(name) &&
Arrays.deepEquals(_methodParameterTypes79, parameterTypes)) {
return DictCollectionLocalServiceUtil.updateDictCollection(((Long)arguments[0]).longValue(),
(java.lang.String)arguments[1], (java.lang.String)arguments[2],
(java.lang.String)arguments[3], (java.util.Date)arguments[4],
(java.util.Date)arguments[5],
((Integer)arguments[6]).intValue(),
(com.liferay.portal.service.ServiceContext)arguments[7]);
}
if (_methodName80.equals(name) &&
Arrays.deepEquals(_methodParameterTypes80, parameterTypes)) {
DictCollectionLocalServiceUtil.updateDictCollectionResources((org.oep.datamgt.model.DictCollection)arguments[0],
(java.lang.String[])arguments[1],
(java.lang.String[])arguments[2],
(com.liferay.portal.service.ServiceContext)arguments[3]);
return null;
}
if (_methodName81.equals(name) &&
Arrays.deepEquals(_methodParameterTypes81, parameterTypes)) {
DictCollectionLocalServiceUtil.removeDictCollection((org.oep.datamgt.model.DictCollection)arguments[0]);
return null;
}
if (_methodName82.equals(name) &&
Arrays.deepEquals(_methodParameterTypes82, parameterTypes)) {
DictCollectionLocalServiceUtil.removeDictCollection(((Long)arguments[0]).longValue());
return null;
}
if (_methodName83.equals(name) &&
Arrays.deepEquals(_methodParameterTypes83, parameterTypes)) {
return DictCollectionLocalServiceUtil.getDictCollection(((Long)arguments[0]).longValue());
}
if (_methodName84.equals(name) &&
Arrays.deepEquals(_methodParameterTypes84, parameterTypes)) {
DictCollectionLocalServiceUtil.addDictCollectionResources((org.oep.datamgt.model.DictCollection)arguments[0],
((Boolean)arguments[1]).booleanValue(),
((Boolean)arguments[2]).booleanValue(),
(com.liferay.portal.service.ServiceContext)arguments[3]);
return null;
}
if (_methodName85.equals(name) &&
Arrays.deepEquals(_methodParameterTypes85, parameterTypes)) {
DictCollectionLocalServiceUtil.addDictCollectionResources((org.oep.datamgt.model.DictCollection)arguments[0],
(java.lang.String[])arguments[1],
(java.lang.String[])arguments[2],
(com.liferay.portal.service.ServiceContext)arguments[3]);
return null;
}
if (_methodName86.equals(name) &&
Arrays.deepEquals(_methodParameterTypes86, parameterTypes)) {
DictCollectionLocalServiceUtil.addDictCollectionResources(((Long)arguments[0]).longValue(),
(java.lang.String[])arguments[1],
(java.lang.String[])arguments[2],
(com.liferay.portal.service.ServiceContext)arguments[3]);
return null;
}
if (_methodName88.equals(name) &&
Arrays.deepEquals(_methodParameterTypes88, parameterTypes)) {
return DictCollectionLocalServiceUtil.getAllDictCollectionsByName((java.lang.String)arguments[0],
(com.liferay.portal.service.ServiceContext)arguments[1]);
}
if (_methodName89.equals(name) &&
Arrays.deepEquals(_methodParameterTypes89, parameterTypes)) {
return DictCollectionLocalServiceUtil.getAllDictCollectionNames((com.liferay.portal.service.ServiceContext)arguments[0]);
}
if (_methodName90.equals(name) &&
Arrays.deepEquals(_methodParameterTypes90, parameterTypes)) {
return DictCollectionLocalServiceUtil.getAllDictCollectionNames(((Long)arguments[0]).longValue());
}
if (_methodName91.equals(name) &&
Arrays.deepEquals(_methodParameterTypes91, parameterTypes)) {
return DictCollectionLocalServiceUtil.countDictCollectionByName((java.lang.String)arguments[0],
(com.liferay.portal.service.ServiceContext)arguments[1]);
}
if (_methodName92.equals(name) &&
Arrays.deepEquals(_methodParameterTypes92, parameterTypes)) {
return DictCollectionLocalServiceUtil.getByName((java.lang.String)arguments[0],
(com.liferay.portal.service.ServiceContext)arguments[1]);
}
if (_methodName93.equals(name) &&
Arrays.deepEquals(_methodParameterTypes93, parameterTypes)) {
return DictCollectionLocalServiceUtil.getByLikeName((java.lang.String)arguments[0],
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.service.ServiceContext)arguments[3]);
}
if (_methodName94.equals(name) &&
Arrays.deepEquals(_methodParameterTypes94, parameterTypes)) {
return DictCollectionLocalServiceUtil.countDictCollectionByGroupName((java.lang.String)arguments[0],
(com.liferay.portal.service.ServiceContext)arguments[1]);
}
if (_methodName95.equals(name) &&
Arrays.deepEquals(_methodParameterTypes95, parameterTypes)) {
return DictCollectionLocalServiceUtil.getByGroupName((java.lang.String)arguments[0],
(com.liferay.portal.service.ServiceContext)arguments[1]);
}
if (_methodName96.equals(name) &&
Arrays.deepEquals(_methodParameterTypes96, parameterTypes)) {
return DictCollectionLocalServiceUtil.getByGroupName((java.lang.String)arguments[0],
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.service.ServiceContext)arguments[3]);
}
if (_methodName97.equals(name) &&
Arrays.deepEquals(_methodParameterTypes97, parameterTypes)) {
return DictCollectionLocalServiceUtil.countDictCollectionByNameStatus((java.lang.String)arguments[0],
((Integer)arguments[1]).intValue(),
(com.liferay.portal.service.ServiceContext)arguments[2]);
}
if (_methodName98.equals(name) &&
Arrays.deepEquals(_methodParameterTypes98, parameterTypes)) {
return DictCollectionLocalServiceUtil.getByNameStatus((java.lang.String)arguments[0],
((Integer)arguments[1]).intValue(),
(com.liferay.portal.service.ServiceContext)arguments[2]);
}
if (_methodName99.equals(name) &&
Arrays.deepEquals(_methodParameterTypes99, parameterTypes)) {
return DictCollectionLocalServiceUtil.getByNameStatus((java.lang.String)arguments[0],
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue(),
(com.liferay.portal.service.ServiceContext)arguments[4]);
}
if (_methodName100.equals(name) &&
Arrays.deepEquals(_methodParameterTypes100, parameterTypes)) {
return DictCollectionLocalServiceUtil.countDictCollectionByGroupNameStatus((java.lang.String)arguments[0],
((Integer)arguments[1]).intValue(),
(com.liferay.portal.service.ServiceContext)arguments[2]);
}
if (_methodName101.equals(name) &&
Arrays.deepEquals(_methodParameterTypes101, parameterTypes)) {
return DictCollectionLocalServiceUtil.getByGroupNameStatus((java.lang.String)arguments[0],
((Integer)arguments[1]).intValue(),
(com.liferay.portal.service.ServiceContext)arguments[2]);
}
if (_methodName102.equals(name) &&
Arrays.deepEquals(_methodParameterTypes102, parameterTypes)) {
return DictCollectionLocalServiceUtil.getByGroupNameStatus((java.lang.String)arguments[0],
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
((Integer)arguments[3]).intValue(),
(com.liferay.portal.service.ServiceContext)arguments[4]);
}
if (_methodName103.equals(name) &&
Arrays.deepEquals(_methodParameterTypes103, parameterTypes)) {
return DictCollectionLocalServiceUtil.findByLikeName((java.lang.String)arguments[0],
((Integer)arguments[1]).intValue(),
((Integer)arguments[2]).intValue(),
(com.liferay.portal.service.ServiceContext)arguments[3]);
}
if (_methodName104.equals(name) &&
Arrays.deepEquals(_methodParameterTypes104, parameterTypes)) {
return DictCollectionLocalServiceUtil.countLikeByName((java.lang.String)arguments[0],
(com.liferay.portal.service.ServiceContext)arguments[1]);
}
if (_methodName105.equals(name) &&
Arrays.deepEquals(_methodParameterTypes105, parameterTypes)) {
return DictCollectionLocalServiceUtil.findByCustomCondition((java.lang.String)arguments[0],
(java.lang.String)arguments[1], (java.util.Date)arguments[2],
(java.util.Date)arguments[3],
((Integer)arguments[4]).intValue(),
((Integer)arguments[5]).intValue(),
((Integer)arguments[6]).intValue(),
(com.liferay.portal.service.ServiceContext)arguments[7]);
}
if (_methodName106.equals(name) &&
Arrays.deepEquals(_methodParameterTypes106, parameterTypes)) {
return DictCollectionLocalServiceUtil.countByCustomCondition((java.lang.String)arguments[0],
(java.lang.String)arguments[1], (java.util.Date)arguments[2],
(java.util.Date)arguments[3],
((Integer)arguments[4]).intValue(),
(com.liferay.portal.service.ServiceContext)arguments[5]);
}
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 _methodName16;
private String[] _methodParameterTypes16;
private String _methodName17;
private String[] _methodParameterTypes17;
private String _methodName18;
private String[] _methodParameterTypes18;
private String _methodName19;
private String[] _methodParameterTypes19;
private String _methodName20;
private String[] _methodParameterTypes20;
private String _methodName21;
private String[] _methodParameterTypes21;
private String _methodName22;
private String[] _methodParameterTypes22;
private String _methodName23;
private String[] _methodParameterTypes23;
private String _methodName24;
private String[] _methodParameterTypes24;
private String _methodName25;
private String[] _methodParameterTypes25;
private String _methodName26;
private String[] _methodParameterTypes26;
private String _methodName27;
private String[] _methodParameterTypes27;
private String _methodName28;
private String[] _methodParameterTypes28;
private String _methodName29;
private String[] _methodParameterTypes29;
private String _methodName30;
private String[] _methodParameterTypes30;
private String _methodName31;
private String[] _methodParameterTypes31;
private String _methodName72;
private String[] _methodParameterTypes72;
private String _methodName73;
private String[] _methodParameterTypes73;
private String _methodName78;
private String[] _methodParameterTypes78;
private String _methodName79;
private String[] _methodParameterTypes79;
private String _methodName80;
private String[] _methodParameterTypes80;
private String _methodName81;
private String[] _methodParameterTypes81;
private String _methodName82;
private String[] _methodParameterTypes82;
private String _methodName83;
private String[] _methodParameterTypes83;
private String _methodName84;
private String[] _methodParameterTypes84;
private String _methodName85;
private String[] _methodParameterTypes85;
private String _methodName86;
private String[] _methodParameterTypes86;
private String _methodName88;
private String[] _methodParameterTypes88;
private String _methodName89;
private String[] _methodParameterTypes89;
private String _methodName90;
private String[] _methodParameterTypes90;
private String _methodName91;
private String[] _methodParameterTypes91;
private String _methodName92;
private String[] _methodParameterTypes92;
private String _methodName93;
private String[] _methodParameterTypes93;
private String _methodName94;
private String[] _methodParameterTypes94;
private String _methodName95;
private String[] _methodParameterTypes95;
private String _methodName96;
private String[] _methodParameterTypes96;
private String _methodName97;
private String[] _methodParameterTypes97;
private String _methodName98;
private String[] _methodParameterTypes98;
private String _methodName99;
private String[] _methodParameterTypes99;
private String _methodName100;
private String[] _methodParameterTypes100;
private String _methodName101;
private String[] _methodParameterTypes101;
private String _methodName102;
private String[] _methodParameterTypes102;
private String _methodName103;
private String[] _methodParameterTypes103;
private String _methodName104;
private String[] _methodParameterTypes104;
private String _methodName105;
private String[] _methodParameterTypes105;
private String _methodName106;
private String[] _methodParameterTypes106;
}