com.liferay.portlet.exportimport.service.persistence.impl
Class ExportImportConfigurationFinderImpl
java.lang.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
| Fields inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl |
CAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, NULL_SAFE_STRING_COMPARATOR, 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 |
|
Method Summary |
int |
countByC_G_N_D_T(long companyId,
long groupId,
String name,
String description,
int type,
int status,
boolean andOperator)
|
int |
countByKeywords(long companyId,
long groupId,
String keywords,
int type,
int status)
|
protected int |
doCountByC_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)
|
int |
filterCountByC_G_N_D_T(long companyId,
long groupId,
String[] names,
String[] descriptions,
int type,
int status,
boolean andOperator)
|
int |
filterCountByC_G_N_D_T(long companyId,
long groupId,
String name,
String description,
int type,
int status,
boolean andOperator)
|
int |
filterCountByKeywords(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 String |
updateSQL(String sql,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.exportimport.kernel.model.ExportImportConfiguration> queryDefinition)
|
| Methods inherited from class com.liferay.portal.kernel.service.persistence.impl.BasePersistenceImpl |
appendOrderByComparator, appendOrderByComparator, clearCache, clearCache, clearCache, closeSession, countWithDynamicQuery, countWithDynamicQuery, fetchByPrimaryKey, fetchByPrimaryKeys, findByPrimaryKey, findWithDynamicQuery, findWithDynamicQuery, findWithDynamicQuery, flush, getClassLoader, getColumnName, getCurrentSession, getDataSource, getDB, getDialect, getListeners, getModelClass, getTableColumnsMap, openNewSession, openSession, processException, registerListener, remove, remove, removeConjunction, removeImpl, setDataSource, setModelClass, setSessionFactory, unregisterListener, update, update, updateImpl |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COUNT_BY_C_G_N_D_T
public static final String COUNT_BY_C_G_N_D_T
FIND_BY_C_G_N_D_T
public static final String FIND_BY_C_G_N_D_T
ExportImportConfigurationFinderImpl
public ExportImportConfigurationFinderImpl()
countByKeywords
public int countByKeywords(long companyId,
long groupId,
String keywords,
int type,
int status)
- Specified by:
countByKeywords in interface com.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_T in interface com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder
filterCountByKeywords
public int filterCountByKeywords(long companyId,
long groupId,
String keywords,
int type,
int status)
- Specified by:
filterCountByKeywords in interface com.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_T in interface com.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_T in interface com.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:
filterFindByKeywords in interface com.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_T in interface com.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_T in interface com.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:
findByKeywords in interface com.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_T in interface com.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_T in interface com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder
doCountByC_G_N_D_T
protected int doCountByC_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)
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
protected String updateSQL(String sql,
com.liferay.portal.kernel.dao.orm.QueryDefinition<com.liferay.exportimport.kernel.model.ExportImportConfiguration> queryDefinition)