public class ExportImportConfigurationFinderImpl extends ExportImportConfigurationFinderBaseImpl implements com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinder
| Modifier and Type | Field and Description |
|---|---|
static String |
COUNT_BY_C_G_N_D_T |
static String |
FIND_BY_C_G_N_D_T |
exportImportConfigurationPersistenceCAST_CLOB_TEXT_OPEN, COUNT_COLUMN_NAME, FINDER_ARGS_EMPTY, listeners, 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 and Description |
|---|
ExportImportConfigurationFinderImpl() |
| Modifier and Type | Method and Description |
|---|---|
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) |
getBadColumnNames, getExportImportConfigurationPersistence, setExportImportConfigurationPersistenceappendOrderByComparator, 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, updateImplpublic static final String COUNT_BY_C_G_N_D_T
public static final String FIND_BY_C_G_N_D_T
public int countByKeywords(long companyId,
long groupId,
String keywords,
int type,
int status)
countByKeywords in interface com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinderpublic int countByC_G_N_D_T(long companyId,
long groupId,
String name,
String description,
int type,
int status,
boolean andOperator)
countByC_G_N_D_T in interface com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinderpublic int filterCountByKeywords(long companyId,
long groupId,
String keywords,
int type,
int status)
filterCountByKeywords in interface com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinderpublic int filterCountByC_G_N_D_T(long companyId,
long groupId,
String name,
String description,
int type,
int status,
boolean andOperator)
filterCountByC_G_N_D_T in interface com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinderpublic int filterCountByC_G_N_D_T(long companyId,
long groupId,
String[] names,
String[] descriptions,
int type,
int status,
boolean andOperator)
filterCountByC_G_N_D_T in interface com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinderpublic 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)
filterFindByKeywords in interface com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinderpublic 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)
filterFindByC_G_N_D_T in interface com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinderpublic 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)
filterFindByC_G_N_D_T in interface com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinderpublic 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)
findByKeywords in interface com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinderpublic 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)
findByC_G_N_D_T in interface com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinderpublic 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)
findByC_G_N_D_T in interface com.liferay.exportimport.kernel.service.persistence.ExportImportConfigurationFinderprotected 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)