Class ExportImportConfigurationFinderImpl
Object
com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl<com.liferay.exportimport.kernel.model.ExportImportConfiguration>
com.liferay.portlet.exportimport.service.persistence.impl.ExportImportConfigurationFinderBaseImpl
com.liferay.portlet.exportimport.service.persistence.impl.ExportImportConfigurationFinderImpl
- All Implemented Interfaces:
com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder,com.liferay.portal.kernel.dao.orm.SessionFactory,com.liferay.portal.kernel.service.persistence.BasePersistence<com.liferay.exportimport.kernel.model.ExportImportConfiguration>
public class ExportImportConfigurationFinderImpl
extends ExportImportConfigurationFinderBaseImpl
implements com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder
- Author:
- Daniel Kocsis
-
Field Summary
FieldsFields inherited from class com.liferay.portlet.exportimport.service.persistence.impl.ExportImportConfigurationFinderBaseImpl
exportImportConfigurationPersistenceFields inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, databaseInMaxParameters, dbColumnNames, dummyEntityCache, dummyFinderCache, entityCacheEnabled, FINDER_ARGS_EMPTY, finderCacheEnabled, NULL_SAFE_STRING_COMPARATOR, nullModel, ORDER_BY_ASC, ORDER_BY_ASC_HAS_NEXT, ORDER_BY_CLAUSE, ORDER_BY_DESC, ORDER_BY_DESC_HAS_NEXT, WHERE_AND, WHERE_GREATER_THAN, WHERE_GREATER_THAN_HAS_NEXT, WHERE_LESSER_THAN, WHERE_LESSER_THAN_HAS_NEXT, WHERE_OR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcountByC_G_N_D_T(long companyId, long groupId, String name, String description, int type, int status, boolean andOperator) intcountByKeywords(long companyId, long groupId, String keywords, int type, int status) protected intdoCountByC_G_N_D_T(long companyId, long groupId, String[] names, String[] descriptions, int type, boolean andOperator, com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.exportimport.kernel.model.ExportImportConfiguration> queryDefinition, boolean inlineSQLHelper) protected List<com.liferay.exportimport.kernel.model.ExportImportConfiguration>doFindByC_G_N_D_T(long companyId, long groupId, String[] names, String[] descriptions, int type, boolean andOperator, com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.exportimport.kernel.model.ExportImportConfiguration> queryDefinition, boolean inlineSQLHelper) intfilterCountByC_G_N_D_T(long companyId, long groupId, String[] names, String[] descriptions, int type, int status, boolean andOperator) intfilterCountByC_G_N_D_T(long companyId, long groupId, String name, String description, int type, int status, boolean andOperator) intfilterCountByKeywords(long companyId, long groupId, String keywords, int type, int status) List<com.liferay.exportimport.kernel.model.ExportImportConfiguration>filterFindByC_G_N_D_T(long companyId, long groupId, String[] names, String[] descriptions, int type, int status, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.exportimport.kernel.model.ExportImportConfiguration> orderByComparator) List<com.liferay.exportimport.kernel.model.ExportImportConfiguration>filterFindByC_G_N_D_T(long companyId, long groupId, String name, String description, int type, int status, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.exportimport.kernel.model.ExportImportConfiguration> orderByComparator) List<com.liferay.exportimport.kernel.model.ExportImportConfiguration>filterFindByKeywords(long companyId, long groupId, String keywords, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.exportimport.kernel.model.ExportImportConfiguration> orderByComparator) List<com.liferay.exportimport.kernel.model.ExportImportConfiguration>findByC_G_N_D_T(long companyId, long groupId, String[] names, String[] descriptions, int type, int status, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.exportimport.kernel.model.ExportImportConfiguration> orderByComparator) List<com.liferay.exportimport.kernel.model.ExportImportConfiguration>findByC_G_N_D_T(long companyId, long groupId, String name, String description, int type, int status, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.exportimport.kernel.model.ExportImportConfiguration> orderByComparator) List<com.liferay.exportimport.kernel.model.ExportImportConfiguration>findByKeywords(long companyId, long groupId, String keywords, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.exportimport.kernel.model.ExportImportConfiguration> orderByComparator) protected StringupdateSQL(String sql, com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.exportimport.kernel.model.ExportImportConfiguration> queryDefinition) Methods inherited from class com.liferay.portlet.exportimport.service.persistence.impl.ExportImportConfigurationFinderBaseImpl
getBadColumnNames, getExportImportConfigurationPersistence, setExportImportConfigurationPersistenceMethods inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl
appendOrderByComparator, appendOrderByComparator, cacheResult, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, dslQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCompoundPKColumnNames, getCurrentSession, getDataSource, getDB, getDialect, getEntityCache, getFinderCache, getListeners, getModelClass, getPKDBName, getSelectSQL, getTableColumnsMap, openNewSession, openSession, processException, registerListener, remove, remove, removeByFunction, removeConjunction, removeImpl, setConfiguration, setDataSource, setDBColumnNames, setEntityCacheEnabled, setModelClass, setModelImplClass, setModelPKClass, setSessionFactory, setTable, unregisterListener, update, update, updateImplMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.service.persistence.BasePersistence
clearCache, dslQueryCount
-
Field Details
-
COUNT_BY_C_G_N_D_T
-
FIND_BY_C_G_N_D_T
-
-
Constructor Details
-
ExportImportConfigurationFinderImpl
public ExportImportConfigurationFinderImpl()
-
-
Method Details
-
countByKeywords
- Specified by:
countByKeywordsin interfacecom.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder
-
countByC_G_N_D_T
public int countByC_G_N_D_T(long companyId, long groupId, String name, String description, int type, int status, boolean andOperator) - Specified by:
countByC_G_N_D_Tin interfacecom.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder
-
filterCountByKeywords
public int filterCountByKeywords(long companyId, long groupId, String keywords, int type, int status) - Specified by:
filterCountByKeywordsin interfacecom.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder
-
filterCountByC_G_N_D_T
public int filterCountByC_G_N_D_T(long companyId, long groupId, String name, String description, int type, int status, boolean andOperator) - Specified by:
filterCountByC_G_N_D_Tin interfacecom.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder
-
filterCountByC_G_N_D_T
public int filterCountByC_G_N_D_T(long companyId, long groupId, String[] names, String[] descriptions, int type, int status, boolean andOperator) - Specified by:
filterCountByC_G_N_D_Tin interfacecom.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder
-
filterFindByKeywords
public List<com.liferay.exportimport.kernel.model.ExportImportConfiguration> filterFindByKeywords(long companyId, long groupId, String keywords, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.exportimport.kernel.model.ExportImportConfiguration> orderByComparator) - Specified by:
filterFindByKeywordsin interfacecom.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder
-
filterFindByC_G_N_D_T
public List<com.liferay.exportimport.kernel.model.ExportImportConfiguration> filterFindByC_G_N_D_T(long companyId, long groupId, String name, String description, int type, int status, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.exportimport.kernel.model.ExportImportConfiguration> orderByComparator) - Specified by:
filterFindByC_G_N_D_Tin interfacecom.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder
-
filterFindByC_G_N_D_T
public List<com.liferay.exportimport.kernel.model.ExportImportConfiguration> filterFindByC_G_N_D_T(long companyId, long groupId, String[] names, String[] descriptions, int type, int status, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.exportimport.kernel.model.ExportImportConfiguration> orderByComparator) - Specified by:
filterFindByC_G_N_D_Tin interfacecom.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder
-
findByKeywords
public List<com.liferay.exportimport.kernel.model.ExportImportConfiguration> findByKeywords(long companyId, long groupId, String keywords, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.exportimport.kernel.model.ExportImportConfiguration> orderByComparator) - Specified by:
findByKeywordsin interfacecom.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder
-
findByC_G_N_D_T
public List<com.liferay.exportimport.kernel.model.ExportImportConfiguration> findByC_G_N_D_T(long companyId, long groupId, String name, String description, int type, int status, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.exportimport.kernel.model.ExportImportConfiguration> orderByComparator) - Specified by:
findByC_G_N_D_Tin interfacecom.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder
-
findByC_G_N_D_T
public List<com.liferay.exportimport.kernel.model.ExportImportConfiguration> findByC_G_N_D_T(long companyId, long groupId, String[] names, String[] descriptions, int type, int status, boolean andOperator, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<com.liferay.exportimport.kernel.model.ExportImportConfiguration> orderByComparator) - Specified by:
findByC_G_N_D_Tin interfacecom.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder
-
doCountByC_G_N_D_T
-
doFindByC_G_N_D_T
protected List<com.liferay.exportimport.kernel.model.ExportImportConfiguration> doFindByC_G_N_D_T(long companyId, long groupId, String[] names, String[] descriptions, int type, boolean andOperator, com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.exportimport.kernel.model.ExportImportConfiguration> queryDefinition, boolean inlineSQLHelper) -
updateSQL
-